Package com.google.cloud.aiplatform.v1
Interface FeatureViewDirectWriteResponse.WriteResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureViewDirectWriteResponse.WriteResponse,FeatureViewDirectWriteResponse.WriteResponse.Builder
- Enclosing class:
- FeatureViewDirectWriteResponse
public static interface FeatureViewDirectWriteResponse.WriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionWhat key is this write response associated with.What key is this write response associated with.com.google.protobuf.TimestampWhen the feature values were written to the online store.com.google.protobuf.TimestampOrBuilderWhen the feature values were written to the online store.booleanWhat key is this write response associated with.booleanWhen the feature values were written to the online store.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDataKey
boolean hasDataKey()What key is this write response associated with.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 1;- Returns:
- Whether the dataKey field is set.
-
getDataKey
FeatureViewDataKey getDataKey()What key is this write response associated with.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 1;- Returns:
- The dataKey.
-
getDataKeyOrBuilder
FeatureViewDataKeyOrBuilder getDataKeyOrBuilder()What key is this write response associated with.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 1; -
hasOnlineStoreWriteTime
boolean hasOnlineStoreWriteTime()When the feature values were written to the online store. If [FeatureViewDirectWriteResponse.status][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.status] is not OK, this field is not populated.
.google.protobuf.Timestamp online_store_write_time = 2;- Returns:
- Whether the onlineStoreWriteTime field is set.
-
getOnlineStoreWriteTime
com.google.protobuf.Timestamp getOnlineStoreWriteTime()When the feature values were written to the online store. If [FeatureViewDirectWriteResponse.status][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.status] is not OK, this field is not populated.
.google.protobuf.Timestamp online_store_write_time = 2;- Returns:
- The onlineStoreWriteTime.
-
getOnlineStoreWriteTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getOnlineStoreWriteTimeOrBuilder()When the feature values were written to the online store. If [FeatureViewDirectWriteResponse.status][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.status] is not OK, this field is not populated.
.google.protobuf.Timestamp online_store_write_time = 2;
-