Uses of Class
com.google.cloud.dataproc.v1.Cluster
-
Packages that use Cluster Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of Cluster in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return Cluster Modifier and Type Method Description Cluster
Cluster.Builder. build()
Cluster
Cluster.Builder. buildPartial()
Cluster
ClusterControllerClient. getCluster(GetClusterRequest request)
Gets the resource representation for a cluster in a project.Cluster
ClusterControllerClient. getCluster(String projectId, String region, String clusterName)
Gets the resource representation for a cluster in a project.Cluster
ClusterControllerGrpc.ClusterControllerBlockingStub. getCluster(GetClusterRequest request)
Gets the resource representation for a cluster in a project.Cluster
CreateClusterRequest.Builder. getCluster()
Required.Cluster
CreateClusterRequest. getCluster()
Required.Cluster
CreateClusterRequestOrBuilder. getCluster()
Required.Cluster
UpdateClusterRequest.Builder. getCluster()
Required.Cluster
UpdateClusterRequest. getCluster()
Required.Cluster
UpdateClusterRequestOrBuilder. getCluster()
Required.Cluster
ListClustersResponse.Builder. getClusters(int index)
Output only.Cluster
ListClustersResponse. getClusters(int index)
Output only.Cluster
ListClustersResponseOrBuilder. getClusters(int index)
Output only.static Cluster
Cluster. getDefaultInstance()
Cluster
Cluster.Builder. getDefaultInstanceForType()
Cluster
Cluster. getDefaultInstanceForType()
static Cluster
Cluster. parseDelimitedFrom(InputStream input)
static Cluster
Cluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(byte[] data)
static Cluster
Cluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(InputStream input)
static Cluster
Cluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(ByteBuffer data)
static Cluster
Cluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type Cluster Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Cluster,ClusterOperationMetadata>
ClusterControllerClient. createClusterAsync(CreateClusterRequest request)
Creates a cluster in a project.com.google.api.gax.longrunning.OperationFuture<Cluster,ClusterOperationMetadata>
ClusterControllerClient. createClusterAsync(String projectId, String region, Cluster cluster)
Creates a cluster in a project.com.google.api.gax.rpc.OperationCallable<CreateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerClient. createClusterOperationCallable()
Creates a cluster in a project.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerSettings.Builder. createClusterOperationSettings()
Returns the builder for the settings used for calls to createCluster.com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerSettings. createClusterOperationSettings()
Returns the object with the settings used for calls to createCluster.com.google.common.util.concurrent.ListenableFuture<Cluster>
ClusterControllerGrpc.ClusterControllerFutureStub. getCluster(GetClusterRequest request)
Gets the resource representation for a cluster in a project.com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
ClusterControllerClient. getClusterCallable()
Gets the resource representation for a cluster in a project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,Cluster>
ClusterControllerSettings.Builder. getClusterSettings()
Returns the builder for the settings used for calls to getCluster.com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster>
ClusterControllerSettings. getClusterSettings()
Returns the object with the settings used for calls to getCluster.List<Cluster>
ListClustersResponse.Builder. getClustersList()
Output only.List<Cluster>
ListClustersResponse. getClustersList()
Output only.List<Cluster>
ListClustersResponseOrBuilder. getClustersList()
Output only.static io.grpc.MethodDescriptor<GetClusterRequest,Cluster>
ClusterControllerGrpc. getGetClusterMethod()
com.google.protobuf.Parser<Cluster>
Cluster. getParserForType()
static com.google.protobuf.Parser<Cluster>
Cluster. parser()
com.google.api.gax.longrunning.OperationFuture<Cluster,ClusterOperationMetadata>
ClusterControllerClient. startClusterAsync(StartClusterRequest request)
Starts a cluster in a project.com.google.api.gax.rpc.OperationCallable<StartClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerClient. startClusterOperationCallable()
Starts a cluster in a project.com.google.api.gax.rpc.OperationCallSettings.Builder<StartClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerSettings.Builder. startClusterOperationSettings()
Returns the builder for the settings used for calls to startCluster.com.google.api.gax.rpc.OperationCallSettings<StartClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerSettings. startClusterOperationSettings()
Returns the object with the settings used for calls to startCluster.com.google.api.gax.longrunning.OperationFuture<Cluster,ClusterOperationMetadata>
ClusterControllerClient. stopClusterAsync(StopClusterRequest request)
Stops a cluster in a project.com.google.api.gax.rpc.OperationCallable<StopClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerClient. stopClusterOperationCallable()
Stops a cluster in a project.com.google.api.gax.rpc.OperationCallSettings.Builder<StopClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerSettings.Builder. stopClusterOperationSettings()
Returns the builder for the settings used for calls to stopCluster.com.google.api.gax.rpc.OperationCallSettings<StopClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerSettings. stopClusterOperationSettings()
Returns the object with the settings used for calls to stopCluster.com.google.api.gax.longrunning.OperationFuture<Cluster,ClusterOperationMetadata>
ClusterControllerClient. updateClusterAsync(UpdateClusterRequest request)
Updates a cluster in a project.com.google.api.gax.longrunning.OperationFuture<Cluster,ClusterOperationMetadata>
ClusterControllerClient. updateClusterAsync(String projectId, String region, String clusterName, Cluster cluster, com.google.protobuf.FieldMask updateMask)
Updates a cluster in a project.com.google.api.gax.rpc.OperationCallable<UpdateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerClient. updateClusterOperationCallable()
Updates a cluster in a project.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerSettings.Builder. updateClusterOperationSettings()
Returns the builder for the settings used for calls to updateCluster.com.google.api.gax.rpc.OperationCallSettings<UpdateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerSettings. updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.Methods in com.google.cloud.dataproc.v1 with parameters of type Cluster Modifier and Type Method Description ListClustersResponse.Builder
ListClustersResponse.Builder. addClusters(int index, Cluster value)
Output only.ListClustersResponse.Builder
ListClustersResponse.Builder. addClusters(Cluster value)
Output only.com.google.api.gax.longrunning.OperationFuture<Cluster,ClusterOperationMetadata>
ClusterControllerClient. createClusterAsync(String projectId, String region, Cluster cluster)
Creates a cluster in a project.CreateClusterRequest.Builder
CreateClusterRequest.Builder. mergeCluster(Cluster value)
Required.UpdateClusterRequest.Builder
UpdateClusterRequest.Builder. mergeCluster(Cluster value)
Required.Cluster.Builder
Cluster.Builder. mergeFrom(Cluster other)
static Cluster.Builder
Cluster. newBuilder(Cluster prototype)
CreateClusterRequest.Builder
CreateClusterRequest.Builder. setCluster(Cluster value)
Required.UpdateClusterRequest.Builder
UpdateClusterRequest.Builder. setCluster(Cluster value)
Required.ListClustersResponse.Builder
ListClustersResponse.Builder. setClusters(int index, Cluster value)
Output only.com.google.api.gax.longrunning.OperationFuture<Cluster,ClusterOperationMetadata>
ClusterControllerClient. updateClusterAsync(String projectId, String region, String clusterName, Cluster cluster, com.google.protobuf.FieldMask updateMask)
Updates a cluster in a project.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type Cluster Modifier and Type Method Description ListClustersResponse.Builder
ListClustersResponse.Builder. addAllClusters(Iterable<? extends Cluster> values)
Output only.static com.google.api.core.ApiFuture<ClusterControllerClient.ListClustersPagedResponse>
ClusterControllerClient.ListClustersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, com.google.api.core.ApiFuture<ListClustersResponse> futureResponse)
protected ClusterControllerClient.ListClustersPage
ClusterControllerClient.ListClustersPage. createPage(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, ListClustersResponse response)
com.google.api.core.ApiFuture<ClusterControllerClient.ListClustersPage>
ClusterControllerClient.ListClustersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, com.google.api.core.ApiFuture<ListClustersResponse> futureResponse)
default void
ClusterControllerGrpc.AsyncService. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)
Gets the resource representation for a cluster in a project.void
ClusterControllerGrpc.ClusterControllerStub. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)
Gets the resource representation for a cluster in a project. -
Uses of Cluster in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type Cluster Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStub. createClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateClusterRequest,Cluster,ClusterOperationMetadata>
GrpcClusterControllerStub. createClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateClusterRequest,Cluster,ClusterOperationMetadata>
HttpJsonClusterControllerStub. createClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStubSettings.Builder. createClusterOperationSettings()
Returns the builder for the settings used for calls to createCluster.com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStubSettings. createClusterOperationSettings()
Returns the object with the settings used for calls to createCluster.com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
ClusterControllerStub. getClusterCallable()
com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
GrpcClusterControllerStub. getClusterCallable()
com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
HttpJsonClusterControllerStub. getClusterCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,Cluster>
ClusterControllerStubSettings.Builder. getClusterSettings()
Returns the builder for the settings used for calls to getCluster.com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster>
ClusterControllerStubSettings. getClusterSettings()
Returns the object with the settings used for calls to getCluster.com.google.api.gax.rpc.OperationCallable<StartClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStub. startClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<StartClusterRequest,Cluster,ClusterOperationMetadata>
GrpcClusterControllerStub. startClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<StartClusterRequest,Cluster,ClusterOperationMetadata>
HttpJsonClusterControllerStub. startClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<StartClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStubSettings.Builder. startClusterOperationSettings()
Returns the builder for the settings used for calls to startCluster.com.google.api.gax.rpc.OperationCallSettings<StartClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStubSettings. startClusterOperationSettings()
Returns the object with the settings used for calls to startCluster.com.google.api.gax.rpc.OperationCallable<StopClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStub. stopClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<StopClusterRequest,Cluster,ClusterOperationMetadata>
GrpcClusterControllerStub. stopClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<StopClusterRequest,Cluster,ClusterOperationMetadata>
HttpJsonClusterControllerStub. stopClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<StopClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStubSettings.Builder. stopClusterOperationSettings()
Returns the builder for the settings used for calls to stopCluster.com.google.api.gax.rpc.OperationCallSettings<StopClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStubSettings. stopClusterOperationSettings()
Returns the object with the settings used for calls to stopCluster.com.google.api.gax.rpc.OperationCallable<UpdateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStub. updateClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateClusterRequest,Cluster,ClusterOperationMetadata>
GrpcClusterControllerStub. updateClusterOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateClusterRequest,Cluster,ClusterOperationMetadata>
HttpJsonClusterControllerStub. updateClusterOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStubSettings.Builder. updateClusterOperationSettings()
Returns the builder for the settings used for calls to updateCluster.com.google.api.gax.rpc.OperationCallSettings<UpdateClusterRequest,Cluster,ClusterOperationMetadata>
ClusterControllerStubSettings. updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.
-