public static final class NodePoolAutoConfig.Builder extends GeneratedMessageV3.Builder<NodePoolAutoConfig.Builder> 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodePoolAutoConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public NodePoolAutoConfig build()
buildPartial()
public NodePoolAutoConfig buildPartial()
clear()
public NodePoolAutoConfig.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public NodePoolAutoConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public NodePoolAutoConfig.Builder clearNetworkTags()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public NodePoolAutoConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public NodePoolAutoConfig.Builder clone()
Overrides
getDefaultInstanceForType()
public NodePoolAutoConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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;
public NetworkTags.Builder getNetworkTagsBuilder()
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;
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;
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(NodePoolAutoConfig other)
public NodePoolAutoConfig.Builder mergeFrom(NodePoolAutoConfig other)
public NodePoolAutoConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public NodePoolAutoConfig.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public NodePoolAutoConfig.Builder mergeNetworkTags(NetworkTags value)
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;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NodePoolAutoConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public NodePoolAutoConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public NodePoolAutoConfig.Builder setNetworkTags(NetworkTags value)
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;
public NodePoolAutoConfig.Builder setNetworkTags(NetworkTags.Builder builderForValue)
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;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NodePoolAutoConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final NodePoolAutoConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides