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

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

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

        public BatchReadTensorboardTimeSeriesDataRequest 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<BatchReadTensorboardTimeSeriesDataRequest.Builder>
      • getTensorboard

        public String getTensorboard()
         Required. The resource name of the Tensorboard containing
         TensorboardTimeSeries to read data from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`.
         The TensorboardTimeSeries referenced by
         [time_series][google.cloud.aiplatform.v1.BatchReadTensorboardTimeSeriesDataRequest.time_series]
         must be sub resources of this Tensorboard.
         
        string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTensorboard in interface BatchReadTensorboardTimeSeriesDataRequestOrBuilder
        Returns:
        The tensorboard.
      • getTensorboardBytes

        public com.google.protobuf.ByteString getTensorboardBytes()
         Required. The resource name of the Tensorboard containing
         TensorboardTimeSeries to read data from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`.
         The TensorboardTimeSeries referenced by
         [time_series][google.cloud.aiplatform.v1.BatchReadTensorboardTimeSeriesDataRequest.time_series]
         must be sub resources of this Tensorboard.
         
        string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTensorboardBytes in interface BatchReadTensorboardTimeSeriesDataRequestOrBuilder
        Returns:
        The bytes for tensorboard.
      • setTensorboard

        public BatchReadTensorboardTimeSeriesDataRequest.Builder setTensorboard​(String value)
         Required. The resource name of the Tensorboard containing
         TensorboardTimeSeries to read data from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`.
         The TensorboardTimeSeries referenced by
         [time_series][google.cloud.aiplatform.v1.BatchReadTensorboardTimeSeriesDataRequest.time_series]
         must be sub resources of this Tensorboard.
         
        string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The tensorboard to set.
        Returns:
        This builder for chaining.
      • clearTensorboard

        public BatchReadTensorboardTimeSeriesDataRequest.Builder clearTensorboard()
         Required. The resource name of the Tensorboard containing
         TensorboardTimeSeries to read data from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`.
         The TensorboardTimeSeries referenced by
         [time_series][google.cloud.aiplatform.v1.BatchReadTensorboardTimeSeriesDataRequest.time_series]
         must be sub resources of this Tensorboard.
         
        string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setTensorboardBytes

        public BatchReadTensorboardTimeSeriesDataRequest.Builder setTensorboardBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the Tensorboard containing
         TensorboardTimeSeries to read data from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`.
         The TensorboardTimeSeries referenced by
         [time_series][google.cloud.aiplatform.v1.BatchReadTensorboardTimeSeriesDataRequest.time_series]
         must be sub resources of this Tensorboard.
         
        string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for tensorboard to set.
        Returns:
        This builder for chaining.
      • getTimeSeriesList

        public com.google.protobuf.ProtocolStringList getTimeSeriesList()
         Required. The resource names of the TensorboardTimeSeries to read data
         from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTimeSeriesList in interface BatchReadTensorboardTimeSeriesDataRequestOrBuilder
        Returns:
        A list containing the timeSeries.
      • getTimeSeriesCount

        public int getTimeSeriesCount()
         Required. The resource names of the TensorboardTimeSeries to read data
         from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTimeSeriesCount in interface BatchReadTensorboardTimeSeriesDataRequestOrBuilder
        Returns:
        The count of timeSeries.
      • getTimeSeries

        public String getTimeSeries​(int index)
         Required. The resource names of the TensorboardTimeSeries to read data
         from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTimeSeries in interface BatchReadTensorboardTimeSeriesDataRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The timeSeries at the given index.
      • getTimeSeriesBytes

        public com.google.protobuf.ByteString getTimeSeriesBytes​(int index)
         Required. The resource names of the TensorboardTimeSeries to read data
         from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getTimeSeriesBytes in interface BatchReadTensorboardTimeSeriesDataRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the timeSeries at the given index.
      • setTimeSeries

        public BatchReadTensorboardTimeSeriesDataRequest.Builder setTimeSeries​(int index,
                                                                               String value)
         Required. The resource names of the TensorboardTimeSeries to read data
         from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The timeSeries to set.
        Returns:
        This builder for chaining.
      • addTimeSeries

        public BatchReadTensorboardTimeSeriesDataRequest.Builder addTimeSeries​(String value)
         Required. The resource names of the TensorboardTimeSeries to read data
         from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The timeSeries to add.
        Returns:
        This builder for chaining.
      • addAllTimeSeries

        public BatchReadTensorboardTimeSeriesDataRequest.Builder addAllTimeSeries​(Iterable<String> values)
         Required. The resource names of the TensorboardTimeSeries to read data
         from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        values - The timeSeries to add.
        Returns:
        This builder for chaining.
      • clearTimeSeries

        public BatchReadTensorboardTimeSeriesDataRequest.Builder clearTimeSeries()
         Required. The resource names of the TensorboardTimeSeries to read data
         from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • addTimeSeriesBytes

        public BatchReadTensorboardTimeSeriesDataRequest.Builder addTimeSeriesBytes​(com.google.protobuf.ByteString value)
         Required. The resource names of the TensorboardTimeSeries to read data
         from. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        repeated string time_series = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes of the timeSeries to add.
        Returns:
        This builder for chaining.