Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 13, 2023
1 parent 5e7109a commit 25a3230
Show file tree
Hide file tree
Showing 28 changed files with 14,767 additions and 1,106 deletions.
8 changes: 7 additions & 1 deletion analyticsdata/v1beta/analyticsdata-api.json
Expand Up @@ -313,7 +313,7 @@
}
}
},
"revision": "20230625",
"revision": "20230711",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"ActiveMetricRestriction": {
Expand Down Expand Up @@ -344,6 +344,12 @@
},
"type": "object"
},
"AudienceListMetadata": {
"description": "This metadata is currently blank.",
"id": "AudienceListMetadata",
"properties": {},
"type": "object"
},
"BatchRunPivotReportsRequest": {
"description": "The batch request containing multiple pivot report requests.",
"id": "BatchRunPivotReportsRequest",
Expand Down
4 changes: 4 additions & 0 deletions analyticsdata/v1beta/analyticsdata-gen.go

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

48 changes: 47 additions & 1 deletion assuredworkloads/v1/assuredworkloads-api.json
Expand Up @@ -519,7 +519,7 @@
}
}
},
"revision": "20230630",
"revision": "20230707",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand All @@ -531,6 +531,7 @@
"type": "string"
},
"nonCompliantOrgPolicy": {
"deprecated": true,
"description": "Optional. This field is deprecated and will be removed in future version of the API. Name of the OrgPolicy which was modified with non-compliant change and resulted in this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}",
"type": "string"
}
Expand Down Expand Up @@ -729,6 +730,14 @@
"readOnly": true,
"type": "string"
},
"exceptionContexts": {
"description": "Output only. List of all the exception detail added for the violation.",
"items": {
"$ref": "GoogleCloudAssuredworkloadsV1ViolationExceptionContext"
},
"readOnly": true,
"type": "array"
},
"name": {
"description": "Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}",
"readOnly": true,
Expand Down Expand Up @@ -776,6 +785,26 @@
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1ViolationExceptionContext": {
"description": "Violation exception detail. Next Id: 6",
"id": "GoogleCloudAssuredworkloadsV1ViolationExceptionContext",
"properties": {
"acknowledgementTime": {
"description": "Timestamp when the violation was acknowledged.",
"format": "google-datetime",
"type": "string"
},
"comment": {
"description": "Business justification provided towards the acknowledgement of the violation.",
"type": "string"
},
"userName": {
"description": "Name of the user (or service account) who acknowledged the violation.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1ViolationRemediation": {
"description": "Represents remediation guidance to resolve compliance violation for AssuredWorkload",
"id": "GoogleCloudAssuredworkloadsV1ViolationRemediation",
Expand Down Expand Up @@ -988,6 +1017,7 @@
},
"kmsSettings": {
"$ref": "GoogleCloudAssuredworkloadsV1WorkloadKMSSettings",
"deprecated": true,
"description": "Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS CMEK key is provisioned. This field is deprecated as of Feb 28, 2022. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field."
},
"labels": {
Expand Down Expand Up @@ -1131,6 +1161,7 @@
"type": "object"
},
"GoogleCloudAssuredworkloadsV1WorkloadKMSSettings": {
"deprecated": true,
"description": "Settings specific to the Key Management Service.",
"id": "GoogleCloudAssuredworkloadsV1WorkloadKMSSettings",
"properties": {
Expand All @@ -1156,6 +1187,7 @@
"type": "boolean"
},
"remediateFolderViolations": {
"deprecated": true,
"description": "Allow partner to monitor folder and remediate violations",
"type": "boolean"
}
Expand All @@ -1180,6 +1212,13 @@
"ENCRYPTION_KEYS_PROJECT",
"KEYRING"
],
"enumDeprecated": [
false,
true,
false,
false,
false
],
"enumDescriptions": [
"Unknown resource type.",
"Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.",
Expand Down Expand Up @@ -1213,6 +1252,13 @@
"ENCRYPTION_KEYS_PROJECT",
"KEYRING"
],
"enumDeprecated": [
false,
true,
false,
false,
false
],
"enumDescriptions": [
"Unknown resource type.",
"Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.",
Expand Down
42 changes: 42 additions & 0 deletions assuredworkloads/v1/assuredworkloads-gen.go

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

56 changes: 55 additions & 1 deletion assuredworkloads/v1beta1/assuredworkloads-api.json
Expand Up @@ -595,7 +595,7 @@
}
}
},
"revision": "20230630",
"revision": "20230707",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand All @@ -607,6 +607,7 @@
"type": "string"
},
"nonCompliantOrgPolicy": {
"deprecated": true,
"description": "Optional. This field is deprecated and will be removed in future version of the API. Name of the OrgPolicy which was modified with non-compliant change and resulted in this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}",
"type": "string"
}
Expand Down Expand Up @@ -806,6 +807,14 @@
"readOnly": true,
"type": "string"
},
"exceptionContexts": {
"description": "Output only. List of all the exception detail added for the violation.",
"items": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext"
},
"readOnly": true,
"type": "array"
},
"name": {
"description": "Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}",
"readOnly": true,
Expand Down Expand Up @@ -853,6 +862,26 @@
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext": {
"description": "Violation exception detail. Next Id: 6",
"id": "GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext",
"properties": {
"acknowledgementTime": {
"description": "Timestamp when the violation was acknowledged.",
"format": "google-datetime",
"type": "string"
},
"comment": {
"description": "Business justification provided towards the acknowledgement of the violation.",
"type": "string"
},
"userName": {
"description": "Name of the user (or service account) who acknowledged the violation.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1ViolationRemediation": {
"description": "Represents remediation guidance to resolve compliance violation for AssuredWorkload",
"id": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediation",
Expand Down Expand Up @@ -973,6 +1002,7 @@
},
"cjisSettings": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings",
"deprecated": true,
"description": "Input only. Immutable. Settings specific to resources needed for CJIS."
},
"complianceRegime": {
Expand Down Expand Up @@ -1059,14 +1089,17 @@
},
"fedrampHighSettings": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings",
"deprecated": true,
"description": "Input only. Immutable. Settings specific to resources needed for FedRAMP High."
},
"fedrampModerateSettings": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings",
"deprecated": true,
"description": "Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate."
},
"il4Settings": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings",
"deprecated": true,
"description": "Input only. Immutable. Settings specific to resources needed for IL4."
},
"kajEnrollmentState": {
Expand All @@ -1086,6 +1119,7 @@
},
"kmsSettings": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings",
"deprecated": true,
"description": "Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS CMEK key is provisioned. This field is deprecated as of Feb 28, 2022. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field."
},
"labels": {
Expand Down Expand Up @@ -1153,6 +1187,7 @@
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings": {
"deprecated": true,
"description": "Settings specific to resources needed for CJIS.",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings",
"properties": {
Expand Down Expand Up @@ -1273,6 +1308,7 @@
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings": {
"deprecated": true,
"description": "Settings specific to resources needed for FedRAMP High.",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings",
"properties": {
Expand All @@ -1284,6 +1320,7 @@
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings": {
"deprecated": true,
"description": "Settings specific to resources needed for FedRAMP Moderate.",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings",
"properties": {
Expand All @@ -1295,6 +1332,7 @@
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings": {
"deprecated": true,
"description": "Settings specific to resources needed for IL4.",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings",
"properties": {
Expand All @@ -1306,6 +1344,7 @@
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings": {
"deprecated": true,
"description": "Settings specific to the Key Management Service.",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings",
"properties": {
Expand All @@ -1331,6 +1370,7 @@
"type": "boolean"
},
"remediateFolderViolations": {
"deprecated": true,
"description": "Allow partner to monitor folder and remediate violations",
"type": "boolean"
}
Expand All @@ -1355,6 +1395,13 @@
"ENCRYPTION_KEYS_PROJECT",
"KEYRING"
],
"enumDeprecated": [
false,
true,
false,
false,
false
],
"enumDescriptions": [
"Unknown resource type.",
"Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.",
Expand Down Expand Up @@ -1388,6 +1435,13 @@
"ENCRYPTION_KEYS_PROJECT",
"KEYRING"
],
"enumDeprecated": [
false,
true,
false,
false,
false
],
"enumDescriptions": [
"Unknown resource type.",
"Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.",
Expand Down

0 comments on commit 25a3230

Please sign in to comment.