Uses of Class
com.google.cloud.metastore.v1beta.Service
-
Packages that use Service Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore APIcom.google.cloud.metastore.v1beta.stub -
-
Uses of Service in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return Service Modifier and Type Method Description ServiceService.Builder. build()ServiceService.Builder. buildPartial()static ServiceService. getDefaultInstance()ServiceService.Builder. getDefaultInstanceForType()ServiceService. getDefaultInstanceForType()ServiceCreateServiceRequest.Builder. getService()Required.ServiceCreateServiceRequest. getService()Required.ServiceCreateServiceRequestOrBuilder. getService()Required.ServiceDataprocMetastoreClient. getService(GetServiceRequest request)Gets the details of a single service.ServiceDataprocMetastoreClient. getService(ServiceName name)Gets the details of a single service.ServiceDataprocMetastoreClient. getService(String name)Gets the details of a single service.ServiceDataprocMetastoreGrpc.DataprocMetastoreBlockingStub. getService(GetServiceRequest request)Gets the details of a single service.ServiceUpdateServiceRequest.Builder. getService()Required.ServiceUpdateServiceRequest. getService()Required.ServiceUpdateServiceRequestOrBuilder. getService()Required.ServiceBackup.Builder. getServiceRevision()Output only.ServiceBackup. getServiceRevision()Output only.ServiceBackupOrBuilder. getServiceRevision()Output only.ServiceListServicesResponse.Builder. getServices(int index)The services in the specified location.ServiceListServicesResponse. getServices(int index)The services in the specified location.ServiceListServicesResponseOrBuilder. getServices(int index)The services in the specified location.static ServiceService. parseDelimitedFrom(InputStream input)static ServiceService. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(byte[] data)static ServiceService. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(com.google.protobuf.ByteString data)static ServiceService. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceService. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(InputStream input)static ServiceService. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(ByteBuffer data)static ServiceService. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.metastore.v1beta 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.v1beta with parameters of type Service Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. addServices(int index, Service value)The services in the specified location.ListServicesResponse.BuilderListServicesResponse.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.BuilderService.Builder. mergeFrom(Service other)CreateServiceRequest.BuilderCreateServiceRequest.Builder. mergeService(Service value)Required.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. mergeService(Service value)Required.Backup.BuilderBackup.Builder. mergeServiceRevision(Service value)Output only.static Service.BuilderService. newBuilder(Service prototype)CreateServiceRequest.BuilderCreateServiceRequest.Builder. setService(Service value)Required.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. setService(Service value)Required.Backup.BuilderBackup.Builder. setServiceRevision(Service value)Output only.ListServicesResponse.BuilderListServicesResponse.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.v1beta with type arguments of type Service Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.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.ListServicesPageDataprocMetastoreClient.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 voidDataprocMetastoreGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets the details of a single service.voidDataprocMetastoreGrpc.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.v1beta.stub
Methods in com.google.cloud.metastore.v1beta.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.
-