Reference documentation and code samples for the Secret Manager V1beta1 Client class ListSecretsRequest.
Request message for SecretManagerService.ListSecrets .
Generated from protobuf message google.cloud.secrets.v1beta1.ListSecretsRequest
Methods
__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
getParent
Required. The resource name of the project associated with the Secrets
, in the format projects/*
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setParent
Required. The resource name of the project associated with the Secrets
, in the format projects/*
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
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.
Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
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.
Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
var
int
$this
getPageToken
Optional. Pagination token, returned earlier via ListSecretsResponse.next_page_token .
Generated from protobuf field string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
string
setPageToken
Optional. Pagination token, returned earlier via ListSecretsResponse.next_page_token .
Generated from protobuf field string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
var
string
$this