| Package | Description |
|---|---|
| com.google.api.services.storage.preprod | |
| com.google.api.services.storage.preprod.model |
| Modifier and Type | Method and Description |
|---|---|
Storage.Directories.Insert |
Storage.Directories.insert(String bucket,
Directory content)
Creates a new directory.
|
| Constructor and Description |
|---|
Insert(String bucket,
Directory content)
Creates a new directory.
|
| Modifier and Type | Method and Description |
|---|---|
Directory |
Directory.clone() |
Directory |
Directory.set(String fieldName,
Object value) |
Directory |
Directory.setBucket(String bucket)
The name of the bucket containing this directory.
|
Directory |
Directory.setId(String id)
The ID of the directory, including the bucket name, directory name.
|
Directory |
Directory.setKind(String kind)
The kind of item this is.
|
Directory |
Directory.setMetageneration(Long metageneration)
The version of the metadata for this directory at this generation.
|
Directory |
Directory.setName(String name)
The name of the directory.
|
Directory |
Directory.setSelfLink(String selfLink)
The link to this directory.
|
Directory |
Directory.setTimeCreated(com.google.api.client.util.DateTime timeCreated)
The creation time of the directory in RFC 3339 format.
|
Directory |
Directory.setUpdated(com.google.api.client.util.DateTime updated)
The modification time of the directory metadata in RFC 3339 format.
|
| Modifier and Type | Method and Description |
|---|---|
List<Directory> |
Directories.getItems()
The list of items.
|
| Modifier and Type | Method and Description |
|---|---|
Directories |
Directories.setItems(List<Directory> items)
The list of items.
|
Copyright © 2022. All rights reserved.