Class ExportFeatureValuesRequest.SnapshotExport.Builder (3.42.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ExportFeatureValuesRequest.SnapshotExport build()
Returns
TypeDescription
ExportFeatureValuesRequest.SnapshotExport

buildPartial()

public ExportFeatureValuesRequest.SnapshotExport buildPartial()
Returns
TypeDescription
ExportFeatureValuesRequest.SnapshotExport

clear()

public ExportFeatureValuesRequest.SnapshotExport.Builder clear()
Returns
TypeDescription
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ExportFeatureValuesRequest.SnapshotExport.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportFeatureValuesRequest.SnapshotExport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ExportFeatureValuesRequest.SnapshotExport.Builder

clone()

public ExportFeatureValuesRequest.SnapshotExport.Builder clone()
Returns
TypeDescription
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides

getDefaultInstanceForType()

public ExportFeatureValuesRequest.SnapshotExport getDefaultInstanceForType()
Returns
TypeDescription
ExportFeatureValuesRequest.SnapshotExport

getDescriptorForType()

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

Whether the startTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)
Parameter
NameDescription
otherExportFeatureValuesRequest.SnapshotExport
Returns
TypeDescription
ExportFeatureValuesRequest.SnapshotExport.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportFeatureValuesRequest.SnapshotExport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportFeatureValuesRequest.SnapshotExport.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides