public static interface AutoMlForecastingInputs.Transformation.TimestampTransformationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumnName()
public abstract String getColumnName()string column_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The columnName. |
getColumnNameBytes()
public abstract ByteString getColumnNameBytes()string column_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for columnName. |
getTimeFormat()
public abstract String getTimeFormat()The format in which that time field is expressed. The time_format must either be one of:
unix-secondsunix-millisecondsunix-microsecondsunix-nanoseconds(for respectively number of seconds, milliseconds, microseconds and nanoseconds since start of the Unix epoch);
or be written in
strftimesyntax.If time_format is not set, then the default format is RFC 3339
date-timeformat, wheretime-offset="Z"(e.g. 1985-04-12T23:20:50.52Z)
string time_format = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The timeFormat. |
getTimeFormatBytes()
public abstract ByteString getTimeFormatBytes()The format in which that time field is expressed. The time_format must either be one of:
unix-secondsunix-millisecondsunix-microsecondsunix-nanoseconds(for respectively number of seconds, milliseconds, microseconds and nanoseconds since start of the Unix epoch);
or be written in
strftimesyntax.If time_format is not set, then the default format is RFC 3339
date-timeformat, wheretime-offset="Z"(e.g. 1985-04-12T23:20:50.52Z)
string time_format = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timeFormat. |