Class ExportFeatureValuesRequest.SnapshotExport.Builder (3.44.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.v1.ExportFeatureValuesRequest.SnapshotExport

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
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides

build()

public ExportFeatureValuesRequest.SnapshotExport build()
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport

buildPartial()

public ExportFeatureValuesRequest.SnapshotExport buildPartial()
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport

clear()

public ExportFeatureValuesRequest.SnapshotExport.Builder clear()
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportFeatureValuesRequest.SnapshotExport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
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;

Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

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;

Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

clone()

public ExportFeatureValuesRequest.SnapshotExport.Builder clone()
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides

getDefaultInstanceForType()

public ExportFeatureValuesRequest.SnapshotExport getDefaultInstanceForType()
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport

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
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
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
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

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
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public ExportFeatureValuesRequest.SnapshotExport.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
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
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
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
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

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
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.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
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

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
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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