Skip to content

Commit 4cb8eb9

Browse files
feat(all): auto-regenerate discovery clients (#1952)
1 parent bf9f3ac commit 4cb8eb9

23 files changed

+574
-714
lines changed

analyticsadmin/v1alpha/analyticsadmin-api.json

+34-1
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,28 @@
10611061
"https://www.googleapis.com/auth/analytics.readonly"
10621062
]
10631063
},
1064+
"fetchConnectedGa4Property": {
1065+
"description": "Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.",
1066+
"flatPath": "v1alpha/properties:fetchConnectedGa4Property",
1067+
"httpMethod": "GET",
1068+
"id": "analyticsadmin.properties.fetchConnectedGa4Property",
1069+
"parameterOrder": [],
1070+
"parameters": {
1071+
"property": {
1072+
"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",
1073+
"location": "query",
1074+
"type": "string"
1075+
}
1076+
},
1077+
"path": "v1alpha/properties:fetchConnectedGa4Property",
1078+
"response": {
1079+
"$ref": "GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse"
1080+
},
1081+
"scopes": [
1082+
"https://www.googleapis.com/auth/analytics.edit",
1083+
"https://www.googleapis.com/auth/analytics.readonly"
1084+
]
1085+
},
10641086
"get": {
10651087
"description": "Lookup for a single \"GA4\" Property.",
10661088
"flatPath": "v1alpha/properties/{propertiesId}",
@@ -4040,7 +4062,7 @@
40404062
}
40414063
}
40424064
},
4043-
"revision": "20230410",
4065+
"revision": "20230416",
40444066
"rootUrl": "https://analyticsadmin.googleapis.com/",
40454067
"schemas": {
40464068
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6354,6 +6376,17 @@
63546376
},
63556377
"type": "object"
63566378
},
6379+
"GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse": {
6380+
"description": "Response for looking up GA4 property connected to a UA property.",
6381+
"id": "GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse",
6382+
"properties": {
6383+
"property": {
6384+
"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",
6385+
"type": "string"
6386+
}
6387+
},
6388+
"type": "object"
6389+
},
63576390
"GoogleAnalyticsAdminV1alphaFirebaseLink": {
63586391
"description": "A link between a GA4 property and a Firebase project.",
63596392
"id": "GoogleAnalyticsAdminV1alphaFirebaseLink",

analyticsadmin/v1alpha/analyticsadmin-gen.go

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

api-list.json

-15
Original file line numberDiff line numberDiff line change
@@ -1291,21 +1291,6 @@
12911291
"documentationLink": "https://cloud.google.com/identity/",
12921292
"preferred": true
12931293
},
1294-
{
1295-
"kind": "discovery#directoryItem",
1296-
"id": "cloudiot:v1",
1297-
"name": "cloudiot",
1298-
"version": "v1",
1299-
"title": "Cloud IoT API",
1300-
"description": "Registers and manages IoT (Internet of Things) devices that connect to the Google Cloud Platform.",
1301-
"discoveryRestUrl": "https://cloudiot.googleapis.com/$discovery/rest?version=v1",
1302-
"icons": {
1303-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
1304-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
1305-
},
1306-
"documentationLink": "https://cloud.google.com/iot",
1307-
"preferred": true
1308-
},
13091294
{
13101295
"kind": "discovery#directoryItem",
13111296
"id": "cloudkms:v1",

beyondcorp/v1alpha/beyondcorp-api.json

+1-89
Original file line numberDiff line numberDiff line change
@@ -3072,7 +3072,7 @@
30723072
}
30733073
}
30743074
},
3075-
"revision": "20230308",
3075+
"revision": "20230406",
30763076
"rootUrl": "https://beyondcorp.googleapis.com/",
30773077
"schemas": {
30783078
"AllocatedConnection": {
@@ -4701,94 +4701,6 @@
47014701
},
47024702
"type": "object"
47034703
},
4704-
"GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata": {
4705-
"description": "Represents the metadata of the long-running operation.",
4706-
"id": "GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata",
4707-
"properties": {
4708-
"apiVersion": {
4709-
"description": "Output only. API version used to start the operation.",
4710-
"readOnly": true,
4711-
"type": "string"
4712-
},
4713-
"createTime": {
4714-
"description": "Output only. The time the operation was created.",
4715-
"format": "google-datetime",
4716-
"readOnly": true,
4717-
"type": "string"
4718-
},
4719-
"endTime": {
4720-
"description": "Output only. The time the operation finished running.",
4721-
"format": "google-datetime",
4722-
"readOnly": true,
4723-
"type": "string"
4724-
},
4725-
"requestedCancellation": {
4726-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
4727-
"readOnly": true,
4728-
"type": "boolean"
4729-
},
4730-
"statusMessage": {
4731-
"description": "Output only. Human-readable status of the operation, if any.",
4732-
"readOnly": true,
4733-
"type": "string"
4734-
},
4735-
"target": {
4736-
"description": "Output only. Server-defined resource path for the target of the operation.",
4737-
"readOnly": true,
4738-
"type": "string"
4739-
},
4740-
"verb": {
4741-
"description": "Output only. Name of the verb executed by the operation.",
4742-
"readOnly": true,
4743-
"type": "string"
4744-
}
4745-
},
4746-
"type": "object"
4747-
},
4748-
"GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata": {
4749-
"description": "Represents the metadata of the long-running operation.",
4750-
"id": "GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata",
4751-
"properties": {
4752-
"apiVersion": {
4753-
"description": "Output only. API version used to start the operation.",
4754-
"readOnly": true,
4755-
"type": "string"
4756-
},
4757-
"createTime": {
4758-
"description": "Output only. The time the operation was created.",
4759-
"format": "google-datetime",
4760-
"readOnly": true,
4761-
"type": "string"
4762-
},
4763-
"endTime": {
4764-
"description": "Output only. The time the operation finished running.",
4765-
"format": "google-datetime",
4766-
"readOnly": true,
4767-
"type": "string"
4768-
},
4769-
"requestedCancellation": {
4770-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
4771-
"readOnly": true,
4772-
"type": "boolean"
4773-
},
4774-
"statusMessage": {
4775-
"description": "Output only. Human-readable status of the operation, if any.",
4776-
"readOnly": true,
4777-
"type": "string"
4778-
},
4779-
"target": {
4780-
"description": "Output only. Server-defined resource path for the target of the operation.",
4781-
"readOnly": true,
4782-
"type": "string"
4783-
},
4784-
"verb": {
4785-
"description": "Output only. Name of the verb executed by the operation.",
4786-
"readOnly": true,
4787-
"type": "string"
4788-
}
4789-
},
4790-
"type": "object"
4791-
},
47924704
"GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig": {
47934705
"description": "The configuration that was applied to generate the result.",
47944706
"id": "GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig",

0 commit comments

Comments
 (0)