public static final class UpdateTensorboardTimeSeriesRequest.Builder extends GeneratedMessageV3.Builder<UpdateTensorboardTimeSeriesRequest.Builder> implements UpdateTensorboardTimeSeriesRequestOrBuilder
   
   Request message for
 TensorboardService.UpdateTensorboardTimeSeries.
 Protobuf type google.cloud.aiplatform.v1.UpdateTensorboardTimeSeriesRequest
    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
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest build()
   
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest buildPartial()
   
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder clear()
   
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder clearTensorboardTimeSeries()
   
   Required. The TensorboardTimeSeries' name field is used to identify the
 TensorboardTimeSeries to be updated.
 Format:
 projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
 
 .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateTensorboardTimeSeriesRequest.Builder clearUpdateMask()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 TensorboardTimeSeries resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field is overwritten if it's in the mask. If the
 user does not provide a mask then all fields are overwritten if new
 values are specified.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateTensorboardTimeSeriesRequest.Builder clone()
   
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public TensorboardTimeSeries getTensorboardTimeSeries()
   
   Required. The TensorboardTimeSeries' name field is used to identify the
 TensorboardTimeSeries to be updated.
 Format:
 projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
 
 .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TensorboardTimeSeries.Builder getTensorboardTimeSeriesBuilder()
   
   Required. The TensorboardTimeSeries' name field is used to identify the
 TensorboardTimeSeries to be updated.
 Format:
 projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
 
 .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TensorboardTimeSeriesOrBuilder getTensorboardTimeSeriesOrBuilder()
   
   Required. The TensorboardTimeSeries' name field is used to identify the
 TensorboardTimeSeries to be updated.
 Format:
 projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
 
 .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public FieldMask getUpdateMask()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 TensorboardTimeSeries resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field is overwritten if it's in the mask. If the
 user does not provide a mask then all fields are overwritten if new
 values are specified.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | FieldMask | The updateMask. | 
    
  
  
  
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 TensorboardTimeSeries resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field is overwritten if it's in the mask. If the
 user does not provide a mask then all fields are overwritten if new
 values are specified.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 TensorboardTimeSeries resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field is overwritten if it's in the mask. If the
 user does not provide a mask then all fields are overwritten if new
 values are specified.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public boolean hasTensorboardTimeSeries()
   
   Required. The TensorboardTimeSeries' name field is used to identify the
 TensorboardTimeSeries to be updated.
 Format:
 projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
 
 .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the tensorboardTimeSeries field is set. | 
    
  
  
  
  
    public boolean hasUpdateMask()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 TensorboardTimeSeries resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field is overwritten if it's in the mask. If the
 user does not provide a mask then all fields are overwritten if new
 values are specified.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateMask field is set. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder mergeFrom(UpdateTensorboardTimeSeriesRequest other)
   
  
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder mergeTensorboardTimeSeries(TensorboardTimeSeries value)
   
   Required. The TensorboardTimeSeries' name field is used to identify the
 TensorboardTimeSeries to be updated.
 Format:
 projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
 
 .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public final UpdateTensorboardTimeSeriesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder mergeUpdateMask(FieldMask value)
   
   Required. Field mask is used to specify the fields to be overwritten in the
 TensorboardTimeSeries resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field is overwritten if it's in the mask. If the
 user does not provide a mask then all fields are overwritten if new
 values are specified.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateTensorboardTimeSeriesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder setTensorboardTimeSeries(TensorboardTimeSeries value)
   
   Required. The TensorboardTimeSeries' name field is used to identify the
 TensorboardTimeSeries to be updated.
 Format:
 projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
 
 .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateTensorboardTimeSeriesRequest.Builder setTensorboardTimeSeries(TensorboardTimeSeries.Builder builderForValue)
   
   Required. The TensorboardTimeSeries' name field is used to identify the
 TensorboardTimeSeries to be updated.
 Format:
 projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
 
 .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public final UpdateTensorboardTimeSeriesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public UpdateTensorboardTimeSeriesRequest.Builder setUpdateMask(FieldMask value)
   
   Required. Field mask is used to specify the fields to be overwritten in the
 TensorboardTimeSeries resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field is overwritten if it's in the mask. If the
 user does not provide a mask then all fields are overwritten if new
 values are specified.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public UpdateTensorboardTimeSeriesRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   Required. Field mask is used to specify the fields to be overwritten in the
 TensorboardTimeSeries resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request. A field is overwritten if it's in the mask. If the
 user does not provide a mask then all fields are overwritten if new
 values are specified.
 .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |