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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
public NodePoolAutoConfig.Builder clearResourceManagerTags()
Resource manager tag keys and values to be attached to the nodes
for managing Compute Engine firewalls using Network Firewall Policies.
.google.container.v1.ResourceManagerTags resource_manager_tags = 2;
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 ResourceManagerTags getResourceManagerTags()
Resource manager tag keys and values to be attached to the nodes
for managing Compute Engine firewalls using Network Firewall Policies.
.google.container.v1.ResourceManagerTags resource_manager_tags = 2;
public ResourceManagerTags.Builder getResourceManagerTagsBuilder()
Resource manager tag keys and values to be attached to the nodes
for managing Compute Engine firewalls using Network Firewall Policies.
.google.container.v1.ResourceManagerTags resource_manager_tags = 2;
public ResourceManagerTagsOrBuilder getResourceManagerTagsOrBuilder()
Resource manager tag keys and values to be attached to the nodes
for managing Compute Engine firewalls using Network Firewall Policies.
.google.container.v1.ResourceManagerTags resource_manager_tags = 2;
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.
|
public boolean hasResourceManagerTags()
Resource manager tag keys and values to be attached to the nodes
for managing Compute Engine firewalls using Network Firewall Policies.
.google.container.v1.ResourceManagerTags resource_manager_tags = 2;
Returns |
---|
Type | Description |
boolean | Whether the resourceManagerTags 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;
public NodePoolAutoConfig.Builder mergeResourceManagerTags(ResourceManagerTags value)
Resource manager tag keys and values to be attached to the nodes
for managing Compute Engine firewalls using Network Firewall Policies.
.google.container.v1.ResourceManagerTags resource_manager_tags = 2;
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
public NodePoolAutoConfig.Builder setResourceManagerTags(ResourceManagerTags value)
Resource manager tag keys and values to be attached to the nodes
for managing Compute Engine firewalls using Network Firewall Policies.
.google.container.v1.ResourceManagerTags resource_manager_tags = 2;
public NodePoolAutoConfig.Builder setResourceManagerTags(ResourceManagerTags.Builder builderForValue)
Resource manager tag keys and values to be attached to the nodes
for managing Compute Engine firewalls using Network Firewall Policies.
.google.container.v1.ResourceManagerTags resource_manager_tags = 2;
setUnknownFields(UnknownFieldSet unknownFields)
public final NodePoolAutoConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides