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

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

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

        public CreateTensorboardTimeSeriesRequest 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<CreateTensorboardTimeSeriesRequest.Builder>
      • getParent

        public String getParent()
         Required. The resource name of the TensorboardRun to create the
         TensorboardTimeSeries in.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateTensorboardTimeSeriesRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the TensorboardRun to create the
         TensorboardTimeSeries in.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreateTensorboardTimeSeriesRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateTensorboardTimeSeriesRequest.Builder setParent​(String value)
         Required. The resource name of the TensorboardRun to create the
         TensorboardTimeSeries in.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public CreateTensorboardTimeSeriesRequest.Builder clearParent()
         Required. The resource name of the TensorboardRun to create the
         TensorboardTimeSeries in.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateTensorboardTimeSeriesRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the TensorboardRun to create the
         TensorboardTimeSeries in.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getTensorboardTimeSeriesId

        public String getTensorboardTimeSeriesId()
         Optional. The user specified unique ID to use for the
         TensorboardTimeSeries, which becomes the final component of the
         TensorboardTimeSeries's resource name. This value should match
         "[a-z0-9][a-z0-9-]{0, 127}"
         
        string tensorboard_time_series_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getTensorboardTimeSeriesId in interface CreateTensorboardTimeSeriesRequestOrBuilder
        Returns:
        The tensorboardTimeSeriesId.
      • getTensorboardTimeSeriesIdBytes

        public com.google.protobuf.ByteString getTensorboardTimeSeriesIdBytes()
         Optional. The user specified unique ID to use for the
         TensorboardTimeSeries, which becomes the final component of the
         TensorboardTimeSeries's resource name. This value should match
         "[a-z0-9][a-z0-9-]{0, 127}"
         
        string tensorboard_time_series_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getTensorboardTimeSeriesIdBytes in interface CreateTensorboardTimeSeriesRequestOrBuilder
        Returns:
        The bytes for tensorboardTimeSeriesId.
      • setTensorboardTimeSeriesId

        public CreateTensorboardTimeSeriesRequest.Builder setTensorboardTimeSeriesId​(String value)
         Optional. The user specified unique ID to use for the
         TensorboardTimeSeries, which becomes the final component of the
         TensorboardTimeSeries's resource name. This value should match
         "[a-z0-9][a-z0-9-]{0, 127}"
         
        string tensorboard_time_series_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The tensorboardTimeSeriesId to set.
        Returns:
        This builder for chaining.
      • clearTensorboardTimeSeriesId

        public CreateTensorboardTimeSeriesRequest.Builder clearTensorboardTimeSeriesId()
         Optional. The user specified unique ID to use for the
         TensorboardTimeSeries, which becomes the final component of the
         TensorboardTimeSeries's resource name. This value should match
         "[a-z0-9][a-z0-9-]{0, 127}"
         
        string tensorboard_time_series_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setTensorboardTimeSeriesIdBytes

        public CreateTensorboardTimeSeriesRequest.Builder setTensorboardTimeSeriesIdBytes​(com.google.protobuf.ByteString value)
         Optional. The user specified unique ID to use for the
         TensorboardTimeSeries, which becomes the final component of the
         TensorboardTimeSeries's resource name. This value should match
         "[a-z0-9][a-z0-9-]{0, 127}"
         
        string tensorboard_time_series_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for tensorboardTimeSeriesId to set.
        Returns:
        This builder for chaining.
      • hasTensorboardTimeSeries

        public boolean hasTensorboardTimeSeries()
         Required. The TensorboardTimeSeries to create.
         
        .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasTensorboardTimeSeries in interface CreateTensorboardTimeSeriesRequestOrBuilder
        Returns:
        Whether the tensorboardTimeSeries field is set.
      • clearTensorboardTimeSeries

        public CreateTensorboardTimeSeriesRequest.Builder clearTensorboardTimeSeries()
         Required. The TensorboardTimeSeries to create.
         
        .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTensorboardTimeSeriesBuilder

        public TensorboardTimeSeries.Builder getTensorboardTimeSeriesBuilder()
         Required. The TensorboardTimeSeries to create.
         
        .google.cloud.aiplatform.v1.TensorboardTimeSeries tensorboard_time_series = 2 [(.google.api.field_behavior) = REQUIRED];