Skip to content
Closed
12 changes: 8 additions & 4 deletions discovery/admin-reports_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@
"admin_data_action",
"contacts",
"takeout",
"graduation"
"graduation",
"voice",
"chrome_sync"
],
"enumDescriptions": [
"The Google Workspace Access Transparency activity reports return information about different types of Access Transparency activity events.",
Expand Down Expand Up @@ -211,10 +213,12 @@
"The Admin Data Action application's activity reports return information about various types of Admin Data Action activity events.",
"The Contacts application's activity reports return information about various types of Contacts activity events.",
"The Takeout application's activity reports return information about various types of Takeout activity events.",
"The Graduation application's activity reports return information about various types of Graduation activity events."
"The Graduation application's activity reports return information about various types of Graduation activity events.",
"The Voice application's activity reports return information about various types of Voice activity events.",
"The Chrome Sync application's activity reports return information about various types of Chrome Sync activity events."
],
"location": "path",
"pattern": "(access_evaluation)|(access_transparency)|(admin)|(admin_data_action)|(assignments)|(calendar)|(chat)|(chrome)|(classroom)|(cloud_search)|(contacts)|(context_aware_access)|(data_studio)|(data_migration)|(directory_sync)|(drive)|(gcp)|(gmail)|(gplus)|(graduation)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(ldap)|(login)|(meet)|(meet_hardware)|(mobile)|(profile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_in_workspace_apps)|(tasks)|(takeout)",
"pattern": "(access_evaluation)|(access_transparency)|(admin)|(admin_data_action)|(assignments)|(calendar)|(chat)|(chrome)|(classroom)|(cloud_search)|(contacts)|(context_aware_access)|(data_studio)|(data_migration)|(directory_sync)|(drive)|(gcp)|(gmail)|(gplus)|(graduation)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(ldap)|(login)|(meet)|(meet_hardware)|(mobile)|(profile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_in_workspace_apps)|(tasks)|(takeout)|(voice)|(chrome_sync)",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -686,7 +690,7 @@
}
}
},
"revision": "20260317",
"revision": "20260504",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Activities": {
Expand Down
14 changes: 8 additions & 6 deletions discovery/alloydb-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
]
},
"list": {
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
"flatPath": "v1/projects/{projectsId}/locations",
"httpMethod": "GET",
"id": "alloydb.projects.locations.list",
Expand All @@ -366,7 +366,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1879,7 +1879,7 @@
}
}
},
"revision": "20260326",
"revision": "20260423",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -5452,12 +5452,14 @@
"enum": [
"MODE_UNSPECIFIED",
"MODE_NATIVE",
"MODE_MONGODB_COMPATIBLE"
"MODE_MONGODB_COMPATIBLE",
"MODE_DATASTORE"
],
"enumDescriptions": [
"Default mode.",
"Native mode.",
"MongoDB compatible mode."
"MongoDB compatible mode.",
"Datastore mode."
],
"type": "string"
},
Expand Down Expand Up @@ -5938,7 +5940,7 @@
"type": "string"
},
"location": {
"description": "Resource location.",
"description": "Required. Resource location.",
"type": "string"
},
"resourceId": {
Expand Down
18 changes: 16 additions & 2 deletions discovery/androidpublisher-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5637,7 +5637,7 @@
}
}
},
"revision": "20260416",
"revision": "20260506",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -8092,7 +8092,7 @@
"type": "object"
},
"GeneratedApksPerSigningKey": {
"description": "Download metadata for split, standalone and universal APKs, as well as asset pack slices, signed with a given key.",
"description": "Download metadata for split, standalone and universal APKs, as well as asset pack slices, signed with a given key. Next ID: 10",
"id": "GeneratedApksPerSigningKey",
"properties": {
"certificateSha256Hash": {
Expand Down Expand Up @@ -8134,6 +8134,20 @@
"targetingInfo": {
"$ref": "TargetingInfo",
"description": "Contains targeting information about the generated apks."
},
"unprotectedGeneratedSplitApks": {
"description": "List of generated split APKs without automatic protection, signed with a key corresponding to certificate_sha256_hash. This field is only present if the app uses automatic protection. In this case, `generated_split_apks` contains APKs with automatic protection enabled, whereas this field contains APKs without automatic protection.",
"items": {
"$ref": "GeneratedSplitApk"
},
"type": "array"
},
"unprotectedGeneratedStandaloneApks": {
"description": "List of generated standalone APKs without automatic protection, signed with a key corresponding to certificate_sha256_hash. This field is only present if the app uses automatic protection. In this case, `generated_standalone_apks` contains APKs with automatic protection enabled, whereas this field contains APKs without automatic protection.",
"items": {
"$ref": "GeneratedStandaloneApk"
},
"type": "array"
}
},
"type": "object"
Expand Down
21 changes: 20 additions & 1 deletion discovery/bigquerydatapolicy-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
}
}
},
"revision": "20251001",
"revision": "20260415",
"rootUrl": "https://bigquerydatapolicy.googleapis.com/",
"schemas": {
"AddGranteesRequest": {
Expand Down Expand Up @@ -531,6 +531,21 @@
},
"type": "object"
},
"DataGovernanceTag": {
"description": "Data Governance tag This is a namespaced name specifying the key and the value. For example: `project-id/pii/sensitive`.",
"id": "DataGovernanceTag",
"properties": {
"key": {
"description": "Optional. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example `parent-id/pii` where `parent-id` is the ID of the parent organization or project resource for this tag key.",
"type": "string"
},
"value": {
"description": "Optional. Specifies the tag value as the short name, for example `sensitive`.",
"type": "string"
}
},
"type": "object"
},
"DataMaskingPolicy": {
"description": "The policy used to specify data masking rule.",
"id": "DataMaskingPolicy",
Expand Down Expand Up @@ -572,6 +587,10 @@
"description": "Represents the label-policy binding.",
"id": "DataPolicy",
"properties": {
"dataGovernanceTag": {
"$ref": "DataGovernanceTag",
"description": "Optional. Data Governance tag bound to the Data Policy."
},
"dataMaskingPolicy": {
"$ref": "DataMaskingPolicy",
"description": "Optional. The data masking policy that specifies the data masking rule to use. It must be set if the data policy type is DATA_MASKING_POLICY."
Expand Down
Loading
Loading