Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
com.google.storage.v2.stub |
Modifier and Type | Method and Description |
---|---|
ReadObjectResponse |
ReadObjectResponse.Builder.build() |
ReadObjectResponse |
ReadObjectResponse.Builder.buildPartial() |
static ReadObjectResponse |
ReadObjectResponse.getDefaultInstance() |
ReadObjectResponse |
ReadObjectResponse.getDefaultInstanceForType() |
ReadObjectResponse |
ReadObjectResponse.Builder.getDefaultInstanceForType() |
static ReadObjectResponse |
ReadObjectResponse.parseDelimitedFrom(InputStream input) |
static ReadObjectResponse |
ReadObjectResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(byte[] data) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(ByteBuffer data) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(com.google.protobuf.ByteString data) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(InputStream input) |
static ReadObjectResponse |
ReadObjectResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ReadObjectResponse> |
ReadObjectResponse.getParserForType() |
static MethodDescriptor<ReadObjectRequest,ReadObjectResponse> |
StorageGrpc.getReadObjectMethod() |
static com.google.protobuf.Parser<ReadObjectResponse> |
ReadObjectResponse.parser() |
Iterator<ReadObjectResponse> |
StorageGrpc.StorageBlockingStub.readObject(ReadObjectRequest request)
Reads an object's data.
|
com.google.api.gax.rpc.ServerStreamingCallable<ReadObjectRequest,ReadObjectResponse> |
StorageClient.readObjectCallable()
Reads an object's data.
|
com.google.api.gax.rpc.ServerStreamingCallSettings<ReadObjectRequest,ReadObjectResponse> |
StorageSettings.readObjectSettings()
Returns the object with the settings used for calls to readObject.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadObjectRequest,ReadObjectResponse> |
StorageSettings.Builder.readObjectSettings()
Returns the builder for the settings used for calls to readObject.
|
Modifier and Type | Method and Description |
---|---|
ReadObjectResponse.Builder |
ReadObjectResponse.Builder.mergeFrom(ReadObjectResponse other) |
static ReadObjectResponse.Builder |
ReadObjectResponse.newBuilder(ReadObjectResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
StorageGrpc.AsyncService.readObject(ReadObjectRequest request,
StreamObserver<ReadObjectResponse> responseObserver)
Reads an object's data.
|
void |
StorageGrpc.StorageStub.readObject(ReadObjectRequest request,
StreamObserver<ReadObjectResponse> responseObserver)
Reads an object's data.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.ServerStreamingCallable<ReadObjectRequest,ReadObjectResponse> |
GrpcStorageStub.readObjectCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<ReadObjectRequest,ReadObjectResponse> |
StorageStub.readObjectCallable() |
com.google.api.gax.rpc.ServerStreamingCallSettings<ReadObjectRequest,ReadObjectResponse> |
StorageStubSettings.readObjectSettings()
Returns the object with the settings used for calls to readObject.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadObjectRequest,ReadObjectResponse> |
StorageStubSettings.Builder.readObjectSettings()
Returns the builder for the settings used for calls to readObject.
|
Copyright © 2023 Google LLC. All rights reserved.