public final class GkeClusterConfig extends GeneratedMessageV3 implements GkeClusterConfigOrBuilder
The cluster's GKE config.
Protobuf type google.cloud.dataproc.v1.GkeClusterConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
GKE_CLUSTER_TARGET_FIELD_NUMBER
public static final int GKE_CLUSTER_TARGET_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NODE_POOL_TARGET_FIELD_NUMBER
public static final int NODE_POOL_TARGET_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GkeClusterConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GkeClusterConfig.Builder newBuilder()
newBuilder(GkeClusterConfig prototype)
public static GkeClusterConfig.Builder newBuilder(GkeClusterConfig prototype)
public static GkeClusterConfig parseDelimitedFrom(InputStream input)
public static GkeClusterConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GkeClusterConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GkeClusterConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GkeClusterConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GkeClusterConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GkeClusterConfig parseFrom(CodedInputStream input)
public static GkeClusterConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GkeClusterConfig parseFrom(InputStream input)
public static GkeClusterConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GkeClusterConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GkeClusterConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GkeClusterConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public GkeClusterConfig getDefaultInstanceForType()
getGkeClusterTarget()
public String getGkeClusterTarget()
Optional. A target GKE cluster to deploy to. It must be in the same project
and region as the Dataproc cluster (the GKE cluster can be zonal or
regional). Format:
'projects/{project}/locations/{location}/clusters/{cluster_id}'
string gke_cluster_target = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The gkeClusterTarget.
|
getGkeClusterTargetBytes()
public ByteString getGkeClusterTargetBytes()
Optional. A target GKE cluster to deploy to. It must be in the same project
and region as the Dataproc cluster (the GKE cluster can be zonal or
regional). Format:
'projects/{project}/locations/{location}/clusters/{cluster_id}'
string gke_cluster_target = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for gkeClusterTarget.
|
getNodePoolTarget(int index)
public GkeNodePoolTarget getNodePoolTarget(int index)
Optional. GKE node pools where workloads will be scheduled. At least one
node pool must be assigned the DEFAULT
GkeNodePoolTarget.Role.
If a GkeNodePoolTarget
is not specified, Dataproc constructs a DEFAULT
GkeNodePoolTarget
. Each role can be given to only one
GkeNodePoolTarget
. All node pools must have the same location settings.
repeated .google.cloud.dataproc.v1.GkeNodePoolTarget node_pool_target = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getNodePoolTargetCount()
public int getNodePoolTargetCount()
Optional. GKE node pools where workloads will be scheduled. At least one
node pool must be assigned the DEFAULT
GkeNodePoolTarget.Role.
If a GkeNodePoolTarget
is not specified, Dataproc constructs a DEFAULT
GkeNodePoolTarget
. Each role can be given to only one
GkeNodePoolTarget
. All node pools must have the same location settings.
repeated .google.cloud.dataproc.v1.GkeNodePoolTarget node_pool_target = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
getNodePoolTargetList()
public List<GkeNodePoolTarget> getNodePoolTargetList()
Optional. GKE node pools where workloads will be scheduled. At least one
node pool must be assigned the DEFAULT
GkeNodePoolTarget.Role.
If a GkeNodePoolTarget
is not specified, Dataproc constructs a DEFAULT
GkeNodePoolTarget
. Each role can be given to only one
GkeNodePoolTarget
. All node pools must have the same location settings.
repeated .google.cloud.dataproc.v1.GkeNodePoolTarget node_pool_target = 3 [(.google.api.field_behavior) = OPTIONAL];
getNodePoolTargetOrBuilder(int index)
public GkeNodePoolTargetOrBuilder getNodePoolTargetOrBuilder(int index)
Optional. GKE node pools where workloads will be scheduled. At least one
node pool must be assigned the DEFAULT
GkeNodePoolTarget.Role.
If a GkeNodePoolTarget
is not specified, Dataproc constructs a DEFAULT
GkeNodePoolTarget
. Each role can be given to only one
GkeNodePoolTarget
. All node pools must have the same location settings.
repeated .google.cloud.dataproc.v1.GkeNodePoolTarget node_pool_target = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getNodePoolTargetOrBuilderList()
public List<? extends GkeNodePoolTargetOrBuilder> getNodePoolTargetOrBuilderList()
Optional. GKE node pools where workloads will be scheduled. At least one
node pool must be assigned the DEFAULT
GkeNodePoolTarget.Role.
If a GkeNodePoolTarget
is not specified, Dataproc constructs a DEFAULT
GkeNodePoolTarget
. Each role can be given to only one
GkeNodePoolTarget
. All node pools must have the same location settings.
repeated .google.cloud.dataproc.v1.GkeNodePoolTarget node_pool_target = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<? extends com.google.cloud.dataproc.v1.GkeNodePoolTargetOrBuilder> |
|
getParserForType()
public Parser<GkeClusterConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GkeClusterConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GkeClusterConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GkeClusterConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides