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 GetTableRequestGetTableRequest.Builder. build()GetTableRequestGetTableRequest.Builder. buildPartial()static GetTableRequestGetTableRequest. getDefaultInstance()GetTableRequestGetTableRequest.Builder. getDefaultInstanceForType()GetTableRequestGetTableRequest. getDefaultInstanceForType()static GetTableRequestGetTableRequest. parseDelimitedFrom(InputStream input)static GetTableRequestGetTableRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(byte[] data)static GetTableRequestGetTableRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(com.google.protobuf.ByteString data)static GetTableRequestGetTableRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTableRequestGetTableRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(InputStream input)static GetTableRequestGetTableRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTableRequestGetTableRequest. parseFrom(ByteBuffer data)static GetTableRequestGetTableRequest. 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 TableMetastoreServiceClient. getTable(GetTableRequest request)Gets the table specified by the resource name.default voidMetastoreServiceGrpc.AsyncService. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Gets the table specified by the resource name.TableMetastoreServiceGrpc.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.voidMetastoreServiceGrpc.MetastoreServiceStub. getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)Gets the table specified by the resource name.GetTableRequest.BuilderGetTableRequest.Builder. mergeFrom(GetTableRequest other)static GetTableRequest.BuilderGetTableRequest. 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.
-