Skip to content

Commit

Permalink
all: autogenerated update (2019-03-27)
Browse files Browse the repository at this point in the history
Add:
- factchecktools/v1alpha1
- websecurityscanner/v1beta

Update:
- cloudkms/v1
- dialogflow/v2
- genomics/v1
- genomics/v1alpha2
- genomics/v2alpha1
- groupssettings/v1
- healthcare/v1alpha2
- iap/v1
- iap/v1beta1
- jobs/v3p1beta1
- people/v1
- plusdomains/v1
- runtimeconfig/v1beta1
- serviceconsumermanagement/v1
- speech/v1
- speech/v1p1beta1
- sqladmin/v1beta4
- testing/v1
  • Loading branch information
googleapis-publisher committed Mar 27, 2019
1 parent bce707a commit af986cd
Show file tree
Hide file tree
Showing 41 changed files with 7,525 additions and 1,789 deletions.
17 changes: 16 additions & 1 deletion api-list.json
Expand Up @@ -1752,6 +1752,21 @@
"documentationLink": "https://developers.google.com/drive/activity/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "factchecktools:v1alpha1",
"name": "factchecktools",
"version": "v1alpha1",
"title": "Fact Check Tools API",
"description": "",
"discoveryRestUrl": "https://factchecktools.googleapis.com/$discovery/rest?version=v1alpha1",
"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://developers.google.com/fact-check/tools/api/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "file:v1",
Expand Down Expand Up @@ -2051,7 +2066,7 @@
"name": "groupssettings",
"version": "v1",
"title": "Groups Settings API",
"description": "Lets you manage permission levels and related settings of a group.",
"description": "Manages permission levels and related settings of a group.",
"discoveryRestUrl": "https://www.googleapis.com/discovery/v1/apis/groupssettings/v1/rest",
"discoveryLink": "./apis/groupssettings/v1/rest",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions cloudkms/v1/cloudkms-api.json
Expand Up @@ -1061,7 +1061,7 @@
}
}
},
"revision": "20190222",
"revision": "20190321",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down Expand Up @@ -1165,7 +1165,7 @@
"properties": {
"condition": {
"$ref": "Expr",
"description": "Unimplemented. The condition that is associated with this binding.\nNOTE: an unsatisfied condition will not allow user access via current\nbinding. Different bindings, including their conditions, are examined\nindependently."
"description": "The condition that is associated with this binding.\nNOTE: an unsatisfied condition will not allow user access via current\nbinding. Different bindings, including their conditions, are examined\nindependently."
},
"members": {
"description": "Specifies the identities requesting access for a Cloud Platform resource.\n`members` can have the following values:\n\n* `allUsers`: A special identifier that represents anyone who is\n on the internet; with or without a Google account.\n\n* `allAuthenticatedUsers`: A special identifier that represents anyone\n who is authenticated with a Google account or a service account.\n\n* `user:{emailid}`: An email address that represents a specific Google\n account. For example, `alice@gmail.com` .\n\n\n* `serviceAccount:{emailid}`: An email address that represents a service\n account. For example, `my-other-app@appspot.gserviceaccount.com`.\n\n* `group:{emailid}`: An email address that represents a Google group.\n For example, `admins@example.com`.\n\n\n* `domain:{domain}`: The G Suite domain (primary) that represents all the\n users of that domain. For example, `google.com` or `example.com`.\n\n",
Expand Down
3 changes: 1 addition & 2 deletions cloudkms/v1/cloudkms-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 dialogflow/v2/dialogflow-api.json
Expand Up @@ -1303,7 +1303,7 @@
}
}
},
"revision": "20190318",
"revision": "20190326",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowV2Agent": {
Expand Down Expand Up @@ -1780,7 +1780,7 @@
"type": "string"
},
"languageCode": {
"description": "Required. The language of the supplied audio. Dialogflow does not do\ntranslations. See [Language\nSupport](https://cloud.google.com/dialogflow-enterprise/docs/reference/languages)\nfor a list of the currently supported language codes. Note that queries in\nthe same session do not necessarily need to specify the same language.",
"description": "Required. The language of the supplied audio. Dialogflow does not do\ntranslations. See [Language\nSupport](https://cloud.google.com/dialogflow-enterprise/docs/reference/language)\nfor a list of the currently supported language codes. Note that queries in\nthe same session do not necessarily need to specify the same language.",
"type": "string"
},
"phraseHints": {
Expand Down
2 changes: 1 addition & 1 deletion dialogflow/v2/dialogflow-gen.go

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

0 comments on commit af986cd

Please sign in to comment.