Skip to content

Commit e50dbcf

Browse files
feat(all): auto-regenerate discovery clients (#3038)
1 parent 88e8ed9 commit e50dbcf

Some content is hidden

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

44 files changed

+1587
-213
lines changed

adsense/v2/adsense-api.json

+19-2
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@
20182018
}
20192019
}
20202020
},
2021-
"revision": "20250220",
2021+
"revision": "20250224",
20222022
"rootUrl": "https://adsense.googleapis.com/",
20232023
"schemas": {
20242024
"Account": {
@@ -2754,12 +2754,29 @@
27542754
"id": "PolicyTopic",
27552755
"properties": {
27562756
"mustFix": {
2757-
"description": "Required. Indicates if this is a policy violation or not. When the value is true, issues that are instances of this topic must be addressed to remain in compliance with the partner's agreements with Google. A false value indicates that it's not mandatory to fix the issues but advertising demand might be restricted.",
2757+
"deprecated": true,
2758+
"description": "Required. Deprecated. Policy topics no longer have a \"must-fix\" classification.",
27582759
"type": "boolean"
27592760
},
27602761
"topic": {
27612762
"description": "Required. The policy topic. For example, \"sexual-content\" or \"ads-obscuring-content\".\"",
27622763
"type": "string"
2764+
},
2765+
"type": {
2766+
"description": "Optional. The type of policy topic. For example, \"POLICY\" represents all the policy topics that are related to the Google Publisher Policy (GPP). See https://support.google.com/adsense/answer/15689616.",
2767+
"enum": [
2768+
"POLICY_TOPIC_TYPE_UNSPECIFIED",
2769+
"POLICY",
2770+
"ADVERTISER_PREFERENCE",
2771+
"REGULATORY"
2772+
],
2773+
"enumDescriptions": [
2774+
"The type is unspecified.",
2775+
"Topics that are primarily related to the Google Publisher Policy (GPP) https://support.google.com/publisherpolicies/answer/10502938 or the Google Publisher Restrictions (GPR) policies https://support.google.com/publisherpolicies/answer/10437795.",
2776+
"Topics that are related to advertiser preferences. Certain advertisers may choose not to bid on content that are labeled with certain policies.",
2777+
"Any topics that are a result of a country or regional regulatory requirement body."
2778+
],
2779+
"type": "string"
27632780
}
27642781
},
27652782
"type": "object"

adsense/v2/adsense-gen.go

+18-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

areainsights/v1/areainsights-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
}
129129
}
130130
},
131-
"revision": "20250219",
131+
"revision": "20250223",
132132
"rootUrl": "https://areainsights.googleapis.com/",
133133
"schemas": {
134134
"Circle": {
@@ -169,8 +169,8 @@
169169
],
170170
"enumDescriptions": [
171171
"Not Specified.",
172-
"Count insight. When this insight is specified ComputeInsights returns the number of places that match the specified filter criteria. ``` For example if the request is: ComputeInsightsRequest { insights: INSIGHT_COUNT filter { location_filter {region: } type_filter {included_types: \"restaurant\"} operating_status: OPERATING_STATUS_OPERATIONAL price_levels: PRICE_LEVEL_FREE price_levels: PRICE_LEVEL_INEXPENSIVE min_rating: 4.0 } } The method will return the count of restaurants in California that are operational, with price level free or inexpensive and have an average rating of at least 4 starts. Example response: ComputeInsightsResponse { count: } ```",
173-
"Return Places When this insight is specified ComputeInsights returns Places that match the specified filter criteria. ``` For example if the request is: ComputeInsightsRequest { insights: INSIGHT_PLACES filter { location_filter {region: } type_filter {included_types: \"restaurant\"} operating_status: OPERATING_STATUS_OPERATIONAL price_levels: PRICE_LEVEL_FREE price_levels: PRICE_LEVEL_INEXPENSIVE min_rating: 4.0 } } The method will return list of places of restaurants in California that are operational, with price level free or inexpensive and have an average rating of at least 4 stars. Example response: ComputeInsightsResponse { place_insights { place: \"places/ABC\" } place_insights { place: \"places/PQR\" } place_insights { place: \"places/XYZ\" } } ```"
172+
"Count insight. When this insight is specified ComputeInsights returns the number of places that match the specified filter criteria. Example request: ``` { \"insights\": [\"INSIGHT_COUNT\"], \"filter\": { \"locationFilter\": { \"region\": { \"place\": \"places/ChIJPV4oX_65j4ARVW8IJ6IJUYs\" } }, \"typeFilter\": { \"includedTypes\": [\"restaurant\"] }, \"operatingStatus\": [\"OPERATING_STATUS_OPERATIONAL\"], \"priceLevels\": [ \"PRICE_LEVEL_FREE\", \"PRICE_LEVEL_INEXPENSIVE\" ], \"ratingFilter\": { \"minRating\": 4.0 } } } ``` Example response: ``` { \"count\": 1234 } ```",
173+
"Return Places When this insight is specified ComputeInsights returns places ids that match the specified filter criteria. Example request: ``` { \"insights\": [\"INSIGHT_PLACES\"], \"filter\": { \"locationFilter\": { \"region\": { \"place\": \"places/ChIJPV4oX_65j4ARVW8IJ6IJUYs\" } }, \"typeFilter\": { \"includedTypes\": [\"restaurant\"] }, \"operatingStatus\": [\"OPERATING_STATUS_OPERATIONAL\"], \"priceLevels\": [ \"PRICE_LEVEL_FREE\", \"PRICE_LEVEL_INEXPENSIVE\" ], \"ratingFilter\": { \"minRating\": 4.0 } } } ``` Example response: ``` { \"placeInsights\": [ {\"place\": \"places/ABC\"}, {\"place\": \"places/PQR\"}, {\"place\": \"places/XYZ\"} ] } ```"
174174
],
175175
"type": "string"
176176
},

areainsights/v1/areainsights-gen.go

+16-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contactcenterinsights/v1/contactcenterinsights-api.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -2609,7 +2609,7 @@
26092609
}
26102610
}
26112611
},
2612-
"revision": "20250217",
2612+
"revision": "20250224",
26132613
"rootUrl": "https://contactcenterinsights.googleapis.com/",
26142614
"schemas": {
26152615
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -2876,6 +2876,10 @@
28762876
"description": "Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}",
28772877
"type": "string"
28782878
},
2879+
"generator": {
2880+
"description": "The resource name of the existing created generator. Format: projects//locations//generators/",
2881+
"type": "string"
2882+
},
28792883
"summarizationModel": {
28802884
"description": "Default summarization model to be used.",
28812885
"enum": [
@@ -6914,6 +6918,10 @@
69146918
"description": "Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}",
69156919
"type": "string"
69166920
},
6921+
"generator": {
6922+
"description": "The resource name of the existing created generator. Format: projects//locations//generators/",
6923+
"type": "string"
6924+
},
69176925
"summarizationModel": {
69186926
"description": "Default summarization model to be used.",
69196927
"enum": [

contactcenterinsights/v1/contactcenterinsights-gen.go

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)