Skip to content

Commit 2ab275b

Browse files
feat(all): auto-regenerate discovery clients (#3232)
1 parent 96d4d98 commit 2ab275b

24 files changed

+591
-1204
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20253,7 +20253,7 @@
2025320253
}
2025420254
}
2025520255
},
20256-
"revision": "20250701",
20256+
"revision": "20250711",
2025720257
"rootUrl": "https://aiplatform.googleapis.com/",
2025820258
"schemas": {
2025920259
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -24470,6 +24470,10 @@
2447024470
"description": "Optional. If true, private endpoint's access logs are sent to Cloud Logging. These logs are like standard server access logs, containing information like timestamp and latency for each MatchRequest. Note that logs may incur a cost, especially if the deployed index receives a high queries per second rate (QPS). Estimate your costs before enabling this option.",
2447124471
"type": "boolean"
2447224472
},
24473+
"enableDatapointUpsertLogging": {
24474+
"description": "Optional. If true, logs to Cloud Logging errors relating to datapoint upserts. Under normal operation conditions, these log entries should be very rare. However, if incompatible datapoint updates are being uploaded to an index, a high volume of log entries may be generated in a short period of time. Note that logs may incur a cost, especially if the deployed index receives a high volume of datapoint upserts. Estimate your costs before enabling this option.",
24475+
"type": "boolean"
24476+
},
2447324477
"id": {
2447424478
"description": "Required. The user specified ID of the DeployedIndex. The ID can be up to 128 characters long and must start with a letter and only contain letters, numbers, and underscores. The ID must be unique within the project it is created in.",
2447524479
"type": "string"

aiplatform/v1/aiplatform-gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25262,7 +25262,7 @@
2526225262
}
2526325263
}
2526425264
},
25265-
"revision": "20250701",
25265+
"revision": "20250711",
2526625266
"rootUrl": "https://aiplatform.googleapis.com/",
2526725267
"schemas": {
2526825268
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -29900,6 +29900,10 @@
2990029900
"description": "Optional. If true, private endpoint's access logs are sent to Cloud Logging. These logs are like standard server access logs, containing information like timestamp and latency for each MatchRequest. Note that logs may incur a cost, especially if the deployed index receives a high queries per second rate (QPS). Estimate your costs before enabling this option.",
2990129901
"type": "boolean"
2990229902
},
29903+
"enableDatapointUpsertLogging": {
29904+
"description": "Optional. If true, logs to Cloud Logging errors relating to datapoint upserts. Under normal operation conditions, these log entries should be very rare. However, if incompatible datapoint updates are being uploaded to an index, a high volume of log entries may be generated in a short period of time. Note that logs may incur a cost, especially if the deployed index receives a high volume of datapoint upserts. Estimate your costs before enabling this option.",
29905+
"type": "boolean"
29906+
},
2990329907
"id": {
2990429908
"description": "Required. The user specified ID of the DeployedIndex. The ID can be up to 128 characters long and must start with a letter and only contain letters, numbers, and underscores. The ID must be unique within the project it is created in.",
2990529909
"type": "string"

aiplatform/v1beta1/aiplatform-gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 1 addition & 245 deletions
Original file line numberDiff line numberDiff line change
@@ -683,24 +683,6 @@
683683
"https://www.googleapis.com/auth/analytics.edit"
684684
]
685685
},
686-
"createConnectedSiteTag": {
687-
"description": "Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.",
688-
"flatPath": "v1alpha/properties:createConnectedSiteTag",
689-
"httpMethod": "POST",
690-
"id": "analyticsadmin.properties.createConnectedSiteTag",
691-
"parameterOrder": [],
692-
"parameters": {},
693-
"path": "v1alpha/properties:createConnectedSiteTag",
694-
"request": {
695-
"$ref": "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest"
696-
},
697-
"response": {
698-
"$ref": "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse"
699-
},
700-
"scopes": [
701-
"https://www.googleapis.com/auth/analytics.edit"
702-
]
703-
},
704686
"createRollupProperty": {
705687
"description": "Create a roll-up property and all roll-up property source links.",
706688
"flatPath": "v1alpha/properties:createRollupProperty",
@@ -744,65 +726,6 @@
744726
"https://www.googleapis.com/auth/analytics.edit"
745727
]
746728
},
747-
"deleteConnectedSiteTag": {
748-
"description": "Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.",
749-
"flatPath": "v1alpha/properties:deleteConnectedSiteTag",
750-
"httpMethod": "POST",
751-
"id": "analyticsadmin.properties.deleteConnectedSiteTag",
752-
"parameterOrder": [],
753-
"parameters": {},
754-
"path": "v1alpha/properties:deleteConnectedSiteTag",
755-
"request": {
756-
"$ref": "GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest"
757-
},
758-
"response": {
759-
"$ref": "GoogleProtobufEmpty"
760-
},
761-
"scopes": [
762-
"https://www.googleapis.com/auth/analytics.edit"
763-
]
764-
},
765-
"fetchAutomatedGa4ConfigurationOptOut": {
766-
"description": "Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.",
767-
"flatPath": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut",
768-
"httpMethod": "POST",
769-
"id": "analyticsadmin.properties.fetchAutomatedGa4ConfigurationOptOut",
770-
"parameterOrder": [],
771-
"parameters": {},
772-
"path": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut",
773-
"request": {
774-
"$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest"
775-
},
776-
"response": {
777-
"$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse"
778-
},
779-
"scopes": [
780-
"https://www.googleapis.com/auth/analytics.edit",
781-
"https://www.googleapis.com/auth/analytics.readonly"
782-
]
783-
},
784-
"fetchConnectedGa4Property": {
785-
"description": "Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.",
786-
"flatPath": "v1alpha/properties:fetchConnectedGa4Property",
787-
"httpMethod": "GET",
788-
"id": "analyticsadmin.properties.fetchConnectedGa4Property",
789-
"parameterOrder": [],
790-
"parameters": {
791-
"property": {
792-
"description": "Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234",
793-
"location": "query",
794-
"type": "string"
795-
}
796-
},
797-
"path": "v1alpha/properties:fetchConnectedGa4Property",
798-
"response": {
799-
"$ref": "GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse"
800-
},
801-
"scopes": [
802-
"https://www.googleapis.com/auth/analytics.edit",
803-
"https://www.googleapis.com/auth/analytics.readonly"
804-
]
805-
},
806729
"get": {
807730
"description": "Lookup for a single GA Property.",
808731
"flatPath": "v1alpha/properties/{propertiesId}",
@@ -971,25 +894,6 @@
971894
"https://www.googleapis.com/auth/analytics.readonly"
972895
]
973896
},
974-
"listConnectedSiteTags": {
975-
"description": "Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.",
976-
"flatPath": "v1alpha/properties:listConnectedSiteTags",
977-
"httpMethod": "POST",
978-
"id": "analyticsadmin.properties.listConnectedSiteTags",
979-
"parameterOrder": [],
980-
"parameters": {},
981-
"path": "v1alpha/properties:listConnectedSiteTags",
982-
"request": {
983-
"$ref": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest"
984-
},
985-
"response": {
986-
"$ref": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse"
987-
},
988-
"scopes": [
989-
"https://www.googleapis.com/auth/analytics.edit",
990-
"https://www.googleapis.com/auth/analytics.readonly"
991-
]
992-
},
993897
"patch": {
994898
"description": "Updates a property.",
995899
"flatPath": "v1alpha/properties/{propertiesId}",
@@ -1071,24 +975,6 @@
1071975
"https://www.googleapis.com/auth/analytics.readonly"
1072976
]
1073977
},
1074-
"setAutomatedGa4ConfigurationOptOut": {
1075-
"description": "Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.",
1076-
"flatPath": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut",
1077-
"httpMethod": "POST",
1078-
"id": "analyticsadmin.properties.setAutomatedGa4ConfigurationOptOut",
1079-
"parameterOrder": [],
1080-
"parameters": {},
1081-
"path": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut",
1082-
"request": {
1083-
"$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest"
1084-
},
1085-
"response": {
1086-
"$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse"
1087-
},
1088-
"scopes": [
1089-
"https://www.googleapis.com/auth/analytics.edit"
1090-
]
1091-
},
1092978
"updateAttributionSettings": {
1093979
"description": "Updates attribution settings on a property.",
1094980
"flatPath": "v1alpha/properties/{propertiesId}/attributionSettings",
@@ -5172,7 +5058,7 @@
51725058
}
51735059
}
51745060
},
5175-
"revision": "20250625",
5061+
"revision": "20250713",
51765062
"rootUrl": "https://analyticsadmin.googleapis.com/",
51775063
"schemas": {
51785064
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6765,21 +6651,6 @@
67656651
},
67666652
"type": "object"
67676653
},
6768-
"GoogleAnalyticsAdminV1alphaConnectedSiteTag": {
6769-
"description": "Configuration for a specific Connected Site Tag.",
6770-
"id": "GoogleAnalyticsAdminV1alphaConnectedSiteTag",
6771-
"properties": {
6772-
"displayName": {
6773-
"description": "Required. User-provided display name for the connected site tag. Must be less than 256 characters.",
6774-
"type": "string"
6775-
},
6776-
"tagId": {
6777-
"description": "Required. \"Tag ID to forward events to. Also known as the Measurement ID, or the \"G-ID\" (For example: G-12345).",
6778-
"type": "string"
6779-
}
6780-
},
6781-
"type": "object"
6782-
},
67836654
"GoogleAnalyticsAdminV1alphaConversionEvent": {
67846655
"description": "A conversion event in a Google Analytics property.",
67856656
"id": "GoogleAnalyticsAdminV1alphaConversionEvent",
@@ -6904,27 +6775,6 @@
69046775
},
69056776
"type": "object"
69066777
},
6907-
"GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest": {
6908-
"description": "Request message for CreateConnectedSiteTag RPC.",
6909-
"id": "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest",
6910-
"properties": {
6911-
"connectedSiteTag": {
6912-
"$ref": "GoogleAnalyticsAdminV1alphaConnectedSiteTag",
6913-
"description": "Required. The tag to add to the Universal Analytics property"
6914-
},
6915-
"property": {
6916-
"description": "The Universal Analytics property to create connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234",
6917-
"type": "string"
6918-
}
6919-
},
6920-
"type": "object"
6921-
},
6922-
"GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse": {
6923-
"description": "Response message for CreateConnectedSiteTag RPC.",
6924-
"id": "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse",
6925-
"properties": {},
6926-
"type": "object"
6927-
},
69286778
"GoogleAnalyticsAdminV1alphaCreateRollupPropertyRequest": {
69296779
"description": "Request message for CreateRollupProperty RPC.",
69306780
"id": "GoogleAnalyticsAdminV1alphaCreateRollupPropertyRequest",
@@ -7324,21 +7174,6 @@
73247174
},
73257175
"type": "object"
73267176
},
7327-
"GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest": {
7328-
"description": "Request message for DeleteConnectedSiteTag RPC.",
7329-
"id": "GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest",
7330-
"properties": {
7331-
"property": {
7332-
"description": "The Universal Analytics property to delete connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234",
7333-
"type": "string"
7334-
},
7335-
"tagId": {
7336-
"description": "Tag ID to forward events to. Also known as the Measurement ID, or the \"G-ID\" (For example: G-12345).",
7337-
"type": "string"
7338-
}
7339-
},
7340-
"type": "object"
7341-
},
73427177
"GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink": {
73437178
"description": "A link between a Google Analytics property and a Display \u0026 Video 360 advertiser.",
73447179
"id": "GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink",
@@ -7709,39 +7544,6 @@
77097544
},
77107545
"type": "object"
77117546
},
7712-
"GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest": {
7713-
"description": "Request for fetching the opt out status for the automated GA4 setup process.",
7714-
"id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest",
7715-
"properties": {
7716-
"property": {
7717-
"description": "Required. The UA property to get the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234",
7718-
"type": "string"
7719-
}
7720-
},
7721-
"type": "object"
7722-
},
7723-
"GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse": {
7724-
"description": "Response message for fetching the opt out status for the automated GA4 setup process.",
7725-
"id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse",
7726-
"properties": {
7727-
"optOut": {
7728-
"description": "The opt out status for the UA property.",
7729-
"type": "boolean"
7730-
}
7731-
},
7732-
"type": "object"
7733-
},
7734-
"GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse": {
7735-
"description": "Response for looking up GA4 property connected to a UA property.",
7736-
"id": "GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse",
7737-
"properties": {
7738-
"property": {
7739-
"description": "The GA4 property connected to the UA property. An empty string is returned when there is no connected GA4 property. Format: properties/{property_id} Example: properties/1234",
7740-
"type": "string"
7741-
}
7742-
},
7743-
"type": "object"
7744-
},
77457547
"GoogleAnalyticsAdminV1alphaFirebaseLink": {
77467548
"description": "A link between a Google Analytics property and a Firebase project.",
77477549
"id": "GoogleAnalyticsAdminV1alphaFirebaseLink",
@@ -8138,31 +7940,6 @@
81387940
},
81397941
"type": "object"
81407942
},
8141-
"GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest": {
8142-
"description": "Request message for ListConnectedSiteTags RPC.",
8143-
"id": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest",
8144-
"properties": {
8145-
"property": {
8146-
"description": "The Universal Analytics property to fetch connected site tags for. This does not work on GA4 properties. A maximum of 20 connected site tags will be returned. Example Format: `properties/1234`",
8147-
"type": "string"
8148-
}
8149-
},
8150-
"type": "object"
8151-
},
8152-
"GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse": {
8153-
"description": "Response message for ListConnectedSiteTags RPC.",
8154-
"id": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse",
8155-
"properties": {
8156-
"connectedSiteTags": {
8157-
"description": "The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned.",
8158-
"items": {
8159-
"$ref": "GoogleAnalyticsAdminV1alphaConnectedSiteTag"
8160-
},
8161-
"type": "array"
8162-
}
8163-
},
8164-
"type": "object"
8165-
},
81667943
"GoogleAnalyticsAdminV1alphaListConversionEventsResponse": {
81677944
"description": "Response message for ListConversionEvents RPC.",
81687945
"id": "GoogleAnalyticsAdminV1alphaListConversionEventsResponse",
@@ -9350,27 +9127,6 @@
93509127
},
93519128
"type": "object"
93529129
},
9353-
"GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest": {
9354-
"description": "Request for setting the opt out status for the automated GA4 setup process.",
9355-
"id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest",
9356-
"properties": {
9357-
"optOut": {
9358-
"description": "The status to set.",
9359-
"type": "boolean"
9360-
},
9361-
"property": {
9362-
"description": "Required. The UA property to set the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234",
9363-
"type": "string"
9364-
}
9365-
},
9366-
"type": "object"
9367-
},
9368-
"GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse": {
9369-
"description": "Response message for setting the opt out status for the automated GA4 setup process.",
9370-
"id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse",
9371-
"properties": {},
9372-
"type": "object"
9373-
},
93749130
"GoogleAnalyticsAdminV1alphaSubpropertyEventFilter": {
93759131
"description": "A resource message representing a Google Analytics subproperty event filter.",
93769132
"id": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",

0 commit comments

Comments
 (0)