Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



RegionViews

Represents a region resource view.

For a list of methods for this resource, see the end of this page.

Resource representations

The resource view object.

{
  "name": string,
  "description": string,
  "numMembers": unsigned integer,
  "creationTime": string,
  "members": [
    string
  ],
  "id": string,
  "lastModified": string,
  "selfLink": string,
  "labels": [
    {
      "key": string,
      "value": string
    }
  ]
}
Property name Value Description Notes
creationTime string [Output Only] The creation time of the resource view.
description string The detailed description of the resource view.
id string [Output Only] The ID of the resource view. For internal use only.
labels[] list [Output Only] The labels for events.
labels[]. key string [Output Only] Key of the label.
labels[]. value string [Output Only] Value of the label.
lastModified string [ Output Only] The last modified time of the view. Not supported yet.
members[] list [ Output Only] A list of all resources in the resource view.
name string The name of the resource view.
numMembers unsigned integer [Output Only] The total number of resources in the resource view.

Methods

addresources
Add resources to a region resource view. These resources do not need to exist beforehand.
delete
Deletes a region resource view. Deleting a resource view doesn't delete the resources, which must be done separately.
get
Get information about a regional resource view.
insert
Creates a regional resource view.
list
List regional resource views.
listresources
List the resources in a regional resource view.
removeresources
Removes resources from a regional resource view.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.