Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::GetAuthorizedCertificateRequest.
Request message for AuthorizedCertificates.GetAuthorizedCertificate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String Returns
- (::String) — Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
#name=
def name=(value) -> ::String Parameter
- value (::String) — Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
Returns
- (::String) — Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
#view
def view() -> ::Google::Cloud::AppEngine::V1::AuthorizedCertificateView Returns
- (::Google::Cloud::AppEngine::V1::AuthorizedCertificateView) — Controls the set of fields returned in the
GETresponse.
#view=
def view=(value) -> ::Google::Cloud::AppEngine::V1::AuthorizedCertificateView Parameter
- value (::Google::Cloud::AppEngine::V1::AuthorizedCertificateView) — Controls the set of fields returned in the
GETresponse.
Returns
- (::Google::Cloud::AppEngine::V1::AuthorizedCertificateView) — Controls the set of fields returned in the
GETresponse.