Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
com.google.storage.v2.stub |
Modifier and Type | Method and Description |
---|---|
WriteObjectRequest |
WriteObjectRequest.Builder.build() |
WriteObjectRequest |
WriteObjectRequest.Builder.buildPartial() |
static WriteObjectRequest |
WriteObjectRequest.getDefaultInstance() |
WriteObjectRequest |
WriteObjectRequest.getDefaultInstanceForType() |
WriteObjectRequest |
WriteObjectRequest.Builder.getDefaultInstanceForType() |
static WriteObjectRequest |
WriteObjectRequest.parseDelimitedFrom(InputStream input) |
static WriteObjectRequest |
WriteObjectRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(byte[] data) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(ByteBuffer data) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(com.google.protobuf.ByteString data) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(InputStream input) |
static WriteObjectRequest |
WriteObjectRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<WriteObjectRequest> |
WriteObjectRequest.getParserForType() |
static MethodDescriptor<WriteObjectRequest,WriteObjectResponse> |
StorageGrpc.getWriteObjectMethod() |
static com.google.protobuf.Parser<WriteObjectRequest> |
WriteObjectRequest.parser() |
default StreamObserver<WriteObjectRequest> |
StorageGrpc.AsyncService.writeObject(StreamObserver<WriteObjectResponse> responseObserver)
Stores a new object and metadata.
|
StreamObserver<WriteObjectRequest> |
StorageGrpc.StorageStub.writeObject(StreamObserver<WriteObjectResponse> responseObserver)
Stores a new object and metadata.
|
com.google.api.gax.rpc.ClientStreamingCallable<WriteObjectRequest,WriteObjectResponse> |
StorageClient.writeObjectCallable()
Stores a new object and metadata.
|
com.google.api.gax.rpc.StreamingCallSettings<WriteObjectRequest,WriteObjectResponse> |
StorageSettings.writeObjectSettings()
Returns the object with the settings used for calls to writeObject.
|
com.google.api.gax.rpc.StreamingCallSettings.Builder<WriteObjectRequest,WriteObjectResponse> |
StorageSettings.Builder.writeObjectSettings()
Returns the builder for the settings used for calls to writeObject.
|
Modifier and Type | Method and Description |
---|---|
WriteObjectRequest.Builder |
WriteObjectRequest.Builder.mergeFrom(WriteObjectRequest other) |
static WriteObjectRequest.Builder |
WriteObjectRequest.newBuilder(WriteObjectRequest prototype) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ClientStreamingCallable<WriteObjectRequest,WriteObjectResponse> |
GrpcStorageStub.writeObjectCallable() |
com.google.api.gax.rpc.ClientStreamingCallable<WriteObjectRequest,WriteObjectResponse> |
StorageStub.writeObjectCallable() |
com.google.api.gax.rpc.StreamingCallSettings<WriteObjectRequest,WriteObjectResponse> |
StorageStubSettings.writeObjectSettings()
Returns the object with the settings used for calls to writeObject.
|
com.google.api.gax.rpc.StreamingCallSettings.Builder<WriteObjectRequest,WriteObjectResponse> |
StorageStubSettings.Builder.writeObjectSettings()
Returns the builder for the settings used for calls to writeObject.
|
Copyright © 2023 Google LLC. All rights reserved.