REST Resource: projects.locations.views

Resource: View

The View resource.

JSON representation
{
  "name": string,
  "displayName": string,
  "createTime": string,
  "updateTime": string,
  "value": string
}
Fields
name

string

Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}

displayName

string

The human-readable display name of the view.

createTime

string (Timestamp format)

Output only. The time at which this view was created.

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".

updateTime

string (Timestamp format)

Output only. The most recent time at which the view was updated.

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".

value

string

String with specific view properties, must be non-empty.

Methods

create

Creates a view.

delete

Deletes a view.

get

Gets a view.

list

Lists views.

patch

Updates a view.