public final class UpdateTensorboardRequest extends GeneratedMessageV3 implements UpdateTensorboardRequestOrBuilder
Request message for TensorboardService.UpdateTensorboard.
Protobuf type google.cloud.aiplatform.v1beta1.UpdateTensorboardRequest
Static Fields
public static final int TENSORBOARD_FIELD_NUMBER
Field Value
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
public static UpdateTensorboardRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static UpdateTensorboardRequest.Builder newBuilder()
Returns
public static UpdateTensorboardRequest.Builder newBuilder(UpdateTensorboardRequest prototype)
Parameter
Returns
public static UpdateTensorboardRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateTensorboardRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static UpdateTensorboardRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<UpdateTensorboardRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public UpdateTensorboardRequest getDefaultInstanceForType()
Returns
public Parser<UpdateTensorboardRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public Tensorboard getTensorboard()
Required. The Tensorboard's name
field is used to identify the
Tensorboard to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
.google.cloud.aiplatform.v1beta1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public TensorboardOrBuilder getTensorboardOrBuilder()
Required. The Tensorboard's name
field is used to identify the
Tensorboard to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
.google.cloud.aiplatform.v1beta1.Tensorboard tensorboard = 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
Tensorboard 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
Tensorboard 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 hasTensorboard()
Required. The Tensorboard's name
field is used to identify the
Tensorboard to be updated. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
.google.cloud.aiplatform.v1beta1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the tensorboard field is set.
|
public boolean hasUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
Tensorboard 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 UpdateTensorboardRequest.Builder newBuilderForType()
Returns
protected UpdateTensorboardRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public UpdateTensorboardRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions