Uses of Class
com.google.cloud.bigquery.biglake.v1.CreateCatalogRequest
-
Packages that use CreateCatalogRequest Package Description com.google.cloud.bigquery.biglake.v1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1.stub -
-
Uses of CreateCatalogRequest in com.google.cloud.bigquery.biglake.v1
Methods in com.google.cloud.bigquery.biglake.v1 that return CreateCatalogRequest Modifier and Type Method Description CreateCatalogRequestCreateCatalogRequest.Builder. build()CreateCatalogRequestCreateCatalogRequest.Builder. buildPartial()static CreateCatalogRequestCreateCatalogRequest. getDefaultInstance()CreateCatalogRequestCreateCatalogRequest.Builder. getDefaultInstanceForType()CreateCatalogRequestCreateCatalogRequest. getDefaultInstanceForType()static CreateCatalogRequestCreateCatalogRequest. parseDelimitedFrom(InputStream input)static CreateCatalogRequestCreateCatalogRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCatalogRequestCreateCatalogRequest. parseFrom(byte[] data)static CreateCatalogRequestCreateCatalogRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCatalogRequestCreateCatalogRequest. parseFrom(com.google.protobuf.ByteString data)static CreateCatalogRequestCreateCatalogRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCatalogRequestCreateCatalogRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateCatalogRequestCreateCatalogRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCatalogRequestCreateCatalogRequest. parseFrom(InputStream input)static CreateCatalogRequestCreateCatalogRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCatalogRequestCreateCatalogRequest. parseFrom(ByteBuffer data)static CreateCatalogRequestCreateCatalogRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.biglake.v1 that return types with arguments of type CreateCatalogRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateCatalogRequest,Catalog>MetastoreServiceClient. createCatalogCallable()Creates a new catalog.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCatalogRequest,Catalog>MetastoreServiceSettings.Builder. createCatalogSettings()Returns the builder for the settings used for calls to createCatalog.com.google.api.gax.rpc.UnaryCallSettings<CreateCatalogRequest,Catalog>MetastoreServiceSettings. createCatalogSettings()Returns the object with the settings used for calls to createCatalog.static io.grpc.MethodDescriptor<CreateCatalogRequest,Catalog>MetastoreServiceGrpc. getCreateCatalogMethod()com.google.protobuf.Parser<CreateCatalogRequest>CreateCatalogRequest. getParserForType()static com.google.protobuf.Parser<CreateCatalogRequest>CreateCatalogRequest. parser()Methods in com.google.cloud.bigquery.biglake.v1 with parameters of type CreateCatalogRequest Modifier and Type Method Description CatalogMetastoreServiceClient. createCatalog(CreateCatalogRequest request)Creates a new catalog.default voidMetastoreServiceGrpc.AsyncService. createCatalog(CreateCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)Creates a new catalog.CatalogMetastoreServiceGrpc.MetastoreServiceBlockingStub. createCatalog(CreateCatalogRequest request)Creates a new catalog.com.google.common.util.concurrent.ListenableFuture<Catalog>MetastoreServiceGrpc.MetastoreServiceFutureStub. createCatalog(CreateCatalogRequest request)Creates a new catalog.voidMetastoreServiceGrpc.MetastoreServiceStub. createCatalog(CreateCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)Creates a new catalog.CreateCatalogRequest.BuilderCreateCatalogRequest.Builder. mergeFrom(CreateCatalogRequest other)static CreateCatalogRequest.BuilderCreateCatalogRequest. newBuilder(CreateCatalogRequest prototype) -
Uses of CreateCatalogRequest in com.google.cloud.bigquery.biglake.v1.stub
Methods in com.google.cloud.bigquery.biglake.v1.stub that return types with arguments of type CreateCatalogRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateCatalogRequest,Catalog>GrpcMetastoreServiceStub. createCatalogCallable()com.google.api.gax.rpc.UnaryCallable<CreateCatalogRequest,Catalog>HttpJsonMetastoreServiceStub. createCatalogCallable()com.google.api.gax.rpc.UnaryCallable<CreateCatalogRequest,Catalog>MetastoreServiceStub. createCatalogCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCatalogRequest,Catalog>MetastoreServiceStubSettings.Builder. createCatalogSettings()Returns the builder for the settings used for calls to createCatalog.com.google.api.gax.rpc.UnaryCallSettings<CreateCatalogRequest,Catalog>MetastoreServiceStubSettings. createCatalogSettings()Returns the object with the settings used for calls to createCatalog.
-