public sealed class AuditData : IMessage<AuditData>, IEquatable<AuditData>, IDeepCloneable<AuditData>, IBufferMessage, IMessage
App Engine admin service audit log.
Implements
IMessage<AuditData>, IEquatable<AuditData>, IDeepCloneable<AuditData>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
AuditData()
public AuditData()
AuditData(AuditData)
public AuditData(AuditData other)
Name | Description |
other | AuditData |
Properties
CreateVersion
public CreateVersionMethod CreateVersion { get; set; }
Detailed information about CreateVersion call.
Type | Description |
CreateVersionMethod |
MethodCase
public AuditData.MethodOneofCase MethodCase { get; }
Type | Description |
AuditData.MethodOneofCase |
UpdateService
public UpdateServiceMethod UpdateService { get; set; }
Detailed information about UpdateService call.
Type | Description |
UpdateServiceMethod |