Reference documentation and code samples for the Google Cloud Ces V1 Client class Changelog.
Changelogs represent a change made to the app or to an resource within the app.
Generated from protobuf message google.cloud.ces.v1.Changelog
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The unique identifier of the changelog. Format: projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
↳ author
string
Output only. Email address of the change author.
↳ display_name
string
Output only. Display name of the change. It typically should be the display name of the resource that was changed.
↳ description
string
Output only. Description of the change. which typically captures the changed fields in the resource.
↳ resource
string
Output only. The resource that was changed.
↳ resource_type
string
Output only. The type of the resource that was changed.
↳ action
string
Output only. The action that was performed on the resource.
↳ original_resource
↳ new_resource
↳ dependent_resources
↳ create_time
↳ sequence_number
int|string
Output only. The monotonically increasing sequence number of the changelog.
getName
Identifier. The unique identifier of the changelog.
Format: projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
string
setName
Identifier. The unique identifier of the changelog.
Format: projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
var
string
$this
getAuthor
Output only. Email address of the change author.
string
setAuthor
Output only. Email address of the change author.
var
string
$this
getDisplayName
Output only. Display name of the change. It typically should be the display name of the resource that was changed.
string
setDisplayName
Output only. Display name of the change. It typically should be the display name of the resource that was changed.
var
string
$this
getDescription
Output only. Description of the change. which typically captures the changed fields in the resource.
string
setDescription
Output only. Description of the change. which typically captures the changed fields in the resource.
var
string
$this
getResource
Output only. The resource that was changed.
string
setResource
Output only. The resource that was changed.
var
string
$this
getResourceType
Output only. The type of the resource that was changed.
string
setResourceType
Output only. The type of the resource that was changed.
var
string
$this
getAction
Output only. The action that was performed on the resource.
string
setAction
Output only. The action that was performed on the resource.
var
string
$this
getOriginalResource
Output only. The original resource before the change.
hasOriginalResource
clearOriginalResource
setOriginalResource
Output only. The original resource before the change.
$this
getNewResource
Output only. The new resource after the change.
hasNewResource
clearNewResource
setNewResource
Output only. The new resource after the change.
$this
getDependentResources
Output only. The dependent resources that were changed.
setDependentResources
Output only. The dependent resources that were changed.
$this
getCreateTime
Output only. The time when the change was made.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the change was made.
$this
getSequenceNumber
Output only. The monotonically increasing sequence number of the changelog.
int|string
setSequenceNumber
Output only. The monotonically increasing sequence number of the changelog.
var
int|string
$this

