public static final class SoleTenantConfig.Builder extends GeneratedMessage.Builder<SoleTenantConfig.Builder> implements SoleTenantConfigOrBuilderSoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool.
Protobuf type google.container.v1beta1.SoleTenantConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SoleTenantConfig.BuilderImplements
SoleTenantConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllNodeAffinities(Iterable<? extends SoleTenantConfig.NodeAffinity> values)
public SoleTenantConfig.Builder addAllNodeAffinities(Iterable<? extends SoleTenantConfig.NodeAffinity> values)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.container.v1beta1.SoleTenantConfig.NodeAffinity> |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
addNodeAffinities(SoleTenantConfig.NodeAffinity value)
public SoleTenantConfig.Builder addNodeAffinities(SoleTenantConfig.NodeAffinity value)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
SoleTenantConfig.NodeAffinity |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
addNodeAffinities(SoleTenantConfig.NodeAffinity.Builder builderForValue)
public SoleTenantConfig.Builder addNodeAffinities(SoleTenantConfig.NodeAffinity.Builder builderForValue)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SoleTenantConfig.NodeAffinity.Builder |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
addNodeAffinities(int index, SoleTenantConfig.NodeAffinity value)
public SoleTenantConfig.Builder addNodeAffinities(int index, SoleTenantConfig.NodeAffinity value)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
SoleTenantConfig.NodeAffinity |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
addNodeAffinities(int index, SoleTenantConfig.NodeAffinity.Builder builderForValue)
public SoleTenantConfig.Builder addNodeAffinities(int index, SoleTenantConfig.NodeAffinity.Builder builderForValue)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
SoleTenantConfig.NodeAffinity.Builder |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
addNodeAffinitiesBuilder()
public SoleTenantConfig.NodeAffinity.Builder addNodeAffinitiesBuilder()NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.NodeAffinity.Builder |
|
addNodeAffinitiesBuilder(int index)
public SoleTenantConfig.NodeAffinity.Builder addNodeAffinitiesBuilder(int index)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.NodeAffinity.Builder |
|
build()
public SoleTenantConfig build()| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig |
|
buildPartial()
public SoleTenantConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig |
|
clear()
public SoleTenantConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
clearMinNodeCpus()
public SoleTenantConfig.Builder clearMinNodeCpus()Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. This field can only be set if the node pool is created in a shared sole-tenant node group.
optional int32 min_node_cpus = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
This builder for chaining. |
clearNodeAffinities()
public SoleTenantConfig.Builder clearNodeAffinities()NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
getDefaultInstanceForType()
public SoleTenantConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMinNodeCpus()
public int getMinNodeCpus()Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. This field can only be set if the node pool is created in a shared sole-tenant node group.
optional int32 min_node_cpus = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The minNodeCpus. |
getNodeAffinities(int index)
public SoleTenantConfig.NodeAffinity getNodeAffinities(int index)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.NodeAffinity |
|
getNodeAffinitiesBuilder(int index)
public SoleTenantConfig.NodeAffinity.Builder getNodeAffinitiesBuilder(int index)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.NodeAffinity.Builder |
|
getNodeAffinitiesBuilderList()
public List<SoleTenantConfig.NodeAffinity.Builder> getNodeAffinitiesBuilderList()NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getNodeAffinitiesCount()
public int getNodeAffinitiesCount()NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNodeAffinitiesList()
public List<SoleTenantConfig.NodeAffinity> getNodeAffinitiesList()NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Returns | |
|---|---|
| Type | Description |
List<NodeAffinity> |
|
getNodeAffinitiesOrBuilder(int index)
public SoleTenantConfig.NodeAffinityOrBuilder getNodeAffinitiesOrBuilder(int index)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.NodeAffinityOrBuilder |
|
getNodeAffinitiesOrBuilderList()
public List<? extends SoleTenantConfig.NodeAffinityOrBuilder> getNodeAffinitiesOrBuilderList()NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.container.v1beta1.SoleTenantConfig.NodeAffinityOrBuilder> |
|
hasMinNodeCpus()
public boolean hasMinNodeCpus()Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. This field can only be set if the node pool is created in a shared sole-tenant node group.
optional int32 min_node_cpus = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minNodeCpus field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SoleTenantConfig other)
public SoleTenantConfig.Builder mergeFrom(SoleTenantConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SoleTenantConfig |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SoleTenantConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SoleTenantConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
removeNodeAffinities(int index)
public SoleTenantConfig.Builder removeNodeAffinities(int index)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
setMinNodeCpus(int value)
public SoleTenantConfig.Builder setMinNodeCpus(int value)Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. This field can only be set if the node pool is created in a shared sole-tenant node group.
optional int32 min_node_cpus = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe minNodeCpus to set. |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
This builder for chaining. |
setNodeAffinities(int index, SoleTenantConfig.NodeAffinity value)
public SoleTenantConfig.Builder setNodeAffinities(int index, SoleTenantConfig.NodeAffinity value)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
SoleTenantConfig.NodeAffinity |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|
setNodeAffinities(int index, SoleTenantConfig.NodeAffinity.Builder builderForValue)
public SoleTenantConfig.Builder setNodeAffinities(int index, SoleTenantConfig.NodeAffinity.Builder builderForValue)NodeAffinities used to match to a shared sole tenant node group.
repeated .google.container.v1beta1.SoleTenantConfig.NodeAffinity node_affinities = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
SoleTenantConfig.NodeAffinity.Builder |
| Returns | |
|---|---|
| Type | Description |
SoleTenantConfig.Builder |
|