Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ListAuthorizedDomainsRequest.
Request message for AuthorizedDomains.ListAuthorizedDomains
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Maximum results to return per page.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum results to return per page.
Returns
- (::Integer) — Maximum results to return per page.
#page_token
def page_token() -> ::String
Returns
- (::String) — Continuation token for fetching the next page of results.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Continuation token for fetching the next page of results.
Returns
- (::String) — Continuation token for fetching the next page of results.
#parent
def parent() -> ::String
Returns
-
(::String) — Name of the parent Application resource. Example:
apps/myapp
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Name of the parent Application resource. Example:
apps/myapp
.
Returns
-
(::String) — Name of the parent Application resource. Example:
apps/myapp
.