public sealed class UpdateAuthorizedCertificateRequest : IMessage<UpdateAuthorizedCertificateRequest>, IEquatable<UpdateAuthorizedCertificateRequest>, IDeepCloneable<UpdateAuthorizedCertificateRequest>, IBufferMessage, IMessage
Request message for AuthorizedCertificates.UpdateAuthorizedCertificate
.
Implements
Google.Protobuf.IMessage<UpdateAuthorizedCertificateRequest>, IEquatable<UpdateAuthorizedCertificateRequest>, Google.Protobuf.IDeepCloneable<UpdateAuthorizedCertificateRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
Google.Protobuf.WellKnownTypes.FieldMask |