| 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(java.lang.String destinationBucket,
java.lang.String destinationObject,
ComposeRequest content)
Concatenates a list of existing objects into a new object in the same bucket.
|
| Constructor and Description |
|---|
Compose(java.lang.String destinationBucket,
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
ComposeRequest |
ComposeRequest.setDestination(StorageObject destination)
Properties of the resulting object.
|
ComposeRequest |
ComposeRequest.setKind(java.lang.String kind)
The kind of item this is.
|
ComposeRequest |
ComposeRequest.setSourceObjects(java.util.List<ComposeRequest.SourceObjects> sourceObjects)
The list of source objects that will be concatenated into a single object.
|