Skip to content

Commit 677f53d

Browse files
feat(all): auto-regenerate discovery clients (#2599)
1 parent 7d46b4d commit 677f53d

34 files changed

+17327
-11560
lines changed

analyticsadmin/v1alpha/analyticsadmin-api.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -4617,7 +4617,7 @@
46174617
}
46184618
}
46194619
},
4620-
"revision": "20240402",
4620+
"revision": "20240517",
46214621
"rootUrl": "https://analyticsadmin.googleapis.com/",
46224622
"schemas": {
46234623
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -5230,6 +5230,12 @@
52305230
"readOnly": true,
52315231
"type": "boolean"
52325232
},
5233+
"createTime": {
5234+
"description": "Output only. Time when the Audience was created.",
5235+
"format": "google-datetime",
5236+
"readOnly": true,
5237+
"type": "string"
5238+
},
52335239
"description": {
52345240
"description": "Required. The description of the Audience.",
52355241
"type": "string"
@@ -6384,10 +6390,6 @@
63846390
"description": "Request message for CreateSubproperty RPC.",
63856391
"id": "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest",
63866392
"properties": {
6387-
"parent": {
6388-
"description": "Required. The ordinary property for which to create a subproperty. Format: properties/property_id Example: properties/123",
6389-
"type": "string"
6390-
},
63916393
"subproperty": {
63926394
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
63936395
"description": "Required. The subproperty to create."

analyticsadmin/v1alpha/analyticsadmin-gen.go

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

androidmanagement/v1/androidmanagement-api.json

+19-10
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,11 @@
11411141
"id": "androidmanagement.signupUrls.create",
11421142
"parameterOrder": [],
11431143
"parameters": {
1144+
"adminEmail": {
1145+
"description": "Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user.",
1146+
"location": "query",
1147+
"type": "string"
1148+
},
11441149
"callbackUrl": {
11451150
"description": "The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes.",
11461151
"location": "query",
@@ -1163,7 +1168,7 @@
11631168
}
11641169
}
11651170
},
1166-
"revision": "20240425",
1171+
"revision": "20240516",
11671172
"rootUrl": "https://androidmanagement.googleapis.com/",
11681173
"schemas": {
11691174
"AdbShellCommandEvent": {
@@ -1936,7 +1941,7 @@
19361941
"id": "BatchUsageLogEvents",
19371942
"properties": {
19381943
"device": {
1939-
"description": "The name of the device in the form ‘enterprises/{enterpriseId}/devices/{deviceId}’",
1944+
"description": "If present, the name of the device in the form ‘enterprises/{enterpriseId}/devices/{deviceId}’",
19401945
"type": "string"
19411946
},
19421947
"retrievalTime": {
@@ -1952,7 +1957,7 @@
19521957
"type": "array"
19531958
},
19541959
"user": {
1955-
"description": "The resource name of the user that owns this device in the form ‘enterprises/{enterpriseId}/users/{userId}’.",
1960+
"description": "If present, the resource name of the user that owns this device in the form ‘enterprises/{enterpriseId}/users/{userId}’.",
19561961
"type": "string"
19571962
}
19581963
},
@@ -2470,7 +2475,8 @@
24702475
"DELETED",
24712476
"PROVISIONING",
24722477
"LOST",
2473-
"PREPARING_FOR_MIGRATION"
2478+
"PREPARING_FOR_MIGRATION",
2479+
"DEACTIVATED_BY_DEVICE_FINANCE"
24742480
],
24752481
"enumDescriptions": [
24762482
"This value is disallowed.",
@@ -2479,7 +2485,8 @@
24792485
"The device was deleted. This state is never returned by an API call, but is used in the final status report when the device acknowledges the deletion. If the device is deleted via the API call, this state is published to Pub/Sub. If the user deletes the work profile or resets the device, the device state will remain unknown to the server.",
24802486
"The device is being provisioned. Newly enrolled devices are in this state until they have a policy applied.",
24812487
"The device is lost. This state is only possible on organization-owned devices.",
2482-
"The device is preparing for migrating to Android Management API. No further action is needed for the migration to continue."
2488+
"The device is preparing for migrating to Android Management API. No further action is needed for the migration to continue.",
2489+
"This is a financed device that has been \"locked\" by the financing agent. This means certain policy settings have been applied which limit device functionality until the device has been \"unlocked\" by the financing agent. The device will continue to apply policy settings excluding those overridden by the financing agent. When the device is \"locked\", the state is reported in appliedState as DEACTIVATED_BY_DEVICE_FINANCE."
24832490
],
24842491
"type": "string"
24852492
},
@@ -2640,7 +2647,8 @@
26402647
"DELETED",
26412648
"PROVISIONING",
26422649
"LOST",
2643-
"PREPARING_FOR_MIGRATION"
2650+
"PREPARING_FOR_MIGRATION",
2651+
"DEACTIVATED_BY_DEVICE_FINANCE"
26442652
],
26452653
"enumDescriptions": [
26462654
"This value is disallowed.",
@@ -2649,7 +2657,8 @@
26492657
"The device was deleted. This state is never returned by an API call, but is used in the final status report when the device acknowledges the deletion. If the device is deleted via the API call, this state is published to Pub/Sub. If the user deletes the work profile or resets the device, the device state will remain unknown to the server.",
26502658
"The device is being provisioned. Newly enrolled devices are in this state until they have a policy applied.",
26512659
"The device is lost. This state is only possible on organization-owned devices.",
2652-
"The device is preparing for migrating to Android Management API. No further action is needed for the migration to continue."
2660+
"The device is preparing for migrating to Android Management API. No further action is needed for the migration to continue.",
2661+
"This is a financed device that has been \"locked\" by the financing agent. This means certain policy settings have been applied which limit device functionality until the device has been \"unlocked\" by the financing agent. The device will continue to apply policy settings excluding those overridden by the financing agent. When the device is \"locked\", the state is reported in appliedState as DEACTIVATED_BY_DEVICE_FINANCE."
26532662
],
26542663
"type": "string"
26552664
},
@@ -5456,7 +5465,7 @@
54565465
"type": "string"
54575466
},
54585467
"imei": {
5459-
"description": "IMEI number of the GSM device. For example, A1000031212.",
5468+
"description": "For corporate-owned devices, IMEI number of the GSM device. For example, A1000031212.",
54605469
"type": "string"
54615470
},
54625471
"managementMode": {
@@ -5474,7 +5483,7 @@
54745483
"type": "string"
54755484
},
54765485
"meid": {
5477-
"description": "MEID number of the CDMA device. For example, A00000292788E1.",
5486+
"description": "For corporate-owned devices, MEID number of the CDMA device. For example, A00000292788E1.",
54785487
"type": "string"
54795488
},
54805489
"model": {
@@ -5500,7 +5509,7 @@
55005509
"type": "string"
55015510
},
55025511
"serialNumber": {
5503-
"description": "The device serial number.",
5512+
"description": "For corporate-owned devices, The device serial number.",
55045513
"type": "string"
55055514
}
55065515
},

androidmanagement/v1/androidmanagement-gen.go

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

0 commit comments

Comments
 (0)