Uses of Class
com.google.cloud.metastore.v1beta.UpdateServiceRequest
-
Packages that use UpdateServiceRequest Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore APIcom.google.cloud.metastore.v1beta.stub -
-
Uses of UpdateServiceRequest in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return UpdateServiceRequest Modifier and Type Method Description UpdateServiceRequest
UpdateServiceRequest.Builder. build()
UpdateServiceRequest
UpdateServiceRequest.Builder. buildPartial()
static UpdateServiceRequest
UpdateServiceRequest. getDefaultInstance()
UpdateServiceRequest
UpdateServiceRequest.Builder. getDefaultInstanceForType()
UpdateServiceRequest
UpdateServiceRequest. getDefaultInstanceForType()
static UpdateServiceRequest
UpdateServiceRequest. parseDelimitedFrom(InputStream input)
static UpdateServiceRequest
UpdateServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(byte[] data)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(InputStream input)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(ByteBuffer data)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1beta that return types with arguments of type UpdateServiceRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateServiceRequest>
UpdateServiceRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreGrpc. getUpdateServiceMethod()
static com.google.protobuf.Parser<UpdateServiceRequest>
UpdateServiceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreClient. updateServiceCallable()
Updates the parameters of a single service.com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreClient. updateServiceOperationCallable()
Updates the parameters of a single service.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreSettings.Builder. updateServiceOperationSettings()
Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreSettings. updateServiceOperationSettings()
Returns the object with the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreSettings.Builder. updateServiceSettings()
Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings<UpdateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreSettings. updateServiceSettings()
Returns the object with the settings used for calls to updateService.Methods in com.google.cloud.metastore.v1beta with parameters of type UpdateServiceRequest Modifier and Type Method Description UpdateServiceRequest.Builder
UpdateServiceRequest.Builder. mergeFrom(UpdateServiceRequest other)
static UpdateServiceRequest.Builder
UpdateServiceRequest. newBuilder(UpdateServiceRequest prototype)
default void
DataprocMetastoreGrpc.AsyncService. updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the parameters of a single service.com.google.longrunning.Operation
DataprocMetastoreGrpc.DataprocMetastoreBlockingStub. updateService(UpdateServiceRequest request)
Updates the parameters of a single service.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DataprocMetastoreGrpc.DataprocMetastoreFutureStub. updateService(UpdateServiceRequest request)
Updates the parameters of a single service.void
DataprocMetastoreGrpc.DataprocMetastoreStub. updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the parameters of a single service.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. updateServiceAsync(UpdateServiceRequest request)
Updates the parameters of a single service. -
Uses of UpdateServiceRequest in com.google.cloud.metastore.v1beta.stub
Methods in com.google.cloud.metastore.v1beta.stub that return types with arguments of type UpdateServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreStub. updateServiceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,com.google.longrunning.Operation>
GrpcDataprocMetastoreStub. updateServiceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,com.google.longrunning.Operation>
HttpJsonDataprocMetastoreStub. updateServiceCallable()
com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreStub. updateServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadata>
GrpcDataprocMetastoreStub. updateServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadata>
HttpJsonDataprocMetastoreStub. updateServiceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreStubSettings.Builder. updateServiceOperationSettings()
Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreStubSettings. updateServiceOperationSettings()
Returns the object with the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreStubSettings.Builder. updateServiceSettings()
Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings<UpdateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreStubSettings. updateServiceSettings()
Returns the object with the settings used for calls to updateService.
-