Google Cloud Appengine Admin V1 Client - Class ListAuthorizedCertificatesResponse (1.0.6)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListAuthorizedCertificatesResponse.

Response message for AuthorizedCertificates.ListAuthorizedCertificates.

Generated from protobuf message google.appengine.v1.ListAuthorizedCertificatesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ certificates array<Google\Cloud\AppEngine\V1\AuthorizedCertificate>

The SSL certificates the user is authorized to administer.

↳ next_page_token string

Continuation token for fetching the next page of results.

getCertificates

The SSL certificates the user is authorized to administer.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCertificates

The SSL certificates the user is authorized to administer.

Parameter
NameDescription
var array<Google\Cloud\AppEngine\V1\AuthorizedCertificate>
Returns
TypeDescription
$this

getNextPageToken

Continuation token for fetching the next page of results.

Returns
TypeDescription
string

setNextPageToken

Continuation token for fetching the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this