public sealed class Changelog : IMessage<Changelog>, IEquatable<Changelog>, IDeepCloneable<Changelog>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class Changelog.
Changelogs represent a change made to the app or to an resource within the app.
Implements
IMessageChangelog, IEquatableChangelog, IDeepCloneableChangelog, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
Changelog()
public Changelog()Changelog(Changelog)
public Changelog(Changelog other)| Parameter | |
|---|---|
| Name | Description |
other |
Changelog |
Properties
Action
public string Action { get; set; }Output only. The action that was performed on the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Author
public string Author { get; set; }Output only. Email address of the change author.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ChangelogName
public ChangelogName ChangelogName { get; set; }ChangelogName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ChangelogName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the change was made.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DependentResources
public RepeatedField<Struct> DependentResources { get; }Output only. The dependent resources that were changed.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStruct |
|
Description
public string Description { get; set; }Output only. Description of the change. which typically captures the changed fields in the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Output only. Display name of the change. It typically should be the display name of the resource that was changed.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Identifier. The unique identifier of the changelog.
Format:
projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
| Property Value | |
|---|---|
| Type | Description |
string |
|
NewResource
public Struct NewResource { get; set; }Output only. The new resource after the change.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
OriginalResource
public Struct OriginalResource { get; set; }Output only. The original resource before the change.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
Resource
public string Resource { get; set; }Output only. The resource that was changed.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ResourceType
public string ResourceType { get; set; }Output only. The type of the resource that was changed.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SequenceNumber
public long SequenceNumber { get; set; }Output only. The monotonically increasing sequence number of the changelog.
| Property Value | |
|---|---|
| Type | Description |
long |
|