Class ExportFeatureValuesRequest.SnapshotExport.Builder (3.49.0)

public static final class ExportFeatureValuesRequest.SnapshotExport.Builder extends GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder> implements ExportFeatureValuesRequest.SnapshotExportOrBuilder

Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].

Protobuf type google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.SnapshotExport

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExportFeatureValuesRequest.SnapshotExport.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public ExportFeatureValuesRequest.SnapshotExport build()

buildPartial()

public ExportFeatureValuesRequest.SnapshotExport buildPartial()

clear()

public ExportFeatureValuesRequest.SnapshotExport.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public ExportFeatureValuesRequest.SnapshotExport.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportFeatureValuesRequest.SnapshotExport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clearSnapshotTime()

public ExportFeatureValuesRequest.SnapshotExport.Builder clearSnapshotTime()

Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp snapshot_time = 1;

clearStartTime()

public ExportFeatureValuesRequest.SnapshotExport.Builder clearStartTime()

Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp start_time = 2;

clone()

public ExportFeatureValuesRequest.SnapshotExport.Builder clone()
Overrides

getDefaultInstanceForType()

public ExportFeatureValuesRequest.SnapshotExport getDefaultInstanceForType()

getDescriptorForType()

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

getSnapshotTime()

public Timestamp getSnapshotTime()

Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp snapshot_time = 1;

Returns
Type Description
Timestamp

The snapshotTime.

getSnapshotTimeBuilder()

public Timestamp.Builder getSnapshotTimeBuilder()

Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp snapshot_time = 1;

Returns
Type Description
Builder

getSnapshotTimeOrBuilder()

public TimestampOrBuilder getSnapshotTimeOrBuilder()

Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp snapshot_time = 1;

Returns
Type Description
TimestampOrBuilder

getStartTime()

public Timestamp getStartTime()

Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
Timestamp

The startTime.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
Builder

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
TimestampOrBuilder

hasSnapshotTime()

public boolean hasSnapshotTime()

Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp snapshot_time = 1;

Returns
Type Description
boolean

Whether the snapshotTime field is set.

hasStartTime()

public boolean hasStartTime()

Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
boolean

Whether the startTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)
Parameter
Name Description
other ExportFeatureValuesRequest.SnapshotExport

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeSnapshotTime(Timestamp value)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeSnapshotTime(Timestamp value)

Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp snapshot_time = 1;

Parameter
Name Description
value Timestamp

mergeStartTime(Timestamp value)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeStartTime(Timestamp value)

Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp start_time = 2;

Parameter
Name Description
value Timestamp

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportFeatureValuesRequest.SnapshotExport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ExportFeatureValuesRequest.SnapshotExport.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

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

public ExportFeatureValuesRequest.SnapshotExport.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setSnapshotTime(Timestamp value)

public ExportFeatureValuesRequest.SnapshotExport.Builder setSnapshotTime(Timestamp value)

Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp snapshot_time = 1;

Parameter
Name Description
value Timestamp

setSnapshotTime(Timestamp.Builder builderForValue)

public ExportFeatureValuesRequest.SnapshotExport.Builder setSnapshotTime(Timestamp.Builder builderForValue)

Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp snapshot_time = 1;

Parameter
Name Description
builderForValue Builder

setStartTime(Timestamp value)

public ExportFeatureValuesRequest.SnapshotExport.Builder setStartTime(Timestamp value)

Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp start_time = 2;

Parameter
Name Description
value Timestamp

setStartTime(Timestamp.Builder builderForValue)

public ExportFeatureValuesRequest.SnapshotExport.Builder setStartTime(Timestamp.Builder builderForValue)

Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.

.google.protobuf.Timestamp start_time = 2;

Parameter
Name Description
builderForValue Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportFeatureValuesRequest.SnapshotExport.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides