Class SystemComponentsConfig (0.80.0)

public final class SystemComponentsConfig extends GeneratedMessageV3 implements SystemComponentsConfigOrBuilder

SystemComponentsConfig defines the fields for customizing configurations for auto-installed components.

Protobuf type google.cloud.gkemulticloud.v1.SystemComponentsConfig

Static Fields

LABELS_FIELD_NUMBER

public static final int LABELS_FIELD_NUMBER
Field Value
Type Description
int

TOLERATIONS_FIELD_NUMBER

public static final int TOLERATIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SystemComponentsConfig getDefaultInstance()
Returns
Type Description
SystemComponentsConfig

getDescriptor()

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

newBuilder()

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

newBuilder(SystemComponentsConfig prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SystemComponentsConfig getDefaultInstanceForType()
Returns
Type Description
SystemComponentsConfig

getLabels(int index)

public Label getLabels(int index)

Sets custom labels for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Label labels = 2;

Parameter
Name Description
index int
Returns
Type Description
Label

getLabelsCount()

public int getLabelsCount()

Sets custom labels for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Label labels = 2;

Returns
Type Description
int

getLabelsList()

public List<Label> getLabelsList()

Sets custom labels for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Label labels = 2;

Returns
Type Description
List<Label>

getLabelsOrBuilder(int index)

public LabelOrBuilder getLabelsOrBuilder(int index)

Sets custom labels for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Label labels = 2;

Parameter
Name Description
index int
Returns
Type Description
LabelOrBuilder

getLabelsOrBuilderList()

public List<? extends LabelOrBuilder> getLabelsOrBuilderList()

Sets custom labels for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Label labels = 2;

Returns
Type Description
List<? extends com.google.cloud.gkemulticloud.v1.LabelOrBuilder>

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTolerations(int index)

public Toleration getTolerations(int index)

Sets custom tolerations for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;

Parameter
Name Description
index int
Returns
Type Description
Toleration

getTolerationsCount()

public int getTolerationsCount()

Sets custom tolerations for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;

Returns
Type Description
int

getTolerationsList()

public List<Toleration> getTolerationsList()

Sets custom tolerations for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;

Returns
Type Description
List<Toleration>

getTolerationsOrBuilder(int index)

public TolerationOrBuilder getTolerationsOrBuilder(int index)

Sets custom tolerations for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;

Parameter
Name Description
index int
Returns
Type Description
TolerationOrBuilder

getTolerationsOrBuilderList()

public List<? extends TolerationOrBuilder> getTolerationsOrBuilderList()

Sets custom tolerations for pods created by auto-installed components.

repeated .google.cloud.gkemulticloud.v1.Toleration tolerations = 1;

Returns
Type Description
List<? extends com.google.cloud.gkemulticloud.v1.TolerationOrBuilder>

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 SystemComponentsConfig.Builder newBuilderForType()
Returns
Type Description
SystemComponentsConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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