- 0.73.0 (latest)
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.67.0
- 0.65.0
- 0.64.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class NodePool.Builder extends GeneratedMessageV3.Builder<NodePool.Builder> implements NodePoolOrBuilderA set of Kubernetes nodes in a cluster with common configuration and specification.
Protobuf type google.cloud.edgecontainer.v1.NodePool
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NodePool.BuilderImplements
NodePoolOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodePool.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
build()
public NodePool build()| Returns | |
|---|---|
| Type | Description |
NodePool |
|
buildPartial()
public NodePool buildPartial()| Returns | |
|---|---|
| Type | Description |
NodePool |
|
clear()
public NodePool.Builder clear()| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
clearCreateTime()
public NodePool.Builder clearCreateTime()Output only. The time when the node pool was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public NodePool.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
clearLabels()
public NodePool.Builder clearLabels()| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
clearLocalDiskEncryption()
public NodePool.Builder clearLocalDiskEncryption()Optional. Local disk encryption options. This field is only used when enabling CMEK support.
.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
clearMachineFilter()
public NodePool.Builder clearMachineFilter()Only machines matching this filter will be allowed to join the node pool. The filtering language accepts strings like "name=<name>", and is documented in more detail in AIP-160.
string machine_filter = 7;
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
clearName()
public NodePool.Builder clearName()Required. The resource name of the node pool.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
clearNodeConfig()
public NodePool.Builder clearNodeConfig()Optional. Configuration for each node in the NodePool
.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
clearNodeCount()
public NodePool.Builder clearNodeCount()Required. The number of nodes in the pool.
int32 node_count = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
clearNodeLocation()
public NodePool.Builder clearNodeLocation() Name of the Google Distributed Cloud Edge zone where this node pool will be
created. For example: us-central1-edge-customer-a.
string node_location = 8;
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
clearNodeVersion()
public NodePool.Builder clearNodeVersion()Output only. The lowest release version among all worker nodes.
string node_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public NodePool.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
clearUpdateTime()
public NodePool.Builder clearUpdateTime()Output only. The time when the node pool was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
clone()
public NodePool.Builder clone()| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
containsLabels(String key)
public boolean containsLabels(String key)Labels associated with this resource.
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCreateTime()
public Timestamp getCreateTime()Output only. The time when the node pool was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The time when the node pool was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time when the node pool was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public NodePool getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NodePool |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLabels() (deprecated)
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsCount()
public int getLabelsCount()Labels associated with this resource.
map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsMap()
public Map<String,String> getLabelsMap()Labels associated with this resource.
map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)Labels associated with this resource.
map<string, string> labels = 4;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)Labels associated with this resource.
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getLocalDiskEncryption()
public NodePool.LocalDiskEncryption getLocalDiskEncryption()Optional. Local disk encryption options. This field is only used when enabling CMEK support.
.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.LocalDiskEncryption |
The localDiskEncryption. |
getLocalDiskEncryptionBuilder()
public NodePool.LocalDiskEncryption.Builder getLocalDiskEncryptionBuilder()Optional. Local disk encryption options. This field is only used when enabling CMEK support.
.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.LocalDiskEncryption.Builder |
|
getLocalDiskEncryptionOrBuilder()
public NodePool.LocalDiskEncryptionOrBuilder getLocalDiskEncryptionOrBuilder()Optional. Local disk encryption options. This field is only used when enabling CMEK support.
.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.LocalDiskEncryptionOrBuilder |
|
getMachineFilter()
public String getMachineFilter()Only machines matching this filter will be allowed to join the node pool. The filtering language accepts strings like "name=<name>", and is documented in more detail in AIP-160.
string machine_filter = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The machineFilter. |
getMachineFilterBytes()
public ByteString getMachineFilterBytes()Only machines matching this filter will be allowed to join the node pool. The filtering language accepts strings like "name=<name>", and is documented in more detail in AIP-160.
string machine_filter = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for machineFilter. |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getName()
public String getName()Required. The resource name of the node pool.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The resource name of the node pool.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNodeConfig()
public NodePool.NodeConfig getNodeConfig()Optional. Configuration for each node in the NodePool
.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.NodeConfig |
The nodeConfig. |
getNodeConfigBuilder()
public NodePool.NodeConfig.Builder getNodeConfigBuilder()Optional. Configuration for each node in the NodePool
.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.NodeConfig.Builder |
|
getNodeConfigOrBuilder()
public NodePool.NodeConfigOrBuilder getNodeConfigOrBuilder()Optional. Configuration for each node in the NodePool
.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NodePool.NodeConfigOrBuilder |
|
getNodeCount()
public int getNodeCount()Required. The number of nodes in the pool.
int32 node_count = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The nodeCount. |
getNodeLocation()
public String getNodeLocation() Name of the Google Distributed Cloud Edge zone where this node pool will be
created. For example: us-central1-edge-customer-a.
string node_location = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The nodeLocation. |
getNodeLocationBytes()
public ByteString getNodeLocationBytes() Name of the Google Distributed Cloud Edge zone where this node pool will be
created. For example: us-central1-edge-customer-a.
string node_location = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nodeLocation. |
getNodeVersion()
public String getNodeVersion()Output only. The lowest release version among all worker nodes.
string node_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The nodeVersion. |
getNodeVersionBytes()
public ByteString getNodeVersionBytes()Output only. The lowest release version among all worker nodes.
string node_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nodeVersion. |
getUpdateTime()
public Timestamp getUpdateTime()Output only. The time when the node pool was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The time when the node pool was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The time when the node pool was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public boolean hasCreateTime()Output only. The time when the node pool was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasLocalDiskEncryption()
public boolean hasLocalDiskEncryption()Optional. Local disk encryption options. This field is only used when enabling CMEK support.
.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the localDiskEncryption field is set. |
hasNodeConfig()
public boolean hasNodeConfig()Optional. Configuration for each node in the NodePool
.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nodeConfig field is set. |
hasUpdateTime()
public boolean hasUpdateTime()Output only. The time when the node pool was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public NodePool.Builder mergeCreateTime(Timestamp value)Output only. The time when the node pool was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
mergeFrom(NodePool other)
public NodePool.Builder mergeFrom(NodePool other)| Parameter | |
|---|---|
| Name | Description |
other |
NodePool |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NodePool.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NodePool.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
mergeLocalDiskEncryption(NodePool.LocalDiskEncryption value)
public NodePool.Builder mergeLocalDiskEncryption(NodePool.LocalDiskEncryption value)Optional. Local disk encryption options. This field is only used when enabling CMEK support.
.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
NodePool.LocalDiskEncryption |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
mergeNodeConfig(NodePool.NodeConfig value)
public NodePool.Builder mergeNodeConfig(NodePool.NodeConfig value)Optional. Configuration for each node in the NodePool
.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
NodePool.NodeConfig |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NodePool.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
mergeUpdateTime(Timestamp value)
public NodePool.Builder mergeUpdateTime(Timestamp value)Output only. The time when the node pool was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
putAllLabels(Map<String,String> values)
public NodePool.Builder putAllLabels(Map<String,String> values)Labels associated with this resource.
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
putLabels(String key, String value)
public NodePool.Builder putLabels(String key, String value)Labels associated with this resource.
map<string, string> labels = 4;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
removeLabels(String key)
public NodePool.Builder removeLabels(String key)Labels associated with this resource.
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setCreateTime(Timestamp value)
public NodePool.Builder setCreateTime(Timestamp value)Output only. The time when the node pool was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public NodePool.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The time when the node pool was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public NodePool.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setLocalDiskEncryption(NodePool.LocalDiskEncryption value)
public NodePool.Builder setLocalDiskEncryption(NodePool.LocalDiskEncryption value)Optional. Local disk encryption options. This field is only used when enabling CMEK support.
.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
NodePool.LocalDiskEncryption |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setLocalDiskEncryption(NodePool.LocalDiskEncryption.Builder builderForValue)
public NodePool.Builder setLocalDiskEncryption(NodePool.LocalDiskEncryption.Builder builderForValue)Optional. Local disk encryption options. This field is only used when enabling CMEK support.
.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NodePool.LocalDiskEncryption.Builder |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setMachineFilter(String value)
public NodePool.Builder setMachineFilter(String value)Only machines matching this filter will be allowed to join the node pool. The filtering language accepts strings like "name=<name>", and is documented in more detail in AIP-160.
string machine_filter = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe machineFilter to set. |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
setMachineFilterBytes(ByteString value)
public NodePool.Builder setMachineFilterBytes(ByteString value)Only machines matching this filter will be allowed to join the node pool. The filtering language accepts strings like "name=<name>", and is documented in more detail in AIP-160.
string machine_filter = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for machineFilter to set. |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
setName(String value)
public NodePool.Builder setName(String value)Required. The resource name of the node pool.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public NodePool.Builder setNameBytes(ByteString value)Required. The resource name of the node pool.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
setNodeConfig(NodePool.NodeConfig value)
public NodePool.Builder setNodeConfig(NodePool.NodeConfig value)Optional. Configuration for each node in the NodePool
.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
NodePool.NodeConfig |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setNodeConfig(NodePool.NodeConfig.Builder builderForValue)
public NodePool.Builder setNodeConfig(NodePool.NodeConfig.Builder builderForValue)Optional. Configuration for each node in the NodePool
.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NodePool.NodeConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setNodeCount(int value)
public NodePool.Builder setNodeCount(int value)Required. The number of nodes in the pool.
int32 node_count = 6 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe nodeCount to set. |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
setNodeLocation(String value)
public NodePool.Builder setNodeLocation(String value) Name of the Google Distributed Cloud Edge zone where this node pool will be
created. For example: us-central1-edge-customer-a.
string node_location = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nodeLocation to set. |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
setNodeLocationBytes(ByteString value)
public NodePool.Builder setNodeLocationBytes(ByteString value) Name of the Google Distributed Cloud Edge zone where this node pool will be
created. For example: us-central1-edge-customer-a.
string node_location = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nodeLocation to set. |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
setNodeVersion(String value)
public NodePool.Builder setNodeVersion(String value)Output only. The lowest release version among all worker nodes.
string node_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nodeVersion to set. |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
setNodeVersionBytes(ByteString value)
public NodePool.Builder setNodeVersionBytes(ByteString value)Output only. The lowest release version among all worker nodes.
string node_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nodeVersion to set. |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NodePool.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final NodePool.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setUpdateTime(Timestamp value)
public NodePool.Builder setUpdateTime(Timestamp value)Output only. The time when the node pool was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public NodePool.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The time when the node pool was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
NodePool.Builder |
|