Class: Google::Cloud::AppEngine::V1::UpdateAuthorizedCertificateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::UpdateAuthorizedCertificateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for AuthorizedCertificates.UpdateAuthorizedCertificate
.
Instance Attribute Summary collapse
-
#certificate ⇒ ::Google::Cloud::AppEngine::V1::AuthorizedCertificate
An
AuthorizedCertificate
containing the updated resource. -
#name ⇒ ::String
Name of the resource to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Standard field mask for the set of fields to be updated.
Instance Attribute Details
#certificate ⇒ ::Google::Cloud::AppEngine::V1::AuthorizedCertificate
Returns An AuthorizedCertificate
containing the updated resource. Only fields set
in the field mask will be updated.
500 501 502 503 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 500 class UpdateAuthorizedCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345
.
500 501 502 503 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 500 class UpdateAuthorizedCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Standard field mask for the set of fields to be updated. Updates are only
supported on the certificate_raw_data
and display_name
fields.
500 501 502 503 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 500 class UpdateAuthorizedCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |