- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.2.4
public final class GKE extends GeneratedMessageV3 implements GKEOrBuilder
Represents a GKE destination.
Protobuf type google.cloud.eventarc.v1.GKE
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GKEImplements
GKEOrBuilderStatic Fields
CLUSTER_FIELD_NUMBER
public static final int CLUSTER_FIELD_NUMBER
Type | Description |
int |
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Type | Description |
int |
NAMESPACE_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
Type | Description |
int |
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Type | Description |
int |
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GKE getDefaultInstance()
Type | Description |
GKE |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static GKE.Builder newBuilder()
Type | Description |
GKE.Builder |
newBuilder(GKE prototype)
public static GKE.Builder newBuilder(GKE prototype)
Name | Description |
prototype | GKE |
Type | Description |
GKE.Builder |
parseDelimitedFrom(InputStream input)
public static GKE parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GKE |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GKE parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GKE |
Type | Description |
IOException |
parseFrom(byte[] data)
public static GKE parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
GKE |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GKE parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GKE |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GKE parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
GKE |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GKE parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GKE |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GKE parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
GKE |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GKE parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GKE |
Type | Description |
IOException |
parseFrom(InputStream input)
public static GKE parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GKE |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GKE parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GKE |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GKE parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
GKE |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GKE parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GKE |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GKE> parser()
Type | Description |
Parser<GKE> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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];
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];
Type | Description |
ByteString | The bytes for cluster. |
getDefaultInstanceForType()
public GKE getDefaultInstanceForType()
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];
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];
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];
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];
Type | Description |
ByteString | The bytes for namespace. |
getParserForType()
public Parser<GKE> getParserForType()
Type | Description |
Parser<GKE> |
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];
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];
Type | Description |
ByteString | The bytes for path. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getService()
public String getService()
Required. Name of the GKE service.
string service = 4 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The service. |
getServiceBytes()
public ByteString getServiceBytes()
Required. Name of the GKE service.
string service = 4 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for service. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public GKE.Builder newBuilderForType()
Type | Description |
GKE.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GKE.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
GKE.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public GKE.Builder toBuilder()
Type | Description |
GKE.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |