Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.GetTableRequest
-
Packages that use GetTableRequest Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of GetTableRequest in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return GetTableRequest Modifier and Type Method Description GetTableRequest
GetTableRequest.Builder. build()
GetTableRequest
GetTableRequest.Builder. buildPartial()
static GetTableRequest
GetTableRequest. getDefaultInstance()
GetTableRequest
GetTableRequest.Builder. getDefaultInstanceForType()
GetTableRequest
GetTableRequest. getDefaultInstanceForType()
static GetTableRequest
GetTableRequest. parseDelimitedFrom(InputStream input)
static GetTableRequest
GetTableRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(byte[] data)
static GetTableRequest
GetTableRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTableRequest
GetTableRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTableRequest
GetTableRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(InputStream input)
static GetTableRequest
GetTableRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTableRequest
GetTableRequest. parseFrom(ByteBuffer data)
static GetTableRequest
GetTableRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type GetTableRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTableRequest,Table>
MetastoreServiceGrpc. getGetTableMethod()
com.google.protobuf.Parser<GetTableRequest>
GetTableRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetTableRequest,Table>
MetastoreServiceClient. getTableCallable()
Gets the table specified by the resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table>
MetastoreServiceSettings.Builder. getTableSettings()
Returns the builder for the settings used for calls to getTable.com.google.api.gax.rpc.UnaryCallSettings<GetTableRequest,Table>
MetastoreServiceSettings. getTableSettings()
Returns the object with the settings used for calls to getTable.static com.google.protobuf.Parser<GetTableRequest>
GetTableRequest. parser()
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type GetTableRequest Modifier and Type Method Description Table
MetastoreServiceClient. getTable(GetTableRequest request)
Gets the table specified by the resource name.default void
MetastoreServiceGrpc.AsyncService. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Gets the table specified by the resource name.Table
MetastoreServiceGrpc.MetastoreServiceBlockingStub. getTable(GetTableRequest request)
Gets the table specified by the resource name.com.google.common.util.concurrent.ListenableFuture<Table>
MetastoreServiceGrpc.MetastoreServiceFutureStub. getTable(GetTableRequest request)
Gets the table specified by the resource name.void
MetastoreServiceGrpc.MetastoreServiceStub. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Gets the table specified by the resource name.GetTableRequest.Builder
GetTableRequest.Builder. mergeFrom(GetTableRequest other)
static GetTableRequest.Builder
GetTableRequest. newBuilder(GetTableRequest prototype)
-
Uses of GetTableRequest in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type GetTableRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTableRequest,Table>
GrpcMetastoreServiceStub. getTableCallable()
com.google.api.gax.rpc.UnaryCallable<GetTableRequest,Table>
HttpJsonMetastoreServiceStub. getTableCallable()
com.google.api.gax.rpc.UnaryCallable<GetTableRequest,Table>
MetastoreServiceStub. getTableCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table>
MetastoreServiceStubSettings.Builder. getTableSettings()
Returns the builder for the settings used for calls to getTable.com.google.api.gax.rpc.UnaryCallSettings<GetTableRequest,Table>
MetastoreServiceStubSettings. getTableSettings()
Returns the object with the settings used for calls to getTable.
-