Send feedback
Class GkeClusterConfig.NamespacedGkeDeploymentTarget (2.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.3.1 keyboard_arrow_down
public static final class GkeClusterConfig . NamespacedGkeDeploymentTarget extends GeneratedMessageV3 implements GkeClusterConfig . NamespacedGkeDeploymentTargetOrBuilder
A full, namespace-isolated deployment target for an existing GKE cluster.
Protobuf type google.cloud.dataproc.v1.GkeClusterConfig.NamespacedGkeDeploymentTarget
Fields
CLUSTER_NAMESPACE_FIELD_NUMBER
public static final int CLUSTER_NAMESPACE_FIELD_NUMBER
Field Value
TARGET_GKE_CLUSTER_FIELD_NUMBER
public static final int TARGET_GKE_CLUSTER_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getClusterNamespace()
public String getClusterNamespace ()
Optional. A namespace within the GKE cluster to deploy into.
string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type Description String The clusterNamespace.
getClusterNamespaceBytes()
public ByteString getClusterNamespaceBytes ()
Optional. A namespace within the GKE cluster to deploy into.
string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type Description ByteString The bytes for clusterNamespace.
getDefaultInstance()
public static GkeClusterConfig . NamespacedGkeDeploymentTarget getDefaultInstance ()
Returns
getDefaultInstanceForType()
public GkeClusterConfig . NamespacedGkeDeploymentTarget getDefaultInstanceForType ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
getParserForType()
public Parser<GkeClusterConfig . NamespacedGkeDeploymentTarget > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getTargetGkeCluster()
public String getTargetGkeCluster ()
Optional. The target GKE cluster to deploy to.
Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns
Type Description String The targetGkeCluster.
getTargetGkeClusterBytes()
public ByteString getTargetGkeClusterBytes ()
Optional. The target GKE cluster to deploy to.
Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns
Type Description ByteString The bytes for targetGkeCluster.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilder()
public static GkeClusterConfig . NamespacedGkeDeploymentTarget . Builder newBuilder ()
Returns
newBuilder(GkeClusterConfig.NamespacedGkeDeploymentTarget prototype)
public static GkeClusterConfig . NamespacedGkeDeploymentTarget . Builder newBuilder ( GkeClusterConfig . NamespacedGkeDeploymentTarget prototype )
Parameter
Returns
newBuilderForType()
public GkeClusterConfig . NamespacedGkeDeploymentTarget . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GkeClusterConfig . NamespacedGkeDeploymentTarget . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GkeClusterConfig . NamespacedGkeDeploymentTarget parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<GkeClusterConfig . NamespacedGkeDeploymentTarget > parser ()
Returns
toBuilder()
public GkeClusterConfig . NamespacedGkeDeploymentTarget . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
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 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]