Returns the deployments Resource.
Returns the devices Resource.
Returns the nodes Resource.
Close httplib2 connections.
Returns a requested node.
close()
  Close httplib2 connections.
get(name, x__xgafv=None)
  Returns a requested node.
Args:
  name: string, Required. The name of the node. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
Returns:
  An object of the form:
    { # The Node.
  "displayName": "A String", # The node's display name.
  "name": "A String", # Output only. Resource name.
  "sasUserIds": [ # User ids used by the devices belonging to this node.
    "A String",
  ],
}