Class: Google::Cloud::AppEngine::V1::AuthorizedDomain

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#id::String

Returns 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.



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.

Returns:

  • (::String)

    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