Class GKE (1.42.0)

public final class GKE extends GeneratedMessageV3 implements GKEOrBuilder

Represents a GKE destination.

Protobuf type google.cloud.eventarc.v1.GKE

Implements

GKEOrBuilder

Static Fields

CLUSTER_FIELD_NUMBER

public static final int CLUSTER_FIELD_NUMBER
Field Value
Type Description
int

LOCATION_FIELD_NUMBER

public static final int LOCATION_FIELD_NUMBER
Field Value
Type Description
int

NAMESPACE_FIELD_NUMBER

public static final int NAMESPACE_FIELD_NUMBER
Field Value
Type Description
int

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_FIELD_NUMBER

public static final int SERVICE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GKE getDefaultInstance()
Returns
Type Description
GKE

getDescriptor()

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

newBuilder()

public static GKE.Builder newBuilder()
Returns
Type Description
GKE.Builder

newBuilder(GKE prototype)

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

parseDelimitedFrom(InputStream input)

public static GKE parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GKE
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static GKE parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GKE
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static GKE parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GKE
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static GKE parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GKE
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static GKE parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GKE
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<GKE> parser()
Returns
Type Description
Parser<GKE>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCluster()

public String getCluster()

Required. The name of the cluster the GKE service is running in. The cluster must be running in the same project as the trigger being created.

string cluster = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The cluster.

getClusterBytes()

public ByteString getClusterBytes()

Required. The name of the cluster the GKE service is running in. The cluster must be running in the same project as the trigger being created.

string cluster = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for cluster.

getDefaultInstanceForType()

public GKE getDefaultInstanceForType()
Returns
Type Description
GKE

getLocation()

public String getLocation()

Required. The name of the Google Compute Engine in which the cluster resides, which can either be compute zone (for example, us-central1-a) for the zonal clusters or region (for example, us-central1) for regional clusters.

string location = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The location.

getLocationBytes()

public ByteString getLocationBytes()

Required. The name of the Google Compute Engine in which the cluster resides, which can either be compute zone (for example, us-central1-a) for the zonal clusters or region (for example, us-central1) for regional clusters.

string location = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for location.

getNamespace()

public String getNamespace()

Required. The namespace the GKE service is running in.

string namespace = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The namespace.

getNamespaceBytes()

public ByteString getNamespaceBytes()

Required. The namespace the GKE service is running in.

string namespace = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for namespace.

getParserForType()

public Parser<GKE> getParserForType()
Returns
Type Description
Parser<GKE>
Overrides

getPath()

public String getPath()

Optional. The relative path on the GKE service the events should be sent to.

The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".

string path = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The path.

getPathBytes()

public ByteString getPathBytes()

Optional. The relative path on the GKE service the events should be sent to.

The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".

string path = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for path.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getService()

public String getService()

Required. Name of the GKE service.

string service = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The service.

getServiceBytes()

public ByteString getServiceBytes()

Required. Name of the GKE service.

string service = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for service.

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

newBuilderForType()

public GKE.Builder newBuilderForType()
Returns
Type Description
GKE.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public GKE.Builder toBuilder()
Returns
Type Description
GKE.Builder

writeTo(CodedOutputStream output)

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