Package | Description |
---|---|
com.google.api.services.storage | |
com.google.api.services.storage.model |
Modifier and Type | Method and Description |
---|---|
Storage.Objects.Compose |
Storage.Objects.compose(String destinationBucket,
String destinationObject,
ComposeRequest content)
Concatenates a list of existing objects into a new object in the same bucket.
|
Constructor and Description |
---|
Compose(String destinationBucket,
String destinationObject,
ComposeRequest content)
Concatenates a list of existing objects into a new object in the same bucket.
|
Modifier and Type | Method and Description |
---|---|
ComposeRequest |
ComposeRequest.clone() |
ComposeRequest |
ComposeRequest.set(String fieldName,
Object value) |
ComposeRequest |
ComposeRequest.setDestination(StorageObject destination)
Properties of the resulting object
|
ComposeRequest |
ComposeRequest.setKind(String kind)
The kind of item this is.
|
ComposeRequest |
ComposeRequest.setSourceObjects(List<ComposeRequest.SourceObjects> sourceObjects)
The list of source objects that will be concatenated into a single object.
|