Uses of Class
com.google.cloud.metastore.v1beta.ListFederationsResponse
-
Packages that use ListFederationsResponse Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore APIcom.google.cloud.metastore.v1beta.stub -
-
Uses of ListFederationsResponse in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return ListFederationsResponse Modifier and Type Method Description ListFederationsResponse
ListFederationsResponse.Builder. build()
ListFederationsResponse
ListFederationsResponse.Builder. buildPartial()
static ListFederationsResponse
ListFederationsResponse. getDefaultInstance()
ListFederationsResponse
ListFederationsResponse.Builder. getDefaultInstanceForType()
ListFederationsResponse
ListFederationsResponse. getDefaultInstanceForType()
ListFederationsResponse
DataprocMetastoreFederationGrpc.DataprocMetastoreFederationBlockingStub. listFederations(ListFederationsRequest request)
Lists federations in a project and location.static ListFederationsResponse
ListFederationsResponse. parseDelimitedFrom(InputStream input)
static ListFederationsResponse
ListFederationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFederationsResponse
ListFederationsResponse. parseFrom(byte[] data)
static ListFederationsResponse
ListFederationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFederationsResponse
ListFederationsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListFederationsResponse
ListFederationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFederationsResponse
ListFederationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListFederationsResponse
ListFederationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFederationsResponse
ListFederationsResponse. parseFrom(InputStream input)
static ListFederationsResponse
ListFederationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFederationsResponse
ListFederationsResponse. parseFrom(ByteBuffer data)
static ListFederationsResponse
ListFederationsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1beta that return types with arguments of type ListFederationsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListFederationsRequest,ListFederationsResponse>
DataprocMetastoreFederationGrpc. getListFederationsMethod()
com.google.protobuf.Parser<ListFederationsResponse>
ListFederationsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListFederationsResponse>
DataprocMetastoreFederationGrpc.DataprocMetastoreFederationFutureStub. listFederations(ListFederationsRequest request)
Lists federations in a project and location.com.google.api.gax.rpc.UnaryCallable<ListFederationsRequest,ListFederationsResponse>
DataprocMetastoreFederationClient. listFederationsCallable()
Lists federations in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationSettings.Builder. listFederationsSettings()
Returns the builder for the settings used for calls to listFederations.com.google.api.gax.rpc.PagedCallSettings<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationSettings. listFederationsSettings()
Returns the object with the settings used for calls to listFederations.static com.google.protobuf.Parser<ListFederationsResponse>
ListFederationsResponse. parser()
Methods in com.google.cloud.metastore.v1beta with parameters of type ListFederationsResponse Modifier and Type Method Description protected DataprocMetastoreFederationClient.ListFederationsPage
DataprocMetastoreFederationClient.ListFederationsPage. createPage(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, ListFederationsResponse response)
ListFederationsResponse.Builder
ListFederationsResponse.Builder. mergeFrom(ListFederationsResponse other)
static ListFederationsResponse.Builder
ListFederationsResponse. newBuilder(ListFederationsResponse prototype)
Method parameters in com.google.cloud.metastore.v1beta with type arguments of type ListFederationsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationClient.ListFederationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, com.google.api.core.ApiFuture<ListFederationsResponse> futureResponse)
static com.google.api.core.ApiFuture<DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationClient.ListFederationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, com.google.api.core.ApiFuture<ListFederationsResponse> futureResponse)
protected DataprocMetastoreFederationClient.ListFederationsPage
DataprocMetastoreFederationClient.ListFederationsPage. createPage(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, ListFederationsResponse response)
com.google.api.core.ApiFuture<DataprocMetastoreFederationClient.ListFederationsPage>
DataprocMetastoreFederationClient.ListFederationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, com.google.api.core.ApiFuture<ListFederationsResponse> futureResponse)
com.google.api.core.ApiFuture<DataprocMetastoreFederationClient.ListFederationsPage>
DataprocMetastoreFederationClient.ListFederationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, com.google.api.core.ApiFuture<ListFederationsResponse> futureResponse)
default void
DataprocMetastoreFederationGrpc.AsyncService. listFederations(ListFederationsRequest request, io.grpc.stub.StreamObserver<ListFederationsResponse> responseObserver)
Lists federations in a project and location.void
DataprocMetastoreFederationGrpc.DataprocMetastoreFederationStub. listFederations(ListFederationsRequest request, io.grpc.stub.StreamObserver<ListFederationsResponse> responseObserver)
Lists federations in a project and location. -
Uses of ListFederationsResponse in com.google.cloud.metastore.v1beta.stub
Methods in com.google.cloud.metastore.v1beta.stub that return types with arguments of type ListFederationsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFederationsRequest,ListFederationsResponse>
DataprocMetastoreFederationStub. listFederationsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFederationsRequest,ListFederationsResponse>
GrpcDataprocMetastoreFederationStub. listFederationsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFederationsRequest,ListFederationsResponse>
HttpJsonDataprocMetastoreFederationStub. listFederationsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationStubSettings.Builder. listFederationsSettings()
Returns the builder for the settings used for calls to listFederations.com.google.api.gax.rpc.PagedCallSettings<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationStubSettings. listFederationsSettings()
Returns the object with the settings used for calls to listFederations.
-