Skip to content

Commit c77b5f4

Browse files
feat(all): auto-regenerate discovery clients (#2834)
1 parent 200eb0c commit c77b5f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3266
-1014
lines changed

‎androidenterprise/v1/androidenterprise-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@
26542654
}
26552655
}
26562656
},
2657-
"revision": "20240820",
2657+
"revision": "20241021",
26582658
"rootUrl": "https://androidenterprise.googleapis.com/",
26592659
"schemas": {
26602660
"Administrator": {
@@ -4050,6 +4050,10 @@
40504050
"$ref": "MaintenanceWindow",
40514051
"description": "The maintenance window defining when apps running in the foreground should be updated."
40524052
},
4053+
"policyId": {
4054+
"description": "An identifier for the policy that will be passed with the app install feedback sent from the Play Store.",
4055+
"type": "string"
4056+
},
40534057
"productAvailabilityPolicy": {
40544058
"description": "The availability granted to the device for the specified products. \"all\" gives the device access to all products, regardless of approval status. \"all\" does not enable automatic visibility of \"alpha\" or \"beta\" tracks. \"whitelist\" grants the device access the products specified in productPolicy[]. Only products that are approved or products that were previously approved (products with revoked approval) by the enterprise can be whitelisted. If no value is provided, the availability set at the user level is applied by default.",
40554059
"enum": [

‎androidenterprise/v1/androidenterprise-gen.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎androidmanagement/v1/androidmanagement-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@
11681168
}
11691169
}
11701170
},
1171-
"revision": "20240924",
1171+
"revision": "20241022",
11721172
"rootUrl": "https://androidmanagement.googleapis.com/",
11731173
"schemas": {
11741174
"AdbShellCommandEvent": {
@@ -3087,7 +3087,7 @@
30873087
"Personal usage restriction is not specified",
30883088
"Personal usage is allowed",
30893089
"Personal usage is disallowed",
3090-
"Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected."
3090+
"Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected. Important: This setting is mandatory for dedicated device enrollment and it is a breaking change. This change needs to be implemented before January 2025.For additional details see the dedicated device provisioning guide (https://developers.google.com/android/management/provision-device#company-owned_devices_for_work_use_only). "
30913091
],
30923092
"type": "string"
30933093
},
@@ -5800,7 +5800,7 @@
58005800
"Personal usage restriction is not specified",
58015801
"Personal usage is allowed",
58025802
"Personal usage is disallowed",
5803-
"Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected."
5803+
"Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected. Important: This setting is mandatory for dedicated device enrollment and it is a breaking change. This change needs to be implemented before January 2025.For additional details see the dedicated device provisioning guide (https://developers.google.com/android/management/provision-device#company-owned_devices_for_work_use_only). "
58045804
],
58055805
"type": "string"
58065806
},

‎androidmanagement/v1/androidmanagement-gen.go

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎apigee/v1/apigee-api.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
"description": "Use the Apigee API to programmatically develop and manage APIs with a set of RESTful operations. Develop and secure API proxies, deploy and undeploy API proxy revisions, monitor APIs, configure environments, manage users, and more. Note: This product is available as a free trial for a time period of 60 days.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/apigee-api-management/",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://apigee.us.rep.googleapis.com/",
22+
"location": "us"
23+
},
24+
{
25+
"description": "Regional Endpoint",
26+
"endpointUrl": "https://apigee.eu.rep.googleapis.com/",
27+
"location": "eu"
28+
}
29+
],
1830
"fullyEncodeReservedExpansion": true,
1931
"icons": {
2032
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -10373,7 +10385,7 @@
1037310385
}
1037410386
}
1037510387
},
10376-
"revision": "20241011",
10388+
"revision": "20241017",
1037710389
"rootUrl": "https://apigee.googleapis.com/",
1037810390
"schemas": {
1037910391
"EdgeConfigstoreBundleBadBundle": {

‎bigquery/v2/bigquery-api.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,12 @@
253253
"datasetId"
254254
],
255255
"parameters": {
256+
"accessPolicyVersion": {
257+
"description": "Optional. The version of the access policy schema to fetch. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for conditional access policy binding in datasets must specify version 3. Dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. This field will be maped to [IAM Policy version] (https://cloud.google.com/iam/docs/policies#versions) and will be used to fetch policy from IAM. If unset or if 0 or 1 value is used for dataset with conditional bindings, access entry with condition will have role string appended by 'withcond' string followed by a hash value. For example : { \"access\": [ { \"role\": \"roles/bigquery.dataViewer_with_conditionalbinding_7a34awqsda\", \"userByEmail\": \"user@example.com\", } ] } Please refer https://cloud.google.com/iam/docs/troubleshooting-withcond for more details.",
258+
"format": "int32",
259+
"location": "query",
260+
"type": "integer"
261+
},
256262
"datasetId": {
257263
"description": "Required. Dataset ID of the requested dataset",
258264
"location": "path",
@@ -304,6 +310,12 @@
304310
"projectId"
305311
],
306312
"parameters": {
313+
"accessPolicyVersion": {
314+
"description": "Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Requests with conditional access policy binding in datasets must specify version 3. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be maped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set policy in IAM.",
315+
"format": "int32",
316+
"location": "query",
317+
"type": "integer"
318+
},
307319
"projectId": {
308320
"description": "Required. Project ID of the new dataset",
309321
"location": "path",
@@ -382,6 +394,12 @@
382394
"datasetId"
383395
],
384396
"parameters": {
397+
"accessPolicyVersion": {
398+
"description": "Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be maped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set policy in IAM.",
399+
"format": "int32",
400+
"location": "query",
401+
"type": "integer"
402+
},
385403
"datasetId": {
386404
"description": "Required. Dataset ID of the dataset being updated",
387405
"location": "path",
@@ -456,6 +474,12 @@
456474
"datasetId"
457475
],
458476
"parameters": {
477+
"accessPolicyVersion": {
478+
"description": "Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be maped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set policy in IAM.",
479+
"format": "int32",
480+
"location": "query",
481+
"type": "integer"
482+
},
459483
"datasetId": {
460484
"description": "Required. Dataset ID of the dataset being updated",
461485
"location": "path",
@@ -1985,7 +2009,7 @@
19852009
}
19862010
}
19872011
},
1988-
"revision": "20240919",
2012+
"revision": "20241013",
19892013
"rootUrl": "https://bigquery.googleapis.com/",
19902014
"schemas": {
19912015
"AggregateClassificationMetrics": {
@@ -3165,6 +3189,10 @@
31653189
"items": {
31663190
"description": "An object that defines dataset access for an entity.",
31673191
"properties": {
3192+
"condition": {
3193+
"$ref": "Expr",
3194+
"description": "Optional. condition for the binding. If CEL expression in this field is true, this access binding will be considered"
3195+
},
31683196
"dataset": {
31693197
"$ref": "DatasetAccessEntry",
31703198
"description": "[Pick one] A grant authorizing all resources of a particular type in a particular dataset access to this dataset. Only views are supported for now. The role field is not required when this field is set. If that dataset is deleted and re-created, its access needs to be granted again via an update operation."

0 commit comments

Comments
 (0)