public static final class UpdateTensorboardRunRequest.Builder extends GeneratedMessageV3.Builder<UpdateTensorboardRunRequest.Builder> implements UpdateTensorboardRunRequestOrBuilder
Request message for
TensorboardService.UpdateTensorboardRun.
Protobuf type google.cloud.aiplatform.v1.UpdateTensorboardRunRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
Methods
public UpdateTensorboardRunRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public UpdateTensorboardRunRequest build()
Returns
public UpdateTensorboardRunRequest buildPartial()
Returns
public UpdateTensorboardRunRequest.Builder clear()
Returns
Overrides
public UpdateTensorboardRunRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public UpdateTensorboardRunRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public UpdateTensorboardRunRequest.Builder clearTensorboardRun()
Required. The TensorboardRun's name
field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public UpdateTensorboardRunRequest.Builder clearUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardRun 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
public UpdateTensorboardRunRequest.Builder clone()
Returns
Overrides
public UpdateTensorboardRunRequest getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public TensorboardRun getTensorboardRun()
Required. The TensorboardRun's name
field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public TensorboardRun.Builder getTensorboardRunBuilder()
Required. The TensorboardRun's name
field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public TensorboardRunOrBuilder getTensorboardRunOrBuilder()
Required. The TensorboardRun's name
field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public FieldMask getUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardRun 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
public FieldMask.Builder getUpdateMaskBuilder()
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardRun 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
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardRun 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
public boolean hasTensorboardRun()
Required. The TensorboardRun's name
field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the tensorboardRun field is set.
|
public boolean hasUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardRun 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()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public UpdateTensorboardRunRequest.Builder mergeFrom(UpdateTensorboardRunRequest other)
Parameter
Returns
public UpdateTensorboardRunRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public UpdateTensorboardRunRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public UpdateTensorboardRunRequest.Builder mergeTensorboardRun(TensorboardRun value)
Required. The TensorboardRun's name
field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public final UpdateTensorboardRunRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public UpdateTensorboardRunRequest.Builder mergeUpdateMask(FieldMask value)
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardRun 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
Returns
public UpdateTensorboardRunRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public UpdateTensorboardRunRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public UpdateTensorboardRunRequest.Builder setTensorboardRun(TensorboardRun value)
Required. The TensorboardRun's name
field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public UpdateTensorboardRunRequest.Builder setTensorboardRun(TensorboardRun.Builder builderForValue)
Required. The TensorboardRun's name
field is used to identify the
TensorboardRun to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public final UpdateTensorboardRunRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public UpdateTensorboardRunRequest.Builder setUpdateMask(FieldMask value)
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardRun 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
Returns
public UpdateTensorboardRunRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardRun 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
|
Returns