App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::ListAuthorizedCertificatesRequest (v0.4.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ListAuthorizedCertificatesRequest.

Request message for AuthorizedCertificates.ListAuthorizedCertificates.

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.

#view

def view() -> ::Google::Cloud::AppEngine::V1::AuthorizedCertificateView
Returns

#view=

def view=(value) -> ::Google::Cloud::AppEngine::V1::AuthorizedCertificateView
Parameter
Returns