Class UpdateTensorboardExperimentRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<UpdateTensorboardExperimentRequest.Builder>
com.google.cloud.aiplatform.v1.UpdateTensorboardExperimentRequest.Builder
All Implemented Interfaces:
UpdateTensorboardExperimentRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
UpdateTensorboardExperimentRequest

public static final class UpdateTensorboardExperimentRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<UpdateTensorboardExperimentRequest.Builder> implements UpdateTensorboardExperimentRequestOrBuilder
 Request message for
 [TensorboardService.UpdateTensorboardExperiment][google.cloud.aiplatform.v1.TensorboardService.UpdateTensorboardExperiment].
 
Protobuf type google.cloud.aiplatform.v1.UpdateTensorboardExperimentRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<UpdateTensorboardExperimentRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<UpdateTensorboardExperimentRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<UpdateTensorboardExperimentRequest.Builder>
    • getDefaultInstanceForType

      public UpdateTensorboardExperimentRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public UpdateTensorboardExperimentRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public UpdateTensorboardExperimentRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateTensorboardExperimentRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<UpdateTensorboardExperimentRequest.Builder>
    • mergeFrom

      public UpdateTensorboardExperimentRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateTensorboardExperimentRequest.Builder>
      Throws:
      IOException
    • hasUpdateMask

      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];
      Specified by:
      hasUpdateMask in interface UpdateTensorboardExperimentRequestOrBuilder
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      public com.google.protobuf.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];
      Specified by:
      getUpdateMask in interface UpdateTensorboardExperimentRequestOrBuilder
      Returns:
      The updateMask.
    • setUpdateMask

      public UpdateTensorboardExperimentRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
       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];
    • setUpdateMask

      public UpdateTensorboardExperimentRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
       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];
    • mergeUpdateMask

      public UpdateTensorboardExperimentRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
       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];
    • clearUpdateMask

       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];
    • getUpdateMaskBuilder

      public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
       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];
    • getUpdateMaskOrBuilder

      public com.google.protobuf.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];
      Specified by:
      getUpdateMaskOrBuilder in interface UpdateTensorboardExperimentRequestOrBuilder
    • hasTensorboardExperiment

      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.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasTensorboardExperiment in interface UpdateTensorboardExperimentRequestOrBuilder
      Returns:
      Whether the tensorboardExperiment field is set.
    • getTensorboardExperiment

      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.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getTensorboardExperiment in interface UpdateTensorboardExperimentRequestOrBuilder
      Returns:
      The tensorboardExperiment.
    • setTensorboardExperiment

      public UpdateTensorboardExperimentRequest.Builder setTensorboardExperiment(TensorboardExperiment value)
       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.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
    • setTensorboardExperiment

      public UpdateTensorboardExperimentRequest.Builder setTensorboardExperiment(TensorboardExperiment.Builder builderForValue)
       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.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
    • mergeTensorboardExperiment

      public UpdateTensorboardExperimentRequest.Builder mergeTensorboardExperiment(TensorboardExperiment value)
       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.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
    • clearTensorboardExperiment

      public UpdateTensorboardExperimentRequest.Builder clearTensorboardExperiment()
       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.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
    • getTensorboardExperimentBuilder

      public TensorboardExperiment.Builder getTensorboardExperimentBuilder()
       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.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
    • getTensorboardExperimentOrBuilder

      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.v1.TensorboardExperiment tensorboard_experiment = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getTensorboardExperimentOrBuilder in interface UpdateTensorboardExperimentRequestOrBuilder