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

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

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

        public TensorboardTimeSeries.Metadata 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<TensorboardTimeSeries.Metadata.Builder>
      • getMaxStep

        public long getMaxStep()
         Output only. Max step index of all data points within a
         TensorboardTimeSeries.
         
        int64 max_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMaxStep in interface TensorboardTimeSeries.MetadataOrBuilder
        Returns:
        The maxStep.
      • setMaxStep

        public TensorboardTimeSeries.Metadata.Builder setMaxStep​(long value)
         Output only. Max step index of all data points within a
         TensorboardTimeSeries.
         
        int64 max_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The maxStep to set.
        Returns:
        This builder for chaining.
      • clearMaxStep

        public TensorboardTimeSeries.Metadata.Builder clearMaxStep()
         Output only. Max step index of all data points within a
         TensorboardTimeSeries.
         
        int64 max_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasMaxWallTime

        public boolean hasMaxWallTime()
         Output only. Max wall clock timestamp of all data points within a
         TensorboardTimeSeries.
         
        .google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasMaxWallTime in interface TensorboardTimeSeries.MetadataOrBuilder
        Returns:
        Whether the maxWallTime field is set.
      • getMaxWallTime

        public com.google.protobuf.Timestamp getMaxWallTime()
         Output only. Max wall clock timestamp of all data points within a
         TensorboardTimeSeries.
         
        .google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMaxWallTime in interface TensorboardTimeSeries.MetadataOrBuilder
        Returns:
        The maxWallTime.
      • setMaxWallTime

        public TensorboardTimeSeries.Metadata.Builder setMaxWallTime​(com.google.protobuf.Timestamp value)
         Output only. Max wall clock timestamp of all data points within a
         TensorboardTimeSeries.
         
        .google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setMaxWallTime

        public TensorboardTimeSeries.Metadata.Builder setMaxWallTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Max wall clock timestamp of all data points within a
         TensorboardTimeSeries.
         
        .google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeMaxWallTime

        public TensorboardTimeSeries.Metadata.Builder mergeMaxWallTime​(com.google.protobuf.Timestamp value)
         Output only. Max wall clock timestamp of all data points within a
         TensorboardTimeSeries.
         
        .google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearMaxWallTime

        public TensorboardTimeSeries.Metadata.Builder clearMaxWallTime()
         Output only. Max wall clock timestamp of all data points within a
         TensorboardTimeSeries.
         
        .google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getMaxWallTimeBuilder

        public com.google.protobuf.Timestamp.Builder getMaxWallTimeBuilder()
         Output only. Max wall clock timestamp of all data points within a
         TensorboardTimeSeries.
         
        .google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getMaxWallTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getMaxWallTimeOrBuilder()
         Output only. Max wall clock timestamp of all data points within a
         TensorboardTimeSeries.
         
        .google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMaxWallTimeOrBuilder in interface TensorboardTimeSeries.MetadataOrBuilder
      • getMaxBlobSequenceLength

        public long getMaxBlobSequenceLength()
         Output only. The largest blob sequence length (number of blobs) of all
         data points in this time series, if its ValueType is BLOB_SEQUENCE.
         
        int64 max_blob_sequence_length = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMaxBlobSequenceLength in interface TensorboardTimeSeries.MetadataOrBuilder
        Returns:
        The maxBlobSequenceLength.
      • setMaxBlobSequenceLength

        public TensorboardTimeSeries.Metadata.Builder setMaxBlobSequenceLength​(long value)
         Output only. The largest blob sequence length (number of blobs) of all
         data points in this time series, if its ValueType is BLOB_SEQUENCE.
         
        int64 max_blob_sequence_length = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The maxBlobSequenceLength to set.
        Returns:
        This builder for chaining.
      • clearMaxBlobSequenceLength

        public TensorboardTimeSeries.Metadata.Builder clearMaxBlobSequenceLength()
         Output only. The largest blob sequence length (number of blobs) of all
         data points in this time series, if its ValueType is BLOB_SEQUENCE.
         
        int64 max_blob_sequence_length = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.