public static interface FeatureViewDirectWriteResponse.WriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureViewDataKey |
getDataKey()
What key is this write response associated with.
|
FeatureViewDataKeyOrBuilder |
getDataKeyOrBuilder()
What key is this write response associated with.
|
com.google.protobuf.Timestamp |
getOnlineStoreWriteTime()
When the feature values were written to the online store.
|
com.google.protobuf.TimestampOrBuilder |
getOnlineStoreWriteTimeOrBuilder()
When the feature values were written to the online store.
|
boolean |
hasDataKey()
What key is this write response associated with.
|
boolean |
hasOnlineStoreWriteTime()
When the feature values were written to the online store.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDataKey()
What key is this write response associated with.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 1;FeatureViewDataKey getDataKey()
What key is this write response associated with.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 1;FeatureViewDataKeyOrBuilder getDataKeyOrBuilder()
What key is this write response associated with.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 1;boolean hasOnlineStoreWriteTime()
When the feature values were written to the online store. If [FeatureViewDirectWriteResponse.status][google.cloud.aiplatform.v1beta1.FeatureViewDirectWriteResponse.status] is not OK, this field is not populated.
.google.protobuf.Timestamp online_store_write_time = 2;com.google.protobuf.Timestamp getOnlineStoreWriteTime()
When the feature values were written to the online store. If [FeatureViewDirectWriteResponse.status][google.cloud.aiplatform.v1beta1.FeatureViewDirectWriteResponse.status] is not OK, this field is not populated.
.google.protobuf.Timestamp online_store_write_time = 2;com.google.protobuf.TimestampOrBuilder getOnlineStoreWriteTimeOrBuilder()
When the feature values were written to the online store. If [FeatureViewDirectWriteResponse.status][google.cloud.aiplatform.v1beta1.FeatureViewDirectWriteResponse.status] is not OK, this field is not populated.
.google.protobuf.Timestamp online_store_write_time = 2;Copyright © 2025 Google LLC. All rights reserved.