Uses of Class
com.google.cloud.metastore.v1beta.CreateServiceRequest
-
Packages that use CreateServiceRequest Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore APIcom.google.cloud.metastore.v1beta.stub -
-
Uses of CreateServiceRequest in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return CreateServiceRequest Modifier and Type Method Description CreateServiceRequest
CreateServiceRequest.Builder. build()
CreateServiceRequest
CreateServiceRequest.Builder. buildPartial()
static CreateServiceRequest
CreateServiceRequest. getDefaultInstance()
CreateServiceRequest
CreateServiceRequest.Builder. getDefaultInstanceForType()
CreateServiceRequest
CreateServiceRequest. getDefaultInstanceForType()
static CreateServiceRequest
CreateServiceRequest. parseDelimitedFrom(InputStream input)
static CreateServiceRequest
CreateServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceRequest
CreateServiceRequest. parseFrom(byte[] data)
static CreateServiceRequest
CreateServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceRequest
CreateServiceRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateServiceRequest
CreateServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceRequest
CreateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateServiceRequest
CreateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceRequest
CreateServiceRequest. parseFrom(InputStream input)
static CreateServiceRequest
CreateServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceRequest
CreateServiceRequest. parseFrom(ByteBuffer data)
static CreateServiceRequest
CreateServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1beta that return types with arguments of type CreateServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreClient. createServiceCallable()
Creates a metastore service in a project and location.com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,Service,OperationMetadata>
DataprocMetastoreClient. createServiceOperationCallable()
Creates a metastore service in a project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateServiceRequest,Service,OperationMetadata>
DataprocMetastoreSettings.Builder. createServiceOperationSettings()
Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.OperationCallSettings<CreateServiceRequest,Service,OperationMetadata>
DataprocMetastoreSettings. createServiceOperationSettings()
Returns the object with the settings used for calls to createService.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreSettings.Builder. createServiceSettings()
Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.UnaryCallSettings<CreateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreSettings. createServiceSettings()
Returns the object with the settings used for calls to createService.static io.grpc.MethodDescriptor<CreateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreGrpc. getCreateServiceMethod()
com.google.protobuf.Parser<CreateServiceRequest>
CreateServiceRequest. getParserForType()
static com.google.protobuf.Parser<CreateServiceRequest>
CreateServiceRequest. parser()
Methods in com.google.cloud.metastore.v1beta with parameters of type CreateServiceRequest Modifier and Type Method Description default void
DataprocMetastoreGrpc.AsyncService. createService(CreateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a metastore service in a project and location.com.google.longrunning.Operation
DataprocMetastoreGrpc.DataprocMetastoreBlockingStub. createService(CreateServiceRequest request)
Creates a metastore service in a project and location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DataprocMetastoreGrpc.DataprocMetastoreFutureStub. createService(CreateServiceRequest request)
Creates a metastore service in a project and location.void
DataprocMetastoreGrpc.DataprocMetastoreStub. createService(CreateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a metastore service in a project and location.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. createServiceAsync(CreateServiceRequest request)
Creates a metastore service in a project and location.CreateServiceRequest.Builder
CreateServiceRequest.Builder. mergeFrom(CreateServiceRequest other)
static CreateServiceRequest.Builder
CreateServiceRequest. newBuilder(CreateServiceRequest prototype)
-
Uses of CreateServiceRequest in com.google.cloud.metastore.v1beta.stub
Methods in com.google.cloud.metastore.v1beta.stub that return types with arguments of type CreateServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreStub. createServiceCallable()
com.google.api.gax.rpc.UnaryCallable<CreateServiceRequest,com.google.longrunning.Operation>
GrpcDataprocMetastoreStub. createServiceCallable()
com.google.api.gax.rpc.UnaryCallable<CreateServiceRequest,com.google.longrunning.Operation>
HttpJsonDataprocMetastoreStub. createServiceCallable()
com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,Service,OperationMetadata>
DataprocMetastoreStub. createServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,Service,OperationMetadata>
GrpcDataprocMetastoreStub. createServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,Service,OperationMetadata>
HttpJsonDataprocMetastoreStub. createServiceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateServiceRequest,Service,OperationMetadata>
DataprocMetastoreStubSettings.Builder. createServiceOperationSettings()
Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.OperationCallSettings<CreateServiceRequest,Service,OperationMetadata>
DataprocMetastoreStubSettings. createServiceOperationSettings()
Returns the object with the settings used for calls to createService.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreStubSettings.Builder. createServiceSettings()
Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.UnaryCallSettings<CreateServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreStubSettings. createServiceSettings()
Returns the object with the settings used for calls to createService.
-