Uses of Class
com.google.cloud.metastore.v1.CreateServiceRequest
-
Packages that use CreateServiceRequest Package Description com.google.cloud.metastore.v1 A client to Dataproc Metastore APIcom.google.cloud.metastore.v1.stub -
-
Uses of CreateServiceRequest in com.google.cloud.metastore.v1
Methods in com.google.cloud.metastore.v1 that return CreateServiceRequest Modifier and Type Method Description CreateServiceRequestCreateServiceRequest.Builder. build()CreateServiceRequestCreateServiceRequest.Builder. buildPartial()static CreateServiceRequestCreateServiceRequest. getDefaultInstance()CreateServiceRequestCreateServiceRequest.Builder. getDefaultInstanceForType()CreateServiceRequestCreateServiceRequest. getDefaultInstanceForType()static CreateServiceRequestCreateServiceRequest. parseDelimitedFrom(InputStream input)static CreateServiceRequestCreateServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(byte[] data)static CreateServiceRequestCreateServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(com.google.protobuf.ByteString data)static CreateServiceRequestCreateServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateServiceRequestCreateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(InputStream input)static CreateServiceRequestCreateServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(ByteBuffer data)static CreateServiceRequestCreateServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.metastore.v1 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.v1 with parameters of type CreateServiceRequest Modifier and Type Method Description default voidDataprocMetastoreGrpc.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.OperationDataprocMetastoreGrpc.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.voidDataprocMetastoreGrpc.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.BuilderCreateServiceRequest.Builder. mergeFrom(CreateServiceRequest other)static CreateServiceRequest.BuilderCreateServiceRequest. newBuilder(CreateServiceRequest prototype) -
Uses of CreateServiceRequest in com.google.cloud.metastore.v1.stub
Methods in com.google.cloud.metastore.v1.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.
-