Class FeatureValue.Metadata.Builder (3.42.0)

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.v1.FeatureValue.Metadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FeatureValue.Metadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FeatureValue.Metadata.Builder
Overrides

build()

public FeatureValue.Metadata build()
Returns
TypeDescription
FeatureValue.Metadata

buildPartial()

public FeatureValue.Metadata buildPartial()
Returns
TypeDescription
FeatureValue.Metadata

clear()

public FeatureValue.Metadata.Builder clear()
Returns
TypeDescription
FeatureValue.Metadata.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FeatureValue.Metadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
FeatureValue.Metadata.Builder
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
TypeDescription
FeatureValue.Metadata.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public FeatureValue.Metadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FeatureValue.Metadata.Builder
Overrides

clone()

public FeatureValue.Metadata.Builder clone()
Returns
TypeDescription
FeatureValue.Metadata.Builder
Overrides

getDefaultInstanceForType()

public FeatureValue.Metadata getDefaultInstanceForType()
Returns
TypeDescription
FeatureValue.Metadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the generateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FeatureValue.Metadata other)

public FeatureValue.Metadata.Builder mergeFrom(FeatureValue.Metadata other)
Parameter
NameDescription
otherFeatureValue.Metadata
Returns
TypeDescription
FeatureValue.Metadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeatureValue.Metadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureValue.Metadata.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FeatureValue.Metadata.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
FeatureValue.Metadata.Builder
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
NameDescription
valueTimestamp
Returns
TypeDescription
FeatureValue.Metadata.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FeatureValue.Metadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FeatureValue.Metadata.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public FeatureValue.Metadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FeatureValue.Metadata.Builder
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
NameDescription
valueTimestamp
Returns
TypeDescription
FeatureValue.Metadata.Builder

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
NameDescription
builderForValueBuilder
Returns
TypeDescription
FeatureValue.Metadata.Builder

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

public FeatureValue.Metadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
FeatureValue.Metadata.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FeatureValue.Metadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FeatureValue.Metadata.Builder
Overrides