public static final class UpdateNodePoolRequest.Builder extends GeneratedMessageV3.Builder<UpdateNodePoolRequest.Builder> implements UpdateNodePoolRequestOrBuilder
   
   Updates a node pool.
 Protobuf type google.cloud.edgecontainer.v1.UpdateNodePoolRequest
 
  
  
  
    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 UpdateNodePoolRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateNodePoolRequest build()
   
  
  
  buildPartial()
  
    public UpdateNodePoolRequest buildPartial()
   
  
  
  clear()
  
    public UpdateNodePoolRequest.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public UpdateNodePoolRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNodePool()
  
    public UpdateNodePoolRequest.Builder clearNodePool()
   
   The updated node pool.
 .google.cloud.edgecontainer.v1.NodePool node_pool = 2;
 
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateNodePoolRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  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;
 
  
  
  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;
 
  
  
  clone()
  
    public UpdateNodePoolRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public UpdateNodePoolRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNodePool()
  
    public NodePool getNodePool()
   
   The updated node pool.
 .google.cloud.edgecontainer.v1.NodePool node_pool = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        NodePool | 
        The nodePool. 
 | 
      
    
  
  
  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;
 
  
  
  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;
 
  
    
      
        | Returns | 
      
      
        | 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 = 3;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        ByteString | 
        The bytes for requestId. 
 | 
      
    
  
  
  getUpdateMask()
  
    public 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;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        FieldMask | 
        The updateMask. 
 | 
      
    
  
  
  getUpdateMaskBuilder()
  
    public 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 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;
 
  
  
  hasNodePool()
  
    public boolean hasNodePool()
   
   The updated node pool.
 .google.cloud.edgecontainer.v1.NodePool node_pool = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the nodePool field is set. 
 | 
      
    
  
  
  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;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the updateMask field is set. 
 | 
      
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(UpdateNodePoolRequest other)
  
    public UpdateNodePoolRequest.Builder mergeFrom(UpdateNodePoolRequest other)
   
  
  
  
  
  
    public UpdateNodePoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateNodePoolRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  mergeNodePool(NodePool value)
  
    public UpdateNodePoolRequest.Builder mergeNodePool(NodePool value)
   
   The updated node pool.
 .google.cloud.edgecontainer.v1.NodePool node_pool = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        NodePool
  | 
      
    
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateNodePoolRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateNodePoolRequest.Builder mergeUpdateMask(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;
 
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateNodePoolRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNodePool(NodePool value)
  
    public UpdateNodePoolRequest.Builder setNodePool(NodePool value)
   
   The updated node pool.
 .google.cloud.edgecontainer.v1.NodePool node_pool = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        NodePool
  | 
      
    
  
  
  
  setNodePool(NodePool.Builder builderForValue)
  
    public UpdateNodePoolRequest.Builder setNodePool(NodePool.Builder builderForValue)
   
   The updated node pool.
 .google.cloud.edgecontainer.v1.NodePool node_pool = 2;
 
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateNodePoolRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setRequestId(String value)
  
    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;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        String
 The requestId to set. 
 | 
      
    
  
  
  
  setRequestIdBytes(ByteString value)
  
    public UpdateNodePoolRequest.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 = 3;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        ByteString
 The bytes for requestId to set. 
 | 
      
    
  
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateNodePoolRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateNodePoolRequest.Builder setUpdateMask(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(FieldMask.Builder builderForValue)
  
    public UpdateNodePoolRequest.Builder setUpdateMask(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;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        builderForValue | 
        Builder
  |