Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ListAuthorizedCertificatesResponse.
Response message for AuthorizedCertificates.ListAuthorizedCertificates
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#certificates
def certificates() -> ::Array<::Google::Cloud::AppEngine::V1::AuthorizedCertificate>
Returns
- (::Array<::Google::Cloud::AppEngine::V1::AuthorizedCertificate>) — The SSL certificates the user is authorized to administer.
#certificates=
def certificates=(value) -> ::Array<::Google::Cloud::AppEngine::V1::AuthorizedCertificate>
Parameter
- value (::Array<::Google::Cloud::AppEngine::V1::AuthorizedCertificate>) — The SSL certificates the user is authorized to administer.
Returns
- (::Array<::Google::Cloud::AppEngine::V1::AuthorizedCertificate>) — The SSL certificates the user is authorized to administer.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Continuation token for fetching the next page of results.
#next_page_token=
def next_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.