Reference documentation and code samples for the Secret Manager V1 Client class ListSecretVersionsResponse.
Response message for SecretManagerService.ListSecretVersions .
Generated from protobuf message google.cloud.secretmanager.v1.ListSecretVersionsResponse
Namespace
Google \ Cloud \ SecretManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ versions
↳ next_page_token
string
A token to retrieve the next page of results. Pass this value in ListSecretVersionsRequest.page_token to retrieve the next page.
↳ total_size
getVersions
The list of SecretVersions sorted in reverse by create_time (newest first).
setVersions
The list of SecretVersions sorted in reverse by create_time (newest first).
$this
getNextPageToken
A token to retrieve the next page of results. Pass this value in ListSecretVersionsRequest.page_token to retrieve the next page.
string
setNextPageToken
A token to retrieve the next page of results. Pass this value in ListSecretVersionsRequest.page_token to retrieve the next page.
var
string
$this
getTotalSize
The total number of SecretVersions but 0 when the ListSecretsRequest.filter field is set.
int
setTotalSize
The total number of SecretVersions but 0 when the ListSecretsRequest.filter field is set.
var
int
$this