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
.
Implements
IMessageUpdateAuthorizedCertificateRequest, IEquatableUpdateAuthorizedCertificateRequest, IDeepCloneableUpdateAuthorizedCertificateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
UpdateAuthorizedCertificateRequest()
public UpdateAuthorizedCertificateRequest()
UpdateAuthorizedCertificateRequest(UpdateAuthorizedCertificateRequest)
public UpdateAuthorizedCertificateRequest(UpdateAuthorizedCertificateRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateAuthorizedCertificateRequest |
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 | |
---|---|
Type | Description |
AuthorizedCertificate |
Name
public string Name { get; set; }
Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345
.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |