public static final class UpdateDataAccessLabelRequest.Builder extends GeneratedMessageV3.Builder<UpdateDataAccessLabelRequest.Builder> implements UpdateDataAccessLabelRequestOrBuilder
   
   Request message for UpdateDataAccessLabel method.
 Protobuf type google.cloud.chronicle.v1.UpdateDataAccessLabelRequest
 
  
  
  
    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 UpdateDataAccessLabelRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateDataAccessLabelRequest build()
   
  
  
  buildPartial()
  
    public UpdateDataAccessLabelRequest buildPartial()
   
  
  
  clear()
  
    public UpdateDataAccessLabelRequest.Builder clear()
   
  
  Overrides
  
  
  clearDataAccessLabel()
  
    public UpdateDataAccessLabelRequest.Builder clearDataAccessLabel()
   
   Required. The data access label to update.
 The label's name field is used to identify the label to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
 
 .google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public UpdateDataAccessLabelRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateDataAccessLabelRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearUpdateMask()
  
    public UpdateDataAccessLabelRequest.Builder clearUpdateMask()
   
   The list of fields to update. If not included, all fields with a non-empty
 value will be overwritten. Currently, only the description and definition
 fields are supported for update; an update call that attempts to update any
 other fields will return INVALID_ARGUMENT.
 .google.protobuf.FieldMask update_mask = 2;
 
  
  
  clone()
  
    public UpdateDataAccessLabelRequest.Builder clone()
   
  
  Overrides
  
  
  getDataAccessLabel()
  
    public DataAccessLabel getDataAccessLabel()
   
   Required. The data access label to update.
 The label's name field is used to identify the label to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
 
 .google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getDataAccessLabelBuilder()
  
    public DataAccessLabel.Builder getDataAccessLabelBuilder()
   
   Required. The data access label to update.
 The label's name field is used to identify the label to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
 
 .google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getDataAccessLabelOrBuilder()
  
    public DataAccessLabelOrBuilder getDataAccessLabelOrBuilder()
   
   Required. The data access label to update.
 The label's name field is used to identify the label to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
 
 .google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getDefaultInstanceForType()
  
    public UpdateDataAccessLabelRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getUpdateMask()
  
    public FieldMask getUpdateMask()
   
   The list of fields to update. If not included, all fields with a non-empty
 value will be overwritten. Currently, only the description and definition
 fields are supported for update; an update call that attempts to update any
 other fields will return INVALID_ARGUMENT.
 .google.protobuf.FieldMask update_mask = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        FieldMask | 
        The updateMask. 
 | 
      
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   The list of fields to update. If not included, all fields with a non-empty
 value will be overwritten. Currently, only the description and definition
 fields are supported for update; an update call that attempts to update any
 other fields will return INVALID_ARGUMENT.
 .google.protobuf.FieldMask update_mask = 2;
 
  
  
  getUpdateMaskOrBuilder()
  
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   The list of fields to update. If not included, all fields with a non-empty
 value will be overwritten. Currently, only the description and definition
 fields are supported for update; an update call that attempts to update any
 other fields will return INVALID_ARGUMENT.
 .google.protobuf.FieldMask update_mask = 2;
 
  
  
  hasDataAccessLabel()
  
    public boolean hasDataAccessLabel()
   
   Required. The data access label to update.
 The label's name field is used to identify the label to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
 
 .google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the dataAccessLabel field is set. 
 | 
      
    
  
  
  hasUpdateMask()
  
    public boolean hasUpdateMask()
   
   The list of fields to update. If not included, all fields with a non-empty
 value will be overwritten. Currently, only the description and definition
 fields are supported for update; an update call that attempts to update any
 other fields will return INVALID_ARGUMENT.
 .google.protobuf.FieldMask update_mask = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the updateMask field is set. 
 | 
      
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeDataAccessLabel(DataAccessLabel value)
  
    public UpdateDataAccessLabelRequest.Builder mergeDataAccessLabel(DataAccessLabel value)
   
   Required. The data access label to update.
 The label's name field is used to identify the label to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
 
 .google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  mergeFrom(UpdateDataAccessLabelRequest other)
  
    public UpdateDataAccessLabelRequest.Builder mergeFrom(UpdateDataAccessLabelRequest other)
   
  
  
  
  
  
    public UpdateDataAccessLabelRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateDataAccessLabelRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateDataAccessLabelRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateDataAccessLabelRequest.Builder mergeUpdateMask(FieldMask value)
   
   The list of fields to update. If not included, all fields with a non-empty
 value will be overwritten. Currently, only the description and definition
 fields are supported for update; an update call that attempts to update any
 other fields will return INVALID_ARGUMENT.
 .google.protobuf.FieldMask update_mask = 2;
 
  
  
  
  setDataAccessLabel(DataAccessLabel value)
  
    public UpdateDataAccessLabelRequest.Builder setDataAccessLabel(DataAccessLabel value)
   
   Required. The data access label to update.
 The label's name field is used to identify the label to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
 
 .google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  setDataAccessLabel(DataAccessLabel.Builder builderForValue)
  
    public UpdateDataAccessLabelRequest.Builder setDataAccessLabel(DataAccessLabel.Builder builderForValue)
   
   Required. The data access label to update.
 The label's name field is used to identify the label to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
 
 .google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateDataAccessLabelRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateDataAccessLabelRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateDataAccessLabelRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateDataAccessLabelRequest.Builder setUpdateMask(FieldMask value)
   
   The list of fields to update. If not included, all fields with a non-empty
 value will be overwritten. Currently, only the description and definition
 fields are supported for update; an update call that attempts to update any
 other fields will return INVALID_ARGUMENT.
 .google.protobuf.FieldMask update_mask = 2;
 
  
  
  
  setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateDataAccessLabelRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   The list of fields to update. If not included, all fields with a non-empty
 value will be overwritten. Currently, only the description and definition
 fields are supported for update; an update call that attempts to update any
 other fields will return INVALID_ARGUMENT.
 .google.protobuf.FieldMask update_mask = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        builderForValue | 
        Builder
  |