Uses of Class
com.google.storage.v2.RestoreObjectRequest.Builder
-
Uses of RestoreObjectRequest.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return RestoreObjectRequest.BuilderModifier and TypeMethodDescriptionRestoreObjectRequest.Builder.clear()RestoreObjectRequest.Builder.clearBucket()Required.RestoreObjectRequest.Builder.clearCommonObjectRequestParams()Optional.RestoreObjectRequest.Builder.clearCopySourceAcl()If false or unset, the bucket's default object ACL is used.RestoreObjectRequest.Builder.clearGeneration()Required.RestoreObjectRequest.Builder.clearIfGenerationMatch()Makes the operation conditional on whether the object's current generation matches the given value.RestoreObjectRequest.Builder.clearIfGenerationNotMatch()Makes the operation conditional on whether the object's live generation does not match the given value.RestoreObjectRequest.Builder.clearIfMetagenerationMatch()Makes the operation conditional on whether the object's current metageneration matches the given value.RestoreObjectRequest.Builder.clearIfMetagenerationNotMatch()Makes the operation conditional on whether the object's current metageneration does not match the given value.RestoreObjectRequest.Builder.clearObject()Required.RestoreObjectRequest.Builder.clearRestoreToken()Optional.RestoreObjectRequest.Builder.mergeCommonObjectRequestParams(CommonObjectRequestParams value) Optional.RestoreObjectRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RestoreObjectRequest.Builder.mergeFrom(com.google.protobuf.Message other) RestoreObjectRequest.Builder.mergeFrom(RestoreObjectRequest other) static RestoreObjectRequest.BuilderRestoreObjectRequest.newBuilder()static RestoreObjectRequest.BuilderRestoreObjectRequest.newBuilder(RestoreObjectRequest prototype) RestoreObjectRequest.newBuilderForType()protected RestoreObjectRequest.BuilderRestoreObjectRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Required.RestoreObjectRequest.Builder.setBucketBytes(com.google.protobuf.ByteString value) Required.RestoreObjectRequest.Builder.setCommonObjectRequestParams(CommonObjectRequestParams value) Optional.RestoreObjectRequest.Builder.setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue) Optional.RestoreObjectRequest.Builder.setCopySourceAcl(boolean value) If false or unset, the bucket's default object ACL is used.RestoreObjectRequest.Builder.setGeneration(long value) Required.RestoreObjectRequest.Builder.setIfGenerationMatch(long value) Makes the operation conditional on whether the object's current generation matches the given value.RestoreObjectRequest.Builder.setIfGenerationNotMatch(long value) Makes the operation conditional on whether the object's live generation does not match the given value.RestoreObjectRequest.Builder.setIfMetagenerationMatch(long value) Makes the operation conditional on whether the object's current metageneration matches the given value.RestoreObjectRequest.Builder.setIfMetagenerationNotMatch(long value) Makes the operation conditional on whether the object's current metageneration does not match the given value.Required.RestoreObjectRequest.Builder.setObjectBytes(com.google.protobuf.ByteString value) Required.RestoreObjectRequest.Builder.setRestoreToken(String value) Optional.RestoreObjectRequest.Builder.setRestoreTokenBytes(com.google.protobuf.ByteString value) Optional.RestoreObjectRequest.toBuilder()