Skip to content

Commit f26a60c

Browse files
all: autogenerated update (2018-12-29)
Update: - bigquery/v2 - cloudfunctions/v1 - cloudfunctions/v1beta2 - pubsub/v1 - servicenetworking/v1beta
1 parent 65a46ca commit f26a60c

File tree

10 files changed

+109
-39
lines changed

10 files changed

+109
-39
lines changed

bigquery/v2/bigquery-api.json

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"description": "A data platform for customers to create, manage, share and query data.",
3333
"discoveryVersion": "v1",
3434
"documentationLink": "https://cloud.google.com/bigquery/",
35-
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/3Jagobv31vWqlbqTQmqlK0yJxxs\"",
35+
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/eFeCSA4VWy7K7nrpB2R4OL12KqY\"",
3636
"icons": {
3737
"x16": "https://www.google.com/images/icons/product/search-16.gif",
3838
"x32": "https://www.google.com/images/icons/product/search-32.gif"
@@ -998,7 +998,7 @@
998998
}
999999
}
10001000
},
1001-
"revision": "20181202",
1001+
"revision": "20181216",
10021002
"rootUrl": "https://www.googleapis.com/",
10031003
"schemas": {
10041004
"BigQueryModelTraining": {
@@ -2251,6 +2251,24 @@
22512251
},
22522252
"type": "array"
22532253
},
2254+
"reservationUsage": {
2255+
"description": "[Output-only] Job resource usage breakdown by reservation.",
2256+
"items": {
2257+
"properties": {
2258+
"name": {
2259+
"description": "[Output-only] Reservation name or \"unreserved\" for on-demand resources usage.",
2260+
"type": "string"
2261+
},
2262+
"slotMs": {
2263+
"description": "[Output-only] Slot-milliseconds the job spent in the given reservation.",
2264+
"format": "int64",
2265+
"type": "string"
2266+
}
2267+
},
2268+
"type": "object"
2269+
},
2270+
"type": "array"
2271+
},
22542272
"startTime": {
22552273
"description": "[Output-only] Start time of this job, in milliseconds since the epoch. This field will be present when the job transitions from the PENDING state to either RUNNING or DONE.",
22562274
"format": "int64",
@@ -2260,6 +2278,11 @@
22602278
"description": "[Output-only] [Deprecated] Use the bytes processed in the query statistics instead.",
22612279
"format": "int64",
22622280
"type": "string"
2281+
},
2282+
"totalSlotMs": {
2283+
"description": "[Output-only] Slot-milliseconds for the job.",
2284+
"format": "int64",
2285+
"type": "string"
22632286
}
22642287
},
22652288
"type": "object"
@@ -2345,7 +2368,7 @@
23452368
"description": "[Output-only] The schema of the results. Present only for successful dry run of non-legacy SQL queries."
23462369
},
23472370
"statementType": {
2348-
"description": "The type of query statement, if valid. Possible values (new values might be added in the future): \"SELECT\": SELECT query. \"INSERT\": INSERT query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language \"UPDATE\": UPDATE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language \"DELETE\": DELETE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language \"MERGE\": MERGE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language \"CREATE_TABLE\": CREATE [OR REPLACE] TABLE without AS SELECT. \"CREATE_TABLE_AS_SELECT\": CREATE [OR REPLACE] TABLE ... AS SELECT ... \"DROP_TABLE\": DROP TABLE query. \"CREATE_VIEW\": CREATE [OR REPLACE] VIEW ... AS SELECT ... \"DROP_VIEW\": DROP VIEW query.",
2371+
"description": "The type of query statement, if valid. Possible values (new values might be added in the future): \"SELECT\": SELECT query. \"INSERT\": INSERT query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"UPDATE\": UPDATE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"DELETE\": DELETE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"MERGE\": MERGE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"CREATE_TABLE\": CREATE [OR REPLACE] TABLE without AS SELECT. \"CREATE_TABLE_AS_SELECT\": CREATE [OR REPLACE] TABLE ... AS SELECT ... . \"DROP_TABLE\": DROP TABLE query. \"CREATE_VIEW\": CREATE [OR REPLACE] VIEW ... AS SELECT ... . \"DROP_VIEW\": DROP VIEW query. \"ALTER_TABLE\": ALTER TABLE query. \"ALTER_VIEW\": ALTER VIEW query.",
23492372
"type": "string"
23502373
},
23512374
"timeline": {

bigquery/v2/bigquery-gen.go

Lines changed: 40 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudfunctions/v1/cloudfunctions-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@
139139
"parameterOrder": [],
140140
"parameters": {
141141
"filter": {
142-
"description": "Required. A filter for matching the requested operations.\u003cbr\u003e\u003cbr\u003e The supported formats of \u003cb\u003efilter\u003c/b\u003e are:\u003cbr\u003e To query for specific function: \u003ccode\u003eproject:*,location:*,function:*\u003c/code\u003e\u003cbr\u003e To query for all of the latest operations for a project: \u003ccode\u003eproject:*,latest:true\u003c/code\u003e",
142+
"description": "The standard list filter.",
143143
"location": "query",
144144
"type": "string"
145145
},
146146
"name": {
147-
"description": "Must not be set.",
147+
"description": "The name of the operation's parent resource.",
148148
"location": "query",
149149
"type": "string"
150150
},
@@ -539,7 +539,7 @@
539539
}
540540
}
541541
},
542-
"revision": "20181212",
542+
"revision": "20181202",
543543
"rootUrl": "https://cloudfunctions.googleapis.com/",
544544
"schemas": {
545545
"AuditConfig": {

cloudfunctions/v1/cloudfunctions-gen.go

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudfunctions/v1beta2/cloudfunctions-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@
139139
"parameterOrder": [],
140140
"parameters": {
141141
"filter": {
142-
"description": "Required. A filter for matching the requested operations.\u003cbr\u003e\u003cbr\u003e The supported formats of \u003cb\u003efilter\u003c/b\u003e are:\u003cbr\u003e To query for specific function: \u003ccode\u003eproject:*,location:*,function:*\u003c/code\u003e\u003cbr\u003e To query for all of the latest operations for a project: \u003ccode\u003eproject:*,latest:true\u003c/code\u003e",
142+
"description": "The standard list filter.",
143143
"location": "query",
144144
"type": "string"
145145
},
146146
"name": {
147-
"description": "Must not be set.",
147+
"description": "The name of the operation's parent resource.",
148148
"location": "query",
149149
"type": "string"
150150
},
@@ -452,7 +452,7 @@
452452
}
453453
}
454454
},
455-
"revision": "20181212",
455+
"revision": "20181202",
456456
"rootUrl": "https://cloudfunctions.googleapis.com/",
457457
"schemas": {
458458
"CallFunctionRequest": {

cloudfunctions/v1beta2/cloudfunctions-gen.go

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubsub/v1/pubsub-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@
10741074
}
10751075
}
10761076
},
1077-
"revision": "20181203",
1077+
"revision": "20181219",
10781078
"rootUrl": "https://pubsub.googleapis.com/",
10791079
"schemas": {
10801080
"AcknowledgeRequest": {
@@ -1267,7 +1267,7 @@
12671267
"id": "ModifyAckDeadlineRequest",
12681268
"properties": {
12691269
"ackDeadlineSeconds": {
1270-
"description": "The new ack deadline with respect to the time this request was sent to\nthe Pub/Sub system. For example, if the value is 10, the new\nack deadline will expire 10 seconds after the `ModifyAckDeadline` call\nwas made. Specifying zero may immediately make the message available for\nanother pull request.\nThe minimum deadline you can specify is 0 seconds.\nThe maximum deadline you can specify is 600 seconds (10 minutes).",
1270+
"description": "The new ack deadline with respect to the time this request was sent to\nthe Pub/Sub system. For example, if the value is 10, the new\nack deadline will expire 10 seconds after the `ModifyAckDeadline` call\nwas made. Specifying zero might immediately make the message available for\ndelivery to another subscriber client. This typically results in an\nincrease in the rate of message redeliveries (that is, duplicates).\nThe minimum deadline you can specify is 0 seconds.\nThe maximum deadline you can specify is 600 seconds (10 minutes).",
12711271
"format": "int32",
12721272
"type": "integer"
12731273
},

pubsub/v1/pubsub-gen.go

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servicenetworking/v1beta/servicenetworking-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"services": {
141141
"methods": {
142142
"addSubnetwork": {
143-
"description": "For service producers, provisions a new subnet in a\npeered service's shared VPC network in the requested region and with the\nrequested size that's expressed as a CIDR range (number of leading bits of\nipV4 network mask). The method checks against the assigned allocated ranges\nto find a non-conflicting IP address range. The method will reuse a subnet\nif subsequent calls contain the same subnet name, region, prefix length.\nThis method will make producer's tenant project to be a shared VPC service\nproject as needed.\nThe response from the `get` operation will be of type `Subnetwork` if the\noperation successfully completes.",
143+
"description": "For service producers, provisions a new subnet in a\npeered service's shared VPC network in the requested region and with the\nrequested size that's expressed as a CIDR range (number of leading bits of\nipV4 network mask). The method checks against the assigned allocated ranges\nto find a non-conflicting IP address range. The method will reuse a subnet\nif subsequent calls contain the same subnet name, region, and prefix length.\nThis method will make producer's tenant project to be a shared VPC service\nproject as needed.\nThe response from the `get` operation will be of type `Subnetwork` if the\noperation successfully completes.",
144144
"flatPath": "v1beta/services/{servicesId}/{servicesId1}/{servicesId2}:addSubnetwork",
145145
"httpMethod": "POST",
146146
"id": "servicenetworking.services.addSubnetwork",
@@ -306,7 +306,7 @@
306306
}
307307
}
308308
},
309-
"revision": "20181217",
309+
"revision": "20181220",
310310
"rootUrl": "https://servicenetworking.googleapis.com/",
311311
"schemas": {
312312
"AddSubnetworkRequest": {
@@ -1804,7 +1804,7 @@
18041804
"type": "object"
18051805
},
18061806
"Subnetwork": {
1807-
"description": "Represents a subnet that was created by a peered service.",
1807+
"description": "Represents a subnet that was created or discovered by a private access\nmanagement service.",
18081808
"id": "Subnetwork",
18091809
"properties": {
18101810
"ipCidrRange": {
@@ -1818,6 +1818,10 @@
18181818
"network": {
18191819
"description": "In the Shared VPC host project, the VPC network that's peered with the\nconsumer network. For example:\n`projects/1234321/global/networks/host-network`",
18201820
"type": "string"
1821+
},
1822+
"outsideAllocation": {
1823+
"description": "This is a discovered subnet that is not within the current consumer\nallocated ranges.",
1824+
"type": "boolean"
18211825
}
18221826
},
18231827
"type": "object"

0 commit comments

Comments
 (0)