Resource: Site
A physical site where hardware will be installed.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "organizationContact": { object ( |
Fields | |
---|---|
name |
Identifier. Name of the site. Format: |
display |
Optional. Display name of this Site. |
description |
Optional. Description of this Site. |
create |
Output only. Time when this site was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. Time when this site was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels associated with this site as key value pairs. For more information about labels, see Create and manage labels. An object containing a list of |
organization |
Required. Contact information for this site. |
google |
Optional. A URL to the Google Maps address location of the site. An example value is |
access |
Optional. The time periods when the site is accessible. If this field is empty, the site is accessible at all times. This field is used by Google to schedule the initial installation as well as any later hardware maintenance. You may update this at any time. For example, if the initial installation is requested during off-hours but maintenance should be performed during regular business hours, you should update the access times after initial installation is complete. |
notes |
Optional. Any additional notes for this Site. Please include information about: - security or access restrictions - any regulations affecting the technicians visiting the site - any special process or approval required to move the equipment - whether a representative will be available during site visits |
customer |
Optional. Customer defined identifier for this Site. This can be used to identify the site in the customer's own systems. |
Methods |
|
---|---|
|
Creates a new site in a given project and location. |
|
Deletes a site. |
|
Gets details of a site. |
|
Lists sites in a given project and location. |
|
Updates the parameters of a site. |