Class GkeClusterConfig.NamespacedGkeDeploymentTarget (2.3.1)

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GkeClusterConfig.NamespacedGkeDeploymentTarget

Fields

CLUSTER_NAMESPACE_FIELD_NUMBER

public static final int CLUSTER_NAMESPACE_FIELD_NUMBER
Field Value
Type Description
int

TARGET_GKE_CLUSTER_FIELD_NUMBER

public static final int TARGET_GKE_CLUSTER_FIELD_NUMBER
Field Value
Type Description
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget

getDefaultInstanceForType()

public GkeClusterConfig.NamespacedGkeDeploymentTarget getDefaultInstanceForType()
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

getParserForType()

public Parser<GkeClusterConfig.NamespacedGkeDeploymentTarget> getParserForType()
Returns
Type Description
Parser<NamespacedGkeDeploymentTarget>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
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
Type Description
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilder()

public static GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder newBuilder()
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder

newBuilder(GkeClusterConfig.NamespacedGkeDeploymentTarget prototype)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder newBuilder(GkeClusterConfig.NamespacedGkeDeploymentTarget prototype)
Parameter
Name Description
prototype GkeClusterConfig.NamespacedGkeDeploymentTarget
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder

newBuilderForType()

public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder newBuilderForType()
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

parseDelimitedFrom(InputStream input)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GkeClusterConfig.NamespacedGkeDeploymentTarget parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GkeClusterConfig.NamespacedGkeDeploymentTarget> parser()
Returns
Type Description
Parser<NamespacedGkeDeploymentTarget>

toBuilder()

public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder toBuilder()
Returns
Type Description
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides Exceptions
Type Description
IOException