Google Cloud Ces V1 Client - Class Changelog (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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 Google\Protobuf\Struct

Output only. The original resource before the change.

↳ new_resource Google\Protobuf\Struct

Output only. The new resource after the change.

↳ dependent_resources array<Google\Protobuf\Struct>

Output only. The dependent resources that were changed.

↳ create_time Google\Protobuf\Timestamp

Output only. The time when the change was made.

↳ 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}

Returns
Type Description
string

setName

Identifier. The unique identifier of the changelog.

Format: projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}

Parameter
Name Description
var string
Returns
Type Description
$this

getAuthor

Output only. Email address of the change author.

Returns
Type Description
string

setAuthor

Output only. Email address of the change author.

Parameter
Name Description
var string
Returns
Type Description
$this

getDisplayName

Output only. Display name of the change. It typically should be the display name of the resource that was changed.

Returns
Type Description
string

setDisplayName

Output only. Display name of the change. It typically should be the display name of the resource that was changed.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

Output only. Description of the change. which typically captures the changed fields in the resource.

Returns
Type Description
string

setDescription

Output only. Description of the change. which typically captures the changed fields in the resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getResource

Output only. The resource that was changed.

Returns
Type Description
string

setResource

Output only. The resource that was changed.

Parameter
Name Description
var string
Returns
Type Description
$this

getResourceType

Output only. The type of the resource that was changed.

Returns
Type Description
string

setResourceType

Output only. The type of the resource that was changed.

Parameter
Name Description
var string
Returns
Type Description
$this

getAction

Output only. The action that was performed on the resource.

Returns
Type Description
string

setAction

Output only. The action that was performed on the resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getOriginalResource

Output only. The original resource before the change.

Returns
Type Description
Google\Protobuf\Struct|null

hasOriginalResource

clearOriginalResource

setOriginalResource

Output only. The original resource before the change.

Parameter
Name Description
var Google\Protobuf\Struct
Returns
Type Description
$this

getNewResource

Output only. The new resource after the change.

Returns
Type Description
Google\Protobuf\Struct|null

hasNewResource

clearNewResource

setNewResource

Output only. The new resource after the change.

Parameter
Name Description
var Google\Protobuf\Struct
Returns
Type Description
$this

getDependentResources

Output only. The dependent resources that were changed.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDependentResources

Output only. The dependent resources that were changed.

Parameter
Name Description
var array<Google\Protobuf\Struct>
Returns
Type Description
$this

getCreateTime

Output only. The time when the change was made.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time when the change was made.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getSequenceNumber

Output only. The monotonically increasing sequence number of the changelog.

Returns
Type Description
int|string

setSequenceNumber

Output only. The monotonically increasing sequence number of the changelog.

Parameter
Name Description
var int|string
Returns
Type Description
$this