Google Cloud Appengine Admin V1 Client - Class DeleteAuthorizedCertificateRequest (1.1.1)

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

Request message for AuthorizedCertificates.DeleteAuthorizedCertificate.

Generated from protobuf message google.appengine.v1.DeleteAuthorizedCertificateRequest

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.

getName

Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.

Returns
TypeDescription
string

setName

Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.

Parameter
NameDescription
var string
Returns
TypeDescription
$this