Class: Google::Cloud::AppEngine::V1::GetAuthorizedCertificateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/appengine/v1/appengine.rb

Overview

Request message for AuthorizedCertificates.GetAuthorizedCertificate.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.

Returns:

  • (::String)

    Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.



470
471
472
473
# File 'proto_docs/google/appengine/v1/appengine.rb', line 470

class GetAuthorizedCertificateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#view::Google::Cloud::AppEngine::V1::AuthorizedCertificateView

Returns Controls the set of fields returned in the GET response.

Returns:



470
471
472
473
# File 'proto_docs/google/appengine/v1/appengine.rb', line 470

class GetAuthorizedCertificateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end