Class ExecutionTemplate.DataprocParameters.Builder (1.92.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class ExecutionTemplate.DataprocParameters.Builder extends GeneratedMessage.Builder<ExecutionTemplate.DataprocParameters.Builder> implements ExecutionTemplate.DataprocParametersOrBuilder
Parameters used in Dataproc JobType executions.
Protobuf type google.cloud.notebooks.v1.ExecutionTemplate.DataprocParameters
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public ExecutionTemplate.DataprocParameters build()
buildPartial()
public ExecutionTemplate.DataprocParameters buildPartial()
clear()
public ExecutionTemplate.DataprocParameters.Builder clear()
Overrides
clearCluster()
public ExecutionTemplate.DataprocParameters.Builder clearCluster()
URI for cluster used to run Dataproc execution.
Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
string cluster = 1;
getCluster()
public String getCluster()
URI for cluster used to run Dataproc execution.
Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
string cluster = 1;
| Returns |
| Type |
Description |
String |
The cluster.
|
getClusterBytes()
public ByteString getClusterBytes()
URI for cluster used to run Dataproc execution.
Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
string cluster = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for cluster.
|
getDefaultInstanceForType()
public ExecutionTemplate.DataprocParameters getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ExecutionTemplate.DataprocParameters other)
public ExecutionTemplate.DataprocParameters.Builder mergeFrom(ExecutionTemplate.DataprocParameters other)
public ExecutionTemplate.DataprocParameters.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ExecutionTemplate.DataprocParameters.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
setCluster(String value)
public ExecutionTemplate.DataprocParameters.Builder setCluster(String value)
URI for cluster used to run Dataproc execution.
Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
string cluster = 1;
| Parameter |
| Name |
Description |
value |
String
The cluster to set.
|
setClusterBytes(ByteString value)
public ExecutionTemplate.DataprocParameters.Builder setClusterBytes(ByteString value)
URI for cluster used to run Dataproc execution.
Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
string cluster = 1;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for cluster to set.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-04 UTC.
[null,null,["Last updated 2026-08-04 UTC."],[],[]]