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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public FeatureValue.Metadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public FeatureValue.Metadata build()
Returns
public FeatureValue.Metadata buildPartial()
Returns
public FeatureValue.Metadata.Builder clear()
Returns
Overrides
public FeatureValue.Metadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
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
public FeatureValue.Metadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public FeatureValue.Metadata.Builder clone()
Returns
Overrides
public FeatureValue.Metadata getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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
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
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
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public FeatureValue.Metadata.Builder mergeFrom(FeatureValue.Metadata other)
Parameter
Returns
public FeatureValue.Metadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public FeatureValue.Metadata.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
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
Returns
public final FeatureValue.Metadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public FeatureValue.Metadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
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
Returns
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
public FeatureValue.Metadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final FeatureValue.Metadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides