Uses of Class
com.google.cloud.metastore.v1alpha.GetFederationRequest
-
Packages that use GetFederationRequest Package Description com.google.cloud.metastore.v1alpha A client to Dataproc Metastore APIcom.google.cloud.metastore.v1alpha.stub -
-
Uses of GetFederationRequest in com.google.cloud.metastore.v1alpha
Methods in com.google.cloud.metastore.v1alpha that return GetFederationRequest Modifier and Type Method Description GetFederationRequest
GetFederationRequest.Builder. build()
GetFederationRequest
GetFederationRequest.Builder. buildPartial()
static GetFederationRequest
GetFederationRequest. getDefaultInstance()
GetFederationRequest
GetFederationRequest.Builder. getDefaultInstanceForType()
GetFederationRequest
GetFederationRequest. getDefaultInstanceForType()
static GetFederationRequest
GetFederationRequest. parseDelimitedFrom(InputStream input)
static GetFederationRequest
GetFederationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFederationRequest
GetFederationRequest. parseFrom(byte[] data)
static GetFederationRequest
GetFederationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFederationRequest
GetFederationRequest. parseFrom(com.google.protobuf.ByteString data)
static GetFederationRequest
GetFederationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFederationRequest
GetFederationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetFederationRequest
GetFederationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFederationRequest
GetFederationRequest. parseFrom(InputStream input)
static GetFederationRequest
GetFederationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFederationRequest
GetFederationRequest. parseFrom(ByteBuffer data)
static GetFederationRequest
GetFederationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1alpha that return types with arguments of type GetFederationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFederationRequest,Federation>
DataprocMetastoreFederationClient. getFederationCallable()
Gets the details of a single federation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFederationRequest,Federation>
DataprocMetastoreFederationSettings.Builder. getFederationSettings()
Returns the builder for the settings used for calls to getFederation.com.google.api.gax.rpc.UnaryCallSettings<GetFederationRequest,Federation>
DataprocMetastoreFederationSettings. getFederationSettings()
Returns the object with the settings used for calls to getFederation.static io.grpc.MethodDescriptor<GetFederationRequest,Federation>
DataprocMetastoreFederationGrpc. getGetFederationMethod()
com.google.protobuf.Parser<GetFederationRequest>
GetFederationRequest. getParserForType()
static com.google.protobuf.Parser<GetFederationRequest>
GetFederationRequest. parser()
Methods in com.google.cloud.metastore.v1alpha with parameters of type GetFederationRequest Modifier and Type Method Description Federation
DataprocMetastoreFederationClient. getFederation(GetFederationRequest request)
Gets the details of a single federation.default void
DataprocMetastoreFederationGrpc.AsyncService. getFederation(GetFederationRequest request, io.grpc.stub.StreamObserver<Federation> responseObserver)
Gets the details of a single federation.Federation
DataprocMetastoreFederationGrpc.DataprocMetastoreFederationBlockingStub. getFederation(GetFederationRequest request)
Gets the details of a single federation.com.google.common.util.concurrent.ListenableFuture<Federation>
DataprocMetastoreFederationGrpc.DataprocMetastoreFederationFutureStub. getFederation(GetFederationRequest request)
Gets the details of a single federation.void
DataprocMetastoreFederationGrpc.DataprocMetastoreFederationStub. getFederation(GetFederationRequest request, io.grpc.stub.StreamObserver<Federation> responseObserver)
Gets the details of a single federation.GetFederationRequest.Builder
GetFederationRequest.Builder. mergeFrom(GetFederationRequest other)
static GetFederationRequest.Builder
GetFederationRequest. newBuilder(GetFederationRequest prototype)
-
Uses of GetFederationRequest in com.google.cloud.metastore.v1alpha.stub
Methods in com.google.cloud.metastore.v1alpha.stub that return types with arguments of type GetFederationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFederationRequest,Federation>
DataprocMetastoreFederationStub. getFederationCallable()
com.google.api.gax.rpc.UnaryCallable<GetFederationRequest,Federation>
GrpcDataprocMetastoreFederationStub. getFederationCallable()
com.google.api.gax.rpc.UnaryCallable<GetFederationRequest,Federation>
HttpJsonDataprocMetastoreFederationStub. getFederationCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFederationRequest,Federation>
DataprocMetastoreFederationStubSettings.Builder. getFederationSettings()
Returns the builder for the settings used for calls to getFederation.com.google.api.gax.rpc.UnaryCallSettings<GetFederationRequest,Federation>
DataprocMetastoreFederationStubSettings. getFederationSettings()
Returns the object with the settings used for calls to getFederation.
-