Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 17, 2023
1 parent dc4b77d commit 2754ab4
Show file tree
Hide file tree
Showing 133 changed files with 14,179 additions and 1,764 deletions.
11 changes: 9 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Expand Up @@ -1036,7 +1036,7 @@
]
},
"list": {
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
"flatPath": "v1/operations",
"httpMethod": "GET",
"id": "accesscontextmanager.operations.list",
Expand Down Expand Up @@ -1235,7 +1235,7 @@
}
}
},
"revision": "20230130",
"revision": "20230312",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -1735,6 +1735,13 @@
},
"type": "array"
},
"dryRunAccessLevels": {
"description": "Optional. Dry run access level that will be evaluated but will not be enforced. The access denial based on dry run policy will be logged. Only one access level is supported, not multiple. This list must have exactly one element. Example: \"accessPolicies/9522/accessLevels/device_trusted\"",
"items": {
"type": "string"
},
"type": "array"
},
"groupKey": {
"description": "Required. Immutable. Google Group id whose members are subject to this binding's restrictions. See \"id\" in the [G Suite Directory API's Groups resource] (https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this resource will continue to point at the changed group. This field does not accept group email addresses or aliases. Example: \"01d520gv4vjcrht\"",
"type": "string"
Expand Down
18 changes: 9 additions & 9 deletions accesscontextmanager/v1/accesscontextmanager-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 admin/directory/v1/admin-api.json
Expand Up @@ -4630,7 +4630,7 @@
}
}
},
"revision": "20230307",
"revision": "20230314",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -7699,7 +7699,7 @@
"type": "string"
},
"thumbnailPhotoUrl": {
"description": "Output only. Photo Url of the user (Read-only)",
"description": "Output only. The URL of the user's profile photo. The URL might be temporary or private.",
"readOnly": true,
"type": "string"
},
Expand Down
3 changes: 2 additions & 1 deletion admin/directory/v1/admin-gen.go

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

7 changes: 6 additions & 1 deletion alertcenter/v1beta1/alertcenter-api.json
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20230214",
"revision": "20230313",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AccountSuspensionDetails": {
Expand Down Expand Up @@ -1147,6 +1147,11 @@
"description": "The recipient of this email.",
"type": "string"
},
"sentTime": {
"description": "The sent time of the email.",
"format": "google-datetime",
"type": "string"
},
"subjectText": {
"description": "The email subject text (only available for reported emails).",
"type": "string"
Expand Down
3 changes: 3 additions & 0 deletions alertcenter/v1beta1/alertcenter-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 androidmanagement/v1/androidmanagement-api.json
Expand Up @@ -562,7 +562,7 @@
]
},
"list": {
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as \"/v1/{name=users/*}/operations\" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.",
"flatPath": "v1/enterprises/{enterprisesId}/devices/{devicesId}/operations",
"httpMethod": "GET",
"id": "androidmanagement.enterprises.devices.operations.list",
Expand Down Expand Up @@ -1065,7 +1065,7 @@
}
}
},
"revision": "20230213",
"revision": "20230308",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down
11 changes: 2 additions & 9 deletions androidmanagement/v1/androidmanagement-gen.go

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

37 changes: 36 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -3155,6 +3155,41 @@
"https://www.googleapis.com/auth/androidpublisher"
]
},
"consume": {
"description": "Consumes a purchase for an inapp item.",
"flatPath": "androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:consume",
"httpMethod": "POST",
"id": "androidpublisher.purchases.products.consume",
"parameterOrder": [
"packageName",
"productId",
"token"
],
"parameters": {
"packageName": {
"description": "The package name of the application the inapp product was sold in (for example, 'com.some.thing').",
"location": "path",
"required": true,
"type": "string"
},
"productId": {
"description": "The inapp product SKU (for example, 'com.some.thing.inapp1').",
"location": "path",
"required": true,
"type": "string"
},
"token": {
"description": "The token provided to the user's device when the inapp product was purchased.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:consume",
"scopes": [
"https://www.googleapis.com/auth/androidpublisher"
]
},
"get": {
"description": "Checks the purchase and consumption status of an inapp item.",
"flatPath": "androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}",
Expand Down Expand Up @@ -3920,7 +3955,7 @@
}
}
},
"revision": "20230308",
"revision": "20230315",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down
128 changes: 128 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

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

0 comments on commit 2754ab4

Please sign in to comment.