You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.",
Copy file name to clipboardExpand all lines: apigee/v1/apigee-api.json
+94-7Lines changed: 94 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11914,9 +11914,84 @@
11914
11914
}
11915
11915
}
11916
11916
},
11917
-
"revision": "20260106",
11917
+
"revision": "20260130",
11918
11918
"rootUrl": "https://apigee.googleapis.com/",
11919
11919
"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
+
},
11920
11995
"EdgeConfigstoreBundleBadBundle": {
11921
11996
"description": "Describes why a bundle is invalid. Intended for use in error details.",
11922
11997
"id": "EdgeConfigstoreBundleBadBundle",
@@ -19075,7 +19150,7 @@
19075
19150
"type": "object"
19076
19151
},
19077
19152
"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.",
19079
19154
"id": "GoogleCloudApigeeV1RuntimeTraceConfig",
19080
19155
"properties": {
19081
19156
"endpoint": {
@@ -19087,19 +19162,25 @@
19087
19162
"enum": [
19088
19163
"EXPORTER_UNSPECIFIED",
19089
19164
"JAEGER",
19090
-
"CLOUD_TRACE"
19165
+
"CLOUD_TRACE",
19166
+
"OPEN_TELEMETRY_COLLECTOR"
19091
19167
],
19092
19168
"enumDescriptions": [
19093
19169
"Exporter unspecified",
19094
19170
"Jaeger exporter",
19095
-
"Cloudtrace exporter"
19171
+
"Cloudtrace exporter",
19172
+
"Open Telemetry Collector"
19096
19173
],
19097
19174
"type": "string"
19098
19175
},
19099
19176
"name": {
19100
19177
"description": "Name of the trace config in the following format: `organizations/{org}/environment/{env}/traceConfig`",
19101
19178
"type": "string"
19102
19179
},
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
+
},
19103
19184
"overrides": {
19104
19185
"description": "List of trace configuration overrides for spicific API proxies.",
"description": "Name of the trace config override in the following format: `organizations/{org}/environment/{env}/traceConfig/overrides/{override}`",
19136
19217
"type": "string"
19137
19218
},
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
+
},
19138
19223
"revisionCreateTime": {
19139
19224
"description": "The timestamp that the revision was created or updated.",
Copy file name to clipboardExpand all lines: apim/v1alpha/apim-api.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@
160
160
]
161
161
},
162
162
"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.",
0 commit comments