Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: discovery/googleapis/compute__v1.json

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « discovery/googleapis/cloudresourcemanager__v1.json ('k') | discovery/googleapis/content__v2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/compute__v1.json
diff --git a/discovery/googleapis/compute__v1.json b/discovery/googleapis/compute__v1.json
index f894db059c3285242e766c7771b269010727e1c1..f16725e97a85a301a389aef0e4eb292905a645a8 100644
--- a/discovery/googleapis/compute__v1.json
+++ b/discovery/googleapis/compute__v1.json
@@ -29,7 +29,7 @@
"description": "Creates and runs virtual machines on Google Cloud Platform.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/compute/docs/reference/latest/",
- "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/3Dg4v3oEGyyJc7V0vtKKohO41OY\"",
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/nfOITDD1b2lniiEWhy64AR2b2c4\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/compute_engine-16.png",
"x32": "https://www.google.com/images/icons/product/compute_engine-32.png"
@@ -3618,12 +3618,32 @@
"instanceGroupManager"
],
"parameters": {
+ "filter": {
+ "location": "query",
+ "type": "string"
+ },
"instanceGroupManager": {
"description": "The name of the managed instance group.",
"location": "path",
"required": true,
"type": "string"
},
+ "maxResults": {
+ "default": "500",
+ "format": "uint32",
+ "location": "query",
+ "maximum": "500",
+ "minimum": "0",
+ "type": "integer"
+ },
+ "order_by": {
+ "location": "query",
+ "type": "string"
+ },
+ "pageToken": {
+ "location": "query",
+ "type": "string"
+ },
"project": {
"description": "Project ID for this request.",
"location": "path",
@@ -5103,6 +5123,50 @@
"https://www.googleapis.com/auth/compute"
]
},
+ "setServiceAccount": {
+ "description": "Sets the service account on the instance.",
+ "httpMethod": "POST",
+ "id": "compute.instances.setServiceAccount",
+ "parameterOrder": [
+ "project",
+ "zone",
+ "instance"
+ ],
+ "parameters": {
+ "instance": {
+ "description": "Name of the instance resource to start.",
+ "location": "path",
+ "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
+ "required": true,
+ "type": "string"
+ },
+ "project": {
+ "description": "Project ID for this request.",
+ "location": "path",
+ "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
+ "required": true,
+ "type": "string"
+ },
+ "zone": {
+ "description": "The name of the zone for this request.",
+ "location": "path",
+ "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "{project}/zones/{zone}/instances/{instance}/setServiceAccount",
+ "request": {
+ "$ref": "InstancesSetServiceAccountRequest"
+ },
+ "response": {
+ "$ref": "Operation"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/cloud-platform",
+ "https://www.googleapis.com/auth/compute"
+ ]
+ },
"setTags": {
"description": "Sets tags for the specified instance to the data included in the request.",
"httpMethod": "POST",
@@ -6641,12 +6705,32 @@
"instanceGroupManager"
],
"parameters": {
+ "filter": {
+ "location": "query",
+ "type": "string"
+ },
"instanceGroupManager": {
"description": "The name of the managed instance group.",
"location": "path",
"required": true,
"type": "string"
},
+ "maxResults": {
+ "default": "500",
+ "format": "uint32",
+ "location": "query",
+ "maximum": "500",
+ "minimum": "0",
+ "type": "integer"
+ },
+ "order_by": {
+ "location": "query",
+ "type": "string"
+ },
+ "pageToken": {
+ "location": "query",
+ "type": "string"
+ },
"project": {
"description": "Project ID for this request.",
"location": "path",
@@ -10769,7 +10853,7 @@
}
}
},
- "revision": "20161123",
+ "revision": "20170118",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AccessConfig": {
@@ -10808,7 +10892,7 @@
"id": "Address",
"properties": {
"address": {
- "description": "The static external IP address represented by this resource.",
+ "description": "The static external IP address represented by this resource. Only IPv4 is supported.",
"type": "string"
},
"creationTimestamp": {
@@ -11770,6 +11854,10 @@
"CacheInvalidationRule": {
"id": "CacheInvalidationRule",
"properties": {
+ "host": {
+ "description": "If set, this invalidation rule will only apply to requests with a Host header matching host.",
+ "type": "string"
+ },
"path": {
"type": "string"
}
@@ -12398,7 +12486,7 @@
"type": "string"
},
"sourceRanges": {
- "description": "If source ranges are specified, the firewall will apply only to traffic that has source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both properties are set, the firewall will apply to traffic that has source IP address within sourceRanges OR the source IP that belongs to a tag listed in the sourceTags property. The connection does not need to match both properties for the firewall to apply.",
+ "description": "If source ranges are specified, the firewall will apply only to traffic that has source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both properties are set, the firewall will apply to traffic that has source IP address within sourceRanges OR the source IP that belongs to a tag listed in the sourceTags property. The connection does not need to match both properties for the firewall to apply. Only IPv4 is supported.",
"items": {
"type": "string"
},
@@ -12457,7 +12545,7 @@
"id": "ForwardingRule",
"properties": {
"IPAddress": {
- "description": "The IP address that this forwarding rule is serving on behalf of.\n\nFor global forwarding rules, the address must be a global IP; for regional forwarding rules, the address must live in the same region as the forwarding rule. By default, this field is empty and an ephemeral IP from the same scope (global or regional) will be assigned.\n\nWhen the load balancing scheme is INTERNAL, this can only be an RFC 1918 IP address belonging to the network/subnetwork configured for the forwarding rule. A reserved address cannot be used. If the field is empty, the IP address will be automatically allocated from the internal IP range of the subnetwork or network configured for this forwarding rule.",
+ "description": "The IP address that this forwarding rule is serving on behalf of.\n\nFor global forwarding rules, the address must be a global IP; for regional forwarding rules, the address must live in the same region as the forwarding rule. By default, this field is empty and an ephemeral IP from the same scope (global or regional) will be assigned.\n\nWhen the load balancing scheme is INTERNAL, this can only be an RFC 1918 IP address belonging to the network/subnetwork configured for the forwarding rule. A reserved address cannot be used. If the field is empty, the IP address will be automatically allocated from the internal IP range of the subnetwork or network configured for this forwarding rule. Only IPv4 is supported.",
"type": "string"
},
"IPProtocol": {
@@ -14467,6 +14555,23 @@
},
"type": "object"
},
+ "InstancesSetServiceAccountRequest": {
+ "id": "InstancesSetServiceAccountRequest",
+ "properties": {
+ "email": {
+ "description": "Email address of the service account.",
+ "type": "string"
+ },
+ "scopes": {
+ "description": "The list of scopes to be made available for this service account.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
"InstancesStartWithEncryptionKeyRequest": {
"id": "InstancesStartWithEncryptionKeyRequest",
"properties": {
@@ -14971,6 +15076,11 @@
},
"type": "array"
},
+ "kind": {
+ "default": "compute#networkInterface",
+ "description": "[Output Only] Type of the resource. Always compute#networkInterface for network interfaces.",
+ "type": "string"
+ },
"name": {
"description": "[Output Only] The name of the network interface, generated by the server. For network devices, these are eth0, eth1, etc.",
"type": "string"
@@ -15933,7 +16043,7 @@
"compute.routes.insert"
]
},
- "description": "The destination range of outgoing packets that this route applies to.",
+ "description": "The destination range of outgoing packets that this route applies to. Only IPv4 is supported.",
"type": "string"
},
"id": {
@@ -15974,7 +16084,7 @@
"type": "string"
},
"nextHopIp": {
- "description": "The network IP address of an instance that should handle matching packets.",
+ "description": "The network IP address of an instance that should handle matching packets. Only IPv4 is supported.",
"type": "string"
},
"nextHopNetwork": {
@@ -16241,7 +16351,7 @@
"type": "string"
},
"ipAddress": {
- "description": "IP address of the interface inside Google Cloud Platform.",
+ "description": "IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.",
"type": "string"
},
"name": {
@@ -16255,7 +16365,7 @@
"type": "integer"
},
"peerIpAddress": {
- "description": "IP address of the BGP interface outside Google cloud.",
+ "description": "IP address of the BGP interface outside Google cloud. Only IPv4 is supported.",
"type": "string"
}
},
@@ -16831,7 +16941,7 @@
"type": "string"
},
"ipCidrRange": {
- "description": "The range of internal addresses that are owned by this subnetwork. Provide this property when you create the subnetwork. For example, 10.0.0.0/8 or 192.168.0.0/16. Ranges must be unique and non-overlapping within a network.",
+ "description": "The range of internal addresses that are owned by this subnetwork. Provide this property when you create the subnetwork. For example, 10.0.0.0/8 or 192.168.0.0/16. Ranges must be unique and non-overlapping within a network. Only IPv4 is supported.",
"type": "string"
},
"kind": {
@@ -18306,7 +18416,7 @@
"type": "string"
},
"localTrafficSelector": {
- "description": "Local traffic selector to use when establishing the VPN tunnel with peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint.",
+ "description": "Local traffic selector to use when establishing the VPN tunnel with peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported.",
"items": {
"type": "string"
},
@@ -18323,7 +18433,7 @@
"type": "string"
},
"peerIp": {
- "description": "IP address of the peer VPN gateway.",
+ "description": "IP address of the peer VPN gateway. Only IPv4 is supported.",
"type": "string"
},
"region": {
@@ -18331,7 +18441,7 @@
"type": "string"
},
"remoteTrafficSelector": {
- "description": "Remote traffic selectors to use when establishing the VPN tunnel with peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint.",
+ "description": "Remote traffic selectors to use when establishing the VPN tunnel with peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported.",
"items": {
"type": "string"
},
« no previous file with comments | « discovery/googleapis/cloudresourcemanager__v1.json ('k') | discovery/googleapis/content__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698