Reference documentation and code samples for the Secret Manager V1beta1 Client class ListSecretsResponse.
Response message for SecretManagerService.ListSecrets .
Generated from protobuf message google.cloud.secrets.v1beta1.ListSecretsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ secrets
array< Google\Cloud\SecretManager\V1beta1\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