Class NetworkConfig.ClusterNetworkPerformanceConfig (2.44.0)

public static final class NetworkConfig.ClusterNetworkPerformanceConfig extends GeneratedMessageV3 implements NetworkConfig.ClusterNetworkPerformanceConfigOrBuilder

Configuration of network bandwidth tiers

Protobuf type google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > NetworkConfig.ClusterNetworkPerformanceConfig

Static Fields

TOTAL_EGRESS_BANDWIDTH_TIER_FIELD_NUMBER

public static final int TOTAL_EGRESS_BANDWIDTH_TIER_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NetworkConfig.ClusterNetworkPerformanceConfig getDefaultInstance()
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static NetworkConfig.ClusterNetworkPerformanceConfig.Builder newBuilder()
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig.Builder

newBuilder(NetworkConfig.ClusterNetworkPerformanceConfig prototype)

public static NetworkConfig.ClusterNetworkPerformanceConfig.Builder newBuilder(NetworkConfig.ClusterNetworkPerformanceConfig prototype)
Parameter
NameDescription
prototypeNetworkConfig.ClusterNetworkPerformanceConfig
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig.Builder

parseDelimitedFrom(InputStream input)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NetworkConfig.ClusterNetworkPerformanceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<NetworkConfig.ClusterNetworkPerformanceConfig> parser()
Returns
TypeDescription
Parser<ClusterNetworkPerformanceConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public NetworkConfig.ClusterNetworkPerformanceConfig getDefaultInstanceForType()
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig

getParserForType()

public Parser<NetworkConfig.ClusterNetworkPerformanceConfig> getParserForType()
Returns
TypeDescription
Parser<ClusterNetworkPerformanceConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTotalEgressBandwidthTier()

public NetworkConfig.ClusterNetworkPerformanceConfig.Tier getTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for NodePools in the cluster.

optional .google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig.Tier

The totalEgressBandwidthTier.

getTotalEgressBandwidthTierValue()

public int getTotalEgressBandwidthTierValue()

Specifies the total network bandwidth tier for NodePools in the cluster.

optional .google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for totalEgressBandwidthTier.

hasTotalEgressBandwidthTier()

public boolean hasTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for NodePools in the cluster.

optional .google.container.v1.NetworkConfig.ClusterNetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
boolean

Whether the totalEgressBandwidthTier field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public NetworkConfig.ClusterNetworkPerformanceConfig.Builder newBuilderForType()
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NetworkConfig.ClusterNetworkPerformanceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public NetworkConfig.ClusterNetworkPerformanceConfig.Builder toBuilder()
Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException