Uses of Class
com.google.storage.v2.AppendObjectSpec.Builder
-
Uses of AppendObjectSpec.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return AppendObjectSpec.BuilderModifier and TypeMethodDescriptionAppendObjectSpec.Builder.clear()AppendObjectSpec.Builder.clearBucket()Required.AppendObjectSpec.Builder.clearGeneration()Required.AppendObjectSpec.Builder.clearIfMetagenerationMatch()Makes the operation conditional on whether the object's current metageneration matches the given value.AppendObjectSpec.Builder.clearIfMetagenerationNotMatch()Makes the operation conditional on whether the object's current metageneration does not match the given value.AppendObjectSpec.Builder.clearObject()Required.AppendObjectSpec.Builder.clearRoutingToken()An optional routing token that influences request routing for the stream.AppendObjectSpec.Builder.clearWriteHandle()An optional write handle returned from a previous BidiWriteObjectResponse message or a BidiWriteObjectRedirectedError error.BidiWriteObjectRequest.Builder.getAppendObjectSpecBuilder()For appendable uploads.AppendObjectSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AppendObjectSpec.Builder.mergeFrom(com.google.protobuf.Message other) AppendObjectSpec.Builder.mergeFrom(AppendObjectSpec other) AppendObjectSpec.Builder.mergeWriteHandle(BidiWriteHandle value) An optional write handle returned from a previous BidiWriteObjectResponse message or a BidiWriteObjectRedirectedError error.static AppendObjectSpec.BuilderAppendObjectSpec.newBuilder()static AppendObjectSpec.BuilderAppendObjectSpec.newBuilder(AppendObjectSpec prototype) AppendObjectSpec.newBuilderForType()protected AppendObjectSpec.BuilderAppendObjectSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Required.AppendObjectSpec.Builder.setBucketBytes(com.google.protobuf.ByteString value) Required.AppendObjectSpec.Builder.setGeneration(long value) Required.AppendObjectSpec.Builder.setIfMetagenerationMatch(long value) Makes the operation conditional on whether the object's current metageneration matches the given value.AppendObjectSpec.Builder.setIfMetagenerationNotMatch(long value) Makes the operation conditional on whether the object's current metageneration does not match the given value.Required.AppendObjectSpec.Builder.setObjectBytes(com.google.protobuf.ByteString value) Required.AppendObjectSpec.Builder.setRoutingToken(String value) An optional routing token that influences request routing for the stream.AppendObjectSpec.Builder.setRoutingTokenBytes(com.google.protobuf.ByteString value) An optional routing token that influences request routing for the stream.AppendObjectSpec.Builder.setWriteHandle(BidiWriteHandle value) An optional write handle returned from a previous BidiWriteObjectResponse message or a BidiWriteObjectRedirectedError error.AppendObjectSpec.Builder.setWriteHandle(BidiWriteHandle.Builder builderForValue) An optional write handle returned from a previous BidiWriteObjectResponse message or a BidiWriteObjectRedirectedError error.AppendObjectSpec.toBuilder()Methods in com.google.storage.v2 with parameters of type AppendObjectSpec.BuilderModifier and TypeMethodDescriptionBidiWriteObjectRequest.Builder.setAppendObjectSpec(AppendObjectSpec.Builder builderForValue) For appendable uploads.