Skip to content

Commit d85769c

Browse files
feat(all): auto-regenerate discovery clients (#1953)
1 parent 4cb8eb9 commit d85769c

16 files changed

+1828
-245
lines changed

androidmanagement/v1/androidmanagement-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@
10651065
}
10661066
}
10671067
},
1068-
"revision": "20230308",
1068+
"revision": "20230418",
10691069
"rootUrl": "https://androidmanagement.googleapis.com/",
10701070
"schemas": {
10711071
"AdbShellCommandEvent": {
@@ -4176,7 +4176,7 @@
41764176
"type": "array"
41774177
},
41784178
"appAutoUpdatePolicy": {
4179-
"description": "Deprecated. Use autoUpdateMode instead.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.",
4179+
"description": "Recommended alternative: autoUpdateMode which is set per app, provides greater flexibility around update frequency.When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, this field has no effect.The app auto update policy, which controls when automatic app updates can be applied.",
41804180
"enum": [
41814181
"APP_AUTO_UPDATE_POLICY_UNSPECIFIED",
41824182
"CHOICE_TO_THE_USER",

androidmanagement/v1/androidmanagement-gen.go

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

assuredworkloads/v1/assuredworkloads-api.json

+33-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
}
520520
}
521521
},
522-
"revision": "20230406",
522+
"revision": "20230414",
523523
"rootUrl": "https://assuredworkloads.googleapis.com/",
524524
"schemas": {
525525
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -727,6 +727,14 @@
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+
},
730738
"name": {
731739
"description": "Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}",
732740
"readOnly": true,
@@ -779,6 +787,26 @@
779787
},
780788
"type": "object"
781789
},
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+
},
782810
"GoogleCloudAssuredworkloadsV1ViolationRemediation": {
783811
"description": "Represents remediation guidance to resolve compliance violation for AssuredWorkload",
784812
"id": "GoogleCloudAssuredworkloadsV1ViolationRemediation",
@@ -1041,6 +1069,10 @@
10411069
"$ref": "GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse",
10421070
"description": "Output only. Represents the SAA enrollment response of the given workload. SAA enrollment response is queried during GetWorkload call. In failure cases, user friendly error message is shown in SAA details page.",
10431071
"readOnly": true
1072+
},
1073+
"violationNotificationsEnabled": {
1074+
"description": "Optional. Indicates whether the e-mail notification for a violation is enabled for a workload. This value will be by default True, and if not present will be considered as true. This should only be updated via updateWorkload call. Any Changes to this field during the createWorkload call will not be honored.",
1075+
"type": "boolean"
10441076
}
10451077
},
10461078
"type": "object"

assuredworkloads/v1/assuredworkloads-gen.go

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

assuredworkloads/v1beta1/assuredworkloads-api.json

+33-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
}
596596
}
597597
},
598-
"revision": "20230406",
598+
"revision": "20230414",
599599
"rootUrl": "https://assuredworkloads.googleapis.com/",
600600
"schemas": {
601601
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
@@ -737,6 +737,14 @@
737737
"readOnly": true,
738738
"type": "string"
739739
},
740+
"exceptionContexts": {
741+
"description": "Output only. List of all the exception detail added for the violation.",
742+
"items": {
743+
"$ref": "GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext"
744+
},
745+
"readOnly": true,
746+
"type": "array"
747+
},
740748
"name": {
741749
"description": "Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}",
742750
"readOnly": true,
@@ -789,6 +797,26 @@
789797
},
790798
"type": "object"
791799
},
800+
"GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext": {
801+
"description": "Violation exception detail. Next Id: 5",
802+
"id": "GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext",
803+
"properties": {
804+
"acknowledgementTime": {
805+
"description": "Timestamp when the violation was acknowledged.",
806+
"format": "google-datetime",
807+
"type": "string"
808+
},
809+
"comment": {
810+
"description": "Business justification provided towards the acknowledgement of the violation.",
811+
"type": "string"
812+
},
813+
"principalEmail": {
814+
"description": "Email address of the user (or service account) who acknowledged the violation.",
815+
"type": "string"
816+
}
817+
},
818+
"type": "object"
819+
},
792820
"GoogleCloudAssuredworkloadsV1beta1ViolationRemediation": {
793821
"description": "Represents remediation guidance to resolve compliance violation for AssuredWorkload",
794822
"id": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediation",
@@ -1067,6 +1095,10 @@
10671095
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse",
10681096
"description": "Output only. Represents the SAA enrollment response of the given workload. SAA enrollment response is queried during GetWorkload call. In failure cases, user friendly error message is shown in SAA details page.",
10691097
"readOnly": true
1098+
},
1099+
"violationNotificationsEnabled": {
1100+
"description": "Optional. Indicates whether the e-mail notification for a violation is enabled for a workload. This value will be by default True, and if not present will be considered as true. This should only be updated via updateWorkload call. Any Changes to this field during the createWorkload call will not be honored. This will always be true while creating the workload.",
1101+
"type": "boolean"
10701102
}
10711103
},
10721104
"type": "object"

assuredworkloads/v1beta1/assuredworkloads-gen.go

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

0 commit comments

Comments
 (0)