public final class UpdateTensorboardExperimentRequest extends GeneratedMessageV3 implements UpdateTensorboardExperimentRequestOrBuilder
Request message for TensorboardService.UpdateTensorboardExperiment.
Protobuf type google.cloud.aiplatform.v1.UpdateTensorboardExperimentRequest
Static Fields
public static final int TENSORBOARD_EXPERIMENT_FIELD_NUMBER
Field Value
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
public static UpdateTensorboardExperimentRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static UpdateTensorboardExperimentRequest.Builder newBuilder()
Returns
public static UpdateTensorboardExperimentRequest.Builder newBuilder(UpdateTensorboardExperimentRequest prototype)
Parameter
Returns
public static UpdateTensorboardExperimentRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static UpdateTensorboardExperimentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<UpdateTensorboardExperimentRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public UpdateTensorboardExperimentRequest getDefaultInstanceForType()
Returns
public Parser<UpdateTensorboardExperimentRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public TensorboardExperiment getTensorboardExperiment()
Required. The TensorboardExperiment's name
field is used to identify the
TensorboardExperiment to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public TensorboardExperimentOrBuilder getTensorboardExperimentOrBuilder()
Required. The TensorboardExperiment's name
field is used to identify the
TensorboardExperiment to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public FieldMask getUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardExperiment 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
TensorboardExperiment 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 hasTensorboardExperiment()
Required. The TensorboardExperiment's name
field is used to identify the
TensorboardExperiment to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the tensorboardExperiment field is set.
|
public boolean hasUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
TensorboardExperiment 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.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public UpdateTensorboardExperimentRequest.Builder newBuilderForType()
Returns
protected UpdateTensorboardExperimentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public UpdateTensorboardExperimentRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions