Skip to content

Commit 200d140

Browse files
feat(all): auto-regenerate discovery clients (#3485)
1 parent a3a61ce commit 200d140

Some content is hidden

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

43 files changed

+51059
-254
lines changed

androidmanagement/v1/androidmanagement-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20260127",
1268+
"revision": "20260204",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -2432,7 +2432,7 @@
24322432
"id": "ApplicationSigningKeyCert",
24332433
"properties": {
24342434
"signingKeyCertFingerprintSha256": {
2435-
"description": "Required. The SHA-256 hash value of the signing key certificate of the app. This must be a valid SHA-256 hash value, i.e. 32 bytes. Otherwise, the policy is rejected.",
2435+
"description": "Required. The SHA-256 hash value of the signing key certificate of the app. This must be a valid SHA-256 hash value, i.e. 32 bytes.",
24362436
"format": "byte",
24372437
"type": "string"
24382438
}

androidmanagement/v1/androidmanagement-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apigee/v1/apigee-api.json

Lines changed: 94 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11914,9 +11914,84 @@
1191411914
}
1191511915
}
1191611916
},
11917-
"revision": "20260106",
11917+
"revision": "20260130",
1191811918
"rootUrl": "https://apigee.googleapis.com/",
1191911919
"schemas": {
11920+
"ApiservingMcpMcpToolDataHandlingProfile": {
11921+
"description": "Profile describing the data handling characteristics of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: \"google.com/tool.profiles/data_handling\"",
11922+
"id": "ApiservingMcpMcpToolDataHandlingProfile",
11923+
"properties": {
11924+
"inputDataAccessLevel": {
11925+
"description": "// The data access level of the tool's inputs.",
11926+
"enum": [
11927+
"DATA_ACCESS_LEVEL_UNSPECIFIED",
11928+
"DATA_ACCESS_LEVEL_PUBLIC",
11929+
"DATA_ACCESS_LEVEL_CONFIDENTIAL",
11930+
"DATA_ACCESS_LEVEL_NEED_TO_KNOW",
11931+
"DATA_ACCESS_LEVEL_PII",
11932+
"DATA_ACCESS_LEVEL_USER",
11933+
"DATA_ACCESS_LEVEL_NO_DATA_ACCESS"
11934+
],
11935+
"enumDescriptions": [
11936+
"The default value. This value is unused.",
11937+
"Public data.",
11938+
"Confidential data.",
11939+
"Need-to-know data.",
11940+
"Personally Identifiable Information (PII) data.",
11941+
"User data.",
11942+
"The tool does not access any data."
11943+
],
11944+
"type": "string"
11945+
},
11946+
"outputDataAccessLevel": {
11947+
"description": "The data access level of the tool's outputs.",
11948+
"enum": [
11949+
"DATA_ACCESS_LEVEL_UNSPECIFIED",
11950+
"DATA_ACCESS_LEVEL_PUBLIC",
11951+
"DATA_ACCESS_LEVEL_CONFIDENTIAL",
11952+
"DATA_ACCESS_LEVEL_NEED_TO_KNOW",
11953+
"DATA_ACCESS_LEVEL_PII",
11954+
"DATA_ACCESS_LEVEL_USER",
11955+
"DATA_ACCESS_LEVEL_NO_DATA_ACCESS"
11956+
],
11957+
"enumDescriptions": [
11958+
"The default value. This value is unused.",
11959+
"Public data.",
11960+
"Confidential data.",
11961+
"Need-to-know data.",
11962+
"Personally Identifiable Information (PII) data.",
11963+
"User data.",
11964+
"The tool does not access any data."
11965+
],
11966+
"type": "string"
11967+
}
11968+
},
11969+
"type": "object"
11970+
},
11971+
"ApiservingMcpMcpToolLifecycleProfile": {
11972+
"description": "Profile describing the lifecycle stage of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: \"google.com/tool.profiles/lifecycle\"",
11973+
"id": "ApiservingMcpMcpToolLifecycleProfile",
11974+
"properties": {
11975+
"launchState": {
11976+
"description": "Output only. The current launch state of the MCP tool.",
11977+
"enum": [
11978+
"LAUNCH_STATE_UNSPECIFIED",
11979+
"LAUNCH_STATE_DEVELOPMENT",
11980+
"LAUNCH_STATE_PRODUCTION_PREVIEW",
11981+
"LAUNCH_STATE_GENERAL_AVAILABILITY"
11982+
],
11983+
"enumDescriptions": [
11984+
"The default value. This value is unused.",
11985+
"The tool is currently in development.",
11986+
"The tool is in production preview.",
11987+
"The tool is generally available."
11988+
],
11989+
"readOnly": true,
11990+
"type": "string"
11991+
}
11992+
},
11993+
"type": "object"
11994+
},
1192011995
"EdgeConfigstoreBundleBadBundle": {
1192111996
"description": "Describes why a bundle is invalid. Intended for use in error details.",
1192211997
"id": "EdgeConfigstoreBundleBadBundle",
@@ -19075,7 +19150,7 @@
1907519150
"type": "object"
1907619151
},
1907719152
"GoogleCloudApigeeV1RuntimeTraceConfig": {
19078-
"description": "NEXT ID: 8 RuntimeTraceConfig defines the configurations for distributed trace in an environment.",
19153+
"description": "NEXT ID: 9 RuntimeTraceConfig defines the configurations for distributed trace in an environment.",
1907919154
"id": "GoogleCloudApigeeV1RuntimeTraceConfig",
1908019155
"properties": {
1908119156
"endpoint": {
@@ -19087,19 +19162,25 @@
1908719162
"enum": [
1908819163
"EXPORTER_UNSPECIFIED",
1908919164
"JAEGER",
19090-
"CLOUD_TRACE"
19165+
"CLOUD_TRACE",
19166+
"OPEN_TELEMETRY_COLLECTOR"
1909119167
],
1909219168
"enumDescriptions": [
1909319169
"Exporter unspecified",
1909419170
"Jaeger exporter",
19095-
"Cloudtrace exporter"
19171+
"Cloudtrace exporter",
19172+
"Open Telemetry Collector"
1909619173
],
1909719174
"type": "string"
1909819175
},
1909919176
"name": {
1910019177
"description": "Name of the trace config in the following format: `organizations/{org}/environment/{env}/traceConfig`",
1910119178
"type": "string"
1910219179
},
19180+
"openTelemetryProtocolEnabled": {
19181+
"description": "If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data. Configuration Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed `Exporter`s: `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is `OPEN_TELEMETRY_COLLECTOR`: - `endpoint` refers to a valid OTLP collector URL. - If `Exporter` is `CLOUD_TRACE`: - `endpoint` refers to a valid project ID",
19182+
"type": "boolean"
19183+
},
1910319184
"overrides": {
1910419185
"description": "List of trace configuration overrides for spicific API proxies.",
1910519186
"items": {
@@ -19124,7 +19205,7 @@
1912419205
"type": "object"
1912519206
},
1912619207
"GoogleCloudApigeeV1RuntimeTraceConfigOverride": {
19127-
"description": "NEXT ID: 7 Trace configuration override for a specific API proxy in an environment.",
19208+
"description": "NEXT ID: 8 Trace configuration override for a specific API proxy in an environment.",
1912819209
"id": "GoogleCloudApigeeV1RuntimeTraceConfigOverride",
1912919210
"properties": {
1913019211
"apiProxy": {
@@ -19135,6 +19216,10 @@
1913519216
"description": "Name of the trace config override in the following format: `organizations/{org}/environment/{env}/traceConfig/overrides/{override}`",
1913619217
"type": "string"
1913719218
},
19219+
"openTelemetryProtocolEnabled": {
19220+
"description": "If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data. Configuration Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed `Exporter`s: `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is `OPEN_TELEMETRY_COLLECTOR`: - `endpoint` refers to a valid OTLP collector URL. - If `Exporter` is `CLOUD_TRACE`: - `endpoint` refers to a valid project ID",
19221+
"type": "boolean"
19222+
},
1913819223
"revisionCreateTime": {
1913919224
"description": "The timestamp that the revision was created or updated.",
1914019225
"format": "google-datetime",
@@ -21094,12 +21179,14 @@
2109421179
"enum": [
2109521180
"EXPORTER_UNSPECIFIED",
2109621181
"JAEGER",
21097-
"CLOUD_TRACE"
21182+
"CLOUD_TRACE",
21183+
"OPEN_TELEMETRY_COLLECTOR"
2109821184
],
2109921185
"enumDescriptions": [
2110021186
"Exporter unspecified",
2110121187
"Jaeger exporter",
21102-
"Cloudtrace exporter"
21188+
"Cloudtrace exporter",
21189+
"Open Telemetry Collector"
2110321190
],
2110421191
"type": "string"
2110521192
},

apigee/v1/apigee-gen.go

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

apim/v1alpha/apim-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
]
161161
},
162162
"list": {
163-
"description": "Lists information about the supported locations for this service.",
163+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
164164
"flatPath": "v1alpha/projects/{projectsId}/locations",
165165
"httpMethod": "GET",
166166
"id": "apim.projects.locations.list",
@@ -851,7 +851,7 @@
851851
}
852852
}
853853
},
854-
"revision": "20251112",
854+
"revision": "20260128",
855855
"rootUrl": "https://apim.googleapis.com/",
856856
"schemas": {
857857
"ApiObservation": {

apim/v1alpha/apim-gen.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)