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