Skip to content

Commit 2068ba5

Browse files
feat(all): auto-regenerate discovery clients (#1961)
1 parent c2018e2 commit 2068ba5

Some content is hidden

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

42 files changed

+2945
-1066
lines changed

admin/directory/v1/admin-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4635,7 +4635,7 @@
46354635
}
46364636
}
46374637
},
4638-
"revision": "20230406",
4638+
"revision": "20230425",
46394639
"rootUrl": "https://admin.googleapis.com/",
46404640
"schemas": {
46414641
"Alias": {
@@ -6770,7 +6770,7 @@
67706770
"id": "OrgUnit",
67716771
"properties": {
67726772
"blockInheritance": {
6773-
"description": "Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. For more information on inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).",
6773+
"description": "Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. We recommend using the default value because setting `block_inheritance` to `true` can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).",
67746774
"type": "boolean"
67756775
},
67766776
"description": {

admin/directory/v1/admin-gen.go

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admob/v1/admob-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
}
322322
}
323323
},
324-
"revision": "20230330",
324+
"revision": "20230425",
325325
"rootUrl": "https://admob.googleapis.com/",
326326
"schemas": {
327327
"AdUnit": {
@@ -363,7 +363,7 @@
363363
"id": "App",
364364
"properties": {
365365
"appApprovalState": {
366-
"description": "Output only. The approval state for the app.",
366+
"description": "Output only. The approval state for the app. The field is read-only.",
367367
"enum": [
368368
"APP_APPROVAL_STATE_UNSPECIFIED",
369369
"ACTION_REQUIRED",

admob/v1/admob-gen.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admob/v1beta/admob-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
}
360360
}
361361
},
362-
"revision": "20230330",
362+
"revision": "20230425",
363363
"rootUrl": "https://admob.googleapis.com/",
364364
"schemas": {
365365
"AdSource": {
@@ -420,7 +420,7 @@
420420
"id": "App",
421421
"properties": {
422422
"appApprovalState": {
423-
"description": "Output only. The approval state for the app.",
423+
"description": "Output only. The approval state for the app. The field is read-only.",
424424
"enum": [
425425
"APP_APPROVAL_STATE_UNSPECIFIED",
426426
"ACTION_REQUIRED",

admob/v1beta/admob-gen.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

androidpublisher/v3/androidpublisher-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@
18561856
],
18571857
"parameters": {
18581858
"externalTransactionId": {
1859-
"description": "Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-z0-9_-/.",
1859+
"description": "Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked.",
18601860
"location": "query",
18611861
"type": "string"
18621862
},
@@ -4045,7 +4045,7 @@
40454045
}
40464046
}
40474047
},
4048-
"revision": "20230418",
4048+
"revision": "20230425",
40494049
"rootUrl": "https://androidpublisher.googleapis.com/",
40504050
"schemas": {
40514051
"AcquisitionTargetingRule": {

androidpublisher/v3/androidpublisher-gen.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apigee/v1/apigee-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4164,7 +4164,7 @@
41644164
"type": "boolean"
41654165
},
41664166
"sequencedRollout": {
4167-
"description": "Flag that specifies whether to enable sequenced rollout. If set to `true`, the routing rules for this deployment and the environment changes to add the deployment will be rolled out in a safe order. This reduces the risk of downtime that could be caused by changing the environment group's routing before the new destination for the affected traffic is ready to receive it. This should only be necessary if the new deployment will be capturing traffic from another environment under a shared environment group or if traffic will be rerouted to a different environment due to a base path removal. The [GenerateDeployChangeReport API](GenerateDeployChangeReport) may be used to examine routing changes before issuing the deployment request, and its response will indicate if a sequenced rollout is recommended for the deployment.",
4167+
"description": "Flag that specifies whether to enable sequenced rollout. If set to `true`, the routing rules for this deployment and the environment changes to add the deployment will be rolled out in a safe order. This reduces the risk of downtime that could be caused by changing the environment group's routing before the new destination for the affected traffic is ready to receive it. This should only be necessary if the new deployment will be capturing traffic from another environment under a shared environment group or if traffic will be rerouted to a different environment due to a base path removal. The [generateDeployChangeReport API](generateDeployChangeReport) may be used to examine routing changes before issuing the deployment request, and its response will indicate if a sequenced rollout is recommended for the deployment.",
41684168
"location": "query",
41694169
"type": "boolean"
41704170
},
@@ -8744,7 +8744,7 @@
87448744
}
87458745
}
87468746
},
8747-
"revision": "20230410",
8747+
"revision": "20230421",
87488748
"rootUrl": "https://apigee.googleapis.com/",
87498749
"schemas": {
87508750
"EdgeConfigstoreBundleBadBundle": {

apigee/v1/apigee-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assuredworkloads/v1/assuredworkloads-api.json

+2-30
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
}
520520
}
521521
},
522-
"revision": "20230414",
522+
"revision": "20230420",
523523
"rootUrl": "https://assuredworkloads.googleapis.com/",
524524
"schemas": {
525525
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -689,7 +689,7 @@
689689
"type": "object"
690690
},
691691
"GoogleCloudAssuredworkloadsV1Violation": {
692-
"description": "Workload monitoring Violation. Next Id: 22",
692+
"description": "Workload monitoring Violation. Next Id: 27",
693693
"id": "GoogleCloudAssuredworkloadsV1Violation",
694694
"properties": {
695695
"acknowledged": {
@@ -727,14 +727,6 @@
727727
"readOnly": true,
728728
"type": "string"
729729
},
730-
"exceptionContexts": {
731-
"description": "Output only. List of all the exception detail added for the violation.",
732-
"items": {
733-
"$ref": "GoogleCloudAssuredworkloadsV1ViolationExceptionContext"
734-
},
735-
"readOnly": true,
736-
"type": "array"
737-
},
738730
"name": {
739731
"description": "Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}",
740732
"readOnly": true,
@@ -787,26 +779,6 @@
787779
},
788780
"type": "object"
789781
},
790-
"GoogleCloudAssuredworkloadsV1ViolationExceptionContext": {
791-
"description": "Violation exception detail. Next Id: 5",
792-
"id": "GoogleCloudAssuredworkloadsV1ViolationExceptionContext",
793-
"properties": {
794-
"acknowledgementTime": {
795-
"description": "Timestamp when the violation was acknowledged.",
796-
"format": "google-datetime",
797-
"type": "string"
798-
},
799-
"comment": {
800-
"description": "Business justification provided towards the acknowledgement of the violation.",
801-
"type": "string"
802-
},
803-
"principalEmail": {
804-
"description": "Email address of the user (or service account) who acknowledged the violation.",
805-
"type": "string"
806-
}
807-
},
808-
"type": "object"
809-
},
810782
"GoogleCloudAssuredworkloadsV1ViolationRemediation": {
811783
"description": "Represents remediation guidance to resolve compliance violation for AssuredWorkload",
812784
"id": "GoogleCloudAssuredworkloadsV1ViolationRemediation",

assuredworkloads/v1/assuredworkloads-gen.go

+1-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)