Skip to content

Commit

Permalink
all: autogenerated update (2018-12-29)
Browse files Browse the repository at this point in the history
Update:
- bigquery/v2
- cloudfunctions/v1
- cloudfunctions/v1beta2
- pubsub/v1
- servicenetworking/v1beta
  • Loading branch information
googleapis-publisher committed Dec 29, 2018
1 parent 65a46ca commit f26a60c
Show file tree
Hide file tree
Showing 10 changed files with 109 additions and 39 deletions.
29 changes: 26 additions & 3 deletions bigquery/v2/bigquery-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"description": "A data platform for customers to create, manage, share and query data.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/bigquery/",
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/3Jagobv31vWqlbqTQmqlK0yJxxs\"",
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/eFeCSA4VWy7K7nrpB2R4OL12KqY\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/search-16.gif",
"x32": "https://www.google.com/images/icons/product/search-32.gif"
Expand Down Expand Up @@ -998,7 +998,7 @@
}
}
},
"revision": "20181202",
"revision": "20181216",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"BigQueryModelTraining": {
Expand Down Expand Up @@ -2251,6 +2251,24 @@
},
"type": "array"
},
"reservationUsage": {
"description": "[Output-only] Job resource usage breakdown by reservation.",
"items": {
"properties": {
"name": {
"description": "[Output-only] Reservation name or \"unreserved\" for on-demand resources usage.",
"type": "string"
},
"slotMs": {
"description": "[Output-only] Slot-milliseconds the job spent in the given reservation.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"startTime": {
"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.",
"format": "int64",
Expand All @@ -2260,6 +2278,11 @@
"description": "[Output-only] [Deprecated] Use the bytes processed in the query statistics instead.",
"format": "int64",
"type": "string"
},
"totalSlotMs": {
"description": "[Output-only] Slot-milliseconds for the job.",
"format": "int64",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -2345,7 +2368,7 @@
"description": "[Output-only] The schema of the results. Present only for successful dry run of non-legacy SQL queries."
},
"statementType": {
"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.",
"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.",
"type": "string"
},
"timeline": {
Expand Down
41 changes: 40 additions & 1 deletion bigquery/v2/bigquery-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cloudfunctions/v1/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
"parameterOrder": [],
"parameters": {
"filter": {
"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",
"description": "The standard list filter.",
"location": "query",
"type": "string"
},
"name": {
"description": "Must not be set.",
"description": "The name of the operation's parent resource.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -539,7 +539,7 @@
}
}
},
"revision": "20181212",
"revision": "20181202",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
15 changes: 6 additions & 9 deletions cloudfunctions/v1/cloudfunctions-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cloudfunctions/v1beta2/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
"parameterOrder": [],
"parameters": {
"filter": {
"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",
"description": "The standard list filter.",
"location": "query",
"type": "string"
},
"name": {
"description": "Must not be set.",
"description": "The name of the operation's parent resource.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -452,7 +452,7 @@
}
}
},
"revision": "20181212",
"revision": "20181202",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"CallFunctionRequest": {
Expand Down
15 changes: 6 additions & 9 deletions cloudfunctions/v1beta2/cloudfunctions-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubsub/v1/pubsub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@
}
}
},
"revision": "20181203",
"revision": "20181219",
"rootUrl": "https://pubsub.googleapis.com/",
"schemas": {
"AcknowledgeRequest": {
Expand Down Expand Up @@ -1267,7 +1267,7 @@
"id": "ModifyAckDeadlineRequest",
"properties": {
"ackDeadlineSeconds": {
"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).",
"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).",
"format": "int32",
"type": "integer"
},
Expand Down
9 changes: 6 additions & 3 deletions pubsub/v1/pubsub-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions servicenetworking/v1beta/servicenetworking-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"services": {
"methods": {
"addSubnetwork": {
"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.",
"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.",
"flatPath": "v1beta/services/{servicesId}/{servicesId1}/{servicesId2}:addSubnetwork",
"httpMethod": "POST",
"id": "servicenetworking.services.addSubnetwork",
Expand Down Expand Up @@ -306,7 +306,7 @@
}
}
},
"revision": "20181217",
"revision": "20181220",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddSubnetworkRequest": {
Expand Down Expand Up @@ -1804,7 +1804,7 @@
"type": "object"
},
"Subnetwork": {
"description": "Represents a subnet that was created by a peered service.",
"description": "Represents a subnet that was created or discovered by a private access\nmanagement service.",
"id": "Subnetwork",
"properties": {
"ipCidrRange": {
Expand All @@ -1818,6 +1818,10 @@
"network": {
"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`",
"type": "string"
},
"outsideAllocation": {
"description": "This is a discovered subnet that is not within the current consumer\nallocated ranges.",
"type": "boolean"
}
},
"type": "object"
Expand Down
Loading

0 comments on commit f26a60c

Please sign in to comment.