public final class UpdateTensorboardRunRequest extends GeneratedMessageV3 implements UpdateTensorboardRunRequestOrBuilder
Request message for TensorboardService.UpdateTensorboardRun.
Protobuf type google.cloud.aiplatform.v1.UpdateTensorboardRunRequest
Static Fields
public static final int TENSORBOARD_RUN_FIELD_NUMBER
Field Value
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
public static UpdateTensorboardRunRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static UpdateTensorboardRunRequest.Builder newBuilder()
Returns
public static UpdateTensorboardRunRequest.Builder newBuilder(UpdateTensorboardRunRequest prototype)
Parameter
Returns
public static UpdateTensorboardRunRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateTensorboardRunRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static UpdateTensorboardRunRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<UpdateTensorboardRunRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public UpdateTensorboardRunRequest getDefaultInstanceForType()
Returns
public Parser<UpdateTensorboardRunRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
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 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 final UnknownFieldSet getUnknownFields()
Returns
Overrides
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 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
TensorboardRun 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 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 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 UpdateTensorboardRunRequest.Builder newBuilderForType()
Returns
protected UpdateTensorboardRunRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public UpdateTensorboardRunRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions