Skip to content

Commit

Permalink
all: autogenerated update (2019-05-02)
Browse files Browse the repository at this point in the history
Update:
- adexchangebuyer2/v2beta1
- cloudkms/v1
- cloudscheduler/v1
- cloudscheduler/v1beta1
- container/v1
- file/v1
- file/v1beta1
- healthcare/v1alpha2
- healthcare/v1beta1
- ml/v1
- securitycenter/v1
- storage/v1
- storagetransfer/v1
- webmasters/v3
  • Loading branch information
googleapis-publisher committed May 2, 2019
1 parent 0c3fc9a commit 680697c
Show file tree
Hide file tree
Showing 32 changed files with 1,628 additions and 2,112 deletions.
112 changes: 56 additions & 56 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-api.json

Large diffs are not rendered by default.

214 changes: 92 additions & 122 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-gen.go

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2136,21 +2136,6 @@
"documentationLink": "https://developers.google.com/google-apps/groups-settings/get_started",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "healthcare:v1alpha",
"name": "healthcare",
"version": "v1alpha",
"title": "Cloud Healthcare API",
"description": "Manage, store, and access healthcare data in Google Cloud Platform.",
"discoveryRestUrl": "https://healthcare.googleapis.com/$discovery/rest?version=v1alpha",
"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": false
},
{
"kind": "discovery#directoryItem",
"id": "healthcare:v1alpha2",
Expand Down
4 changes: 2 additions & 2 deletions cloudkms/v1/cloudkms-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@
}
}
},
"revision": "20190321",
"revision": "20190426",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down Expand Up @@ -1165,7 +1165,7 @@
"properties": {
"condition": {
"$ref": "Expr",
"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."
"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, `[email protected]` .\n\n\n* `serviceAccount:{emailid}`: An email address that represents a service\n account. For example, `[email protected]`.\n\n* `group:{emailid}`: An email address that represents a Google group.\n For example, `[email protected]`.\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
2 changes: 1 addition & 1 deletion cloudkms/v1/cloudkms-gen.go

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

45 changes: 44 additions & 1 deletion cloudscheduler/v1/cloudscheduler-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
}
}
},
"revision": "20190326",
"revision": "20190429",
"rootUrl": "https://cloudscheduler.googleapis.com/",
"schemas": {
"AppEngineHttpTarget": {
Expand Down Expand Up @@ -540,6 +540,14 @@
],
"type": "string"
},
"oauthToken": {
"$ref": "OAuthToken",
"description": "If specified, an\n[OAuth token](https://developers.google.com/identity/protocols/OAuth2)\nwill be generated and attached as an `Authorization` header in the HTTP\nrequest.\n\nThis type of authorization should be used when sending requests to a GCP\nendpoint."
},
"oidcToken": {
"$ref": "OidcToken",
"description": "If specified, an\n[OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)\ntoken will be generated and attached as an `Authorization` header in the\nHTTP request.\n\nThis type of authorization should be used when sending requests to third\nparty endpoints or Cloud Run."
},
"uri": {
"description": "Required.\n\nThe full URI path that the request will be sent to. This string\nmust begin with either \"http://\" or \"https://\". Some examples of\nvalid values for uri are:\n`http://acme.com` and `https://acme.com/sales:8080`. Cloud Scheduler will\nencode some characters for safety and compatibility. The maximum allowed\nURL length is 2083 characters after encoding.",
"type": "string"
Expand All @@ -555,6 +563,11 @@
"$ref": "AppEngineHttpTarget",
"description": "App Engine HTTP target."
},
"attemptDeadline": {
"description": "The deadline for job attempts. If the request handler does not respond by\nthis deadline then the request is cancelled and the attempt is marked as a\n`DEADLINE_EXCEEDED` failure. The failed attempt can be viewed in\nexecution logs. Cloud Scheduler will retry the job according\nto the RetryConfig.\n\nThe allowed duration for this deadline is:\n* For HTTP targets, between 15 seconds and 30 minutes.\n* For App Engine HTTP targets, between 15\n seconds and 24 hours.",
"format": "google-duration",
"type": "string"
},
"description": {
"description": "Optionally caller-specified in CreateJob or\nUpdateJob.\n\nA human-readable description for the job. This string must not contain\nmore than 500 characters.",
"type": "string"
Expand Down Expand Up @@ -693,6 +706,36 @@
},
"type": "object"
},
"OAuthToken": {
"description": "Contains information needed for generating an\n[OAuth token](https://developers.google.com/identity/protocols/OAuth2).\nThis type of authorization should be used when sending requests to a GCP\nendpoint.",
"id": "OAuthToken",
"properties": {
"scope": {
"description": "OAuth scope to be used for generating OAuth access token.\nIf not specified, \"https://www.googleapis.com/auth/cloud-platform\"\nwill be used.",
"type": "string"
},
"serviceAccountEmail": {
"description": "[Service account email](https://cloud.google.com/iam/docs/service-accounts)\nto be used for generating OAuth token.\nThe service account must be within the same project as the job. The caller\nmust have iam.serviceAccounts.actAs permission for the service account.",
"type": "string"
}
},
"type": "object"
},
"OidcToken": {
"description": "Contains information needed for generating an\n[OpenID Connect\ntoken](https://developers.google.com/identity/protocols/OpenIDConnect). This\ntype of authorization should be used when sending requests to third party\nendpoints or Cloud Run.",
"id": "OidcToken",
"properties": {
"audience": {
"description": "Audience to be used when generating OIDC token. If not specified, the URI\nspecified in target will be used.",
"type": "string"
},
"serviceAccountEmail": {
"description": "[Service account email](https://cloud.google.com/iam/docs/service-accounts)\nto be used for generating OIDC token.\nThe service account must be within the same project as the job. The caller\nmust have iam.serviceAccounts.actAs permission for the service account.",
"type": "string"
}
},
"type": "object"
},
"PauseJobRequest": {
"description": "Request message for PauseJob.",
"id": "PauseJobRequest",
Expand Down
131 changes: 131 additions & 0 deletions cloudscheduler/v1/cloudscheduler-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 cloudscheduler/v1beta1/cloudscheduler-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
}
}
},
"revision": "20190326",
"revision": "20190429",
"rootUrl": "https://cloudscheduler.googleapis.com/",
"schemas": {
"AppEngineHttpTarget": {
Expand Down Expand Up @@ -546,7 +546,7 @@
},
"oidcToken": {
"$ref": "OidcToken",
"description": "If specified, an\n[OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)\ntoken will be generated and attached as an `Authorization` header in the\nHTTP request.\n\nThis type of authorization should be used when sending requests to third\nparty endpoints."
"description": "If specified, an\n[OIDC](https://developers.google.com/identity/protocols/OpenIDConnect)\ntoken will be generated and attached as an `Authorization` header in the\nHTTP request.\n\nThis type of authorization should be used when sending requests to third\nparty endpoints or Cloud Run."
},
"uri": {
"description": "Required.\n\nThe full URI path that the request will be sent to. This string\nmust begin with either \"http://\" or \"https://\". Some examples of\nvalid values for uri are:\n`http://acme.com` and `https://acme.com/sales:8080`. Cloud Scheduler will\nencode some characters for safety and compatibility. The maximum allowed\nURL length is 2083 characters after encoding.",
Expand Down Expand Up @@ -722,7 +722,7 @@
"type": "object"
},
"OidcToken": {
"description": "Contains information needed for generating an\n[OpenID Connect\ntoken](https://developers.google.com/identity/protocols/OpenIDConnect). This\ntype of authorization should be used when sending requests to third party\nendpoints.",
"description": "Contains information needed for generating an\n[OpenID Connect\ntoken](https://developers.google.com/identity/protocols/OpenIDConnect). This\ntype of authorization should be used when sending requests to third party\nendpoints or Cloud Run.",
"id": "OidcToken",
"properties": {
"audience": {
Expand Down
4 changes: 2 additions & 2 deletions cloudscheduler/v1beta1/cloudscheduler-gen.go

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

Loading

0 comments on commit 680697c

Please sign in to comment.