Reference documentation and code samples for the Secret Manager V1 Client class ListSecretsResponse.
Response message for SecretManagerService.ListSecrets .
Generated from protobuf message google.cloud.secretmanager.v1.ListSecretsResponse
Namespace
Google \ Cloud \ SecretManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ secrets
array< Google\Cloud\SecretManager\V1\Secret
>
The list of Secrets sorted in reverse by create_time (newest first).
↳ next_page_token
string
A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.
↳ total_size
getSecrets
The list of Secrets sorted in reverse by create_time (newest first).
setSecrets
The list of Secrets sorted in reverse by create_time (newest first).
$this
getNextPageToken
A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.
string
setNextPageToken
A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.
var
string
$this
getTotalSize
The total number of Secrets .
int
setTotalSize
The total number of Secrets .
var
int
$this