public final class NodePoolAutoConfig extends GeneratedMessageV3 implements NodePoolAutoConfigOrBuilder
Node pool configs that apply to all auto-provisioned node pools
in autopilot clusters and node auto-provisioning enabled clusters.
Protobuf type google.container.v1.NodePoolAutoConfig
Static Fields
public static final int NETWORK_TAGS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static NodePoolAutoConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static NodePoolAutoConfig.Builder newBuilder()
Returns
newBuilder(NodePoolAutoConfig prototype)
public static NodePoolAutoConfig.Builder newBuilder(NodePoolAutoConfig prototype)
Parameter
Returns
public static NodePoolAutoConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static NodePoolAutoConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static NodePoolAutoConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static NodePoolAutoConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NodePoolAutoConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static NodePoolAutoConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NodePoolAutoConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static NodePoolAutoConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static NodePoolAutoConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodePoolAutoConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<NodePoolAutoConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public NodePoolAutoConfig getDefaultInstanceForType()
Returns
public NetworkTags getNetworkTags()
The list of instance tags applied to all nodes. Tags are used to identify
valid sources or targets for network firewalls and are specified by
the client during cluster creation. Each tag within the list
must comply with RFC1035.
.google.container.v1.NetworkTags network_tags = 1;
Returns
public NetworkTagsOrBuilder getNetworkTagsOrBuilder()
The list of instance tags applied to all nodes. Tags are used to identify
valid sources or targets for network firewalls and are specified by
the client during cluster creation. Each tag within the list
must comply with RFC1035.
.google.container.v1.NetworkTags network_tags = 1;
Returns
getParserForType()
public Parser<NodePoolAutoConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasNetworkTags()
The list of instance tags applied to all nodes. Tags are used to identify
valid sources or targets for network firewalls and are specified by
the client during cluster creation. Each tag within the list
must comply with RFC1035.
.google.container.v1.NetworkTags network_tags = 1;
Returns
Type | Description |
boolean | Whether the networkTags field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public NodePoolAutoConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NodePoolAutoConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public NodePoolAutoConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions