Uses of Class
com.google.cloud.metastore.v1alpha.Service
-
Packages that use Service Package Description com.google.cloud.metastore.v1alpha A client to Dataproc Metastore APIcom.google.cloud.metastore.v1alpha.stub -
-
Uses of Service in com.google.cloud.metastore.v1alpha
Methods in com.google.cloud.metastore.v1alpha that return Service Modifier and Type Method Description Service
Service.Builder. build()
Service
Service.Builder. buildPartial()
static Service
Service. getDefaultInstance()
Service
Service.Builder. getDefaultInstanceForType()
Service
Service. getDefaultInstanceForType()
Service
CreateServiceRequest.Builder. getService()
Required.Service
CreateServiceRequest. getService()
Required.Service
CreateServiceRequestOrBuilder. getService()
Required.Service
DataprocMetastoreClient. getService(GetServiceRequest request)
Gets the details of a single service.Service
DataprocMetastoreClient. getService(ServiceName name)
Gets the details of a single service.Service
DataprocMetastoreClient. getService(String name)
Gets the details of a single service.Service
DataprocMetastoreGrpc.DataprocMetastoreBlockingStub. getService(GetServiceRequest request)
Gets the details of a single service.Service
UpdateServiceRequest.Builder. getService()
Required.Service
UpdateServiceRequest. getService()
Required.Service
UpdateServiceRequestOrBuilder. getService()
Required.Service
Backup.Builder. getServiceRevision()
Output only.Service
Backup. getServiceRevision()
Output only.Service
BackupOrBuilder. getServiceRevision()
Output only.Service
ListServicesResponse.Builder. getServices(int index)
The services in the specified location.Service
ListServicesResponse. getServices(int index)
The services in the specified location.Service
ListServicesResponseOrBuilder. getServices(int index)
The services in the specified location.static Service
Service. parseDelimitedFrom(InputStream input)
static Service
Service. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(byte[] data)
static Service
Service. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(com.google.protobuf.ByteString data)
static Service
Service. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(com.google.protobuf.CodedInputStream input)
static Service
Service. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(InputStream input)
static Service
Service. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(ByteBuffer data)
static Service
Service. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1alpha that return types with arguments of type Service Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. createServiceAsync(CreateServiceRequest request)
Creates a metastore service in a project and location.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. createServiceAsync(LocationName parent, Service service, String serviceId)
Creates a metastore service in a project and location.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. createServiceAsync(String parent, Service service, String serviceId)
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.static io.grpc.MethodDescriptor<GetServiceRequest,Service>
DataprocMetastoreGrpc. getGetServiceMethod()
com.google.protobuf.Parser<Service>
Service. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Service>
DataprocMetastoreGrpc.DataprocMetastoreFutureStub. getService(GetServiceRequest request)
Gets the details of a single service.com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
DataprocMetastoreClient. getServiceCallable()
Gets the details of a single service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
DataprocMetastoreSettings.Builder. getServiceSettings()
Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
DataprocMetastoreSettings. getServiceSettings()
Returns the object with the settings used for calls to getService.List<Service>
ListServicesResponse.Builder. getServicesList()
The services in the specified location.List<Service>
ListServicesResponse. getServicesList()
The services in the specified location.List<Service>
ListServicesResponseOrBuilder. getServicesList()
The services in the specified location.static com.google.protobuf.Parser<Service>
Service. parser()
com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. updateServiceAsync(Service service, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single service.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. updateServiceAsync(UpdateServiceRequest request)
Updates the parameters of a single service.com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreClient. updateServiceOperationCallable()
Updates the parameters of a single service.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreSettings.Builder. updateServiceOperationSettings()
Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreSettings. updateServiceOperationSettings()
Returns the object with the settings used for calls to updateService.Methods in com.google.cloud.metastore.v1alpha with parameters of type Service Modifier and Type Method Description ListServicesResponse.Builder
ListServicesResponse.Builder. addServices(int index, Service value)
The services in the specified location.ListServicesResponse.Builder
ListServicesResponse.Builder. addServices(Service value)
The services in the specified location.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. createServiceAsync(LocationName parent, Service service, String serviceId)
Creates a metastore service in a project and location.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. createServiceAsync(String parent, Service service, String serviceId)
Creates a metastore service in a project and location.Service.Builder
Service.Builder. mergeFrom(Service other)
CreateServiceRequest.Builder
CreateServiceRequest.Builder. mergeService(Service value)
Required.UpdateServiceRequest.Builder
UpdateServiceRequest.Builder. mergeService(Service value)
Required.Backup.Builder
Backup.Builder. mergeServiceRevision(Service value)
Output only.static Service.Builder
Service. newBuilder(Service prototype)
CreateServiceRequest.Builder
CreateServiceRequest.Builder. setService(Service value)
Required.UpdateServiceRequest.Builder
UpdateServiceRequest.Builder. setService(Service value)
Required.Backup.Builder
Backup.Builder. setServiceRevision(Service value)
Output only.ListServicesResponse.Builder
ListServicesResponse.Builder. setServices(int index, Service value)
The services in the specified location.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>
DataprocMetastoreClient. updateServiceAsync(Service service, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single service.Method parameters in com.google.cloud.metastore.v1alpha with type arguments of type Service Modifier and Type Method Description ListServicesResponse.Builder
ListServicesResponse.Builder. addAllServices(Iterable<? extends Service> values)
The services in the specified location.static com.google.api.core.ApiFuture<DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreClient.ListServicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
protected DataprocMetastoreClient.ListServicesPage
DataprocMetastoreClient.ListServicesPage. createPage(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)
com.google.api.core.ApiFuture<DataprocMetastoreClient.ListServicesPage>
DataprocMetastoreClient.ListServicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
default void
DataprocMetastoreGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Gets the details of a single service.void
DataprocMetastoreGrpc.DataprocMetastoreStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Gets the details of a single service. -
Uses of Service in com.google.cloud.metastore.v1alpha.stub
Methods in com.google.cloud.metastore.v1alpha.stub that return types with arguments of type Service Modifier and Type Method Description 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.UnaryCallable<GetServiceRequest,Service>
DataprocMetastoreStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
GrpcDataprocMetastoreStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
HttpJsonDataprocMetastoreStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
DataprocMetastoreStubSettings.Builder. getServiceSettings()
Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
DataprocMetastoreStubSettings. getServiceSettings()
Returns the object with the settings used for calls to getService.com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreStub. updateServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadata>
GrpcDataprocMetastoreStub. updateServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadata>
HttpJsonDataprocMetastoreStub. updateServiceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreStubSettings.Builder. updateServiceOperationSettings()
Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata>
DataprocMetastoreStubSettings. updateServiceOperationSettings()
Returns the object with the settings used for calls to updateService.
-