Class: Google::Cloud::AppEngine::V1::AuthorizedDomain
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::AuthorizedDomain
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/domain.rb
Overview
A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Search Console.
Instance Attribute Summary collapse
-
#id ⇒ ::String
Fully qualified domain name of the domain authorized for use.
-
#name ⇒ ::String
Full path to the
AuthorizedDomain
resource in the API.
Instance Attribute Details
#id ⇒ ::String
Returns Fully qualified domain name of the domain authorized for use. Example:
example.com
.
35 36 37 38 |
# File 'proto_docs/google/appengine/v1/domain.rb', line 35 class AuthorizedDomain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Full path to the AuthorizedDomain
resource in the API. Example:
apps/myapp/authorizedDomains/example.com
.
35 36 37 38 |
# File 'proto_docs/google/appengine/v1/domain.rb', line 35 class AuthorizedDomain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |