Class FeatureGroup.BigQuery.TimeSeries.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<FeatureGroup.BigQuery.TimeSeries.Builder>
com.google.cloud.aiplatform.v1.FeatureGroup.BigQuery.TimeSeries.Builder
All Implemented Interfaces:
FeatureGroup.BigQuery.TimeSeriesOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
FeatureGroup.BigQuery.TimeSeries

public static final class FeatureGroup.BigQuery.TimeSeries.Builder extends com.google.protobuf.GeneratedMessage.Builder<FeatureGroup.BigQuery.TimeSeries.Builder> implements FeatureGroup.BigQuery.TimeSeriesOrBuilder
Protobuf type google.cloud.aiplatform.v1.FeatureGroup.BigQuery.TimeSeries
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<FeatureGroup.BigQuery.TimeSeries.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<FeatureGroup.BigQuery.TimeSeries.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.GeneratedMessage.Builder<FeatureGroup.BigQuery.TimeSeries.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public FeatureGroup.BigQuery.TimeSeries buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public FeatureGroup.BigQuery.TimeSeries.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureGroup.BigQuery.TimeSeries.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<FeatureGroup.BigQuery.TimeSeries.Builder>
    • mergeFrom

      public FeatureGroup.BigQuery.TimeSeries.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureGroup.BigQuery.TimeSeries.Builder>
      Throws:
      IOException
    • getTimestampColumn

      public String getTimestampColumn()
       Optional. Column hosting timestamp values for a time-series source.
       Will be used to determine the latest `feature_values` for each entity.
       Optional. If not provided, column named `feature_timestamp` of
       type `TIMESTAMP` will be used.
       
      string timestamp_column = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getTimestampColumn in interface FeatureGroup.BigQuery.TimeSeriesOrBuilder
      Returns:
      The timestampColumn.
    • getTimestampColumnBytes

      public com.google.protobuf.ByteString getTimestampColumnBytes()
       Optional. Column hosting timestamp values for a time-series source.
       Will be used to determine the latest `feature_values` for each entity.
       Optional. If not provided, column named `feature_timestamp` of
       type `TIMESTAMP` will be used.
       
      string timestamp_column = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getTimestampColumnBytes in interface FeatureGroup.BigQuery.TimeSeriesOrBuilder
      Returns:
      The bytes for timestampColumn.
    • setTimestampColumn

      public FeatureGroup.BigQuery.TimeSeries.Builder setTimestampColumn(String value)
       Optional. Column hosting timestamp values for a time-series source.
       Will be used to determine the latest `feature_values` for each entity.
       Optional. If not provided, column named `feature_timestamp` of
       type `TIMESTAMP` will be used.
       
      string timestamp_column = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The timestampColumn to set.
      Returns:
      This builder for chaining.
    • clearTimestampColumn

      public FeatureGroup.BigQuery.TimeSeries.Builder clearTimestampColumn()
       Optional. Column hosting timestamp values for a time-series source.
       Will be used to determine the latest `feature_values` for each entity.
       Optional. If not provided, column named `feature_timestamp` of
       type `TIMESTAMP` will be used.
       
      string timestamp_column = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setTimestampColumnBytes

      public FeatureGroup.BigQuery.TimeSeries.Builder setTimestampColumnBytes(com.google.protobuf.ByteString value)
       Optional. Column hosting timestamp values for a time-series source.
       Will be used to determine the latest `feature_values` for each entity.
       Optional. If not provided, column named `feature_timestamp` of
       type `TIMESTAMP` will be used.
       
      string timestamp_column = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for timestampColumn to set.
      Returns:
      This builder for chaining.