Class FeatureGroup.BigQuery.TimeSeries.Builder (3.84.0)

public static final class FeatureGroup.BigQuery.TimeSeries.Builder extends GeneratedMessage.Builder<FeatureGroup.BigQuery.TimeSeries.Builder> implements FeatureGroup.BigQuery.TimeSeriesOrBuilder

Protobuf type google.cloud.aiplatform.v1beta1.FeatureGroup.BigQuery.TimeSeries

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public FeatureGroup.BigQuery.TimeSeries build()
Returns
Type Description
FeatureGroup.BigQuery.TimeSeries

buildPartial()

public FeatureGroup.BigQuery.TimeSeries buildPartial()
Returns
Type Description
FeatureGroup.BigQuery.TimeSeries

clear()

public FeatureGroup.BigQuery.TimeSeries.Builder clear()
Returns
Type Description
FeatureGroup.BigQuery.TimeSeries.Builder
Overrides

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
Type Description
FeatureGroup.BigQuery.TimeSeries.Builder

This builder for chaining.

getDefaultInstanceForType()

public FeatureGroup.BigQuery.TimeSeries getDefaultInstanceForType()
Returns
Type Description
FeatureGroup.BigQuery.TimeSeries

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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];

Returns
Type Description
String

The timestampColumn.

getTimestampColumnBytes()

public 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
Type Description
ByteString

The bytes for timestampColumn.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FeatureGroup.BigQuery.TimeSeries other)

public FeatureGroup.BigQuery.TimeSeries.Builder mergeFrom(FeatureGroup.BigQuery.TimeSeries other)
Parameter
Name Description
other FeatureGroup.BigQuery.TimeSeries
Returns
Type Description
FeatureGroup.BigQuery.TimeSeries.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeatureGroup.BigQuery.TimeSeries.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureGroup.BigQuery.TimeSeries.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FeatureGroup.BigQuery.TimeSeries.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FeatureGroup.BigQuery.TimeSeries.Builder
Overrides

setTimestampColumn(String value)

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];

Parameter
Name Description
value String

The timestampColumn to set.

Returns
Type Description
FeatureGroup.BigQuery.TimeSeries.Builder

This builder for chaining.

setTimestampColumnBytes(ByteString value)

public FeatureGroup.BigQuery.TimeSeries.Builder setTimestampColumnBytes(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];

Parameter
Name Description
value ByteString

The bytes for timestampColumn to set.

Returns
Type Description
FeatureGroup.BigQuery.TimeSeries.Builder

This builder for chaining.