A view that controls which fields of a DataStore are populated in DataStoreService.ListDataStores and DataStoreService.GetDataStore responses.
| Enums | |
|---|---|
DATA_STORE_VIEW_UNSPECIFIED |
The default / unset value. The API defaults to DataStoreView.DATA_STORE_VIEW_BASIC. |
DATA_STORE_VIEW_BASIC |
Does not populate DataStore.icon_uri. This is the default view. |
DATA_STORE_VIEW_FULL |
Additionally populates DataStore.icon_uri for connector-backed data stores. Resolving connector icons requires extra lookups, so request this view only when the icons are rendered. |