Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::AuthorizedDomain.
A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Search Console.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::String
Returns
-
(::String) — Fully qualified domain name of the domain authorized for use. Example:
example.com
.
#id=
def id=(value) -> ::String
Parameter
-
value (::String) — Fully qualified domain name of the domain authorized for use. Example:
example.com
.
Returns
-
(::String) — Fully qualified domain name of the domain authorized for use. Example:
example.com
.
#name
def name() -> ::String
Returns
-
(::String) — Full path to the
AuthorizedDomain
resource in the API. Example:apps/myapp/authorizedDomains/example.com
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Full path to the
AuthorizedDomain
resource in the API. Example:apps/myapp/authorizedDomains/example.com
.
Returns
-
(::String) — Full path to the
AuthorizedDomain
resource in the API. Example:apps/myapp/authorizedDomains/example.com
.