Class UpdateTensorboardExperimentRequest.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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

        public UpdateTensorboardExperimentRequest 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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateTensorboardExperimentRequest.Builder>
      • 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

        public UpdateTensorboardExperimentRequest.Builder 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