Class FeatureValue.Metadata.Builder (2.9.8)

public static final class FeatureValue.Metadata.Builder extends GeneratedMessageV3.Builder<FeatureValue.Metadata.Builder> implements FeatureValue.MetadataOrBuilder

Metadata of feature value.

Protobuf type google.cloud.aiplatform.v1beta1.FeatureValue.Metadata

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FeatureValue.Metadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns Overrides

build()

public FeatureValue.Metadata build()
Returns
Type Description
FeatureValue.Metadata

buildPartial()

public FeatureValue.Metadata buildPartial()
Returns
Type Description
FeatureValue.Metadata

clear()

public FeatureValue.Metadata.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

public FeatureValue.Metadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns Overrides

clearGenerateTime()

public FeatureValue.Metadata.Builder clearGenerateTime()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

public FeatureValue.Metadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns Overrides

clone()

public FeatureValue.Metadata.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public FeatureValue.Metadata getDefaultInstanceForType()
Returns
Type Description
FeatureValue.Metadata

getDescriptorForType()

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

getGenerateTime()

public Timestamp getGenerateTime()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns
Type Description
Timestamp

The generateTime.

getGenerateTimeBuilder()

public Timestamp.Builder getGenerateTimeBuilder()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns
Type Description
Builder

getGenerateTimeOrBuilder()

public TimestampOrBuilder getGenerateTimeOrBuilder()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns
Type Description
TimestampOrBuilder

hasGenerateTime()

public boolean hasGenerateTime()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns
Type Description
boolean

Whether the generateTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FeatureValue.Metadata other)

public FeatureValue.Metadata.Builder mergeFrom(FeatureValue.Metadata other)
Parameter
Name Description
other FeatureValue.Metadata
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeatureValue.Metadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns Overrides Exceptions
Type Description
IOException

mergeFrom(Message other)

public FeatureValue.Metadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns Overrides

mergeGenerateTime(Timestamp value)

public FeatureValue.Metadata.Builder mergeGenerateTime(Timestamp value)

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Parameter
Name Description
value Timestamp
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FeatureValue.Metadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public FeatureValue.Metadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns Overrides

setGenerateTime(Timestamp value)

public FeatureValue.Metadata.Builder setGenerateTime(Timestamp value)

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Parameter
Name Description
value Timestamp
Returns

setGenerateTime(Timestamp.Builder builderForValue)

public FeatureValue.Metadata.Builder setGenerateTime(Timestamp.Builder builderForValue)

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Parameter
Name Description
builderForValue Builder
Returns

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FeatureValue.Metadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FeatureValue.Metadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns Overrides