public static final class UpdateZoneRequest.Builder extends GeneratedMessageV3.Builder<UpdateZoneRequest.Builder> implements UpdateZoneRequestOrBuilder
   
   A request to update a zone.
 Protobuf type google.cloud.gdchardwaremanagement.v1alpha.UpdateZoneRequest
 
  
  
  
    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 UpdateZoneRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateZoneRequest build()
   
  
  
  buildPartial()
  
    public UpdateZoneRequest buildPartial()
   
  
  
  clear()
  
    public UpdateZoneRequest.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public UpdateZoneRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateZoneRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearRequestId()
  
    public UpdateZoneRequest.Builder clearRequestId()
   
   Optional. An optional unique identifier for this request. See
 AIP-155.
 
 string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
 
 
  
  
  clearUpdateMask()
  
    public UpdateZoneRequest.Builder clearUpdateMask()
   
   Required. A mask to specify the fields in the Zone to overwrite with this
 update. The fields specified in the update_mask are relative to the zone,
 not the full request. A field will be overwritten if it is in the mask. If
 you don't provide a mask then all fields will be overwritten.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  clearZone()
  
    public UpdateZoneRequest.Builder clearZone()
   
   Required. The zone to update.
 
 .google.cloud.gdchardwaremanagement.v1alpha.Zone zone = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  clone()
  
    public UpdateZoneRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public UpdateZoneRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getRequestId()
  
    public String getRequestId()
   
   Optional. An optional unique identifier for this request. See
 AIP-155.
 
 string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        String | 
        The requestId. 
 | 
      
    
  
  
  getRequestIdBytes()
  
    public ByteString getRequestIdBytes()
   
   Optional. An optional unique identifier for this request. See
 AIP-155.
 
 string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        ByteString | 
        The bytes for requestId. 
 | 
      
    
  
  
  getUpdateMask()
  
    public FieldMask getUpdateMask()
   
   Required. A mask to specify the fields in the Zone to overwrite with this
 update. The fields specified in the update_mask are relative to the zone,
 not the full request. A field will be overwritten if it is in the mask. If
 you don't provide a mask then all fields will be overwritten.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        FieldMask | 
        The updateMask. 
 | 
      
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   Required. A mask to specify the fields in the Zone to overwrite with this
 update. The fields specified in the update_mask are relative to the zone,
 not the full request. A field will be overwritten if it is in the mask. If
 you don't provide a mask then all fields will be overwritten.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getUpdateMaskOrBuilder()
  
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   Required. A mask to specify the fields in the Zone to overwrite with this
 update. The fields specified in the update_mask are relative to the zone,
 not the full request. A field will be overwritten if it is in the mask. If
 you don't provide a mask then all fields will be overwritten.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getZone()
  
   Required. The zone to update.
 
 .google.cloud.gdchardwaremanagement.v1alpha.Zone zone = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        Zone | 
        The zone. 
 | 
      
    
  
  
  getZoneBuilder()
  
    public Zone.Builder getZoneBuilder()
   
   Required. The zone to update.
 
 .google.cloud.gdchardwaremanagement.v1alpha.Zone zone = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getZoneOrBuilder()
  
    public ZoneOrBuilder getZoneOrBuilder()
   
   Required. The zone to update.
 
 .google.cloud.gdchardwaremanagement.v1alpha.Zone zone = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  hasUpdateMask()
  
    public boolean hasUpdateMask()
   
   Required. A mask to specify the fields in the Zone to overwrite with this
 update. The fields specified in the update_mask are relative to the zone,
 not the full request. A field will be overwritten if it is in the mask. If
 you don't provide a mask then all fields will be overwritten.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the updateMask field is set. 
 | 
      
    
  
  
  hasZone()
  
   Required. The zone to update.
 
 .google.cloud.gdchardwaremanagement.v1alpha.Zone zone = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the zone field is set. 
 | 
      
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(UpdateZoneRequest other)
  
    public UpdateZoneRequest.Builder mergeFrom(UpdateZoneRequest other)
   
  
  
  
  
  
    public UpdateZoneRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateZoneRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateZoneRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateZoneRequest.Builder mergeUpdateMask(FieldMask value)
   
   Required. A mask to specify the fields in the Zone to overwrite with this
 update. The fields specified in the update_mask are relative to the zone,
 not the full request. A field will be overwritten if it is in the mask. If
 you don't provide a mask then all fields will be overwritten.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  mergeZone(Zone value)
  
    public UpdateZoneRequest.Builder mergeZone(Zone value)
   
   Required. The zone to update.
 
 .google.cloud.gdchardwaremanagement.v1alpha.Zone zone = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        Zone
  | 
      
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateZoneRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateZoneRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setRequestId(String value)
  
    public UpdateZoneRequest.Builder setRequestId(String value)
   
   Optional. An optional unique identifier for this request. See
 AIP-155.
 
 string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        String
 The requestId to set. 
 | 
      
    
  
  
  
  setRequestIdBytes(ByteString value)
  
    public UpdateZoneRequest.Builder setRequestIdBytes(ByteString value)
   
   Optional. An optional unique identifier for this request. See
 AIP-155.
 
 string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        ByteString
 The bytes for requestId to set. 
 | 
      
    
  
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateZoneRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateZoneRequest.Builder setUpdateMask(FieldMask value)
   
   Required. A mask to specify the fields in the Zone to overwrite with this
 update. The fields specified in the update_mask are relative to the zone,
 not the full request. A field will be overwritten if it is in the mask. If
 you don't provide a mask then all fields will be overwritten.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateZoneRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   Required. A mask to specify the fields in the Zone to overwrite with this
 update. The fields specified in the update_mask are relative to the zone,
 not the full request. A field will be overwritten if it is in the mask. If
 you don't provide a mask then all fields will be overwritten.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        builderForValue | 
        Builder
  | 
      
    
  
  
  
  setZone(Zone value)
  
    public UpdateZoneRequest.Builder setZone(Zone value)
   
   Required. The zone to update.
 
 .google.cloud.gdchardwaremanagement.v1alpha.Zone zone = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        Zone
  | 
      
    
  
  
  
  setZone(Zone.Builder builderForValue)
  
    public UpdateZoneRequest.Builder setZone(Zone.Builder builderForValue)
   
   Required. The zone to update.
 
 .google.cloud.gdchardwaremanagement.v1alpha.Zone zone = 2 [(.google.api.field_behavior) = REQUIRED];