Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Oct 23, 2024
1 parent 200eb0c commit c77b5f4
Show file tree
Hide file tree
Showing 55 changed files with 3,266 additions and 1,014 deletions.
6 changes: 5 additions & 1 deletion androidenterprise/v1/androidenterprise-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2654,7 +2654,7 @@
}
}
},
"revision": "20240820",
"revision": "20241021",
"rootUrl": "https://androidenterprise.googleapis.com/",
"schemas": {
"Administrator": {
Expand Down Expand Up @@ -4050,6 +4050,10 @@
"$ref": "MaintenanceWindow",
"description": "The maintenance window defining when apps running in the foreground should be updated."
},
"policyId": {
"description": "An identifier for the policy that will be passed with the app install feedback sent from the Play Store.",
"type": "string"
},
"productAvailabilityPolicy": {
"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.",
"enum": [
Expand Down
3 changes: 3 additions & 0 deletions androidenterprise/v1/androidenterprise-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 androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
}
}
},
"revision": "20240924",
"revision": "20241022",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -3087,7 +3087,7 @@
"Personal usage restriction is not specified",
"Personal usage is allowed",
"Personal usage is disallowed",
"Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected."
"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). "
],
"type": "string"
},
Expand Down Expand Up @@ -5800,7 +5800,7 @@
"Personal usage restriction is not specified",
"Personal usage is allowed",
"Personal usage is disallowed",
"Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected."
"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). "
],
"type": "string"
},
Expand Down
12 changes: 10 additions & 2 deletions androidmanagement/v1/androidmanagement-gen.go

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

14 changes: 13 additions & 1 deletion apigee/v1/apigee-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
"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.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/apigee-api-management/",
"endpoints": [
{
"description": "Regional Endpoint",
"endpointUrl": "https://apigee.us.rep.googleapis.com/",
"location": "us"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://apigee.eu.rep.googleapis.com/",
"location": "eu"
}
],
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -10373,7 +10385,7 @@
}
}
},
"revision": "20241011",
"revision": "20241017",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down
30 changes: 29 additions & 1 deletion bigquery/v2/bigquery-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,12 @@
"datasetId"
],
"parameters": {
"accessPolicyVersion": {
"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.",
"format": "int32",
"location": "query",
"type": "integer"
},
"datasetId": {
"description": "Required. Dataset ID of the requested dataset",
"location": "path",
Expand Down Expand Up @@ -304,6 +310,12 @@
"projectId"
],
"parameters": {
"accessPolicyVersion": {
"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.",
"format": "int32",
"location": "query",
"type": "integer"
},
"projectId": {
"description": "Required. Project ID of the new dataset",
"location": "path",
Expand Down Expand Up @@ -382,6 +394,12 @@
"datasetId"
],
"parameters": {
"accessPolicyVersion": {
"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.",
"format": "int32",
"location": "query",
"type": "integer"
},
"datasetId": {
"description": "Required. Dataset ID of the dataset being updated",
"location": "path",
Expand Down Expand Up @@ -456,6 +474,12 @@
"datasetId"
],
"parameters": {
"accessPolicyVersion": {
"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.",
"format": "int32",
"location": "query",
"type": "integer"
},
"datasetId": {
"description": "Required. Dataset ID of the dataset being updated",
"location": "path",
Expand Down Expand Up @@ -1985,7 +2009,7 @@
}
}
},
"revision": "20240919",
"revision": "20241013",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -3165,6 +3189,10 @@
"items": {
"description": "An object that defines dataset access for an entity.",
"properties": {
"condition": {
"$ref": "Expr",
"description": "Optional. condition for the binding. If CEL expression in this field is true, this access binding will be considered"
},
"dataset": {
"$ref": "DatasetAccessEntry",
"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."
Expand Down
Loading

0 comments on commit c77b5f4

Please sign in to comment.