public static interface ExportFeatureValuesRequest.SnapshotExportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getSnapshotTime()
Exports Feature values as of this timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getSnapshotTimeOrBuilder()
Exports Feature values as of this timestamp.
|
boolean |
hasSnapshotTime()
Exports Feature values as of this timestamp.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2021 Google LLC. All rights reserved.