App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::UpdateAuthorizedCertificateRequest (v0.10.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::UpdateAuthorizedCertificateRequest.

Request message for AuthorizedCertificates.UpdateAuthorizedCertificate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#certificate

def certificate() -> ::Google::Cloud::AppEngine::V1::AuthorizedCertificate
Returns

#certificate=

def certificate=(value) -> ::Google::Cloud::AppEngine::V1::AuthorizedCertificate
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.
Returns
  • (::String) — Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::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.
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.