@@ -1140,20 +1140,6 @@ definitions:
1140
1140
- STATE_INACTIVE: Inactive.
1141
1141
- STATE_ACTIVE: Active.
1142
1142
- STATE_EXPIRED: Expired.
1143
- CheckNamespaceResponseNamespace :
1144
- type : string
1145
- enum :
1146
- - NAMESPACE_AVAILABLE
1147
- - NAMESPACE_USER
1148
- - NAMESPACE_ORGANIZATION
1149
- - NAMESPACE_RESERVED
1150
- description : |-
1151
- Namespace contains information about the availability of a namespace.
1152
-
1153
- - NAMESPACE_AVAILABLE: Available.
1154
- - NAMESPACE_USER: Namespace belongs to a user.
1155
- - NAMESPACE_ORGANIZATION: Namespace belongs to an organization.
1156
- - NAMESPACE_RESERVED: Reserved.
1157
1143
HealthCheckResponseServingStatus :
1158
1144
type : string
1159
1145
enum :
@@ -1531,6 +1517,29 @@ definitions:
1531
1517
- id
1532
1518
- email
1533
1519
- newsletterSubscription
1520
+ v1betaCheckNamespaceAdminResponse :
1521
+ type : object
1522
+ properties :
1523
+ type :
1524
+ $ref : ' #/definitions/v1betaCheckNamespaceAdminResponseNamespace'
1525
+ description : Namespace type.
1526
+ description : |-
1527
+ CheckNamespaceAdminResponse contains the availability of a namespace or the type
1528
+ of resource that's using it.
1529
+ v1betaCheckNamespaceAdminResponseNamespace :
1530
+ type : string
1531
+ enum :
1532
+ - NAMESPACE_AVAILABLE
1533
+ - NAMESPACE_USER
1534
+ - NAMESPACE_ORGANIZATION
1535
+ - NAMESPACE_RESERVED
1536
+ description : |-
1537
+ Namespace contains information about the availability of a namespace.
1538
+
1539
+ - NAMESPACE_AVAILABLE: Available.
1540
+ - NAMESPACE_USER: Namespace belongs to a user.
1541
+ - NAMESPACE_ORGANIZATION: Namespace belongs to an organization.
1542
+ - NAMESPACE_RESERVED: Reserved.
1534
1543
v1betaCheckNamespaceRequest :
1535
1544
type : object
1536
1545
properties :
@@ -1546,11 +1555,25 @@ definitions:
1546
1555
type : object
1547
1556
properties :
1548
1557
type :
1549
- $ref : ' #/definitions/CheckNamespaceResponseNamespace '
1558
+ $ref : ' #/definitions/v1betaCheckNamespaceResponseNamespace '
1550
1559
description : Namespace type.
1551
1560
description : |-
1552
1561
CheckNamespaceResponse contains the availability of a namespace or the type
1553
1562
of resource that's using it.
1563
+ v1betaCheckNamespaceResponseNamespace :
1564
+ type : string
1565
+ enum :
1566
+ - NAMESPACE_AVAILABLE
1567
+ - NAMESPACE_USER
1568
+ - NAMESPACE_ORGANIZATION
1569
+ - NAMESPACE_RESERVED
1570
+ description : |-
1571
+ Namespace contains information about the availability of a namespace.
1572
+
1573
+ - NAMESPACE_AVAILABLE: Available.
1574
+ - NAMESPACE_USER: Namespace belongs to a user.
1575
+ - NAMESPACE_ORGANIZATION: Namespace belongs to an organization.
1576
+ - NAMESPACE_RESERVED: Reserved.
1554
1577
v1betaConnectorUsageData :
1555
1578
type : object
1556
1579
properties :
0 commit comments