Package com.google.cloud.aiplatform.v1
Interface FeatureGroup.BigQuery.TimeSeriesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureGroup.BigQuery.TimeSeries,FeatureGroup.BigQuery.TimeSeries.Builder
- Enclosing class:
- FeatureGroup.BigQuery
public static interface FeatureGroup.BigQuery.TimeSeriesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTimestampColumn
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];- Returns:
- The timestampColumn.
-
getTimestampColumnBytes
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];- Returns:
- The bytes for timestampColumn.
-