Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions adsenseplatform/v1alpha/adsenseplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@
"$ref": "PlatformChildSite"
},
"scopes": [
"https://www.googleapis.com/auth/adsense"
"https://www.googleapis.com/auth/adsense",
"https://www.googleapis.com/auth/adsense.readonly"
]
},
"list": {
Expand Down Expand Up @@ -305,7 +306,8 @@
"$ref": "PlatformGroup"
},
"scopes": [
"https://www.googleapis.com/auth/adsense"
"https://www.googleapis.com/auth/adsense",
"https://www.googleapis.com/auth/adsense.readonly"
]
},
"list": {
Expand Down Expand Up @@ -689,7 +691,7 @@
}
}
},
"revision": "20250623",
"revision": "20250702",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down
4 changes: 2 additions & 2 deletions cloudasset/v1/cloudasset-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20250307",
"revision": "20250627",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AccessSelector": {
Expand Down Expand Up @@ -1485,7 +1485,7 @@
"type": "string"
},
"force": {
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.",
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMENT error.",
"type": "boolean"
},
"partitionSpec": {
Expand Down
2 changes: 1 addition & 1 deletion cloudasset/v1/cloudasset-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 cloudasset/v1p7beta1/cloudasset-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
}
}
},
"revision": "20250307",
"revision": "20250627",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AnalyzeIamPolicyLongrunningMetadata": {
Expand Down Expand Up @@ -349,7 +349,7 @@
"type": "string"
},
"force": {
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.",
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMENT error.",
"type": "boolean"
},
"partitionSpec": {
Expand Down
2 changes: 1 addition & 1 deletion cloudasset/v1p7beta1/cloudasset-gen.go

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

101 changes: 100 additions & 1 deletion policysimulator/v1/policysimulator-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,39 @@
"resources": {
"locations": {
"resources": {
"accessPolicySimulations": {
"resources": {
"operations": {
"methods": {
"get": {
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"flatPath": "v1/folders/{foldersId}/locations/{locationsId}/accessPolicySimulations/{accessPolicySimulationsId}/operations/{operationsId}",
"httpMethod": "GET",
"id": "policysimulator.folders.locations.accessPolicySimulations.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource.",
"location": "path",
"pattern": "^folders/[^/]+/locations/[^/]+/accessPolicySimulations/[^/]+/operations/.*$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
},
"orgPolicyViolationsPreviews": {
"resources": {
"operations": {
Expand Down Expand Up @@ -389,6 +422,39 @@
"resources": {
"locations": {
"resources": {
"accessPolicySimulations": {
"resources": {
"operations": {
"methods": {
"get": {
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/accessPolicySimulations/{accessPolicySimulationsId}/operations/{operationsId}",
"httpMethod": "GET",
"id": "policysimulator.organizations.locations.accessPolicySimulations.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource.",
"location": "path",
"pattern": "^organizations/[^/]+/locations/[^/]+/accessPolicySimulations/[^/]+/operations/.*$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
},
"orgPolicyViolationsPreviews": {
"methods": {
"create": {
Expand Down Expand Up @@ -735,6 +801,39 @@
"resources": {
"locations": {
"resources": {
"accessPolicySimulations": {
"resources": {
"operations": {
"methods": {
"get": {
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/accessPolicySimulations/{accessPolicySimulationsId}/operations/{operationsId}",
"httpMethod": "GET",
"id": "policysimulator.projects.locations.accessPolicySimulations.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/accessPolicySimulations/[^/]+/operations/.*$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
},
"orgPolicyViolationsPreviews": {
"resources": {
"operations": {
Expand Down Expand Up @@ -942,7 +1041,7 @@
}
}
},
"revision": "20250614",
"revision": "20250626",
"rootUrl": "https://policysimulator.googleapis.com/",
"schemas": {
"GoogleCloudOrgpolicyV2AlternatePolicySpec": {
Expand Down
Loading