Resource: View
The View resource.
JSON representation |
---|
{ "name": string, "displayName": string, "createTime": string, "updateTime": string, "value": string } |
Fields | |
---|---|
name |
Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view} |
displayName |
The human-readable display name of the view. |
createTime |
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: |
updateTime |
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: |
value |
String with specific view properties, must be non-empty. |
Methods |
|
---|---|
|
Creates a view. |
|
Deletes a view. |
|
Gets a view. |
|
Lists views. |
|
Updates a view. |