Skip to content

Commit

Permalink
all: autogenerated update (2019-02-19)
Browse files Browse the repository at this point in the history
Add:
- healthcare/v1alpha2

Update:
- admin/directory/v1
- alertcenter/v1beta1
- bigquery/v2
- bigquerydatatransfer/v1
- binaryauthorization/v1beta1
- cloudsearch/v1
- cloudtasks/v2beta2
- cloudtasks/v2beta3
- compute/v0.alpha
- compute/v0.beta
- compute/v1
- container/v1beta1
- content/v2
- content/v2.1
- dataflow/v1b3
- dialogflow/v2
- dialogflow/v2beta1
- dlp/v2
- docs/v1
- firebasedynamiclinks/v1
- fitness/v1
- genomics/v1
- genomics/v1alpha2
- genomics/v2alpha1
- jobs/v3p1beta1
- serviceconsumermanagement/v1
- servicecontrol/v1
- servicemanagement/v1
- servicenetworking/v1beta
- serviceusage/v1
- serviceusage/v1beta1
- speech/v1
- speech/v1p1beta1
- sqladmin/v1beta4
- testing/v1
- vision/v1
- vision/v1p1beta1
- vision/v1p2beta1
  • Loading branch information
googleapis-publisher committed Feb 19, 2019
1 parent 77d02fa commit 2eba4b8
Show file tree
Hide file tree
Showing 79 changed files with 50,596 additions and 3,809 deletions.
24 changes: 8 additions & 16 deletions admin/directory/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"description": "Manages enterprise resources such as users and groups, administrative notifications, security features, and more.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/admin-sdk/directory/",
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/cPUnID--3btDDpOQYGlNcmkUBCw\"",
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/TsFVRmNS9ZNOmXobzjavN4k9ZAM\"",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
Expand Down Expand Up @@ -4017,7 +4017,7 @@
}
}
},
"revision": "20190128",
"revision": "20190214",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -4224,34 +4224,34 @@
"id": "BuildingAddress",
"properties": {
"addressLines": {
"description": "Unstructured address lines describing the lower levels of an address. Because values in addressLines do not have type information and may sometimes contain multiple values in a single field (e.g. \"Austin, TX\"), it is important that the line order is clear. The order of address lines should be \"envelope order\" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. \"ja\" for large-to-small ordering and \"ja-Latn\" or \"en\" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a regionCode with all remaining information placed in the addressLines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a regionCode and addressLines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).",
"description": "Unstructured address lines describing the lower levels of an address.",
"items": {
"type": "string"
},
"type": "array"
},
"administrativeArea": {
"description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. \"Barcelona\" and not \"Catalonia\"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.",
"description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region.",
"type": "string"
},
"languageCode": {
"description": "Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: \"zh-Hant\", \"ja\", \"ja-Latn\", \"en\".",
"description": "Optional. BCP-47 language code of the contents of this address (if known).",
"type": "string"
},
"locality": {
"description": "Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use addressLines.",
"type": "string"
},
"postalCode": {
"description": "Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).",
"description": "Optional. Postal code of the address.",
"type": "string"
},
"regionCode": {
"description": "Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html",
"description": "Required. CLDR region code of the country/region of the address.",
"type": "string"
},
"sublocality": {
"description": "Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.",
"description": "Optional. Sublocality of the address.",
"type": "string"
}
},
Expand Down Expand Up @@ -6350,14 +6350,6 @@
"description": "username of User",
"type": "string"
},
"recoveryEmail": {
"description": "Recovery email of the user.",
"type": "string"
},
"recoveryPhone": {
"description": "Recovery phone of the user.",
"type": "string"
},
"relations": {
"type": "any"
},
Expand Down
53 changes: 6 additions & 47 deletions admin/directory/v1/admin-gen.go

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

39 changes: 1 addition & 38 deletions alertcenter/v1beta1/alertcenter-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
}
}
},
"revision": "20190204",
"revision": "20190213",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AccountWarning": {
Expand Down Expand Up @@ -473,20 +473,6 @@
},
"type": "object"
},
"AppMakerSqlSetupNotification": {
"description": "Alerts from App Maker to notify admins to set up default SQL instance.",
"id": "AppMakerSqlSetupNotification",
"properties": {
"requestInfo": {
"description": "List of applications with requests for default SQL set up.",
"items": {
"$ref": "RequestInfo"
},
"type": "array"
}
},
"type": "object"
},
"Attachment": {
"description": "Attachment with application-specific information about an alert.",
"id": "Attachment",
Expand Down Expand Up @@ -858,29 +844,6 @@
},
"type": "object"
},
"RequestInfo": {
"description": "Requests for one application that needs default SQL setup.",
"id": "RequestInfo",
"properties": {
"appDeveloperEmail": {
"description": "List of app developers who triggered notifications for above\napplication.",
"items": {
"type": "string"
},
"type": "array"
},
"appName": {
"description": "Required. The application that requires the SQL setup.",
"type": "string"
},
"numberOfRequests": {
"description": "Required. Number of requests sent for this application to set up default\nSQL instance.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"Settings": {
"description": "Customer-level settings.",
"id": "Settings",
Expand Down
70 changes: 0 additions & 70 deletions alertcenter/v1beta1/alertcenter-gen.go

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

17 changes: 16 additions & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@
"name": "docs",
"version": "v1",
"title": "Google Docs API",
"description": "An API for creating and editing Google Docs documents.",
"description": "Reads and writes Google Docs documents.",
"discoveryRestUrl": "https://docs.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down Expand Up @@ -1984,6 +1984,21 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/healthcare",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "healthcare:v1alpha2",
"name": "healthcare",
"version": "v1alpha2",
"title": "Cloud Healthcare API",
"description": "",
"discoveryRestUrl": "https://healthcare.googleapis.com/$discovery/rest?version=v1alpha2",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/healthcare",
"preferred": true
},
{
Expand Down
16 changes: 14 additions & 2 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/R-oIGXZXmcc1qto8wFr473V-oY4\"",
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/ZYECgHEp_WVh6UNpKvl2Vf2w5rw\"",
"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": "20190124",
"revision": "20190208",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"BigQueryModelTraining": {
Expand Down Expand Up @@ -1336,6 +1336,13 @@
"friendlyName": {
"description": "[Optional] The friendly name for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current friendly name is provided, the job will fail.",
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "[Optional] The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.",
"type": "object"
}
},
"type": "object"
Expand Down Expand Up @@ -2465,6 +2472,11 @@
"type": "string"
},
"type": "array"
},
"inputBytes": {
"description": "[Output-only] Number of user bytes extracted into the result. This is the byte count as computed by BigQuery for billing purposes.",
"format": "int64",
"type": "string"
}
},
"type": "object"
Expand Down
Loading

0 comments on commit 2eba4b8

Please sign in to comment.