public final class UpdateTensorboardExperimentRequest extends GeneratedMessageV3 implements UpdateTensorboardExperimentRequestOrBuilder
Request message for
TensorboardService.UpdateTensorboardExperiment.
Protobuf type google.cloud.aiplatform.v1beta1.UpdateTensorboardExperimentRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int TENSORBOARD_EXPERIMENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static UpdateTensorboardExperimentRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static UpdateTensorboardExperimentRequest.Builder newBuilder()
public static UpdateTensorboardExperimentRequest.Builder newBuilder(UpdateTensorboardExperimentRequest prototype)
public static UpdateTensorboardExperimentRequest parseDelimitedFrom(InputStream input)
public static UpdateTensorboardExperimentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateTensorboardExperimentRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static UpdateTensorboardExperimentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateTensorboardExperimentRequest parseFrom(ByteString data)
public static UpdateTensorboardExperimentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateTensorboardExperimentRequest parseFrom(CodedInputStream input)
public static UpdateTensorboardExperimentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateTensorboardExperimentRequest parseFrom(InputStream input)
public static UpdateTensorboardExperimentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateTensorboardExperimentRequest parseFrom(ByteBuffer data)
public static UpdateTensorboardExperimentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<UpdateTensorboardExperimentRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public UpdateTensorboardExperimentRequest getDefaultInstanceForType()
public Parser<UpdateTensorboardExperimentRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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.v1beta1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
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.v1beta1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
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 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
TensorboardExperiment 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 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.v1beta1.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 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 UpdateTensorboardExperimentRequest.Builder newBuilderForType()
protected UpdateTensorboardExperimentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public UpdateTensorboardExperimentRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides