App Engine v1 API - Class UpdateAuthorizedCertificateRequest (2.3.0)

public sealed class UpdateAuthorizedCertificateRequest : IMessage<UpdateAuthorizedCertificateRequest>, IEquatable<UpdateAuthorizedCertificateRequest>, IDeepCloneable<UpdateAuthorizedCertificateRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine v1 API class UpdateAuthorizedCertificateRequest.

Request message for AuthorizedCertificates.UpdateAuthorizedCertificate.

Inheritance

object > UpdateAuthorizedCertificateRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

UpdateAuthorizedCertificateRequest()

public UpdateAuthorizedCertificateRequest()

UpdateAuthorizedCertificateRequest(UpdateAuthorizedCertificateRequest)

public UpdateAuthorizedCertificateRequest(UpdateAuthorizedCertificateRequest other)
Parameter
NameDescription
otherUpdateAuthorizedCertificateRequest

Properties

Certificate

public AuthorizedCertificate Certificate { get; set; }

An AuthorizedCertificate containing the updated resource. Only fields set in the field mask will be updated.

Property Value
TypeDescription
AuthorizedCertificate

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

UpdateMask

public FieldMask UpdateMask { get; set; }

Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields.

Property Value
TypeDescription
FieldMask