Skip to content

Commit a92a05f

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 37e3cb3 + d896c66 commit a92a05f

99 files changed

Lines changed: 8100 additions & 3983 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

disclaimers.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,10 @@
691691
"api": "meet",
692692
"package": "@google-apps/meet"
693693
},
694+
{
695+
"api": "workspaceevents",
696+
"package": "@google-cloud/subscriptions"
697+
},
694698
{
695699
"api": "fleetengine",
696700
"package": "@googlemaps/fleetengine-delivery"
@@ -703,6 +707,14 @@
703707
"api": "fleetengine",
704708
"package": "@googlemaps/fleetengine"
705709
},
710+
{
711+
"api": "maintenance",
712+
"package": "@google-cloud/maintenance-api"
713+
},
714+
{
715+
"api": "lustre",
716+
"package": "@google-cloud/lustre"
717+
},
706718
{
707719
"api": "managedkafka",
708720
"package": "@google-cloud/managedkafka"
@@ -727,6 +739,10 @@
727739
"api": "merchantapi",
728740
"package": "@google-shopping/datasources"
729741
},
742+
{
743+
"api": "merchantapi",
744+
"package": "@google-shopping/issueresolution"
745+
},
730746
{
731747
"api": "merchantapi",
732748
"package": "@google-shopping/lfp"
@@ -735,6 +751,10 @@
735751
"api": "merchantapi",
736752
"package": "@google-shopping/notifications"
737753
},
754+
{
755+
"api": "merchantapi",
756+
"package": "@google-shopping/ordertracking"
757+
},
738758
{
739759
"api": "merchantapi",
740760
"package": "@google-shopping/products"
@@ -807,6 +827,10 @@
807827
"api": "solar",
808828
"package": "@googlemaps/solar"
809829
},
830+
{
831+
"api": "storagebatchoperations",
832+
"package": "@google-cloud/storagebatchoperations"
833+
},
810834
{
811835
"api": "cloudtrace",
812836
"package": "@google-cloud/trace-agent"

discovery/admin-datatransfer_v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
]
203203
},
204204
"insert": {
205-
"description": "Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference for specific application requirements.",
205+
"description": "Inserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.",
206206
"flatPath": "admin/datatransfer/v1/transfers",
207207
"httpMethod": "POST",
208208
"id": "datatransfer.transfers.insert",
@@ -272,7 +272,7 @@
272272
}
273273
}
274274
},
275-
"revision": "20250626",
275+
"revision": "20250707",
276276
"rootUrl": "https://admin.googleapis.com/",
277277
"schemas": {
278278
"Application": {
@@ -284,7 +284,7 @@
284284
"type": "string"
285285
},
286286
"id": {
287-
"description": "The application's ID. Retrievable by using the [`applications.list()`](/admin-sdk/data-transfer/reference/rest/v1/applications/list) method.",
287+
"description": "The application's ID. Retrievable by using the [`applications.list()`](https://developers.google.com/workspace/admin/data-transfer/reference/rest/v1/applications/list) method.",
288288
"format": "int64",
289289
"type": "string"
290290
},
@@ -317,7 +317,7 @@
317317
"type": "string"
318318
},
319319
"applicationTransferParams": {
320-
"description": "The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.",
320+
"description": "The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference.",
321321
"items": {
322322
"$ref": "ApplicationTransferParam"
323323
},

discovery/admin-directory_v1.json

Lines changed: 86 additions & 86 deletions
Large diffs are not rendered by default.

discovery/admin-reports_v1.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@
346346
"type": "string"
347347
},
348348
"groupIdFilter": {
349-
"description": "Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: \"id:abc123,id:xyz456\" *Important:* To filter by groups, you must explicitly add the groups to your filtering groups allowlist. For more information about adding groups to filtering groups allowlist, see [Filter results by Google Group](https://support.google.com/a/answer/11482175)",
349+
"deprecated": true,
350+
"description": "`Deprecated`. This field is deprecated and is no longer supported. Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: \"id:abc123,id:xyz456\" *Important:* To filter by groups, you must explicitly add the groups to your filtering groups allowlist. For more information about adding groups to filtering groups allowlist, see [Filter results by Google Group](https://support.google.com/a/answer/11482175)",
350351
"location": "query",
351352
"pattern": "(id:[a-z0-9]+(,id:[a-z0-9]+)*)",
352353
"type": "string"
@@ -628,7 +629,7 @@
628629
}
629630
}
630631
},
631-
"revision": "20250626",
632+
"revision": "20250707",
632633
"rootUrl": "https://admin.googleapis.com/",
633634
"schemas": {
634635
"Activities": {
@@ -833,6 +834,10 @@
833834
"description": "The type of API resource. For an activity report, the value is `audit#activity`.",
834835
"type": "string"
835836
},
837+
"networkInfo": {
838+
"$ref": "ActivityNetworkInfo",
839+
"description": "Network information of the user doing the action."
840+
},
836841
"ownerDomain": {
837842
"description": "This is the domain that is affected by the report's event. For example domain of Admin console or the Drive application's document owner.",
838843
"type": "string"
@@ -847,6 +852,29 @@
847852
},
848853
"type": "object"
849854
},
855+
"ActivityNetworkInfo": {
856+
"description": "Network information of the user doing the action.",
857+
"id": "ActivityNetworkInfo",
858+
"properties": {
859+
"ipAsn": {
860+
"description": "IP Address of the user doing the action.",
861+
"items": {
862+
"format": "int32",
863+
"type": "integer"
864+
},
865+
"type": "array"
866+
},
867+
"regionCode": {
868+
"description": "ISO 3166-1 alpha-2 region code of the user doing the action.",
869+
"type": "string"
870+
},
871+
"subdivisionCode": {
872+
"description": "ISO 3166-2 region code (states and provinces) for countries of the user doing the action.",
873+
"type": "string"
874+
}
875+
},
876+
"type": "object"
877+
},
850878
"AppliedLabel": {
851879
"description": "Details of the label applied on the resource.",
852880
"id": "AppliedLabel",
@@ -1221,7 +1249,7 @@
12211249
"type": "string"
12221250
},
12231251
"parameters": {
1224-
"description": "Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](/admin-sdk/reports/v1/reference/usage-ref-appendix-a/entities).",
1252+
"description": "Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](https://developers.google.com/workspace/admin/reports/v1/reference/usage-ref-appendix-a/entities).",
12251253
"items": {
12261254
"properties": {
12271255
"boolValue": {

discovery/androidpublisher-v3.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4831,7 +4831,7 @@
48314831
}
48324832
}
48334833
},
4834-
"revision": "20250701",
4834+
"revision": "20250710",
48354835
"rootUrl": "https://androidpublisher.googleapis.com/",
48364836
"schemas": {
48374837
"Abi": {
@@ -7804,10 +7804,18 @@
78047804
"description": "The offer ID of the one-time purchase offer.",
78057805
"type": "string"
78067806
},
7807+
"purchaseOptionId": {
7808+
"description": "ID of the purchase option. This field is set for both purchase options and variant offers. For purchase options, this ID identifies the purchase option itself. For variant offers, this ID refers to the associated purchase option, and in conjunction with offer_id it identifies the variant offer.",
7809+
"type": "string"
7810+
},
78077811
"quantity": {
78087812
"description": "The number of items purchased (for multi-quantity item purchases).",
78097813
"format": "int32",
78107814
"type": "integer"
7815+
},
7816+
"rentalDetails": {
7817+
"$ref": "RentalDetails",
7818+
"description": "The details of a rent purchase. Only set if it is a rent purchase."
78117819
}
78127820
},
78137821
"type": "object"
@@ -8769,6 +8777,12 @@
87698777
"properties": {},
87708778
"type": "object"
87718779
},
8780+
"RentalDetails": {
8781+
"description": "Details of a rental purchase.",
8782+
"id": "RentalDetails",
8783+
"properties": {},
8784+
"type": "object"
8785+
},
87728786
"ReplacementCancellation": {
87738787
"description": "Information specific to cancellations caused by subscription replacement.",
87748788
"id": "ReplacementCancellation",

discovery/apphub-v1alpha.json

Lines changed: 1 addition & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -162,31 +162,6 @@
162162
"https://www.googleapis.com/auth/cloud-platform"
163163
]
164164
},
165-
"getPerimeter": {
166-
"description": "Gets a perimeter",
167-
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/perimeter",
168-
"httpMethod": "GET",
169-
"id": "apphub.projects.locations.getPerimeter",
170-
"parameterOrder": [
171-
"name"
172-
],
173-
"parameters": {
174-
"name": {
175-
"description": "Required. Fully qualified name of the Perimeter Expected format: `projects/{project}/locations/{location}/perimeter`.",
176-
"location": "path",
177-
"pattern": "^projects/[^/]+/locations/[^/]+/perimeter$",
178-
"required": true,
179-
"type": "string"
180-
}
181-
},
182-
"path": "v1alpha/{+name}",
183-
"response": {
184-
"$ref": "Perimeter"
185-
},
186-
"scopes": [
187-
"https://www.googleapis.com/auth/cloud-platform"
188-
]
189-
},
190165
"list": {
191166
"description": "Lists information about the supported locations for this service.",
192167
"flatPath": "v1alpha/projects/{projectsId}/locations",
@@ -1469,7 +1444,7 @@
14691444
}
14701445
}
14711446
},
1472-
"revision": "20250416",
1447+
"revision": "20250630",
14731448
"rootUrl": "https://apphub.googleapis.com/",
14741449
"schemas": {
14751450
"Application": {
@@ -2205,48 +2180,6 @@
22052180
},
22062181
"type": "object"
22072182
},
2208-
"Perimeter": {
2209-
"description": "Perimeter is a boundary that describes application management on a `perimeter_node` (currently limited to an app-enabled folder).",
2210-
"id": "Perimeter",
2211-
"properties": {
2212-
"createTime": {
2213-
"description": "Output only. Create time.",
2214-
"format": "google-datetime",
2215-
"readOnly": true,
2216-
"type": "string"
2217-
},
2218-
"name": {
2219-
"description": "Identifier. Name of the Perimeter resource.",
2220-
"type": "string"
2221-
},
2222-
"perimeterNode": {
2223-
"description": "Immutable. Cloud Resource Manager node that determines the perimeter. Only `folders/{folder_number}` is currently supported.",
2224-
"type": "string"
2225-
},
2226-
"state": {
2227-
"description": "Output only. Perimeter state.",
2228-
"enum": [
2229-
"STATE_UNSPECIFIED",
2230-
"UPDATING",
2231-
"ACTIVE"
2232-
],
2233-
"enumDescriptions": [
2234-
"Unspecified state.",
2235-
"The Perimeter is being created or updated.",
2236-
"The Perimeter is ready."
2237-
],
2238-
"readOnly": true,
2239-
"type": "string"
2240-
},
2241-
"updateTime": {
2242-
"description": "Output only. Update time.",
2243-
"format": "google-datetime",
2244-
"readOnly": true,
2245-
"type": "string"
2246-
}
2247-
},
2248-
"type": "object"
2249-
},
22502183
"Policy": {
22512184
"description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
22522185
"id": "Policy",

discovery/artifactregistry-v1.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@
204204
"endpointUrl": "https://artifactregistry.us-east5.rep.googleapis.com/",
205205
"location": "us-east5"
206206
},
207-
{
208-
"description": "Regional Endpoint",
209-
"endpointUrl": "https://artifactregistry.us-east7.rep.googleapis.com/",
210-
"location": "us-east7"
211-
},
212207
{
213208
"description": "Regional Endpoint",
214209
"endpointUrl": "https://artifactregistry.us-south1.rep.googleapis.com/",
@@ -244,6 +239,11 @@
244239
"endpointUrl": "https://artifactregistry.me-central2.rep.googleapis.com/",
245240
"location": "me-central2"
246241
},
242+
{
243+
"description": "Regional Endpoint",
244+
"endpointUrl": "https://artifactregistry.us-east7.rep.googleapis.com/",
245+
"location": "us-east7"
246+
},
247247
{
248248
"description": "Regional Endpoint",
249249
"endpointUrl": "https://artifactregistry.us.rep.googleapis.com/",
@@ -2465,7 +2465,7 @@
24652465
}
24662466
}
24672467
},
2468-
"revision": "20250502",
2468+
"revision": "20250704",
24692469
"rootUrl": "https://artifactregistry.googleapis.com/",
24702470
"schemas": {
24712471
"AptArtifact": {
@@ -2775,7 +2775,7 @@
27752775
"type": "string"
27762776
},
27772777
"name": {
2778-
"description": "Required. registry_location, project_id, repository_name and image id forms a unique image name:`projects//locations//repository//dockerImages/`. For example, \"projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/ nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf\", where \"us-west4\" is the registry_location, \"test-project\" is the project_id, \"test-repo\" is the repository_name and \"nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf\" is the image's digest.",
2778+
"description": "Required. registry_location, project_id, repository_name and image id forms a unique image name:`projects//locations//repositories//dockerImages/`. For example, \"projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/ nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf\", where \"us-west4\" is the registry_location, \"test-project\" is the project_id, \"test-repo\" is the repository_name and \"nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf\" is the image's digest.",
27792779
"type": "string"
27802780
},
27812781
"tags": {

discovery/artifactregistry-v1beta1.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@
204204
"endpointUrl": "https://artifactregistry.us-east5.rep.googleapis.com/",
205205
"location": "us-east5"
206206
},
207-
{
208-
"description": "Regional Endpoint",
209-
"endpointUrl": "https://artifactregistry.us-east7.rep.googleapis.com/",
210-
"location": "us-east7"
211-
},
212207
{
213208
"description": "Regional Endpoint",
214209
"endpointUrl": "https://artifactregistry.us-south1.rep.googleapis.com/",
@@ -244,6 +239,11 @@
244239
"endpointUrl": "https://artifactregistry.me-central2.rep.googleapis.com/",
245240
"location": "me-central2"
246241
},
242+
{
243+
"description": "Regional Endpoint",
244+
"endpointUrl": "https://artifactregistry.us-east7.rep.googleapis.com/",
245+
"location": "us-east7"
246+
},
247247
{
248248
"description": "Regional Endpoint",
249249
"endpointUrl": "https://artifactregistry.us.rep.googleapis.com/",
@@ -1182,7 +1182,7 @@
11821182
}
11831183
}
11841184
},
1185-
"revision": "20250502",
1185+
"revision": "20250704",
11861186
"rootUrl": "https://artifactregistry.googleapis.com/",
11871187
"schemas": {
11881188
"Binding": {

0 commit comments

Comments
 (0)