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