Google Cloud Certificate Manager V1 Client - Class ListCertificateMapEntriesRequest (0.6.0)

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

Request for the ListCertificateMapEntries method.

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

Namespace

Google \ Cloud \ CertificateManager \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ page_size int

Maximum number of certificate map entries to return. The service may return fewer than this value. If unspecified, at most 50 certificate map entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

↳ page_token string

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

↳ filter string

Filter expression to restrict the returned Certificate Map Entries.

↳ order_by string

A list of Certificate Map Entry 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, location and certificate map from which the certificate map entries should be listed, specified in the format projects/*/locations/*/certificateMaps/*.

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum number of certificate map entries to return. The service may return fewer than this value.

If unspecified, at most 50 certificate map entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns
TypeDescription
int

setPageSize

Maximum number of certificate map entries to return. The service may return fewer than this value.

If unspecified, at most 50 certificate map entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The value returned by the last ListCertificateMapEntriesResponse.

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

Returns
TypeDescription
string

setPageToken

The value returned by the last ListCertificateMapEntriesResponse.

Indicates that this is a continuation of a prior ListCertificateMapEntries 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 returned Certificate Map Entries.

Returns
TypeDescription
string

setFilter

Filter expression to restrict the returned Certificate Map Entries.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

A list of Certificate Map Entry 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 Map Entry 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, location and certificate map from which the certificate map entries should be listed, specified in the format projects/*/locations/*/certificateMaps/*. Please see Google\Cloud\CertificateManager\V1\CertificateManagerClient::certificateMapName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\CertificateManager\V1\ListCertificateMapEntriesRequest