Class UpdateTensorboardTimeSeriesRequest.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<UpdateTensorboardTimeSeriesRequest.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<UpdateTensorboardTimeSeriesRequest.Builder>
      • getDefaultInstanceForType

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

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

        public UpdateTensorboardTimeSeriesRequest 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<UpdateTensorboardTimeSeriesRequest.Builder>
      • hasUpdateMask

        public boolean hasUpdateMask()
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardTimeSeries 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 UpdateTensorboardTimeSeriesRequestOrBuilder
        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
         TensorboardTimeSeries 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 UpdateTensorboardTimeSeriesRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateTensorboardTimeSeriesRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardTimeSeries 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 UpdateTensorboardTimeSeriesRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardTimeSeries 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 UpdateTensorboardTimeSeriesRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardTimeSeries 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 UpdateTensorboardTimeSeriesRequest.Builder clearUpdateMask()
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardTimeSeries 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
         TensorboardTimeSeries 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
         TensorboardTimeSeries 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 UpdateTensorboardTimeSeriesRequestOrBuilder
      • hasTensorboardTimeSeries

        public boolean hasTensorboardTimeSeries()
         Required. The TensorboardTimeSeries' `name` field is used to identify the
         TensorboardTimeSeries to be updated.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasTensorboardTimeSeries in interface UpdateTensorboardTimeSeriesRequestOrBuilder
        Returns:
        Whether the tensorboardTimeSeries field is set.
      • getTensorboardTimeSeries

        public TensorboardTimeSeries getTensorboardTimeSeries()
         Required. The TensorboardTimeSeries' `name` field is used to identify the
         TensorboardTimeSeries to be updated.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTensorboardTimeSeries in interface UpdateTensorboardTimeSeriesRequestOrBuilder
        Returns:
        The tensorboardTimeSeries.
      • setTensorboardTimeSeries

        public UpdateTensorboardTimeSeriesRequest.Builder setTensorboardTimeSeries​(TensorboardTimeSeries value)
         Required. The TensorboardTimeSeries' `name` field is used to identify the
         TensorboardTimeSeries to be updated.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
      • setTensorboardTimeSeries

        public UpdateTensorboardTimeSeriesRequest.Builder setTensorboardTimeSeries​(TensorboardTimeSeries.Builder builderForValue)
         Required. The TensorboardTimeSeries' `name` field is used to identify the
         TensorboardTimeSeries to be updated.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeTensorboardTimeSeries

        public UpdateTensorboardTimeSeriesRequest.Builder mergeTensorboardTimeSeries​(TensorboardTimeSeries value)
         Required. The TensorboardTimeSeries' `name` field is used to identify the
         TensorboardTimeSeries to be updated.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearTensorboardTimeSeries

        public UpdateTensorboardTimeSeriesRequest.Builder clearTensorboardTimeSeries()
         Required. The TensorboardTimeSeries' `name` field is used to identify the
         TensorboardTimeSeries to be updated.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTensorboardTimeSeriesBuilder

        public TensorboardTimeSeries.Builder getTensorboardTimeSeriesBuilder()
         Required. The TensorboardTimeSeries' `name` field is used to identify the
         TensorboardTimeSeries to be updated.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTensorboardTimeSeriesOrBuilder

        public TensorboardTimeSeriesOrBuilder getTensorboardTimeSeriesOrBuilder()
         Required. The TensorboardTimeSeries' `name` field is used to identify the
         TensorboardTimeSeries to be updated.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTensorboardTimeSeriesOrBuilder in interface UpdateTensorboardTimeSeriesRequestOrBuilder