Uses of Class
com.google.cloud.dataproc.v1.StartClusterRequest
-
Packages that use StartClusterRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of StartClusterRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return StartClusterRequest Modifier and Type Method Description StartClusterRequestStartClusterRequest.Builder. build()StartClusterRequestStartClusterRequest.Builder. buildPartial()static StartClusterRequestStartClusterRequest. getDefaultInstance()StartClusterRequestStartClusterRequest.Builder. getDefaultInstanceForType()StartClusterRequestStartClusterRequest. getDefaultInstanceForType()static StartClusterRequestStartClusterRequest. parseDelimitedFrom(InputStream input)static StartClusterRequestStartClusterRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClusterRequestStartClusterRequest. parseFrom(byte[] data)static StartClusterRequestStartClusterRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClusterRequestStartClusterRequest. parseFrom(com.google.protobuf.ByteString data)static StartClusterRequestStartClusterRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClusterRequestStartClusterRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StartClusterRequestStartClusterRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClusterRequestStartClusterRequest. parseFrom(InputStream input)static StartClusterRequestStartClusterRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClusterRequestStartClusterRequest. parseFrom(ByteBuffer data)static StartClusterRequestStartClusterRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataproc.v1 that return types with arguments of type StartClusterRequest Modifier and Type Method Description com.google.protobuf.Parser<StartClusterRequest>StartClusterRequest. getParserForType()static io.grpc.MethodDescriptor<StartClusterRequest,com.google.longrunning.Operation>ClusterControllerGrpc. getStartClusterMethod()static com.google.protobuf.Parser<StartClusterRequest>StartClusterRequest. parser()com.google.api.gax.rpc.UnaryCallable<StartClusterRequest,com.google.longrunning.Operation>ClusterControllerClient. startClusterCallable()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.rpc.UnaryCallSettings.Builder<StartClusterRequest,com.google.longrunning.Operation>ClusterControllerSettings.Builder. startClusterSettings()Returns the builder for the settings used for calls to startCluster.com.google.api.gax.rpc.UnaryCallSettings<StartClusterRequest,com.google.longrunning.Operation>ClusterControllerSettings. startClusterSettings()Returns the object with the settings used for calls to startCluster.Methods in com.google.cloud.dataproc.v1 with parameters of type StartClusterRequest Modifier and Type Method Description StartClusterRequest.BuilderStartClusterRequest.Builder. mergeFrom(StartClusterRequest other)static StartClusterRequest.BuilderStartClusterRequest. newBuilder(StartClusterRequest prototype)default voidClusterControllerGrpc.AsyncService. startCluster(StartClusterRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Starts a cluster in a project.com.google.longrunning.OperationClusterControllerGrpc.ClusterControllerBlockingStub. startCluster(StartClusterRequest request)Starts a cluster in a project.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ClusterControllerGrpc.ClusterControllerFutureStub. startCluster(StartClusterRequest request)Starts a cluster in a project.voidClusterControllerGrpc.ClusterControllerStub. startCluster(StartClusterRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Starts a cluster in a project.com.google.api.gax.longrunning.OperationFuture<Cluster,ClusterOperationMetadata>ClusterControllerClient. startClusterAsync(StartClusterRequest request)Starts a cluster in a project. -
Uses of StartClusterRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type StartClusterRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StartClusterRequest,com.google.longrunning.Operation>ClusterControllerStub. startClusterCallable()com.google.api.gax.rpc.UnaryCallable<StartClusterRequest,com.google.longrunning.Operation>GrpcClusterControllerStub. startClusterCallable()com.google.api.gax.rpc.UnaryCallable<StartClusterRequest,com.google.longrunning.Operation>HttpJsonClusterControllerStub. startClusterCallable()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.UnaryCallSettings.Builder<StartClusterRequest,com.google.longrunning.Operation>ClusterControllerStubSettings.Builder. startClusterSettings()Returns the builder for the settings used for calls to startCluster.com.google.api.gax.rpc.UnaryCallSettings<StartClusterRequest,com.google.longrunning.Operation>ClusterControllerStubSettings. startClusterSettings()Returns the object with the settings used for calls to startCluster.
-