Class: Google::Cloud::AppEngine::V1::UpdateAuthorizedCertificateRequest

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.UpdateAuthorizedCertificate.

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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