Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 1, 2023
1 parent 06fee15 commit 979195d
Show file tree
Hide file tree
Showing 32 changed files with 1,755 additions and 1,674 deletions.
4 changes: 2 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Expand Up @@ -1235,7 +1235,7 @@
}
}
},
"revision": "20230326",
"revision": "20230729",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -1527,7 +1527,7 @@
"type": "array"
},
"negate": {
"description": "Whether to negate the Condition. If true, the Condition becomes a NAND over its non-empty fields, each field must be false for the Condition overall to be satisfied. Defaults to false.",
"description": "Whether to negate the Condition. If true, the Condition becomes a NAND over its non-empty fields. Any non-empty field criteria evaluating to false will result in the Condition to be satisfied. Defaults to false.",
"type": "boolean"
},
"regions": {
Expand Down
5 changes: 3 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

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

4 changes: 2 additions & 2 deletions accesscontextmanager/v1beta/accesscontextmanager-api.json
Expand Up @@ -609,7 +609,7 @@
}
}
},
"revision": "20230130",
"revision": "20230729",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -713,7 +713,7 @@
"type": "array"
},
"negate": {
"description": "Whether to negate the Condition. If true, the Condition becomes a NAND over its non-empty fields, each field must be false for the Condition overall to be satisfied. Defaults to false.",
"description": "Whether to negate the Condition. If true, the Condition becomes a NAND over its non-empty fields. Any non-empty field criteria evaluating to false will result in the Condition to be satisfied. Defaults to false.",
"type": "boolean"
},
"regions": {
Expand Down
5 changes: 3 additions & 2 deletions accesscontextmanager/v1beta/accesscontextmanager-gen.go

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

11 changes: 5 additions & 6 deletions assuredworkloads/v1/assuredworkloads-api.json
Expand Up @@ -519,7 +519,7 @@
}
}
},
"revision": "20230721",
"revision": "20230731",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1188,13 +1188,12 @@
"description": "Permissions granted to the AW Partner SA account for the customer workload",
"id": "GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions",
"properties": {
"dataLogsViewer": {
"description": "Allow the partner to view inspectability logs and monitoring violations.",
"assuredWorkloadsMonitoring": {
"description": "Optional. Allow partner to view violation alerts.",
"type": "boolean"
},
"remediateFolderViolations": {
"deprecated": true,
"description": "Allow partner to monitor folder and remediate violations",
"dataLogsViewer": {
"description": "Allow the partner to view inspectability logs and monitoring violations.",
"type": "boolean"
},
"serviceAccessApprover": {
Expand Down
35 changes: 18 additions & 17 deletions assuredworkloads/v1/assuredworkloads-gen.go

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

20 changes: 10 additions & 10 deletions assuredworkloads/v1beta1/assuredworkloads-api.json
Expand Up @@ -381,7 +381,7 @@
"workloads": {
"methods": {
"analyzeWorkloadMove": {
"description": "Analyzes a hypothetical move of a source project or project-based workload to a target (destination) folder-based workload.",
"description": "Analyzes a hypothetical move of a source project to a target (destination) folder-based workload.",
"flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}/organizations/{organizationsId1}/locations/{locationsId1}/workloads/{workloadsId1}:analyzeWorkloadMove",
"httpMethod": "GET",
"id": "assuredworkloads.organizations.locations.workloads.organizations.locations.workloads.analyzeWorkloadMove",
Expand All @@ -396,7 +396,7 @@
"type": "string"
},
"source": {
"description": "The source type is a project-based workload. Specify the workloads's relative resource name, formatted as: \"organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{WORKLOAD_ID}\" For example: \"organizations/123/locations/us-east1/workloads/assured-workload-1\"",
"description": "The source type is a project-based workload. Specify the workloads's relative resource name, formatted as: \"organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{WORKLOAD_ID}\" For example: \"organizations/123/locations/us-east1/workloads/assured-workload-1\" This option is now deprecated",
"location": "path",
"pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$",
"required": true,
Expand Down Expand Up @@ -549,7 +549,7 @@
"workloads": {
"methods": {
"analyzeWorkloadMove": {
"description": "Analyzes a hypothetical move of a source project or project-based workload to a target (destination) folder-based workload.",
"description": "Analyzes a hypothetical move of a source project to a target (destination) folder-based workload.",
"flatPath": "v1beta1/projects/{projectsId}/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}:analyzeWorkloadMove",
"httpMethod": "GET",
"id": "assuredworkloads.projects.organizations.locations.workloads.analyzeWorkloadMove",
Expand All @@ -566,7 +566,8 @@
"type": "string"
},
"source": {
"description": "The source type is a project-based workload. Specify the workloads's relative resource name, formatted as: \"organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{WORKLOAD_ID}\" For example: \"organizations/123/locations/us-east1/workloads/assured-workload-1\"",
"deprecated": true,
"description": "The source type is a project-based workload. Specify the workloads's relative resource name, formatted as: \"organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{WORKLOAD_ID}\" For example: \"organizations/123/locations/us-east1/workloads/assured-workload-1\" This option is now deprecated",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -595,7 +596,7 @@
}
}
},
"revision": "20230721",
"revision": "20230731",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1333,13 +1334,12 @@
"description": "Permissions granted to the AW Partner SA account for the customer workload",
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions",
"properties": {
"dataLogsViewer": {
"description": "Allow the partner to view inspectability logs and monitoring violations.",
"assuredWorkloadsMonitoring": {
"description": "Optional. Allow partner to view violation alerts.",
"type": "boolean"
},
"remediateFolderViolations": {
"deprecated": true,
"description": "Allow partner to monitor folder and remediate violations",
"dataLogsViewer": {
"description": "Allow the partner to view inspectability logs and monitoring violations.",
"type": "boolean"
},
"serviceAccessApprover": {
Expand Down
54 changes: 28 additions & 26 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

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

4 changes: 2 additions & 2 deletions beyondcorp/v1alpha/beyondcorp-api.json
Expand Up @@ -3769,7 +3769,7 @@
}
}
},
"revision": "20230717",
"revision": "20230726",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -5199,7 +5199,7 @@
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse",
"properties": {
"browserDlpRules": {
"description": "The list of ProxyConfig objects.",
"description": "The list of BrowserDlpRule objects.",
"items": {
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule"
},
Expand Down

0 comments on commit 979195d

Please sign in to comment.