"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.",
"description":"The project name of the resource view.",
"location":"path",
"required":true,
"type":"string"
},
"zone":{
"description":"The zone name of the resource view.",
"location":"path",
"required":true,
"type":"string"
}
},
"path":"{project}/zones/{zone}/resourceViews",
"request":{
"$ref":"ResourceView"
},
"response":{
"$ref":"Operation"
},
"scopes":[
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/ndev.cloudman"
]
},
"list":{
"description":"List resource views.",
"httpMethod":"GET",
"id":"resourceviews.zoneViews.list",
"parameterOrder":[
"project",
"zone"
],
"parameters":{
"maxResults":{
"default":"5000",
"description":"Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default: 5000)",
"format":"int32",
"location":"query",
"maximum":"5000",
"minimum":"0",
"type":"integer"
},
"pageToken":{
"description":"Specifies a nextPageToken returned by a previous list request. This token can be used to request the next page of results from a previous list request.",
"location":"query",
"type":"string"
},
"project":{
"description":"The project name of the resource view.",
"location":"path",
"required":true,
"type":"string"
},
"zone":{
"description":"The zone name of the resource view.",
"description":"List the resources of the resource view.",
"httpMethod":"GET",
"id":"resourceviews.zoneViews.listResources",
"parameterOrder":[
"project",
"zone",
"resourceView"
],
"parameters":{
"format":{
"description":"The requested format of the return value. It can be URL or URL_PORT. A JSON object will be included in the response based on the format. The default format is NONE, which results in no JSON in the response.",
"enum":[
"NONE",
"URL",
"URL_PORT"
],
"enumDescriptions":[
"",
"",
""
],
"location":"query",
"type":"string"
},
"listState":{
"default":"ALL",
"description":"The state of the instance to list. By default, it lists all instances.",
"enum":[
"ALL",
"RUNNING"
],
"enumDescriptions":[
"",
""
],
"location":"query",
"type":"string"
},
"maxResults":{
"default":"5000",
"description":"Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default: 5000)",
"format":"int32",
"location":"query",
"maximum":"5000",
"minimum":"0",
"type":"integer"
},
"pageToken":{
"description":"Specifies a nextPageToken returned by a previous list request. This token can be used to request the next page of results from a previous list request.",
"location":"query",
"type":"string"
},
"project":{
"description":"The project name of the resource view.",
"location":"path",
"required":true,
"type":"string"
},
"resourceView":{
"description":"The name of the resource view.",
"location":"path",
"required":true,
"type":"string"
},
"serviceName":{
"description":"The service name to return in the response. It is optional and if it is not set, all the service end points will be returned.",
"location":"query",
"type":"string"
},
"zone":{
"description":"The zone name of the resource view.",
"description":"An operation resource, used to manage asynchronous API requests.",
"id":"Operation",
"properties":{
"clientOperationId":{
"description":"[Output only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project.",
"type":"string"
},
"creationTimestamp":{
"description":"[Output Only] The time that this operation was requested, in RFC3339 text format.",
"type":"string"
},
"endTime":{
"description":"[Output Only] The time that this operation was completed, in RFC3339 text format.",
"type":"string"
},
"error":{
"description":"[Output Only] If errors occurred during processing of this operation, this field will be populated.",
"properties":{
"errors":{
"description":"[Output Only] The array of errors encountered while processing this operation.",
"items":{
"properties":{
"code":{
"description":"[Output Only] The error type identifier for this error.",
"type":"string"
},
"location":{
"description":"[Output Only] Indicates the field in the request which caused the error. This property is optional.",
"type":"string"
},
"message":{
"description":"[Output Only] An optional, human-readable error message.",
"type":"string"
}
},
"type":"object"
},
"type":"array"
}
},
"type":"object"
},
"httpErrorMessage":{
"description":"[Output only] If operation fails, the HTTP error message returned.",
"type":"string"
},
"httpErrorStatusCode":{
"description":"[Output only] If operation fails, the HTTP error status code returned.",
"format":"int32",
"type":"integer"
},
"id":{
"description":"[Output Only] Unique identifier for the resource, generated by the server.",
"format":"uint64",
"type":"string"
},
"insertTime":{
"description":"[Output Only] The time that this operation was requested, in RFC3339 text format.",
"type":"string"
},
"kind":{
"default":"resourceviews#operation",
"description":"[Output only] Type of the resource.",
"type":"string"
},
"name":{
"description":"[Output Only] Name of the resource.",
"type":"string"
},
"operationType":{
"description":"[Output only] Type of the operation. Operations include insert, update, and delete.",
"type":"string"
},
"progress":{
"description":"[Output only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses.",
"format":"int32",
"type":"integer"
},
"region":{
"description":"[Output Only] URL of the region where the operation resides. Only available when performing regional operations.",
"type":"string"
},
"selfLink":{
"description":"[Output Only] Server-defined fully-qualified URL for this resource.",
"type":"string"
},
"startTime":{
"description":"[Output Only] The time that this operation was started by the server, in RFC3339 text format.",
"type":"string"
},
"status":{
"description":"[Output Only] Status of the operation.",
"type":"string"
},
"statusMessage":{
"description":"[Output Only] An optional textual description of the current status of the operation.",
"type":"string"
},
"targetId":{
"description":"[Output Only] Unique target ID which identifies a particular incarnation of the target.",
"format":"uint64",
"type":"string"
},
"targetLink":{
"description":"[Output only] URL of the resource the operation is mutating.",
"type":"string"
},
"user":{
"description":"[Output Only] User who requested the operation, for example: user@example.com.",
"type":"string"
},
"warnings":{
"description":"[Output Only] If there are issues with this operation, a warning is returned.",
"items":{
"properties":{
"code":{
"description":"[Output only] The warning type identifier for this warning.",
"type":"string"
},
"data":{
"description":"[Output only] Metadata for this warning in key:value format.",
"items":{
"properties":{
"key":{
"description":"[Output Only] Metadata key for this warning.",
"type":"string"
},
"value":{
"description":"[Output Only] Metadata value for this warning.",
"type":"string"
}
},
"type":"object"
},
"type":"array"
},
"message":{
"description":"[Output only] Optional human-readable details for this warning.",
"type":"string"
}
},
"type":"object"
},
"type":"array"
},
"zone":{
"description":"[Output Only] URL of the zone where the operation resides. Only available when performing per-zone operations.",
"description":"The service information to be updated.",
"items":{
"$ref":"ServiceEndpoint"
},
"type":"array"
},
"fingerprint":{
"description":"Fingerprint of the service information; a hash of the contents. This field is used for optimistic locking when updating the service entries.",
"type":"string"
},
"resourceName":{
"description":"The name of the resource if user wants to update the service information of the resource.",