Class GatewayAPIConfig (2.45.0)

public final class GatewayAPIConfig extends GeneratedMessageV3 implements GatewayAPIConfigOrBuilder

GatewayAPIConfig contains the desired config of Gateway API on this cluster.

Protobuf type google.container.v1.GatewayAPIConfig

Static Fields

CHANNEL_FIELD_NUMBER

public static final int CHANNEL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GatewayAPIConfig getDefaultInstance()
Returns
Type Description
GatewayAPIConfig

getDescriptor()

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

newBuilder()

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

newBuilder(GatewayAPIConfig prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getChannel()

public GatewayAPIConfig.Channel getChannel()

The Gateway API release channel to use for Gateway API.

.google.container.v1.GatewayAPIConfig.Channel channel = 1;

Returns
Type Description
GatewayAPIConfig.Channel

The channel.

getChannelValue()

public int getChannelValue()

The Gateway API release channel to use for Gateway API.

.google.container.v1.GatewayAPIConfig.Channel channel = 1;

Returns
Type Description
int

The enum numeric value on the wire for channel.

getDefaultInstanceForType()

public GatewayAPIConfig getDefaultInstanceForType()
Returns
Type Description
GatewayAPIConfig

getParserForType()

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

getSerializedSize()

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

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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