Reference documentation and code samples for the Secret Manager V1 Client class ListSecretsRequest.
Request message for SecretManagerService.ListSecrets .
Generated from protobuf message google.cloud.secretmanager.v1.ListSecretsRequest
Methods
build
parent
string
Required. The resource name of the project associated with the Secrets
, in the format projects/*
. Please see
{@see \Google\Cloud\SecretManager\V1\SecretManagerServiceClient::projectName()} for help formatting this field.
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the project associated with the Secrets
, in the format projects/*
.
↳ page_size
int
Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
↳ page_token
↳ filter
string
Optional. Filter string, adhering to the rules in List-operation filtering . List only secrets matching the filter. If filter is empty, all secrets are listed.
getParent
Required. The resource name of the project associated with the Secrets
, in the format projects/*
.
string
setParent
Required. The resource name of the project associated with the Secrets
, in the format projects/*
.
var
string
$this
getPageSize
Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
int
setPageSize
Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
var
int
$this
getPageToken
Optional. Pagination token, returned earlier via ListSecretsResponse.next_page_token .
string
setPageToken
Optional. Pagination token, returned earlier via ListSecretsResponse.next_page_token .
var
string
$this
getFilter
Optional. Filter string, adhering to the rules in List-operation filtering . List only secrets matching the filter. If filter is empty, all secrets are listed.
string
setFilter
Optional. Filter string, adhering to the rules in List-operation filtering . List only secrets matching the filter. If filter is empty, all secrets are listed.
var
string
$this