In particular, only the path, id, createTime, revisionCreateTime,
revisionId, etag, and state fields are populated. Both the path and
id fields will have an @<version> suffix.
In order to get the full entry at a revision, you can use the provided
path field with the GetDataStoreEntry method, i.e. GET /cloud/v2/universes/1234/data-stores/5678/entries/my-entry@<version>.
Scopes:universe-datastores.versions:listEngine: Not available in-engine
universe_id The universe ID.
data_store_id The data-store ID.
scope_id The scope ID.
entry_id The entry ID.
maxPageSize The maximum number of revisions to return per page.
The service might return fewer than the maximum number of revisions.
If unspecified, at most 10 revisions are returned.
The maximum value is 100 values and higher values are set to 100.
pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call
must match the call that provided the page token.
filter Supports the following subset of CEL:
Only the &&, <=, and >= operators are supported.
Only the revision_create_time field is supported.
STABLEList revisions of the data store entry.
This method returns partial data store entries.
In particular, only the
path,id,createTime,revisionCreateTime,revisionId,etag, andstatefields are populated. Both thepathandidfields will have an@<version>suffix.In order to get the full entry at a revision, you can use the provided
pathfield with theGetDataStoreEntrymethod, i.e.GET /cloud/v2/universes/1234/data-stores/5678/entries/my-entry@<version>.Scopes:
universe-datastores.versions:listEngine: Not available in-engineuniverse_id The universe ID. data_store_id The data-store ID. scope_id The scope ID. entry_id The entry ID. maxPageSize The maximum number of revisions to return per page.
The service might return fewer than the maximum number of revisions. If unspecified, at most 10 revisions are returned. The maximum value is 100 values and higher values are set to 100. pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call must match the call that provided the page token. filter Supports the following subset of CEL:
Only the
&&,<=, and>=operators are supported. Only therevision_create_timefield is supported.For example:
"revision_create_time >= 2000-01-01T00:00:00Z && revision_create_time <= 2001-01-01T00:00:00Z"