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
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public UpdateTensorboardTimeSeriesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public UpdateTensorboardTimeSeriesRequest build()
Returns
public UpdateTensorboardTimeSeriesRequest buildPartial()
Returns
public UpdateTensorboardTimeSeriesRequest.Builder clear()
Returns
Overrides
public UpdateTensorboardTimeSeriesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public UpdateTensorboardTimeSeriesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
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];
Returns
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 will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten if new
values are specified.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public UpdateTensorboardTimeSeriesRequest.Builder clone()
Returns
Overrides
public UpdateTensorboardTimeSeriesRequest getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
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];
Returns
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];
Returns
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];
Returns
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 will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten if new
values are specified.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
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 will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten if new
values are specified.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
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 will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten if new
values are specified.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
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 will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be 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()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public UpdateTensorboardTimeSeriesRequest.Builder mergeFrom(UpdateTensorboardTimeSeriesRequest other)
Parameter
Returns
public UpdateTensorboardTimeSeriesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public UpdateTensorboardTimeSeriesRequest.Builder mergeFrom(Message other)
Parameter
Returns
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];
Parameter
Returns
public final UpdateTensorboardTimeSeriesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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 will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten if new
values are specified.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public UpdateTensorboardTimeSeriesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public UpdateTensorboardTimeSeriesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
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];
Parameter
Returns
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];
Parameter
Returns
public final UpdateTensorboardTimeSeriesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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 will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten if new
values are specified.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
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 will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten if new
values are specified.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
builderForValue | Builder
|
Returns