Skip to content

Commit d27f40f

Browse files
feat(all): auto-regenerate discovery clients (#1978)
Co-authored-by: Noah Dietz <[email protected]>
1 parent 94d3d73 commit d27f40f

File tree

161 files changed

+72133
-42521
lines changed

Some content is hidden

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

161 files changed

+72133
-42521
lines changed

admin/directory/v1/admin-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3901,7 +3901,7 @@
39013901
]
39023902
},
39033903
"insert": {
3904-
"description": "Creates a user.",
3904+
"description": "Creates a user. Mutate calls immediately following user creation might sometimes fail as the user isn't fully created due to propagation delay in our backends. Check the error details for the \"User creation is not complete\" message to see if this is the case. Retrying the calls after some time can help in this case.",
39053905
"flatPath": "admin/directory/v1/users",
39063906
"httpMethod": "POST",
39073907
"id": "directory.users.insert",
@@ -4635,7 +4635,7 @@
46354635
}
46364636
}
46374637
},
4638-
"revision": "20230425",
4638+
"revision": "20230516",
46394639
"rootUrl": "https://admin.googleapis.com/",
46404640
"schemas": {
46414641
"Alias": {
@@ -6442,7 +6442,7 @@
64426442
"id": "Member",
64436443
"properties": {
64446444
"delivery_settings": {
6445-
"description": "Defines mail delivery preferences of member. This is only supported by create/update/get.",
6445+
"description": "Defines mail delivery preferences of member. This field is only supported by `insert`, `update`, and `get` methods.",
64466446
"type": "string"
64476447
},
64486448
"email": {

admin/directory/v1/admin-gen.go

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

analyticsadmin/v1alpha/analyticsadmin-api.json

+149-3
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,112 @@
16931693
}
16941694
}
16951695
},
1696+
"adSenseLinks": {
1697+
"methods": {
1698+
"create": {
1699+
"description": "Creates an AdSenseLink.",
1700+
"flatPath": "v1alpha/properties/{propertiesId}/adSenseLinks",
1701+
"httpMethod": "POST",
1702+
"id": "analyticsadmin.properties.adSenseLinks.create",
1703+
"parameterOrder": [
1704+
"parent"
1705+
],
1706+
"parameters": {
1707+
"parent": {
1708+
"description": "Required. The property for which to create an AdSense Link. Format: properties/{propertyId} Example: properties/1234",
1709+
"location": "path",
1710+
"pattern": "^properties/[^/]+$",
1711+
"required": true,
1712+
"type": "string"
1713+
}
1714+
},
1715+
"path": "v1alpha/{+parent}/adSenseLinks",
1716+
"request": {
1717+
"$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink"
1718+
},
1719+
"response": {
1720+
"$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink"
1721+
}
1722+
},
1723+
"delete": {
1724+
"description": "Deletes an AdSenseLink.",
1725+
"flatPath": "v1alpha/properties/{propertiesId}/adSenseLinks/{adSenseLinksId}",
1726+
"httpMethod": "DELETE",
1727+
"id": "analyticsadmin.properties.adSenseLinks.delete",
1728+
"parameterOrder": [
1729+
"name"
1730+
],
1731+
"parameters": {
1732+
"name": {
1733+
"description": "Required. Unique identifier for the AdSense Link to be deleted. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/5678",
1734+
"location": "path",
1735+
"pattern": "^properties/[^/]+/adSenseLinks/[^/]+$",
1736+
"required": true,
1737+
"type": "string"
1738+
}
1739+
},
1740+
"path": "v1alpha/{+name}",
1741+
"response": {
1742+
"$ref": "GoogleProtobufEmpty"
1743+
}
1744+
},
1745+
"get": {
1746+
"description": "Looks up a single AdSenseLink.",
1747+
"flatPath": "v1alpha/properties/{propertiesId}/adSenseLinks/{adSenseLinksId}",
1748+
"httpMethod": "GET",
1749+
"id": "analyticsadmin.properties.adSenseLinks.get",
1750+
"parameterOrder": [
1751+
"name"
1752+
],
1753+
"parameters": {
1754+
"name": {
1755+
"description": "Required. Unique identifier for the AdSense Link requested. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/5678",
1756+
"location": "path",
1757+
"pattern": "^properties/[^/]+/adSenseLinks/[^/]+$",
1758+
"required": true,
1759+
"type": "string"
1760+
}
1761+
},
1762+
"path": "v1alpha/{+name}",
1763+
"response": {
1764+
"$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink"
1765+
}
1766+
},
1767+
"list": {
1768+
"description": "Lists AdSenseLinks on a property.",
1769+
"flatPath": "v1alpha/properties/{propertiesId}/adSenseLinks",
1770+
"httpMethod": "GET",
1771+
"id": "analyticsadmin.properties.adSenseLinks.list",
1772+
"parameterOrder": [
1773+
"parent"
1774+
],
1775+
"parameters": {
1776+
"pageSize": {
1777+
"description": "The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).",
1778+
"format": "int32",
1779+
"location": "query",
1780+
"type": "integer"
1781+
},
1782+
"pageToken": {
1783+
"description": "A page token received from a previous `ListAdSenseLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAdSenseLinks` must match the call that provided the page token.",
1784+
"location": "query",
1785+
"type": "string"
1786+
},
1787+
"parent": {
1788+
"description": "Required. Resource name of the parent property. Format: properties/{propertyId} Example: properties/1234",
1789+
"location": "path",
1790+
"pattern": "^properties/[^/]+$",
1791+
"required": true,
1792+
"type": "string"
1793+
}
1794+
},
1795+
"path": "v1alpha/{+parent}/adSenseLinks",
1796+
"response": {
1797+
"$ref": "GoogleAnalyticsAdminV1alphaListAdSenseLinksResponse"
1798+
}
1799+
}
1800+
}
1801+
},
16961802
"audiences": {
16971803
"methods": {
16981804
"archive": {
@@ -2873,7 +2979,7 @@
28732979
],
28742980
"parameters": {
28752981
"name": {
2876-
"description": "Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules",
2982+
"description": "Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule}",
28772983
"location": "path",
28782984
"pattern": "^properties/[^/]+/dataStreams/[^/]+/eventCreateRules/[^/]+$",
28792985
"required": true,
@@ -4216,7 +4322,7 @@
42164322
}
42174323
}
42184324
},
4219-
"revision": "20230507",
4325+
"revision": "20230516",
42204326
"rootUrl": "https://analyticsadmin.googleapis.com/",
42214327
"schemas": {
42224328
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -4690,6 +4796,22 @@
46904796
"properties": {},
46914797
"type": "object"
46924798
},
4799+
"GoogleAnalyticsAdminV1alphaAdSenseLink": {
4800+
"description": "A link between a GA4 Property and an AdSense for Content ad client.",
4801+
"id": "GoogleAnalyticsAdminV1alphaAdSenseLink",
4802+
"properties": {
4803+
"adClientCode": {
4804+
"description": "Immutable. The AdSense ad client code that the GA4 property is linked to. Example format: \"ca-pub-1234567890\"",
4805+
"type": "string"
4806+
},
4807+
"name": {
4808+
"description": "Output only. The resource name for this AdSense Link resource. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/6789",
4809+
"readOnly": true,
4810+
"type": "string"
4811+
}
4812+
},
4813+
"type": "object"
4814+
},
46934815
"GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest": {
46944816
"description": "Request message for ApproveDisplayVideo360AdvertiserLinkProposal RPC.",
46954817
"id": "GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest",
@@ -5538,6 +5660,10 @@
55385660
"$ref": "GoogleAnalyticsAdminV1alphaAccount",
55395661
"description": "A snapshot of an Account resource in change history."
55405662
},
5663+
"adsenseLink": {
5664+
"$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink",
5665+
"description": "A snapshot of an AdSenseLink resource in change history."
5666+
},
55415667
"attributionSettings": {
55425668
"$ref": "GoogleAnalyticsAdminV1alphaAttributionSettings",
55435669
"description": "A snapshot of AttributionSettings resource in change history."
@@ -6389,7 +6515,7 @@
63896515
"type": "array"
63906516
},
63916517
"name": {
6392-
"description": "Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules",
6518+
"description": "Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule}",
63936519
"readOnly": true,
63946520
"type": "string"
63956521
},
@@ -6823,6 +6949,24 @@
68236949
},
68246950
"type": "object"
68256951
},
6952+
"GoogleAnalyticsAdminV1alphaListAdSenseLinksResponse": {
6953+
"description": "Response message for ListAdSenseLinks method.",
6954+
"id": "GoogleAnalyticsAdminV1alphaListAdSenseLinksResponse",
6955+
"properties": {
6956+
"adsenseLinks": {
6957+
"description": "List of AdSenseLinks.",
6958+
"items": {
6959+
"$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink"
6960+
},
6961+
"type": "array"
6962+
},
6963+
"nextPageToken": {
6964+
"description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
6965+
"type": "string"
6966+
}
6967+
},
6968+
"type": "object"
6969+
},
68266970
"GoogleAnalyticsAdminV1alphaListAudiencesResponse": {
68276971
"description": "Response message for ListAudiences RPC.",
68286972
"id": "GoogleAnalyticsAdminV1alphaListAudiencesResponse",
@@ -7685,6 +7829,7 @@
76857829
"EXPANDED_DATA_SET",
76867830
"CHANNEL_GROUP",
76877831
"ENHANCED_MEASUREMENT_SETTINGS",
7832+
"ADSENSE_LINK",
76887833
"AUDIENCE",
76897834
"EVENT_CREATE_RULE"
76907835
],
@@ -7708,6 +7853,7 @@
77087853
"ExpandedDataSet resource",
77097854
"ChannelGroup resource",
77107855
"EnhancedMeasurementSettings resource",
7856+
"AdSenseLink resource",
77117857
"Audience resource",
77127858
"EventCreateRule resource"
77137859
],

0 commit comments

Comments
 (0)