Uses of Class
com.google.storage.v2.DeleteObjectRequest.Builder
-
Uses of DeleteObjectRequest.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return DeleteObjectRequest.BuilderModifier and TypeMethodDescriptionDeleteObjectRequest.Builder.clear()DeleteObjectRequest.Builder.clearBucket()Required.DeleteObjectRequest.Builder.clearCommonObjectRequestParams()Optional.DeleteObjectRequest.Builder.clearGeneration()Optional.DeleteObjectRequest.Builder.clearIfGenerationMatch()Makes the operation conditional on whether the object's current generation matches the given value.DeleteObjectRequest.Builder.clearIfGenerationNotMatch()Makes the operation conditional on whether the object's live generation does not match the given value.DeleteObjectRequest.Builder.clearIfMetagenerationMatch()Makes the operation conditional on whether the object's current metageneration matches the given value.DeleteObjectRequest.Builder.clearIfMetagenerationNotMatch()Makes the operation conditional on whether the object's current metageneration does not match the given value.DeleteObjectRequest.Builder.clearObject()Required.DeleteObjectRequest.Builder.mergeCommonObjectRequestParams(CommonObjectRequestParams value) Optional.DeleteObjectRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DeleteObjectRequest.Builder.mergeFrom(com.google.protobuf.Message other) DeleteObjectRequest.Builder.mergeFrom(DeleteObjectRequest other) static DeleteObjectRequest.BuilderDeleteObjectRequest.newBuilder()static DeleteObjectRequest.BuilderDeleteObjectRequest.newBuilder(DeleteObjectRequest prototype) DeleteObjectRequest.newBuilderForType()protected DeleteObjectRequest.BuilderDeleteObjectRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Required.DeleteObjectRequest.Builder.setBucketBytes(com.google.protobuf.ByteString value) Required.DeleteObjectRequest.Builder.setCommonObjectRequestParams(CommonObjectRequestParams value) Optional.DeleteObjectRequest.Builder.setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue) Optional.DeleteObjectRequest.Builder.setGeneration(long value) Optional.DeleteObjectRequest.Builder.setIfGenerationMatch(long value) Makes the operation conditional on whether the object's current generation matches the given value.DeleteObjectRequest.Builder.setIfGenerationNotMatch(long value) Makes the operation conditional on whether the object's live generation does not match the given value.DeleteObjectRequest.Builder.setIfMetagenerationMatch(long value) Makes the operation conditional on whether the object's current metageneration matches the given value.DeleteObjectRequest.Builder.setIfMetagenerationNotMatch(long value) Makes the operation conditional on whether the object's current metageneration does not match the given value.Required.DeleteObjectRequest.Builder.setObjectBytes(com.google.protobuf.ByteString value) Required.DeleteObjectRequest.toBuilder()