public static final class UpdateTensorboardRequest.Builder extends GeneratedMessage.Builder<UpdateTensorboardRequest.Builder> implements UpdateTensorboardRequestOrBuilderRequest message for TensorboardService.UpdateTensorboard.
Protobuf type google.cloud.aiplatform.v1beta1.UpdateTensorboardRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateTensorboardRequest.BuilderImplements
UpdateTensorboardRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateTensorboardRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest |
|
buildPartial()
public UpdateTensorboardRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest |
|
clear()
public UpdateTensorboardRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|
clearTensorboard()
public UpdateTensorboardRequest.Builder clearTensorboard() 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 |
UpdateTensorboardRequest.Builder |
|
clearUpdateMask()
public UpdateTensorboardRequest.Builder clearUpdateMask()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 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 |
UpdateTensorboardRequest.Builder |
|
getDefaultInstanceForType()
public UpdateTensorboardRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTensorboard()
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 | |
|---|---|
| Type | Description |
Tensorboard |
The tensorboard. |
getTensorboardBuilder()
public Tensorboard.Builder getTensorboardBuilder() 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 |
Tensorboard.Builder |
|
getTensorboardOrBuilder()
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 | |
|---|---|
| Type | Description |
TensorboardOrBuilder |
|
getUpdateMask()
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 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()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 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 |
Builder |
|
getUpdateMaskOrBuilder()
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 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 |
FieldMaskOrBuilder |
|
hasTensorboard()
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. |
hasUpdateMask()
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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateTensorboardRequest other)
public UpdateTensorboardRequest.Builder mergeFrom(UpdateTensorboardRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateTensorboardRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateTensorboardRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateTensorboardRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|
mergeTensorboard(Tensorboard value)
public UpdateTensorboardRequest.Builder mergeTensorboard(Tensorboard value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
Tensorboard |
| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateTensorboardRequest.Builder mergeUpdateMask(FieldMask value)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 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|
setTensorboard(Tensorboard value)
public UpdateTensorboardRequest.Builder setTensorboard(Tensorboard value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
Tensorboard |
| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|
setTensorboard(Tensorboard.Builder builderForValue)
public UpdateTensorboardRequest.Builder setTensorboard(Tensorboard.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Tensorboard.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateTensorboardRequest.Builder setUpdateMask(FieldMask value)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 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateTensorboardRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)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 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateTensorboardRequest.Builder |
|