| Package | Description |
|---|---|
| com.google.api.services.storage |
| Modifier and Type | Method and Description |
|---|---|
Storage.Objects.Move |
Storage.Objects.move(String bucket,
String sourceObject,
String destinationObject)
Moves the source object to the destination object in the same bucket.
|
Storage.Objects.Move |
Storage.Objects.Move.set(String parameterName,
Object value) |
Storage.Objects.Move |
Storage.Objects.Move.setAlt(String alt) |
Storage.Objects.Move |
Storage.Objects.Move.setBucket(String bucket)
Name of the bucket in which the object resides.
|
Storage.Objects.Move |
Storage.Objects.Move.setDestinationObject(String destinationObject)
Name of the destination object.
|
Storage.Objects.Move |
Storage.Objects.Move.setFields(String fields) |
Storage.Objects.Move |
Storage.Objects.Move.setIfGenerationMatch(Long ifGenerationMatch)
Makes the operation conditional on whether the destination object's current generation
matches the given value.
|
Storage.Objects.Move |
Storage.Objects.Move.setIfGenerationNotMatch(Long ifGenerationNotMatch)
Makes the operation conditional on whether the destination object's current generation does
not match the given value.
|
Storage.Objects.Move |
Storage.Objects.Move.setIfMetagenerationMatch(Long ifMetagenerationMatch)
Makes the operation conditional on whether the destination object's current metageneration
matches the given value.
|
Storage.Objects.Move |
Storage.Objects.Move.setIfMetagenerationNotMatch(Long ifMetagenerationNotMatch)
Makes the operation conditional on whether the destination object's current metageneration
does not match the given value.
|
Storage.Objects.Move |
Storage.Objects.Move.setIfSourceGenerationMatch(Long ifSourceGenerationMatch)
Makes the operation conditional on whether the source object's current generation matches
the given value.
|
Storage.Objects.Move |
Storage.Objects.Move.setIfSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
Makes the operation conditional on whether the source object's current generation does not
match the given value.
|
Storage.Objects.Move |
Storage.Objects.Move.setIfSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
Makes the operation conditional on whether the source object's current metageneration
matches the given value.
|
Storage.Objects.Move |
Storage.Objects.Move.setIfSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
Makes the operation conditional on whether the source object's current metageneration does
not match the given value.
|
Storage.Objects.Move |
Storage.Objects.Move.setKey(String key) |
Storage.Objects.Move |
Storage.Objects.Move.setOauthToken(String oauthToken) |
Storage.Objects.Move |
Storage.Objects.Move.setPrettyPrint(Boolean prettyPrint) |
Storage.Objects.Move |
Storage.Objects.Move.setProjection(String projection)
Set of properties to return.
|
Storage.Objects.Move |
Storage.Objects.Move.setQuotaUser(String quotaUser) |
Storage.Objects.Move |
Storage.Objects.Move.setSourceObject(String sourceObject)
Name of the source object.
|
Storage.Objects.Move |
Storage.Objects.Move.setUploadType(String uploadType) |
Storage.Objects.Move |
Storage.Objects.Move.setUserIp(String userIp) |
Storage.Objects.Move |
Storage.Objects.Move.setUserProject(String userProject)
The project to be billed for this request.
|
Copyright © 2011–2025 Google. All rights reserved.