Secret Manager V1beta1 Client - Class ListSecretVersionsRequest (1.15.0)

Reference documentation and code samples for the Secret Manager V1beta1 Client class ListSecretVersionsRequest.

Request message for SecretManagerService.ListSecretVersions.

Generated from protobuf message google.cloud.secrets.v1beta1.ListSecretVersionsRequest

Namespace

Google \ Cloud \ SecretManager \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the Secret associated with the SecretVersions to list, in the format projects/*/secrets/*.

↳ 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 string

Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].

getParent

Required. The resource name of the Secret associated with the SecretVersions to list, in the format projects/*/secrets/*.

Returns
Type Description
string

setParent

Required. The resource name of the Secret associated with the SecretVersions to list, in the format projects/*/secrets/*.

Parameter
Name Description
var string
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].

Returns
Type Description
string

setPageToken

Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].

Parameter
Name Description
var string
Returns
Type Description
$this