Uses of Class
com.google.cloud.metastore.v1.GetServiceRequest
-
Packages that use GetServiceRequest Package Description com.google.cloud.metastore.v1 A client to Dataproc Metastore APIcom.google.cloud.metastore.v1.stub -
-
Uses of GetServiceRequest in com.google.cloud.metastore.v1
Methods in com.google.cloud.metastore.v1 that return GetServiceRequest Modifier and Type Method Description GetServiceRequestGetServiceRequest.Builder. build()GetServiceRequestGetServiceRequest.Builder. buildPartial()static GetServiceRequestGetServiceRequest. getDefaultInstance()GetServiceRequestGetServiceRequest.Builder. getDefaultInstanceForType()GetServiceRequestGetServiceRequest. getDefaultInstanceForType()static GetServiceRequestGetServiceRequest. parseDelimitedFrom(InputStream input)static GetServiceRequestGetServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(byte[] data)static GetServiceRequestGetServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.ByteString data)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(InputStream input)static GetServiceRequestGetServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(ByteBuffer data)static GetServiceRequestGetServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.metastore.v1 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.v1 with parameters of type GetServiceRequest Modifier and Type Method Description ServiceDataprocMetastoreClient. getService(GetServiceRequest request)Gets the details of a single service.default voidDataprocMetastoreGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets the details of a single service.ServiceDataprocMetastoreGrpc.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.voidDataprocMetastoreGrpc.DataprocMetastoreStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets the details of a single service.GetServiceRequest.BuilderGetServiceRequest.Builder. mergeFrom(GetServiceRequest other)static GetServiceRequest.BuilderGetServiceRequest. newBuilder(GetServiceRequest prototype) -
Uses of GetServiceRequest in com.google.cloud.metastore.v1.stub
Methods in com.google.cloud.metastore.v1.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.
-