Secret Manager V1 Client - Class ListSecretsResponse (1.11.0)

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

Constructor.

Parameters
NameDescription
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 int

The total number of Secrets.

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).

Parameter
NameDescription
var array<Google\Cloud\SecretManager\V1\Secret>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTotalSize

The total number of Secrets.

Returns
TypeDescription
int

setTotalSize

The total number of Secrets.

Parameter
NameDescription
var int
Returns
TypeDescription
$this