Interface AutoMlForecastingInputs.Transformation.TimestampTransformationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoMlForecastingInputs.Transformation.TimestampTransformation,AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder
- Enclosing class:
- AutoMlForecastingInputs.Transformation
public static interface AutoMlForecastingInputs.Transformation.TimestampTransformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring column_name = 1;com.google.protobuf.ByteStringstring column_name = 1;The format in which that time field is expressed.com.google.protobuf.ByteStringThe format in which that time field is expressed.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
-
getColumnName
String getColumnName()string column_name = 1;- Returns:
- The columnName.
-
getColumnNameBytes
com.google.protobuf.ByteString getColumnNameBytes()string column_name = 1;- Returns:
- The bytes for columnName.
-
getTimeFormat
String getTimeFormat()The format in which that time field is expressed. The time_format must either be one of: * `unix-seconds` * `unix-milliseconds` * `unix-microseconds` * `unix-nanoseconds` (for respectively number of seconds, milliseconds, microseconds and nanoseconds since start of the Unix epoch); or be written in `strftime` syntax. If time_format is not set, then the default format is RFC 3339 `date-time` format, where `time-offset` = `"Z"` (e.g. 1985-04-12T23:20:50.52Z)
string time_format = 2;- Returns:
- The timeFormat.
-
getTimeFormatBytes
com.google.protobuf.ByteString getTimeFormatBytes()The format in which that time field is expressed. The time_format must either be one of: * `unix-seconds` * `unix-milliseconds` * `unix-microseconds` * `unix-nanoseconds` (for respectively number of seconds, milliseconds, microseconds and nanoseconds since start of the Unix epoch); or be written in `strftime` syntax. If time_format is not set, then the default format is RFC 3339 `date-time` format, where `time-offset` = `"Z"` (e.g. 1985-04-12T23:20:50.52Z)
string time_format = 2;- Returns:
- The bytes for timeFormat.
-