Uses of Class
com.google.cloud.metastore.v1beta.ListServicesRequest
-
Packages that use ListServicesRequest Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore APIcom.google.cloud.metastore.v1beta.stub -
-
Uses of ListServicesRequest in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return ListServicesRequest Modifier and Type Method Description ListServicesRequest
ListServicesRequest.Builder. build()
ListServicesRequest
ListServicesRequest.Builder. buildPartial()
static ListServicesRequest
ListServicesRequest. getDefaultInstance()
ListServicesRequest
ListServicesRequest.Builder. getDefaultInstanceForType()
ListServicesRequest
ListServicesRequest. getDefaultInstanceForType()
static ListServicesRequest
ListServicesRequest. parseDelimitedFrom(InputStream input)
static ListServicesRequest
ListServicesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServicesRequest
ListServicesRequest. parseFrom(byte[] data)
static ListServicesRequest
ListServicesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServicesRequest
ListServicesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListServicesRequest
ListServicesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServicesRequest
ListServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListServicesRequest
ListServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServicesRequest
ListServicesRequest. parseFrom(InputStream input)
static ListServicesRequest
ListServicesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServicesRequest
ListServicesRequest. parseFrom(ByteBuffer data)
static ListServicesRequest
ListServicesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1beta that return types with arguments of type ListServicesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse>
DataprocMetastoreGrpc. getListServicesMethod()
com.google.protobuf.Parser<ListServicesRequest>
ListServicesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>
DataprocMetastoreClient. listServicesCallable()
Lists services in a project and location.com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreClient. listServicesPagedCallable()
Lists services in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices.static com.google.protobuf.Parser<ListServicesRequest>
ListServicesRequest. parser()
Methods in com.google.cloud.metastore.v1beta with parameters of type ListServicesRequest Modifier and Type Method Description DataprocMetastoreClient.ListServicesPagedResponse
DataprocMetastoreClient. listServices(ListServicesRequest request)
Lists services in a project and location.default void
DataprocMetastoreGrpc.AsyncService. listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)
Lists services in a project and location.ListServicesResponse
DataprocMetastoreGrpc.DataprocMetastoreBlockingStub. listServices(ListServicesRequest request)
Lists services in a project and location.com.google.common.util.concurrent.ListenableFuture<ListServicesResponse>
DataprocMetastoreGrpc.DataprocMetastoreFutureStub. listServices(ListServicesRequest request)
Lists services in a project and location.void
DataprocMetastoreGrpc.DataprocMetastoreStub. listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)
Lists services in a project and location.ListServicesRequest.Builder
ListServicesRequest.Builder. mergeFrom(ListServicesRequest other)
static ListServicesRequest.Builder
ListServicesRequest. newBuilder(ListServicesRequest prototype)
Method parameters in com.google.cloud.metastore.v1beta with type arguments of type ListServicesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreClient.ListServicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
protected DataprocMetastoreClient.ListServicesPage
DataprocMetastoreClient.ListServicesPage. createPage(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)
com.google.api.core.ApiFuture<DataprocMetastoreClient.ListServicesPage>
DataprocMetastoreClient.ListServicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
-
Uses of ListServicesRequest in com.google.cloud.metastore.v1beta.stub
Methods in com.google.cloud.metastore.v1beta.stub that return types with arguments of type ListServicesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>
DataprocMetastoreStub. listServicesCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>
GrpcDataprocMetastoreStub. listServicesCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>
HttpJsonDataprocMetastoreStub. listServicesCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,DataprocMetastoreClient.ListServicesPagedResponse>
GrpcDataprocMetastoreStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,DataprocMetastoreClient.ListServicesPagedResponse>
HttpJsonDataprocMetastoreStub. listServicesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreStubSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreStubSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices.
-