Uses of Class
com.google.storage.v2.BidiReadHandle.Builder
-
Uses of BidiReadHandle.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return BidiReadHandle.BuilderModifier and TypeMethodDescriptionBidiReadHandle.Builder.clear()BidiReadHandle.Builder.clearHandle()Required.BidiReadObjectRedirectedError.Builder.getReadHandleBuilder()The read handle for the redirected read.BidiReadObjectResponse.Builder.getReadHandleBuilder()This field is periodically refreshed, however it might not be set in every response.BidiReadObjectSpec.Builder.getReadHandleBuilder()The client can optionally set this field.BidiReadHandle.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BidiReadHandle.Builder.mergeFrom(com.google.protobuf.Message other) BidiReadHandle.Builder.mergeFrom(BidiReadHandle other) static BidiReadHandle.BuilderBidiReadHandle.newBuilder()static BidiReadHandle.BuilderBidiReadHandle.newBuilder(BidiReadHandle prototype) BidiReadHandle.newBuilderForType()protected BidiReadHandle.BuilderBidiReadHandle.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BidiReadHandle.Builder.setHandle(com.google.protobuf.ByteString value) Required.BidiReadHandle.toBuilder()Methods in com.google.storage.v2 with parameters of type BidiReadHandle.BuilderModifier and TypeMethodDescriptionBidiReadObjectRedirectedError.Builder.setReadHandle(BidiReadHandle.Builder builderForValue) The read handle for the redirected read.BidiReadObjectResponse.Builder.setReadHandle(BidiReadHandle.Builder builderForValue) This field is periodically refreshed, however it might not be set in every response.BidiReadObjectSpec.Builder.setReadHandle(BidiReadHandle.Builder builderForValue) The client can optionally set this field.