diff --git a/discovery/chromemanagement-v1.json b/discovery/chromemanagement-v1.json index d02008a9664..c7c2ab3ab32 100644 --- a/discovery/chromemanagement-v1.json +++ b/discovery/chromemanagement-v1.json @@ -1484,6 +1484,83 @@ "scopes": [ "https://www.googleapis.com/auth/chrome.management.reports.readonly" ] + }, + "findInstalledAppProfiles": { + "description": "Generate report of managed Chrome profiles that have a specified app installed.", + "flatPath": "v1/customers/{customersId}/reports:findInstalledAppProfiles", + "httpMethod": "GET", + "id": "chromemanagement.customers.reports.findInstalledAppProfiles", + "parameterOrder": [ + "customer" + ], + "parameters": { + "appId": { + "description": "Required. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote).", + "location": "query", + "type": "string" + }, + "appType": { + "description": "Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID.", + "enum": [ + "APP_TYPE_UNSPECIFIED", + "EXTENSION", + "APP", + "THEME", + "HOSTED_APP", + "ANDROID_APP" + ], + "enumDescriptions": [ + "App type not specified.", + "Chrome extension.", + "Chrome app.", + "Chrome theme.", + "Chrome hosted app.", + "ARC++ app." + ], + "location": "query", + "type": "string" + }, + "customer": { + "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.", + "location": "path", + "pattern": "^customers/[^/]+$", + "required": true, + "type": "string" + }, + "filter": { + "description": "Optional. Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. Field used to order results. Supported order by fields: * email * profile_id * profile_permanent_id", + "location": "query", + "type": "string" + }, + "orgUnitId": { + "description": "Optional. The ID of the organizational unit.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of results to return. Maximum and default are 100.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Token to specify the page of the request to be returned.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+customer}/reports:findInstalledAppProfiles", + "response": { + "$ref": "GoogleChromeManagementV1FindInstalledAppProfilesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/chrome.management.reports.readonly" + ] } } }, @@ -1928,7 +2005,7 @@ } } }, - "revision": "20260424", + "revision": "20260505", "rootUrl": "https://chromemanagement.googleapis.com/", "schemas": { "GoogleChromeManagementV1AndroidAppInfo": { @@ -3504,6 +3581,29 @@ }, "type": "object" }, + "GoogleChromeManagementV1FindInstalledAppProfilesResponse": { + "description": "Response containing a list of profiles with queried app installed.", + "id": "GoogleChromeManagementV1FindInstalledAppProfilesResponse", + "properties": { + "nextPageToken": { + "description": "Token to specify the next page of the request.", + "type": "string" + }, + "profiles": { + "description": "A list of profiles which have the app installed. Sorted in ascending alphabetical order on the profile.Email field.", + "items": { + "$ref": "GoogleChromeManagementV1ProfileAppInstallInstance" + }, + "type": "array" + }, + "totalSize": { + "description": "Total number of profiles matching request.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "GoogleChromeManagementV1GraphicsAdapterInfo": { "description": "Information of a graphics adapter (GPU).", "id": "GoogleChromeManagementV1GraphicsAdapterInfo", @@ -4346,6 +4446,33 @@ }, "type": "object" }, + "GoogleChromeManagementV1ProfileAppInstallInstance": { + "description": "Describes a profile reporting Chrome Profile information.", + "id": "GoogleChromeManagementV1ProfileAppInstallInstance", + "properties": { + "email": { + "description": "Output only. The email of the profile.", + "readOnly": true, + "type": "string" + }, + "profileId": { + "description": "Output only. The Chrome client side profile ID.", + "readOnly": true, + "type": "string" + }, + "profileOrgUnitId": { + "description": "Output only. The organizational unit id of the profile.", + "readOnly": true, + "type": "string" + }, + "profilePermanentId": { + "description": "Output only. Profile permanent ID is the unique identifier of a profile within one customer.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "GoogleChromeManagementV1RiskAssessment": { "description": "Risk assessment for a Chrome extension.", "id": "GoogleChromeManagementV1RiskAssessment", @@ -6367,7 +6494,8 @@ "XDR", "IDENTITY_BASED_ENROLLMENT", "CERTIFICATE_AUTHORITY", - "ROOT_STORE" + "ROOT_STORE", + "CONTENT_ANALYSIS" ], "enumDescriptions": [ "Default value. This value is unused.", @@ -6376,7 +6504,8 @@ "XDR connector.", "Authentication connector.", "Certificate authority connector. Not yet supported in the API.", - "Root certificate connector." + "Root certificate connector.", + "Content analysis connector." ], "type": "string" } @@ -6407,6 +6536,10 @@ "$ref": "GoogleChromeManagementVersionsV1GoogleSecOpsConfig", "description": "Google SecOps connector config." }, + "mipLabelConfig": { + "$ref": "GoogleChromeManagementVersionsV1MipLabelConfig", + "description": "MIP label connector config." + }, "paloAltoNetworksConfig": { "$ref": "GoogleChromeManagementVersionsV1PaloAltoNetworksConfig", "description": "Palo Alto Networks connector config." @@ -6722,6 +6855,24 @@ }, "type": "object" }, + "GoogleChromeManagementVersionsV1MipLabelConfig": { + "description": "MIP label connector config.", + "id": "GoogleChromeManagementVersionsV1MipLabelConfig", + "properties": { + "domains": { + "description": "Optional. Domain can be used optionally for the corner case where one Dasher customer ID maps to multiple Microsoft tenant ID. Each domain can be verified with at most one Microsoft tenant.", + "items": { + "type": "string" + }, + "type": "array" + }, + "microsoftTenantId": { + "description": "Required. Microsoft tenant ID.", + "type": "string" + } + }, + "type": "object" + }, "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest": { "description": "Request to MoveThirdPartyProfileUser method.", "id": "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest", diff --git a/discovery/dataflow-v1b3.json b/discovery/dataflow-v1b3.json index 674e6706511..20b985248b5 100644 --- a/discovery/dataflow-v1b3.json +++ b/discovery/dataflow-v1b3.json @@ -2400,7 +2400,7 @@ } } }, - "revision": "20260405", + "revision": "20260503", "rootUrl": "https://dataflow.googleapis.com/", "schemas": { "ApproximateProgress": { @@ -5192,6 +5192,10 @@ "name": { "description": "The name of the package.", "type": "string" + }, + "sha256": { + "description": "Optional. The hex-encoded SHA256 checksum of the package. If the checksum is provided, the worker will verify the checksum of the package before using it. If the checksum does not match, the worker will fail to start.", + "type": "string" } }, "type": "object" diff --git a/discovery/displayvideo-v2.json b/discovery/displayvideo-v2.json index 9554aae8d87..e440ab1fe76 100644 --- a/discovery/displayvideo-v2.json +++ b/discovery/displayvideo-v2.json @@ -7789,7 +7789,7 @@ } } }, - "revision": "20260421", + "revision": "20260505", "rootUrl": "https://displayvideo.googleapis.com/", "schemas": { "ActivateManualTriggerRequest": { @@ -9721,7 +9721,8 @@ "GEO_REGION_TYPE_DIVISION", "GEO_REGION_TYPE_COMMUNE", "GEO_REGION_TYPE_COLLOQUIAL_AREA", - "GEO_REGION_TYPE_POST_TOWN" + "GEO_REGION_TYPE_POST_TOWN", + "GEO_REGION_TYPE_WARD" ], "enumDescriptions": [ "The geographic region type is unknown.", @@ -9762,7 +9763,8 @@ "The geographic region is a division.", "The geographic region is a commune.", "The geographic region is a colloquial area.", - "The geographic region is a post town." + "The geographic region is a post town.", + "The geographic region is a ward." ], "readOnly": true, "type": "string" @@ -13544,7 +13546,8 @@ "GEO_REGION_TYPE_DIVISION", "GEO_REGION_TYPE_COMMUNE", "GEO_REGION_TYPE_COLLOQUIAL_AREA", - "GEO_REGION_TYPE_POST_TOWN" + "GEO_REGION_TYPE_POST_TOWN", + "GEO_REGION_TYPE_WARD" ], "enumDescriptions": [ "The geographic region type is unknown.", @@ -13585,7 +13588,8 @@ "The geographic region is a division.", "The geographic region is a commune.", "The geographic region is a colloquial area.", - "The geographic region is a post town." + "The geographic region is a post town.", + "The geographic region is a ward." ], "readOnly": true, "type": "string" @@ -13662,7 +13666,8 @@ "GEO_REGION_TYPE_DIVISION", "GEO_REGION_TYPE_COMMUNE", "GEO_REGION_TYPE_COLLOQUIAL_AREA", - "GEO_REGION_TYPE_POST_TOWN" + "GEO_REGION_TYPE_POST_TOWN", + "GEO_REGION_TYPE_WARD" ], "enumDescriptions": [ "The geographic region type is unknown.", @@ -13703,7 +13708,8 @@ "The geographic region is a division.", "The geographic region is a commune.", "The geographic region is a colloquial area.", - "The geographic region is a post town." + "The geographic region is a post town.", + "The geographic region is a ward." ], "readOnly": true, "type": "string" diff --git a/discovery/displayvideo-v3.json b/discovery/displayvideo-v3.json index fa9c4943e09..536f43f201c 100644 --- a/discovery/displayvideo-v3.json +++ b/discovery/displayvideo-v3.json @@ -8508,7 +8508,7 @@ } } }, - "revision": "20260421", + "revision": "20260505", "rootUrl": "https://displayvideo.googleapis.com/", "schemas": { "ActiveViewVideoViewabilityMetricConfig": { @@ -12252,7 +12252,8 @@ "GEO_REGION_TYPE_DIVISION", "GEO_REGION_TYPE_COMMUNE", "GEO_REGION_TYPE_COLLOQUIAL_AREA", - "GEO_REGION_TYPE_POST_TOWN" + "GEO_REGION_TYPE_POST_TOWN", + "GEO_REGION_TYPE_WARD" ], "enumDescriptions": [ "The geographic region type is unknown.", @@ -12293,7 +12294,8 @@ "The geographic region is a division.", "The geographic region is a commune.", "The geographic region is a colloquial area.", - "The geographic region is a post town." + "The geographic region is a post town.", + "The geographic region is a ward." ], "readOnly": true, "type": "string" @@ -17147,7 +17149,8 @@ "GEO_REGION_TYPE_DIVISION", "GEO_REGION_TYPE_COMMUNE", "GEO_REGION_TYPE_COLLOQUIAL_AREA", - "GEO_REGION_TYPE_POST_TOWN" + "GEO_REGION_TYPE_POST_TOWN", + "GEO_REGION_TYPE_WARD" ], "enumDescriptions": [ "The geographic region type is unknown.", @@ -17188,7 +17191,8 @@ "The geographic region is a division.", "The geographic region is a commune.", "The geographic region is a colloquial area.", - "The geographic region is a post town." + "The geographic region is a post town.", + "The geographic region is a ward." ], "readOnly": true, "type": "string" @@ -17265,7 +17269,8 @@ "GEO_REGION_TYPE_DIVISION", "GEO_REGION_TYPE_COMMUNE", "GEO_REGION_TYPE_COLLOQUIAL_AREA", - "GEO_REGION_TYPE_POST_TOWN" + "GEO_REGION_TYPE_POST_TOWN", + "GEO_REGION_TYPE_WARD" ], "enumDescriptions": [ "The geographic region type is unknown.", @@ -17306,7 +17311,8 @@ "The geographic region is a division.", "The geographic region is a commune.", "The geographic region is a colloquial area.", - "The geographic region is a post town." + "The geographic region is a post town.", + "The geographic region is a ward." ], "readOnly": true, "type": "string" diff --git a/discovery/displayvideo-v4.json b/discovery/displayvideo-v4.json index b44889da37b..5d5059662ef 100644 --- a/discovery/displayvideo-v4.json +++ b/discovery/displayvideo-v4.json @@ -9363,7 +9363,7 @@ } } }, - "revision": "20260421", + "revision": "20260505", "rootUrl": "https://displayvideo.googleapis.com/", "schemas": { "ActiveViewVideoViewabilityMetricConfig": { @@ -13191,7 +13191,8 @@ "GEO_REGION_TYPE_DIVISION", "GEO_REGION_TYPE_COMMUNE", "GEO_REGION_TYPE_COLLOQUIAL_AREA", - "GEO_REGION_TYPE_POST_TOWN" + "GEO_REGION_TYPE_POST_TOWN", + "GEO_REGION_TYPE_WARD" ], "enumDescriptions": [ "The geographic region type is unknown.", @@ -13232,7 +13233,8 @@ "The geographic region is a division.", "The geographic region is a commune.", "The geographic region is a colloquial area.", - "The geographic region is a post town." + "The geographic region is a post town.", + "The geographic region is a ward." ], "readOnly": true, "type": "string" @@ -18207,7 +18209,8 @@ "GEO_REGION_TYPE_DIVISION", "GEO_REGION_TYPE_COMMUNE", "GEO_REGION_TYPE_COLLOQUIAL_AREA", - "GEO_REGION_TYPE_POST_TOWN" + "GEO_REGION_TYPE_POST_TOWN", + "GEO_REGION_TYPE_WARD" ], "enumDescriptions": [ "The geographic region type is unknown.", @@ -18248,7 +18251,8 @@ "The geographic region is a division.", "The geographic region is a commune.", "The geographic region is a colloquial area.", - "The geographic region is a post town." + "The geographic region is a post town.", + "The geographic region is a ward." ], "readOnly": true, "type": "string" @@ -18325,7 +18329,8 @@ "GEO_REGION_TYPE_DIVISION", "GEO_REGION_TYPE_COMMUNE", "GEO_REGION_TYPE_COLLOQUIAL_AREA", - "GEO_REGION_TYPE_POST_TOWN" + "GEO_REGION_TYPE_POST_TOWN", + "GEO_REGION_TYPE_WARD" ], "enumDescriptions": [ "The geographic region type is unknown.", @@ -18366,7 +18371,8 @@ "The geographic region is a division.", "The geographic region is a commune.", "The geographic region is a colloquial area.", - "The geographic region is a post town." + "The geographic region is a post town.", + "The geographic region is a ward." ], "readOnly": true, "type": "string" diff --git a/discovery/orgpolicy-v2.json b/discovery/orgpolicy-v2.json index e091560cfe6..90681ad359e 100644 --- a/discovery/orgpolicy-v2.json +++ b/discovery/orgpolicy-v2.json @@ -119,13 +119,13 @@ ], "parameters": { "pageSize": { - "description": "Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.", + "description": "Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.", + "description": "Page token used to retrieve the next page. This is not used, but the server may at any point start using this field.", "location": "query", "type": "string" }, @@ -267,13 +267,13 @@ ], "parameters": { "pageSize": { - "description": "Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.", + "description": "Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.", + "description": "Page token used to retrieve the next page. This is not used, but the server may at any point start using this field.", "location": "query", "type": "string" }, @@ -345,13 +345,13 @@ ], "parameters": { "pageSize": { - "description": "Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.", + "description": "Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.", + "description": "Page token used to retrieve the next page. This is not used, but the server may at any point start using this field.", "location": "query", "type": "string" }, @@ -463,13 +463,13 @@ ], "parameters": { "pageSize": { - "description": "Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.", + "description": "Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.", + "description": "Page token used to retrieve the next page. This is not used, but the server may at any point start using this field.", "location": "query", "type": "string" }, @@ -499,7 +499,7 @@ ], "parameters": { "name": { - "description": "Immutable. Name of the constraint. This is unique within the organization. Format of the name should be * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id}/customConstraints/custom.` is not counted.", + "description": "Immutable. Name of the constraint. This is unique within the organization. The name must be of the form: * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id}/customConstraints/custom.` is not counted.", "location": "path", "pattern": "^organizations/[^/]+/customConstraints/[^/]+$", "required": true, @@ -639,13 +639,13 @@ ], "parameters": { "pageSize": { - "description": "Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.", + "description": "Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.", + "description": "Page token used to retrieve the next page. This is not used, but the server may at any point start using this field.", "location": "query", "type": "string" }, @@ -717,13 +717,13 @@ ], "parameters": { "pageSize": { - "description": "Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.", + "description": "Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.", + "description": "Page token used to retrieve the next page. This is not used, but the server may at any point start using this field.", "location": "query", "type": "string" }, @@ -865,13 +865,13 @@ ], "parameters": { "pageSize": { - "description": "Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.", + "description": "Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.", + "description": "Page token used to retrieve the next page. This is not used, but the server may at any point start using this field.", "location": "query", "type": "string" }, @@ -930,7 +930,7 @@ } } }, - "revision": "20260312", + "revision": "20260504", "rootUrl": "https://orgpolicy.googleapis.com/", "schemas": { "GoogleCloudOrgpolicyV2AlternatePolicySpec": { @@ -938,7 +938,7 @@ "id": "GoogleCloudOrgpolicyV2AlternatePolicySpec", "properties": { "launch": { - "description": "Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy.", + "description": "Reference to the launch that will be used while audit logging and to control the launch. Set only in the alternate policy.", "type": "string" }, "spec": { @@ -964,7 +964,7 @@ "DENY" ], "enumDescriptions": [ - "This is only used for distinguishing unset values and should never be used. Results in an error.", + "This is only used for distinguishing unset values, and results in an error if set.", "Indicate that all values are allowed for list constraints. Indicate that enforcement is off for boolean constraints.", "Indicate that all values are denied for list constraints. Indicate that enforcement is on for boolean constraints." ], @@ -1024,7 +1024,7 @@ "DENY" ], "enumDescriptions": [ - "This is only used for distinguishing unset values and should never be used. Results in an error.", + "This is only used for distinguishing unset values, and results in an error if used.", "Allowed action type.", "Deny action type." ], @@ -1046,10 +1046,10 @@ "GOVERN_TAGS" ], "enumDescriptions": [ - "This is only used for distinguishing unset values and should never be used. Results in an error.", + "This is only used for distinguishing unset values, and results in an error if used.", "Constraint applied when creating the resource.", "Constraint applied when updating the resource.", - "Constraint applied when deleting the resource. Not currently supported.", + "Constraint applied when deleting the resource. Not supported.", "Constraint applied when removing an IAM grant.", "Constraint applied when enforcing forced tagging." ], @@ -1091,7 +1091,7 @@ "BOOLEAN" ], "enumDescriptions": [ - "This is only used for distinguishing unset values and should never be used. Results in an error.", + "This is only used for distinguishing unset values, and results in an error if used.", "List parameter type.", "String parameter type.", "Boolean parameter type." @@ -1111,7 +1111,7 @@ "BOOLEAN" ], "enumDescriptions": [ - "This is only used for distinguishing unset values and should never be used. Results in an error.", + "This is only used for distinguishing unset values, and results in an error if used.", "List parameter type.", "String parameter type.", "Boolean parameter type." @@ -1163,7 +1163,7 @@ "DENY" ], "enumDescriptions": [ - "This is only used for distinguishing unset values and should never be used. Results in an error.", + "This is only used for distinguishing unset values, and results in an error if used.", "Allowed action type.", "Deny action type." ], @@ -1193,10 +1193,10 @@ "GOVERN_TAGS" ], "enumDescriptions": [ - "This is only used for distinguishing unset values and should never be used. Results in an error.", + "This is only used for distinguishing unset values, and results in an error if used.", "Constraint applied when creating the resource.", "Constraint applied when updating the resource.", - "Constraint applied when deleting the resource. Not currently supported.", + "Constraint applied when deleting the resource. Not supported.", "Constraint applied when removing an IAM grant.", "Constraint applied when enforcing forced tagging." ], @@ -1205,7 +1205,7 @@ "type": "array" }, "name": { - "description": "Immutable. Name of the constraint. This is unique within the organization. Format of the name should be * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id}/customConstraints/custom.` is not counted.", + "description": "Immutable. Name of the constraint. This is unique within the organization. The name must be of the form: * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id}/customConstraints/custom.` is not counted.", "type": "string" }, "resourceTypes": { @@ -1236,7 +1236,7 @@ "type": "array" }, "nextPageToken": { - "description": "Page token used to retrieve the next page. This is currently not used.", + "description": "Page token used to retrieve the next page. This is not used.", "type": "string" } }, @@ -1254,7 +1254,7 @@ "type": "array" }, "nextPageToken": { - "description": "Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.", + "description": "Page token used to retrieve the next page. This is not used, but the server may at any point start supplying a valid token.", "type": "string" } }, @@ -1265,7 +1265,7 @@ "id": "GoogleCloudOrgpolicyV2ListPoliciesResponse", "properties": { "nextPageToken": { - "description": "Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.", + "description": "Page token used to retrieve the next page. This is not used, but the server may at any point start supplying a valid token.", "type": "string" }, "policies": { diff --git a/discovery/servicecontrol-v2.json b/discovery/servicecontrol-v2.json index 7c99e65d18c..c6cfc7b690e 100644 --- a/discovery/servicecontrol-v2.json +++ b/discovery/servicecontrol-v2.json @@ -169,7 +169,7 @@ } } }, - "revision": "20251125", + "revision": "20260428", "rootUrl": "https://servicecontrol.googleapis.com/", "schemas": { "Api": { @@ -245,6 +245,10 @@ "description": "Common audit log format for Google Cloud Platform API operations. ", "id": "AuditLog", "properties": { + "apiVersionIdentifier": { + "description": "The API version identifier of the operation that uses interface based versioning (IBV). For example, `\"2026-01-01-preview\"`. The version identifier generally follows the format of [variant_]date[_decorator]. It should not be parsed because the exact format varies across services.", + "type": "string" + }, "authenticationInfo": { "$ref": "AuthenticationInfo", "description": "Authentication information." diff --git a/discovery/walletobjects-v1.json b/discovery/walletobjects-v1.json index 9e0f917953d..7d14b4b636f 100644 --- a/discovery/walletobjects-v1.json +++ b/discovery/walletobjects-v1.json @@ -2713,7 +2713,7 @@ } } }, - "revision": "20260408", + "revision": "20260506", "rootUrl": "https://walletobjects.googleapis.com/", "schemas": { "ActivationOptions": { @@ -7314,6 +7314,11 @@ "format": "byte", "type": "string" }, + "sha512Hash": { + "description": "Scotty-provided SHA512 hash for an upload.", + "format": "byte", + "type": "string" + }, "timestamp": { "description": "Time at which the media data was last updated, in milliseconds since UNIX epoch", "format": "uint64", diff --git a/src/apis/chromemanagement/v1.ts b/src/apis/chromemanagement/v1.ts index 13f97124e06..94a9062d516 100644 --- a/src/apis/chromemanagement/v1.ts +++ b/src/apis/chromemanagement/v1.ts @@ -1146,6 +1146,23 @@ export namespace chromemanagement_v1 { */ totalSize?: number | null; } + /** + * Response containing a list of profiles with queried app installed. + */ + export interface Schema$GoogleChromeManagementV1FindInstalledAppProfilesResponse { + /** + * Token to specify the next page of the request. + */ + nextPageToken?: string | null; + /** + * A list of profiles which have the app installed. Sorted in ascending alphabetical order on the profile.Email field. + */ + profiles?: Schema$GoogleChromeManagementV1ProfileAppInstallInstance[]; + /** + * Total number of profiles matching request. + */ + totalSize?: number | null; + } /** * Information of a graphics adapter (GPU). */ @@ -1649,6 +1666,27 @@ export namespace chromemanagement_v1 { */ userId?: string | null; } + /** + * Describes a profile reporting Chrome Profile information. + */ + export interface Schema$GoogleChromeManagementV1ProfileAppInstallInstance { + /** + * Output only. The email of the profile. + */ + email?: string | null; + /** + * Output only. The Chrome client side profile ID. + */ + profileId?: string | null; + /** + * Output only. The organizational unit id of the profile. + */ + profileOrgUnitId?: string | null; + /** + * Output only. Profile permanent ID is the unique identifier of a profile within one customer. + */ + profilePermanentId?: string | null; + } /** * Risk assessment for a Chrome extension. */ @@ -2735,6 +2773,10 @@ export namespace chromemanagement_v1 { * Google SecOps connector config. */ googleSecOpsConfig?: Schema$GoogleChromeManagementVersionsV1GoogleSecOpsConfig; + /** + * MIP label connector config. + */ + mipLabelConfig?: Schema$GoogleChromeManagementVersionsV1MipLabelConfig; /** * Palo Alto Networks connector config. */ @@ -2944,6 +2986,19 @@ export namespace chromemanagement_v1 { */ nextPageToken?: string | null; } + /** + * MIP label connector config. + */ + export interface Schema$GoogleChromeManagementVersionsV1MipLabelConfig { + /** + * Optional. Domain can be used optionally for the corner case where one Dasher customer ID maps to multiple Microsoft tenant ID. Each domain can be verified with at most one Microsoft tenant. + */ + domains?: string[] | null; + /** + * Required. Microsoft tenant ID. + */ + microsoftTenantId?: string | null; + } /** * Request to MoveThirdPartyProfileUser method. */ @@ -9649,6 +9704,174 @@ export namespace chromemanagement_v1 { ); } } + + /** + * Generate report of managed Chrome profiles that have a specified app installed. + * @example + * ```js + * // Before running the sample: + * // - Enable the API at: + * // https://console.developers.google.com/apis/api/chromemanagement.googleapis.com + * // - Login into gcloud by running: + * // ```sh + * // $ gcloud auth application-default login + * // ``` + * // - Install the npm module by running: + * // ```sh + * // $ npm install googleapis + * // ``` + * + * const {google} = require('googleapis'); + * const chromemanagement = google.chromemanagement('v1'); + * + * async function main() { + * const auth = new google.auth.GoogleAuth({ + * // Scopes can be specified either as an array or as a single, space-delimited string. + * scopes: [ + * 'https://www.googleapis.com/auth/chrome.management.reports.readonly', + * ], + * }); + * + * // Acquire an auth client, and bind it to all future calls + * const authClient = await auth.getClient(); + * google.options({auth: authClient}); + * + * // Do the magic + * const res = await chromemanagement.customers.reports.findInstalledAppProfiles( + * { + * // Required. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote). + * appId: 'placeholder-value', + * // Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID. + * appType: 'placeholder-value', + * // Required. Customer id or "my_customer" to use the customer associated to the account making the request. + * customer: 'customers/my-customer', + * // Optional. Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date + * filter: 'placeholder-value', + * // Optional. Field used to order results. Supported order by fields: * email * profile_id * profile_permanent_id + * orderBy: 'placeholder-value', + * // Optional. The ID of the organizational unit. + * orgUnitId: 'placeholder-value', + * // Optional. Maximum number of results to return. Maximum and default are 100. + * pageSize: 'placeholder-value', + * // Optional. Token to specify the page of the request to be returned. + * pageToken: 'placeholder-value', + * }, + * ); + * console.log(res.data); + * + * // Example response + * // { + * // "nextPageToken": "my_nextPageToken", + * // "profiles": [], + * // "totalSize": 0 + * // } + * } + * + * main().catch(e => { + * console.error(e); + * throw e; + * }); + * + * ``` + * + * @param params - Parameters for request + * @param options - Optionally override request options, such as `url`, `method`, and `encoding`. + * @param callback - Optional callback that handles the response. + * @returns A promise if used with async/await, or void if used with a callback. + */ + findInstalledAppProfiles( + params: Params$Resource$Customers$Reports$Findinstalledappprofiles, + options: StreamMethodOptions + ): Promise>; + findInstalledAppProfiles( + params?: Params$Resource$Customers$Reports$Findinstalledappprofiles, + options?: MethodOptions + ): Promise< + GaxiosResponseWithHTTP2 + >; + findInstalledAppProfiles( + params: Params$Resource$Customers$Reports$Findinstalledappprofiles, + options: StreamMethodOptions | BodyResponseCallback, + callback: BodyResponseCallback + ): void; + findInstalledAppProfiles( + params: Params$Resource$Customers$Reports$Findinstalledappprofiles, + options: + | MethodOptions + | BodyResponseCallback, + callback: BodyResponseCallback + ): void; + findInstalledAppProfiles( + params: Params$Resource$Customers$Reports$Findinstalledappprofiles, + callback: BodyResponseCallback + ): void; + findInstalledAppProfiles( + callback: BodyResponseCallback + ): void; + findInstalledAppProfiles( + paramsOrCallback?: + | Params$Resource$Customers$Reports$Findinstalledappprofiles + | BodyResponseCallback + | BodyResponseCallback, + optionsOrCallback?: + | MethodOptions + | StreamMethodOptions + | BodyResponseCallback + | BodyResponseCallback, + callback?: + | BodyResponseCallback + | BodyResponseCallback + ): + | void + | Promise< + GaxiosResponseWithHTTP2 + > + | Promise> { + let params = (paramsOrCallback || + {}) as Params$Resource$Customers$Reports$Findinstalledappprofiles; + let options = (optionsOrCallback || {}) as MethodOptions; + + if (typeof paramsOrCallback === 'function') { + callback = paramsOrCallback; + params = + {} as Params$Resource$Customers$Reports$Findinstalledappprofiles; + options = {}; + } + + if (typeof optionsOrCallback === 'function') { + callback = optionsOrCallback; + options = {}; + } + + const rootUrl = + options.rootUrl || 'https://chromemanagement.googleapis.com/'; + const parameters = { + options: Object.assign( + { + url: ( + rootUrl + '/v1/{+customer}/reports:findInstalledAppProfiles' + ).replace(/([^:]\/)\/+/g, '$1'), + method: 'GET', + apiVersion: '', + }, + options + ), + params, + requiredParams: ['customer'], + pathParams: ['customer'], + context: this.context, + }; + if (callback) { + createAPIRequest( + parameters, + callback as BodyResponseCallback + ); + } else { + return createAPIRequest( + parameters + ); + } + } } export interface Params$Resource$Customers$Reports$Countactivedevices extends StandardParameters { @@ -9939,6 +10162,40 @@ export namespace chromemanagement_v1 { */ pageToken?: string; } + export interface Params$Resource$Customers$Reports$Findinstalledappprofiles extends StandardParameters { + /** + * Required. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote). + */ + appId?: string; + /** + * Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID. + */ + appType?: string; + /** + * Required. Customer id or "my_customer" to use the customer associated to the account making the request. + */ + customer?: string; + /** + * Optional. Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date + */ + filter?: string; + /** + * Optional. Field used to order results. Supported order by fields: * email * profile_id * profile_permanent_id + */ + orderBy?: string; + /** + * Optional. The ID of the organizational unit. + */ + orgUnitId?: string; + /** + * Optional. Maximum number of results to return. Maximum and default are 100. + */ + pageSize?: number; + /** + * Optional. Token to specify the page of the request to be returned. + */ + pageToken?: string; + } export class Resource$Customers$Telemetry { context: APIRequestContext; diff --git a/src/apis/dataflow/v1b3.ts b/src/apis/dataflow/v1b3.ts index 8c83eaf6fa8..b698a8c0ff8 100644 --- a/src/apis/dataflow/v1b3.ts +++ b/src/apis/dataflow/v1b3.ts @@ -2078,6 +2078,10 @@ export namespace dataflow_v1b3 { * The name of the package. */ name?: string | null; + /** + * Optional. The hex-encoded SHA256 checksum of the package. If the checksum is provided, the worker will verify the checksum of the package before using it. If the checksum does not match, the worker will fail to start. + */ + sha256?: string | null; } /** * Describes a particular operation comprising a MapTask. diff --git a/src/apis/orgpolicy/v2.ts b/src/apis/orgpolicy/v2.ts index eccc8b21f61..f51394cec05 100644 --- a/src/apis/orgpolicy/v2.ts +++ b/src/apis/orgpolicy/v2.ts @@ -133,7 +133,7 @@ export namespace orgpolicy_v2 { */ export interface Schema$GoogleCloudOrgpolicyV2AlternatePolicySpec { /** - * Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy. + * Reference to the launch that will be used while audit logging and to control the launch. Set only in the alternate policy. */ launch?: string | null; /** @@ -292,7 +292,7 @@ export namespace orgpolicy_v2 { */ methodTypes?: string[] | null; /** - * Immutable. Name of the constraint. This is unique within the organization. Format of the name should be * `organizations/{organization_id\}/customConstraints/{custom_constraint_id\}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id\}/customConstraints/custom.` is not counted. + * Immutable. Name of the constraint. This is unique within the organization. The name must be of the form: * `organizations/{organization_id\}/customConstraints/{custom_constraint_id\}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id\}/customConstraints/custom.` is not counted. */ name?: string | null; /** @@ -313,7 +313,7 @@ export namespace orgpolicy_v2 { */ constraints?: Schema$GoogleCloudOrgpolicyV2Constraint[]; /** - * Page token used to retrieve the next page. This is currently not used. + * Page token used to retrieve the next page. This is not used. */ nextPageToken?: string | null; } @@ -326,7 +326,7 @@ export namespace orgpolicy_v2 { */ customConstraints?: Schema$GoogleCloudOrgpolicyV2CustomConstraint[]; /** - * Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token. + * Page token used to retrieve the next page. This is not used, but the server may at any point start supplying a valid token. */ nextPageToken?: string | null; } @@ -335,7 +335,7 @@ export namespace orgpolicy_v2 { */ export interface Schema$GoogleCloudOrgpolicyV2ListPoliciesResponse { /** - * Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token. + * Page token used to retrieve the next page. This is not used, but the server may at any point start supplying a valid token. */ nextPageToken?: string | null; /** @@ -509,9 +509,9 @@ export namespace orgpolicy_v2 { * * // Do the magic * const res = await orgpolicy.folders.constraints.list({ - * // Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * // Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. * pageSize: 'placeholder-value', - * // Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * // Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. * pageToken: 'placeholder-value', * // Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms: * `projects/{project_number\}` * `projects/{project_id\}` * `folders/{folder_id\}` * `organizations/{organization_id\}` * parent: 'folders/my-folder', @@ -633,11 +633,11 @@ export namespace orgpolicy_v2 { export interface Params$Resource$Folders$Constraints$List extends StandardParameters { /** - * Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. */ pageSize?: number; /** - * Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. */ pageToken?: string; /** @@ -1267,9 +1267,9 @@ export namespace orgpolicy_v2 { * * // Do the magic * const res = await orgpolicy.folders.policies.list({ - * // Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * // Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. * pageSize: 'placeholder-value', - * // Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * // Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. * pageToken: 'placeholder-value', * // Required. The target Google Cloud resource that parents the set of constraints and policies that will be returned from this call. Must be in one of the following forms: * `projects/{project_number\}` * `projects/{project_id\}` * `folders/{folder_id\}` * `organizations/{organization_id\}` * parent: 'folders/my-folder', @@ -1582,11 +1582,11 @@ export namespace orgpolicy_v2 { } export interface Params$Resource$Folders$Policies$List extends StandardParameters { /** - * Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. */ pageSize?: number; /** - * Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. */ pageToken?: string; /** @@ -1662,9 +1662,9 @@ export namespace orgpolicy_v2 { * * // Do the magic * const res = await orgpolicy.organizations.constraints.list({ - * // Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * // Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. * pageSize: 'placeholder-value', - * // Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * // Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. * pageToken: 'placeholder-value', * // Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms: * `projects/{project_number\}` * `projects/{project_id\}` * `folders/{folder_id\}` * `organizations/{organization_id\}` * parent: 'organizations/my-organization', @@ -1786,11 +1786,11 @@ export namespace orgpolicy_v2 { export interface Params$Resource$Organizations$Constraints$List extends StandardParameters { /** - * Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. */ pageSize?: number; /** - * Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. */ pageToken?: string; /** @@ -2288,9 +2288,9 @@ export namespace orgpolicy_v2 { * * // Do the magic * const res = await orgpolicy.organizations.customConstraints.list({ - * // Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * // Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. * pageSize: 'placeholder-value', - * // Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * // Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. * pageToken: 'placeholder-value', * // Required. The target Google Cloud resource that parents the set of custom constraints that will be returned from this call. Must be in one of the following forms: * `organizations/{organization_id\}` * parent: 'organizations/my-organization', @@ -2440,7 +2440,7 @@ export namespace orgpolicy_v2 { * * // Do the magic * const res = await orgpolicy.organizations.customConstraints.patch({ - * // Immutable. Name of the constraint. This is unique within the organization. Format of the name should be * `organizations/{organization_id\}/customConstraints/{custom_constraint_id\}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id\}/customConstraints/custom.` is not counted. + * // Immutable. Name of the constraint. This is unique within the organization. The name must be of the form: * `organizations/{organization_id\}/customConstraints/{custom_constraint_id\}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id\}/customConstraints/custom.` is not counted. * name: 'organizations/my-organization/customConstraints/my-customConstraint', * * // Request body metadata @@ -2601,11 +2601,11 @@ export namespace orgpolicy_v2 { } export interface Params$Resource$Organizations$Customconstraints$List extends StandardParameters { /** - * Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. */ pageSize?: number; /** - * Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. */ pageToken?: string; /** @@ -2615,7 +2615,7 @@ export namespace orgpolicy_v2 { } export interface Params$Resource$Organizations$Customconstraints$Patch extends StandardParameters { /** - * Immutable. Name of the constraint. This is unique within the organization. Format of the name should be * `organizations/{organization_id\}/customConstraints/{custom_constraint_id\}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id\}/customConstraints/custom.` is not counted. + * Immutable. Name of the constraint. This is unique within the organization. The name must be of the form: * `organizations/{organization_id\}/customConstraints/{custom_constraint_id\}` Example: `organizations/123/customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters and the minimum length is 1. Note that the prefix `organizations/{organization_id\}/customConstraints/custom.` is not counted. */ name?: string; @@ -3247,9 +3247,9 @@ export namespace orgpolicy_v2 { * * // Do the magic * const res = await orgpolicy.organizations.policies.list({ - * // Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * // Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. * pageSize: 'placeholder-value', - * // Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * // Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. * pageToken: 'placeholder-value', * // Required. The target Google Cloud resource that parents the set of constraints and policies that will be returned from this call. Must be in one of the following forms: * `projects/{project_number\}` * `projects/{project_id\}` * `folders/{folder_id\}` * `organizations/{organization_id\}` * parent: 'organizations/my-organization', @@ -3562,11 +3562,11 @@ export namespace orgpolicy_v2 { } export interface Params$Resource$Organizations$Policies$List extends StandardParameters { /** - * Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. */ pageSize?: number; /** - * Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. */ pageToken?: string; /** @@ -3638,9 +3638,9 @@ export namespace orgpolicy_v2 { * * // Do the magic * const res = await orgpolicy.projects.constraints.list({ - * // Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * // Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. * pageSize: 'placeholder-value', - * // Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * // Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. * pageToken: 'placeholder-value', * // Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms: * `projects/{project_number\}` * `projects/{project_id\}` * `folders/{folder_id\}` * `organizations/{organization_id\}` * parent: 'projects/my-project', @@ -3762,11 +3762,11 @@ export namespace orgpolicy_v2 { export interface Params$Resource$Projects$Constraints$List extends StandardParameters { /** - * Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. */ pageSize?: number; /** - * Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. */ pageToken?: string; /** @@ -4396,9 +4396,9 @@ export namespace orgpolicy_v2 { * * // Do the magic * const res = await orgpolicy.projects.policies.list({ - * // Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * // Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. * pageSize: 'placeholder-value', - * // Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * // Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. * pageToken: 'placeholder-value', * // Required. The target Google Cloud resource that parents the set of constraints and policies that will be returned from this call. Must be in one of the following forms: * `projects/{project_number\}` * `projects/{project_id\}` * `folders/{folder_id\}` * `organizations/{organization_id\}` * parent: 'projects/my-project', @@ -4711,11 +4711,11 @@ export namespace orgpolicy_v2 { } export interface Params$Resource$Projects$Policies$List extends StandardParameters { /** - * Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. + * Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size. */ pageSize?: number; /** - * Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. + * Page token used to retrieve the next page. This is not used, but the server may at any point start using this field. */ pageToken?: string; /** diff --git a/src/apis/servicecontrol/v2.ts b/src/apis/servicecontrol/v2.ts index ee7ed9d5d7e..fea6fa6db74 100644 --- a/src/apis/servicecontrol/v2.ts +++ b/src/apis/servicecontrol/v2.ts @@ -186,6 +186,10 @@ export namespace servicecontrol_v2 { * Common audit log format for Google Cloud Platform API operations. */ export interface Schema$AuditLog { + /** + * The API version identifier of the operation that uses interface based versioning (IBV). For example, `"2026-01-01-preview"`. The version identifier generally follows the format of [variant_]date[_decorator]. It should not be parsed because the exact format varies across services. + */ + apiVersionIdentifier?: string | null; /** * Authentication information. */ diff --git a/src/apis/walletobjects/v1.ts b/src/apis/walletobjects/v1.ts index 45dec8f20bb..71655495bfc 100644 --- a/src/apis/walletobjects/v1.ts +++ b/src/apis/walletobjects/v1.ts @@ -2876,6 +2876,10 @@ export namespace walletobjects_v1 { * Scotty-provided SHA256 hash for an upload. */ sha256Hash?: string | null; + /** + * Scotty-provided SHA512 hash for an upload. + */ + sha512Hash?: string | null; /** * Time at which the media data was last updated, in milliseconds since UNIX epoch */ @@ -17540,6 +17544,7 @@ export namespace walletobjects_v1 { * // "referenceType": "my_referenceType", * // "sha1Hash": "my_sha1Hash", * // "sha256Hash": "my_sha256Hash", + * // "sha512Hash": "my_sha512Hash", * // "timestamp": "my_timestamp", * // "token": "my_token" * // }