public static interface FeatureViewDirectWriteResponse.WriteResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataKey()
public abstract FeatureViewDataKey getDataKey()What key is this write response associated with.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 1;
| Returns | |
|---|---|
| Type | Description |
FeatureViewDataKey |
The dataKey. |
getDataKeyOrBuilder()
public abstract FeatureViewDataKeyOrBuilder getDataKeyOrBuilder()What key is this write response associated with.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 1;
| Returns | |
|---|---|
| Type | Description |
FeatureViewDataKeyOrBuilder |
|
getOnlineStoreWriteTime()
public abstract Timestamp getOnlineStoreWriteTime()When the feature values were written to the online store. If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.
.google.protobuf.Timestamp online_store_write_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The onlineStoreWriteTime. |
getOnlineStoreWriteTimeOrBuilder()
public abstract TimestampOrBuilder getOnlineStoreWriteTimeOrBuilder()When the feature values were written to the online store. If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.
.google.protobuf.Timestamp online_store_write_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasDataKey()
public abstract boolean hasDataKey()What key is this write response associated with.
.google.cloud.aiplatform.v1.FeatureViewDataKey data_key = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataKey field is set. |
hasOnlineStoreWriteTime()
public abstract boolean hasOnlineStoreWriteTime()When the feature values were written to the online store. If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.
.google.protobuf.Timestamp online_store_write_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the onlineStoreWriteTime field is set. |