Google Cloud Certificate Manager V1 Client - Class ListCertificateIssuanceConfigsRequest (0.4.2)

Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class ListCertificateIssuanceConfigsRequest.

Request for the ListCertificateIssuanceConfigs method.

Generated from protobuf message google.cloud.certificatemanager.v1.ListCertificateIssuanceConfigsRequest

Namespace

Google \ Cloud \ CertificateManager \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project and location from which the certificate should be listed, specified in the format projects/*/locations/*.

↳ page_size int

Maximum number of certificate configs to return per call.

↳ page_token string

The value returned by the last ListCertificateIssuanceConfigsResponse. Indicates that this is a continuation of a prior ListCertificateIssuanceConfigs call, and that the system should return the next page of data.

↳ filter string

Filter expression to restrict the Certificates Configs returned.

↳ order_by string

A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".

getParent

Required. The project and location from which the certificate should be listed, specified in the format projects/*/locations/*.

Returns
TypeDescription
string

setParent

Required. The project and location from which the certificate should be listed, specified in the format projects/*/locations/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum number of certificate configs to return per call.

Returns
TypeDescription
int

setPageSize

Maximum number of certificate configs to return per call.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The value returned by the last ListCertificateIssuanceConfigsResponse.

Indicates that this is a continuation of a prior ListCertificateIssuanceConfigs call, and that the system should return the next page of data.

Returns
TypeDescription
string

setPageToken

The value returned by the last ListCertificateIssuanceConfigsResponse.

Indicates that this is a continuation of a prior ListCertificateIssuanceConfigs call, and that the system should return the next page of data.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Filter expression to restrict the Certificates Configs returned.

Returns
TypeDescription
string

setFilter

Filter expression to restrict the Certificates Configs returned.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".

Returns
TypeDescription
string

setOrderBy

A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The project and location from which the certificate should be listed, specified in the format projects/*/locations/*. Please see Google\Cloud\CertificateManager\V1\CertificateManagerClient::locationName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\CertificateManager\V1\ListCertificateIssuanceConfigsRequest