Uses of Class
com.google.cloud.dataproc.v1.ClusterOperation
-
Packages that use ClusterOperation Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of ClusterOperation in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ClusterOperation Modifier and Type Method Description ClusterOperation
ClusterOperation.Builder. build()
ClusterOperation
ClusterOperation.Builder. buildPartial()
ClusterOperation
WorkflowMetadata.Builder. getCreateCluster()
Output only.ClusterOperation
WorkflowMetadata. getCreateCluster()
Output only.ClusterOperation
WorkflowMetadataOrBuilder. getCreateCluster()
Output only.static ClusterOperation
ClusterOperation. getDefaultInstance()
ClusterOperation
ClusterOperation.Builder. getDefaultInstanceForType()
ClusterOperation
ClusterOperation. getDefaultInstanceForType()
ClusterOperation
WorkflowMetadata.Builder. getDeleteCluster()
Output only.ClusterOperation
WorkflowMetadata. getDeleteCluster()
Output only.ClusterOperation
WorkflowMetadataOrBuilder. getDeleteCluster()
Output only.static ClusterOperation
ClusterOperation. parseDelimitedFrom(InputStream input)
static ClusterOperation
ClusterOperation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterOperation
ClusterOperation. parseFrom(byte[] data)
static ClusterOperation
ClusterOperation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterOperation
ClusterOperation. parseFrom(com.google.protobuf.ByteString data)
static ClusterOperation
ClusterOperation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterOperation
ClusterOperation. parseFrom(com.google.protobuf.CodedInputStream input)
static ClusterOperation
ClusterOperation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterOperation
ClusterOperation. parseFrom(InputStream input)
static ClusterOperation
ClusterOperation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterOperation
ClusterOperation. parseFrom(ByteBuffer data)
static ClusterOperation
ClusterOperation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ClusterOperation Modifier and Type Method Description com.google.protobuf.Parser<ClusterOperation>
ClusterOperation. getParserForType()
static com.google.protobuf.Parser<ClusterOperation>
ClusterOperation. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type ClusterOperation Modifier and Type Method Description WorkflowMetadata.Builder
WorkflowMetadata.Builder. mergeCreateCluster(ClusterOperation value)
Output only.WorkflowMetadata.Builder
WorkflowMetadata.Builder. mergeDeleteCluster(ClusterOperation value)
Output only.ClusterOperation.Builder
ClusterOperation.Builder. mergeFrom(ClusterOperation other)
static ClusterOperation.Builder
ClusterOperation. newBuilder(ClusterOperation prototype)
WorkflowMetadata.Builder
WorkflowMetadata.Builder. setCreateCluster(ClusterOperation value)
Output only.WorkflowMetadata.Builder
WorkflowMetadata.Builder. setDeleteCluster(ClusterOperation value)
Output only.
-