Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::Changelog.
Changelogs represent a change made to the app or to an resource within the app.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action
def action() -> ::String
Returns
- (::String) — Output only. The action that was performed on the resource.
#author
def author() -> ::String
Returns
- (::String) — Output only. Email address of the change author.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the change was made.
#dependent_resources
def dependent_resources() -> ::Array<::Google::Protobuf::Struct>
Returns
- (::Array<::Google::Protobuf::Struct>) — Output only. The dependent resources that were changed.
#description
def description() -> ::String
Returns
- (::String) — Output only. Description of the change. which typically captures the changed fields in the resource.
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. Display name of the change. It typically should be the display name of the resource that was changed.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The unique identifier of the changelog.
Format:
projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The unique identifier of the changelog.
Format:
projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
Returns
-
(::String) — Identifier. The unique identifier of the changelog.
Format:
projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
#new_resource
def new_resource() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Output only. The new resource after the change.
#original_resource
def original_resource() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Output only. The original resource before the change.
#resource
def resource() -> ::String
Returns
- (::String) — Output only. The resource that was changed.
#resource_type
def resource_type() -> ::String
Returns
- (::String) — Output only. The type of the resource that was changed.
#sequence_number
def sequence_number() -> ::Integer
Returns
- (::Integer) — Output only. The monotonically increasing sequence number of the changelog.