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
Copy file name to clipboardExpand all lines: discovery/managedkafka-v1.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1532,6 +1532,21 @@
1532
1532
"pattern": "^projects/[^/]+/locations/[^/]+$",
1533
1533
"required": true,
1534
1534
"type": "string"
1535
+
},
1536
+
"view": {
1537
+
"description": "Optional. Specifies the view to return for the schema registry instances. If not specified, the default view is SCHEMA_REGISTRY_VIEW_BASIC.",
1538
+
"enum": [
1539
+
"SCHEMA_REGISTRY_VIEW_UNSPECIFIED",
1540
+
"SCHEMA_REGISTRY_VIEW_BASIC",
1541
+
"SCHEMA_REGISTRY_VIEW_FULL"
1542
+
],
1543
+
"enumDescriptions": [
1544
+
"The unset value. The API will default to SCHEMA_REGISTRY_VIEW_BASIC.",
1545
+
"If SchemaRegistryView is not specified, this is the default value. Returns only the name of the schema registry. The contexts associated with it are not included.",
1546
+
"Returns the name of the schema registry and all the contexts associated with it."
0 commit comments