Class UpdateNodePoolRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
- com.google.cloud.edgecontainer.v1.UpdateNodePoolRequest.Builder
-
- All Implemented Interfaces:
UpdateNodePoolRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- UpdateNodePoolRequest
public static final class UpdateNodePoolRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder> implements UpdateNodePoolRequestOrBuilder
Updates a node pool.
Protobuf typegoogle.cloud.edgecontainer.v1.UpdateNodePoolRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateNodePoolRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UpdateNodePoolRequestbuild()UpdateNodePoolRequestbuildPartial()UpdateNodePoolRequest.Builderclear()UpdateNodePoolRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)UpdateNodePoolRequest.BuilderclearNodePool()The updated node pool.UpdateNodePoolRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)UpdateNodePoolRequest.BuilderclearRequestId()A unique identifier for this request.UpdateNodePoolRequest.BuilderclearUpdateMask()Field mask is used to specify the fields to be overwritten in the NodePool resource by the update.UpdateNodePoolRequest.Builderclone()UpdateNodePoolRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()NodePoolgetNodePool()The updated node pool.NodePool.BuildergetNodePoolBuilder()The updated node pool.NodePoolOrBuildergetNodePoolOrBuilder()The updated node pool.StringgetRequestId()A unique identifier for this request.com.google.protobuf.ByteStringgetRequestIdBytes()A unique identifier for this request.com.google.protobuf.FieldMaskgetUpdateMask()Field mask is used to specify the fields to be overwritten in the NodePool resource by the update.com.google.protobuf.FieldMask.BuildergetUpdateMaskBuilder()Field mask is used to specify the fields to be overwritten in the NodePool resource by the update.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Field mask is used to specify the fields to be overwritten in the NodePool resource by the update.booleanhasNodePool()The updated node pool.booleanhasUpdateMask()Field mask is used to specify the fields to be overwritten in the NodePool resource by the update.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()UpdateNodePoolRequest.BuildermergeFrom(UpdateNodePoolRequest other)UpdateNodePoolRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)UpdateNodePoolRequest.BuildermergeFrom(com.google.protobuf.Message other)UpdateNodePoolRequest.BuildermergeNodePool(NodePool value)The updated node pool.UpdateNodePoolRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UpdateNodePoolRequest.BuildermergeUpdateMask(com.google.protobuf.FieldMask value)Field mask is used to specify the fields to be overwritten in the NodePool resource by the update.UpdateNodePoolRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UpdateNodePoolRequest.BuildersetNodePool(NodePool value)The updated node pool.UpdateNodePoolRequest.BuildersetNodePool(NodePool.Builder builderForValue)The updated node pool.UpdateNodePoolRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)UpdateNodePoolRequest.BuildersetRequestId(String value)A unique identifier for this request.UpdateNodePoolRequest.BuildersetRequestIdBytes(com.google.protobuf.ByteString value)A unique identifier for this request.UpdateNodePoolRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UpdateNodePoolRequest.BuildersetUpdateMask(com.google.protobuf.FieldMask value)Field mask is used to specify the fields to be overwritten in the NodePool resource by the update.UpdateNodePoolRequest.BuildersetUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)Field mask is used to specify the fields to be overwritten in the NodePool resource by the update.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
clear
public UpdateNodePoolRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
getDefaultInstanceForType
public UpdateNodePoolRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public UpdateNodePoolRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public UpdateNodePoolRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public UpdateNodePoolRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
setField
public UpdateNodePoolRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
clearField
public UpdateNodePoolRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
clearOneof
public UpdateNodePoolRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
setRepeatedField
public UpdateNodePoolRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
addRepeatedField
public UpdateNodePoolRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
mergeFrom
public UpdateNodePoolRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateNodePoolRequest.Builder>
-
mergeFrom
public UpdateNodePoolRequest.Builder mergeFrom(UpdateNodePoolRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
mergeFrom
public UpdateNodePoolRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateNodePoolRequest.Builder>- Throws:
IOException
-
hasUpdateMask
public boolean hasUpdateMask()
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1;- Specified by:
hasUpdateMaskin interfaceUpdateNodePoolRequestOrBuilder- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
public com.google.protobuf.FieldMask getUpdateMask()
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1;- Specified by:
getUpdateMaskin interfaceUpdateNodePoolRequestOrBuilder- Returns:
- The updateMask.
-
setUpdateMask
public UpdateNodePoolRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1;
-
setUpdateMask
public UpdateNodePoolRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1;
-
mergeUpdateMask
public UpdateNodePoolRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1;
-
clearUpdateMask
public UpdateNodePoolRequest.Builder clearUpdateMask()
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1;
-
getUpdateMaskBuilder
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1;
-
getUpdateMaskOrBuilder
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1;- Specified by:
getUpdateMaskOrBuilderin interfaceUpdateNodePoolRequestOrBuilder
-
hasNodePool
public boolean hasNodePool()
The updated node pool.
.google.cloud.edgecontainer.v1.NodePool node_pool = 2;- Specified by:
hasNodePoolin interfaceUpdateNodePoolRequestOrBuilder- Returns:
- Whether the nodePool field is set.
-
getNodePool
public NodePool getNodePool()
The updated node pool.
.google.cloud.edgecontainer.v1.NodePool node_pool = 2;- Specified by:
getNodePoolin interfaceUpdateNodePoolRequestOrBuilder- Returns:
- The nodePool.
-
setNodePool
public UpdateNodePoolRequest.Builder setNodePool(NodePool value)
The updated node pool.
.google.cloud.edgecontainer.v1.NodePool node_pool = 2;
-
setNodePool
public UpdateNodePoolRequest.Builder setNodePool(NodePool.Builder builderForValue)
The updated node pool.
.google.cloud.edgecontainer.v1.NodePool node_pool = 2;
-
mergeNodePool
public UpdateNodePoolRequest.Builder mergeNodePool(NodePool value)
The updated node pool.
.google.cloud.edgecontainer.v1.NodePool node_pool = 2;
-
clearNodePool
public UpdateNodePoolRequest.Builder clearNodePool()
The updated node pool.
.google.cloud.edgecontainer.v1.NodePool node_pool = 2;
-
getNodePoolBuilder
public NodePool.Builder getNodePoolBuilder()
The updated node pool.
.google.cloud.edgecontainer.v1.NodePool node_pool = 2;
-
getNodePoolOrBuilder
public NodePoolOrBuilder getNodePoolOrBuilder()
The updated node pool.
.google.cloud.edgecontainer.v1.NodePool node_pool = 2;- Specified by:
getNodePoolOrBuilderin interfaceUpdateNodePoolRequestOrBuilder
-
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 = 3;- Specified by:
getRequestIdin interfaceUpdateNodePoolRequestOrBuilder- Returns:
- The requestId.
-
getRequestIdBytes
public com.google.protobuf.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 = 3;- Specified by:
getRequestIdBytesin interfaceUpdateNodePoolRequestOrBuilder- Returns:
- The bytes for requestId.
-
setRequestId
public UpdateNodePoolRequest.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 = 3;- Parameters:
value- The requestId to set.- Returns:
- This builder for chaining.
-
clearRequestId
public UpdateNodePoolRequest.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 = 3;- Returns:
- This builder for chaining.
-
setRequestIdBytes
public UpdateNodePoolRequest.Builder setRequestIdBytes(com.google.protobuf.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 = 3;- Parameters:
value- The bytes for requestId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final UpdateNodePoolRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
mergeUnknownFields
public final UpdateNodePoolRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder>
-
-