Class ExportFeatureValuesRequest.SnapshotExport.Builder (3.0.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 Overrides

build()

public ExportFeatureValuesRequest.SnapshotExport build()
Returns

buildPartial()

public ExportFeatureValuesRequest.SnapshotExport buildPartial()
Returns

clear()

public ExportFeatureValuesRequest.SnapshotExport.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

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

clone()

public ExportFeatureValuesRequest.SnapshotExport.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public ExportFeatureValuesRequest.SnapshotExport getDefaultInstanceForType()
Returns

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 Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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