Class: Google::Cloud::AppEngine::V1::DeleteAuthorizedCertificateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::DeleteAuthorizedCertificateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for AuthorizedCertificates.DeleteAuthorizedCertificate
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the resource to delete.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the resource to delete. Example:
apps/myapp/authorizedCertificates/12345
.
510 511 512 513 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 510 class DeleteAuthorizedCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |