Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
com.google.storage.v2.stub |
Modifier and Type | Method and Description |
---|---|
UpdateObjectRequest |
UpdateObjectRequest.Builder.build() |
UpdateObjectRequest |
UpdateObjectRequest.Builder.buildPartial() |
static UpdateObjectRequest |
UpdateObjectRequest.getDefaultInstance() |
UpdateObjectRequest |
UpdateObjectRequest.getDefaultInstanceForType() |
UpdateObjectRequest |
UpdateObjectRequest.Builder.getDefaultInstanceForType() |
static UpdateObjectRequest |
UpdateObjectRequest.parseDelimitedFrom(InputStream input) |
static UpdateObjectRequest |
UpdateObjectRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(byte[] data) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(ByteBuffer data) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(com.google.protobuf.ByteString data) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(InputStream input) |
static UpdateObjectRequest |
UpdateObjectRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UpdateObjectRequest> |
UpdateObjectRequest.getParserForType() |
static MethodDescriptor<UpdateObjectRequest,Object> |
StorageGrpc.getUpdateObjectMethod() |
static com.google.protobuf.Parser<UpdateObjectRequest> |
UpdateObjectRequest.parser() |
com.google.api.gax.rpc.UnaryCallable<UpdateObjectRequest,Object> |
StorageClient.updateObjectCallable()
Updates an object's metadata.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateObjectRequest,Object> |
StorageSettings.updateObjectSettings()
Returns the object with the settings used for calls to updateObject.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateObjectRequest,Object> |
StorageSettings.Builder.updateObjectSettings()
Returns the builder for the settings used for calls to updateObject.
|
Modifier and Type | Method and Description |
---|---|
UpdateObjectRequest.Builder |
UpdateObjectRequest.Builder.mergeFrom(UpdateObjectRequest other) |
static UpdateObjectRequest.Builder |
UpdateObjectRequest.newBuilder(UpdateObjectRequest prototype) |
Object |
StorageClient.updateObject(UpdateObjectRequest request)
Updates an object's metadata.
|
Object |
StorageGrpc.StorageBlockingStub.updateObject(UpdateObjectRequest request)
Updates an object's metadata.
|
com.google.common.util.concurrent.ListenableFuture<Object> |
StorageGrpc.StorageFutureStub.updateObject(UpdateObjectRequest request)
Updates an object's metadata.
|
default void |
StorageGrpc.AsyncService.updateObject(UpdateObjectRequest request,
StreamObserver<Object> responseObserver)
Updates an object's metadata.
|
void |
StorageGrpc.StorageStub.updateObject(UpdateObjectRequest request,
StreamObserver<Object> responseObserver)
Updates an object's metadata.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateObjectRequest,Object> |
GrpcStorageStub.updateObjectCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateObjectRequest,Object> |
StorageStub.updateObjectCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateObjectRequest,Object> |
StorageStubSettings.updateObjectSettings()
Returns the object with the settings used for calls to updateObject.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateObjectRequest,Object> |
StorageStubSettings.Builder.updateObjectSettings()
Returns the builder for the settings used for calls to updateObject.
|
Copyright © 2023 Google LLC. All rights reserved.