- 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 CreateNodePoolRequest.Builder extends GeneratedMessageV3.Builder<CreateNodePoolRequest.Builder> implements CreateNodePoolRequestOrBuilderCreates a node pool.
Protobuf type google.cloud.edgecontainer.v1.CreateNodePoolRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateNodePoolRequest.BuilderImplements
CreateNodePoolRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateNodePoolRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| CreateNodePoolRequest.Builder |
build()
public CreateNodePoolRequest build()| Type | Description |
| CreateNodePoolRequest |
buildPartial()
public CreateNodePoolRequest buildPartial()| Type | Description |
| CreateNodePoolRequest |
clear()
public CreateNodePoolRequest.Builder clear()| Type | Description |
| CreateNodePoolRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public CreateNodePoolRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| CreateNodePoolRequest.Builder |
clearNodePool()
public CreateNodePoolRequest.Builder clearNodePool()Required. The node pool to create.
.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| CreateNodePoolRequest.Builder |
clearNodePoolId()
public CreateNodePoolRequest.Builder clearNodePoolId()Required. A client-specified unique identifier for the node pool.
string node_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| CreateNodePoolRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateNodePoolRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| CreateNodePoolRequest.Builder |
clearParent()
public CreateNodePoolRequest.Builder clearParent()Required. The parent cluster where this node pool will be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| CreateNodePoolRequest.Builder | This builder for chaining. |
clearRequestId()
public CreateNodePoolRequest.Builder clearRequestId() A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Type | Description |
| CreateNodePoolRequest.Builder | This builder for chaining. |
clone()
public CreateNodePoolRequest.Builder clone()| Type | Description |
| CreateNodePoolRequest.Builder |
getDefaultInstanceForType()
public CreateNodePoolRequest getDefaultInstanceForType()| Type | Description |
| CreateNodePoolRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getNodePool()
public NodePool getNodePool()Required. The node pool to create.
.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| NodePool | The nodePool. |
getNodePoolBuilder()
public NodePool.Builder getNodePoolBuilder()Required. The node pool to create.
.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| NodePool.Builder |
getNodePoolId()
public String getNodePoolId()Required. A client-specified unique identifier for the node pool.
string node_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The nodePoolId. |
getNodePoolIdBytes()
public ByteString getNodePoolIdBytes()Required. A client-specified unique identifier for the node pool.
string node_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for nodePoolId. |
getNodePoolOrBuilder()
public NodePoolOrBuilder getNodePoolOrBuilder()Required. The node pool to create.
.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| NodePoolOrBuilder |
getParent()
public String getParent()Required. The parent cluster where this node pool will be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent cluster where this node pool will be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getRequestId()
public String getRequestId() A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Type | Description |
| String | The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes() A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Type | Description |
| ByteString | The bytes for requestId. |
hasNodePool()
public boolean hasNodePool()Required. The node pool to create.
.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the nodePool field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(CreateNodePoolRequest other)
public CreateNodePoolRequest.Builder mergeFrom(CreateNodePoolRequest other)| Name | Description |
| other | CreateNodePoolRequest |
| Type | Description |
| CreateNodePoolRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateNodePoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| CreateNodePoolRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public CreateNodePoolRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| CreateNodePoolRequest.Builder |
mergeNodePool(NodePool value)
public CreateNodePoolRequest.Builder mergeNodePool(NodePool value)Required. The node pool to create.
.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | NodePool |
| Type | Description |
| CreateNodePoolRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateNodePoolRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| CreateNodePoolRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CreateNodePoolRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| CreateNodePoolRequest.Builder |
setNodePool(NodePool value)
public CreateNodePoolRequest.Builder setNodePool(NodePool value)Required. The node pool to create.
.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | NodePool |
| Type | Description |
| CreateNodePoolRequest.Builder |
setNodePool(NodePool.Builder builderForValue)
public CreateNodePoolRequest.Builder setNodePool(NodePool.Builder builderForValue)Required. The node pool to create.
.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| builderForValue | NodePool.Builder |
| Type | Description |
| CreateNodePoolRequest.Builder |
setNodePoolId(String value)
public CreateNodePoolRequest.Builder setNodePoolId(String value)Required. A client-specified unique identifier for the node pool.
string node_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe nodePoolId to set. |
| Type | Description |
| CreateNodePoolRequest.Builder | This builder for chaining. |
setNodePoolIdBytes(ByteString value)
public CreateNodePoolRequest.Builder setNodePoolIdBytes(ByteString value)Required. A client-specified unique identifier for the node pool.
string node_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for nodePoolId to set. |
| Type | Description |
| CreateNodePoolRequest.Builder | This builder for chaining. |
setParent(String value)
public CreateNodePoolRequest.Builder setParent(String value)Required. The parent cluster where this node pool will be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe parent to set. |
| Type | Description |
| CreateNodePoolRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public CreateNodePoolRequest.Builder setParentBytes(ByteString value)Required. The parent cluster where this node pool will be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for parent to set. |
| Type | Description |
| CreateNodePoolRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateNodePoolRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| CreateNodePoolRequest.Builder |
setRequestId(String value)
public CreateNodePoolRequest.Builder setRequestId(String value) A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Name | Description |
| value | StringThe requestId to set. |
| Type | Description |
| CreateNodePoolRequest.Builder | This builder for chaining. |
setRequestIdBytes(ByteString value)
public CreateNodePoolRequest.Builder setRequestIdBytes(ByteString value) A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id is provided.
string request_id = 4;
| Name | Description |
| value | ByteStringThe bytes for requestId to set. |
| Type | Description |
| CreateNodePoolRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateNodePoolRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| CreateNodePoolRequest.Builder |