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

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

A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Search Console.

Generated from protobuf message google.appengine.v1.AuthorizedDomain

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com. @OutputOnly

↳ id string

Fully qualified domain name of the domain authorized for use. Example: example.com.

getName

Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com.

@OutputOnly

Returns
TypeDescription
string

setName

Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com.

@OutputOnly

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getId

Fully qualified domain name of the domain authorized for use. Example: example.com.

Returns
TypeDescription
string

setId

Fully qualified domain name of the domain authorized for use. Example: example.com.

Parameter
NameDescription
var string
Returns
TypeDescription
$this