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

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

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setCertificates

The SSL certificates the user is authorized to administer.

Parameter
Name Description
var array<Google\Cloud\AppEngine\V1\AuthorizedCertificate>
Returns
Type Description
$this

getNextPageToken

Continuation token for fetching the next page of results.

Returns
Type Description
string

setNextPageToken

Continuation token for fetching the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this