EnvironmentHistory

The response message for Environments.GetEnvironmentHistory.

JSON representation
{
  "parent": string,
  "entries": [
    {
      object (Entry)
    }
  ],
  "nextPageToken": string
}
Fields
parent

string

Output only. The name of the environment this history is for. Supported formats: - projects/<Project ID>/agent/environments/<Environment ID> - projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>

entries[]

object (Entry)

Output only. The list of agent environments. There will be a maximum number of items returned based on the pageSize field in the request.

nextPageToken

string

Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.

Entry

Represents an environment history entry.

JSON representation
{
  "agentVersion": string,
  "description": string,
  "createTime": string
}
Fields
agentVersion

string

The agent version loaded into this environment history entry.

description

string

The developer-provided description for this environment history entry.

createTime

string (Timestamp format)

The creation time of this environment history entry.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".