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.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".