...

Text file src/google.golang.org/api/gkehub/v1alpha/gkehub-api.json

Documentation: google.golang.org/api/gkehub/v1alpha

     1{
     2  "auth": {
     3    "oauth2": {
     4      "scopes": {
     5        "https://www.googleapis.com/auth/cloud-platform": {
     6          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
     7        }
     8      }
     9    }
    10  },
    11  "basePath": "",
    12  "baseUrl": "https://gkehub.googleapis.com/",
    13  "batchPath": "batch",
    14  "canonicalName": "GKE Hub",
    15  "description": "",
    16  "discoveryVersion": "v1",
    17  "documentationLink": "https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster",
    18  "fullyEncodeReservedExpansion": true,
    19  "icons": {
    20    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    21    "x32": "http://www.google.com/images/icons/product/search-32.gif"
    22  },
    23  "id": "gkehub:v1alpha",
    24  "kind": "discovery#restDescription",
    25  "mtlsRootUrl": "https://gkehub.mtls.googleapis.com/",
    26  "name": "gkehub",
    27  "ownerDomain": "google.com",
    28  "ownerName": "Google",
    29  "parameters": {
    30    "$.xgafv": {
    31      "description": "V1 error format.",
    32      "enum": [
    33        "1",
    34        "2"
    35      ],
    36      "enumDescriptions": [
    37        "v1 error format",
    38        "v2 error format"
    39      ],
    40      "location": "query",
    41      "type": "string"
    42    },
    43    "access_token": {
    44      "description": "OAuth access token.",
    45      "location": "query",
    46      "type": "string"
    47    },
    48    "alt": {
    49      "default": "json",
    50      "description": "Data format for response.",
    51      "enum": [
    52        "json",
    53        "media",
    54        "proto"
    55      ],
    56      "enumDescriptions": [
    57        "Responses with Content-Type of application/json",
    58        "Media download with context-dependent Content-Type",
    59        "Responses with Content-Type of application/x-protobuf"
    60      ],
    61      "location": "query",
    62      "type": "string"
    63    },
    64    "callback": {
    65      "description": "JSONP",
    66      "location": "query",
    67      "type": "string"
    68    },
    69    "fields": {
    70      "description": "Selector specifying which fields to include in a partial response.",
    71      "location": "query",
    72      "type": "string"
    73    },
    74    "key": {
    75      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
    76      "location": "query",
    77      "type": "string"
    78    },
    79    "oauth_token": {
    80      "description": "OAuth 2.0 token for the current user.",
    81      "location": "query",
    82      "type": "string"
    83    },
    84    "prettyPrint": {
    85      "default": "true",
    86      "description": "Returns response with indentations and line breaks.",
    87      "location": "query",
    88      "type": "boolean"
    89    },
    90    "quotaUser": {
    91      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
    92      "location": "query",
    93      "type": "string"
    94    },
    95    "uploadType": {
    96      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
    97      "location": "query",
    98      "type": "string"
    99    },
   100    "upload_protocol": {
   101      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
   102      "location": "query",
   103      "type": "string"
   104    }
   105  },
   106  "protocol": "rest",
   107  "resources": {
   108    "organizations": {
   109      "resources": {
   110        "locations": {
   111          "resources": {
   112            "fleets": {
   113              "methods": {
   114                "list": {
   115                  "description": "Returns all fleets within an organization or a project that the caller has access to.",
   116                  "flatPath": "v1alpha/organizations/{organizationsId}/locations/{locationsId}/fleets",
   117                  "httpMethod": "GET",
   118                  "id": "gkehub.organizations.locations.fleets.list",
   119                  "parameterOrder": [
   120                    "parent"
   121                  ],
   122                  "parameters": {
   123                    "pageSize": {
   124                      "description": "Optional. The maximum number of fleets to return. The service may return fewer than this value. If unspecified, at most 200 fleets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
   125                      "format": "int32",
   126                      "location": "query",
   127                      "type": "integer"
   128                    },
   129                    "pageToken": {
   130                      "description": "Optional. A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.",
   131                      "location": "query",
   132                      "type": "string"
   133                    },
   134                    "parent": {
   135                      "description": "Required. The organization or project to list for Fleets under, in the format `organizations/*/locations/*` or `projects/*/locations/*`.",
   136                      "location": "path",
   137                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
   138                      "required": true,
   139                      "type": "string"
   140                    }
   141                  },
   142                  "path": "v1alpha/{+parent}/fleets",
   143                  "response": {
   144                    "$ref": "ListFleetsResponse"
   145                  },
   146                  "scopes": [
   147                    "https://www.googleapis.com/auth/cloud-platform"
   148                  ]
   149                }
   150              }
   151            }
   152          }
   153        }
   154      }
   155    },
   156    "projects": {
   157      "resources": {
   158        "locations": {
   159          "methods": {
   160            "get": {
   161              "description": "Gets information about a location.",
   162              "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}",
   163              "httpMethod": "GET",
   164              "id": "gkehub.projects.locations.get",
   165              "parameterOrder": [
   166                "name"
   167              ],
   168              "parameters": {
   169                "name": {
   170                  "description": "Resource name for the location.",
   171                  "location": "path",
   172                  "pattern": "^projects/[^/]+/locations/[^/]+$",
   173                  "required": true,
   174                  "type": "string"
   175                }
   176              },
   177              "path": "v1alpha/{+name}",
   178              "response": {
   179                "$ref": "Location"
   180              },
   181              "scopes": [
   182                "https://www.googleapis.com/auth/cloud-platform"
   183              ]
   184            },
   185            "list": {
   186              "description": "Lists information about the supported locations for this service.",
   187              "flatPath": "v1alpha/projects/{projectsId}/locations",
   188              "httpMethod": "GET",
   189              "id": "gkehub.projects.locations.list",
   190              "parameterOrder": [
   191                "name"
   192              ],
   193              "parameters": {
   194                "filter": {
   195                  "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
   196                  "location": "query",
   197                  "type": "string"
   198                },
   199                "name": {
   200                  "description": "The resource that owns the locations collection, if applicable.",
   201                  "location": "path",
   202                  "pattern": "^projects/[^/]+$",
   203                  "required": true,
   204                  "type": "string"
   205                },
   206                "pageSize": {
   207                  "description": "The maximum number of results to return. If not set, the service selects a default.",
   208                  "format": "int32",
   209                  "location": "query",
   210                  "type": "integer"
   211                },
   212                "pageToken": {
   213                  "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
   214                  "location": "query",
   215                  "type": "string"
   216                }
   217              },
   218              "path": "v1alpha/{+name}/locations",
   219              "response": {
   220                "$ref": "ListLocationsResponse"
   221              },
   222              "scopes": [
   223                "https://www.googleapis.com/auth/cloud-platform"
   224              ]
   225            }
   226          },
   227          "resources": {
   228            "features": {
   229              "methods": {
   230                "create": {
   231                  "description": "Adds a new Feature.",
   232                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/features",
   233                  "httpMethod": "POST",
   234                  "id": "gkehub.projects.locations.features.create",
   235                  "parameterOrder": [
   236                    "parent"
   237                  ],
   238                  "parameters": {
   239                    "featureId": {
   240                      "description": "The ID of the feature to create.",
   241                      "location": "query",
   242                      "type": "string"
   243                    },
   244                    "parent": {
   245                      "description": "Required. The parent (project and location) where the Feature will be created. Specified in the format `projects/*/locations/*`.",
   246                      "location": "path",
   247                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   248                      "required": true,
   249                      "type": "string"
   250                    },
   251                    "requestId": {
   252                      "description": "A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   253                      "location": "query",
   254                      "type": "string"
   255                    }
   256                  },
   257                  "path": "v1alpha/{+parent}/features",
   258                  "request": {
   259                    "$ref": "Feature"
   260                  },
   261                  "response": {
   262                    "$ref": "Operation"
   263                  },
   264                  "scopes": [
   265                    "https://www.googleapis.com/auth/cloud-platform"
   266                  ]
   267                },
   268                "delete": {
   269                  "description": "Removes a Feature.",
   270                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/features/{featuresId}",
   271                  "httpMethod": "DELETE",
   272                  "id": "gkehub.projects.locations.features.delete",
   273                  "parameterOrder": [
   274                    "name"
   275                  ],
   276                  "parameters": {
   277                    "force": {
   278                      "description": "If set to true, the delete will ignore any outstanding resources for this Feature (that is, `FeatureState.has_resources` is set to true). These resources will NOT be cleaned up or modified in any way.",
   279                      "location": "query",
   280                      "type": "boolean"
   281                    },
   282                    "name": {
   283                      "description": "Required. The Feature resource name in the format `projects/*/locations/*/features/*`.",
   284                      "location": "path",
   285                      "pattern": "^projects/[^/]+/locations/[^/]+/features/[^/]+$",
   286                      "required": true,
   287                      "type": "string"
   288                    },
   289                    "requestId": {
   290                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   291                      "location": "query",
   292                      "type": "string"
   293                    }
   294                  },
   295                  "path": "v1alpha/{+name}",
   296                  "response": {
   297                    "$ref": "Operation"
   298                  },
   299                  "scopes": [
   300                    "https://www.googleapis.com/auth/cloud-platform"
   301                  ]
   302                },
   303                "get": {
   304                  "description": "Gets details of a single Feature.",
   305                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/features/{featuresId}",
   306                  "httpMethod": "GET",
   307                  "id": "gkehub.projects.locations.features.get",
   308                  "parameterOrder": [
   309                    "name"
   310                  ],
   311                  "parameters": {
   312                    "name": {
   313                      "description": "Required. The Feature resource name in the format `projects/*/locations/*/features/*`",
   314                      "location": "path",
   315                      "pattern": "^projects/[^/]+/locations/[^/]+/features/[^/]+$",
   316                      "required": true,
   317                      "type": "string"
   318                    }
   319                  },
   320                  "path": "v1alpha/{+name}",
   321                  "response": {
   322                    "$ref": "Feature"
   323                  },
   324                  "scopes": [
   325                    "https://www.googleapis.com/auth/cloud-platform"
   326                  ]
   327                },
   328                "getIamPolicy": {
   329                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
   330                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/features/{featuresId}:getIamPolicy",
   331                  "httpMethod": "GET",
   332                  "id": "gkehub.projects.locations.features.getIamPolicy",
   333                  "parameterOrder": [
   334                    "resource"
   335                  ],
   336                  "parameters": {
   337                    "options.requestedPolicyVersion": {
   338                      "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
   339                      "format": "int32",
   340                      "location": "query",
   341                      "type": "integer"
   342                    },
   343                    "resource": {
   344                      "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
   345                      "location": "path",
   346                      "pattern": "^projects/[^/]+/locations/[^/]+/features/[^/]+$",
   347                      "required": true,
   348                      "type": "string"
   349                    }
   350                  },
   351                  "path": "v1alpha/{+resource}:getIamPolicy",
   352                  "response": {
   353                    "$ref": "Policy"
   354                  },
   355                  "scopes": [
   356                    "https://www.googleapis.com/auth/cloud-platform"
   357                  ]
   358                },
   359                "list": {
   360                  "description": "Lists Features in a given project and location.",
   361                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/features",
   362                  "httpMethod": "GET",
   363                  "id": "gkehub.projects.locations.features.list",
   364                  "parameterOrder": [
   365                    "parent"
   366                  ],
   367                  "parameters": {
   368                    "filter": {
   369                      "description": "Lists Features that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples: - Feature with the name \"servicemesh\" in project \"foo-proj\": name = \"projects/foo-proj/locations/global/features/servicemesh\" - Features that have a label called `foo`: labels.foo:* - Features that have a label called `foo` whose value is `bar`: labels.foo = bar",
   370                      "location": "query",
   371                      "type": "string"
   372                    },
   373                    "orderBy": {
   374                      "description": "One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.",
   375                      "location": "query",
   376                      "type": "string"
   377                    },
   378                    "pageSize": {
   379                      "description": "When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
   380                      "format": "int32",
   381                      "location": "query",
   382                      "type": "integer"
   383                    },
   384                    "pageToken": {
   385                      "description": "Token returned by previous call to `ListFeatures` which specifies the position in the list from where to continue listing the resources.",
   386                      "location": "query",
   387                      "type": "string"
   388                    },
   389                    "parent": {
   390                      "description": "Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*`.",
   391                      "location": "path",
   392                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   393                      "required": true,
   394                      "type": "string"
   395                    }
   396                  },
   397                  "path": "v1alpha/{+parent}/features",
   398                  "response": {
   399                    "$ref": "ListFeaturesResponse"
   400                  },
   401                  "scopes": [
   402                    "https://www.googleapis.com/auth/cloud-platform"
   403                  ]
   404                },
   405                "patch": {
   406                  "description": "Updates an existing Feature.",
   407                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/features/{featuresId}",
   408                  "httpMethod": "PATCH",
   409                  "id": "gkehub.projects.locations.features.patch",
   410                  "parameterOrder": [
   411                    "name"
   412                  ],
   413                  "parameters": {
   414                    "name": {
   415                      "description": "Required. The Feature resource name in the format `projects/*/locations/*/features/*`.",
   416                      "location": "path",
   417                      "pattern": "^projects/[^/]+/locations/[^/]+/features/[^/]+$",
   418                      "required": true,
   419                      "type": "string"
   420                    },
   421                    "requestId": {
   422                      "description": "A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   423                      "location": "query",
   424                      "type": "string"
   425                    },
   426                    "updateMask": {
   427                      "description": "Mask of fields to update.",
   428                      "format": "google-fieldmask",
   429                      "location": "query",
   430                      "type": "string"
   431                    }
   432                  },
   433                  "path": "v1alpha/{+name}",
   434                  "request": {
   435                    "$ref": "Feature"
   436                  },
   437                  "response": {
   438                    "$ref": "Operation"
   439                  },
   440                  "scopes": [
   441                    "https://www.googleapis.com/auth/cloud-platform"
   442                  ]
   443                },
   444                "setIamPolicy": {
   445                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
   446                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/features/{featuresId}:setIamPolicy",
   447                  "httpMethod": "POST",
   448                  "id": "gkehub.projects.locations.features.setIamPolicy",
   449                  "parameterOrder": [
   450                    "resource"
   451                  ],
   452                  "parameters": {
   453                    "resource": {
   454                      "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
   455                      "location": "path",
   456                      "pattern": "^projects/[^/]+/locations/[^/]+/features/[^/]+$",
   457                      "required": true,
   458                      "type": "string"
   459                    }
   460                  },
   461                  "path": "v1alpha/{+resource}:setIamPolicy",
   462                  "request": {
   463                    "$ref": "SetIamPolicyRequest"
   464                  },
   465                  "response": {
   466                    "$ref": "Policy"
   467                  },
   468                  "scopes": [
   469                    "https://www.googleapis.com/auth/cloud-platform"
   470                  ]
   471                },
   472                "testIamPermissions": {
   473                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
   474                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/features/{featuresId}:testIamPermissions",
   475                  "httpMethod": "POST",
   476                  "id": "gkehub.projects.locations.features.testIamPermissions",
   477                  "parameterOrder": [
   478                    "resource"
   479                  ],
   480                  "parameters": {
   481                    "resource": {
   482                      "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
   483                      "location": "path",
   484                      "pattern": "^projects/[^/]+/locations/[^/]+/features/[^/]+$",
   485                      "required": true,
   486                      "type": "string"
   487                    }
   488                  },
   489                  "path": "v1alpha/{+resource}:testIamPermissions",
   490                  "request": {
   491                    "$ref": "TestIamPermissionsRequest"
   492                  },
   493                  "response": {
   494                    "$ref": "TestIamPermissionsResponse"
   495                  },
   496                  "scopes": [
   497                    "https://www.googleapis.com/auth/cloud-platform"
   498                  ]
   499                }
   500              }
   501            },
   502            "fleets": {
   503              "methods": {
   504                "create": {
   505                  "description": "Creates a fleet.",
   506                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/fleets",
   507                  "httpMethod": "POST",
   508                  "id": "gkehub.projects.locations.fleets.create",
   509                  "parameterOrder": [
   510                    "parent"
   511                  ],
   512                  "parameters": {
   513                    "parent": {
   514                      "description": "Required. The parent (project and location) where the Fleet will be created. Specified in the format `projects/*/locations/*`.",
   515                      "location": "path",
   516                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   517                      "required": true,
   518                      "type": "string"
   519                    }
   520                  },
   521                  "path": "v1alpha/{+parent}/fleets",
   522                  "request": {
   523                    "$ref": "Fleet"
   524                  },
   525                  "response": {
   526                    "$ref": "Operation"
   527                  },
   528                  "scopes": [
   529                    "https://www.googleapis.com/auth/cloud-platform"
   530                  ]
   531                },
   532                "delete": {
   533                  "description": "Removes a Fleet. There must be no memberships remaining in the Fleet.",
   534                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/fleets/{fleetsId}",
   535                  "httpMethod": "DELETE",
   536                  "id": "gkehub.projects.locations.fleets.delete",
   537                  "parameterOrder": [
   538                    "name"
   539                  ],
   540                  "parameters": {
   541                    "name": {
   542                      "description": "Required. The Fleet resource name in the format `projects/*/locations/*/fleets/*`.",
   543                      "location": "path",
   544                      "pattern": "^projects/[^/]+/locations/[^/]+/fleets/[^/]+$",
   545                      "required": true,
   546                      "type": "string"
   547                    }
   548                  },
   549                  "path": "v1alpha/{+name}",
   550                  "response": {
   551                    "$ref": "Operation"
   552                  },
   553                  "scopes": [
   554                    "https://www.googleapis.com/auth/cloud-platform"
   555                  ]
   556                },
   557                "get": {
   558                  "description": "Returns the details of a fleet.",
   559                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/fleets/{fleetsId}",
   560                  "httpMethod": "GET",
   561                  "id": "gkehub.projects.locations.fleets.get",
   562                  "parameterOrder": [
   563                    "name"
   564                  ],
   565                  "parameters": {
   566                    "name": {
   567                      "description": "Required. The Fleet resource name in the format `projects/*/locations/*/fleets/*`.",
   568                      "location": "path",
   569                      "pattern": "^projects/[^/]+/locations/[^/]+/fleets/[^/]+$",
   570                      "required": true,
   571                      "type": "string"
   572                    }
   573                  },
   574                  "path": "v1alpha/{+name}",
   575                  "response": {
   576                    "$ref": "Fleet"
   577                  },
   578                  "scopes": [
   579                    "https://www.googleapis.com/auth/cloud-platform"
   580                  ]
   581                },
   582                "list": {
   583                  "description": "Returns all fleets within an organization or a project that the caller has access to.",
   584                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/fleets",
   585                  "httpMethod": "GET",
   586                  "id": "gkehub.projects.locations.fleets.list",
   587                  "parameterOrder": [
   588                    "parent"
   589                  ],
   590                  "parameters": {
   591                    "pageSize": {
   592                      "description": "Optional. The maximum number of fleets to return. The service may return fewer than this value. If unspecified, at most 200 fleets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
   593                      "format": "int32",
   594                      "location": "query",
   595                      "type": "integer"
   596                    },
   597                    "pageToken": {
   598                      "description": "Optional. A page token, received from a previous `ListFleets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFleets` must match the call that provided the page token.",
   599                      "location": "query",
   600                      "type": "string"
   601                    },
   602                    "parent": {
   603                      "description": "Required. The organization or project to list for Fleets under, in the format `organizations/*/locations/*` or `projects/*/locations/*`.",
   604                      "location": "path",
   605                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   606                      "required": true,
   607                      "type": "string"
   608                    }
   609                  },
   610                  "path": "v1alpha/{+parent}/fleets",
   611                  "response": {
   612                    "$ref": "ListFleetsResponse"
   613                  },
   614                  "scopes": [
   615                    "https://www.googleapis.com/auth/cloud-platform"
   616                  ]
   617                },
   618                "patch": {
   619                  "description": "Updates a fleet.",
   620                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/fleets/{fleetsId}",
   621                  "httpMethod": "PATCH",
   622                  "id": "gkehub.projects.locations.fleets.patch",
   623                  "parameterOrder": [
   624                    "name"
   625                  ],
   626                  "parameters": {
   627                    "name": {
   628                      "description": "Output only. The full, unique resource name of this fleet in the format of `projects/{project}/locations/{location}/fleets/{fleet}`. Each Google Cloud project can have at most one fleet resource, named \"default\".",
   629                      "location": "path",
   630                      "pattern": "^projects/[^/]+/locations/[^/]+/fleets/[^/]+$",
   631                      "required": true,
   632                      "type": "string"
   633                    },
   634                    "updateMask": {
   635                      "description": "Required. The fields to be updated;",
   636                      "format": "google-fieldmask",
   637                      "location": "query",
   638                      "type": "string"
   639                    }
   640                  },
   641                  "path": "v1alpha/{+name}",
   642                  "request": {
   643                    "$ref": "Fleet"
   644                  },
   645                  "response": {
   646                    "$ref": "Operation"
   647                  },
   648                  "scopes": [
   649                    "https://www.googleapis.com/auth/cloud-platform"
   650                  ]
   651                }
   652              }
   653            },
   654            "memberships": {
   655              "methods": {
   656                "create": {
   657                  "description": "Creates a new Membership. **This is currently only supported for GKE clusters on Google Cloud**. To register other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster.",
   658                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships",
   659                  "httpMethod": "POST",
   660                  "id": "gkehub.projects.locations.memberships.create",
   661                  "parameterOrder": [
   662                    "parent"
   663                  ],
   664                  "parameters": {
   665                    "membershipId": {
   666                      "description": "Required. Client chosen ID for the membership. `membership_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.",
   667                      "location": "query",
   668                      "type": "string"
   669                    },
   670                    "parent": {
   671                      "description": "Required. The parent (project and location) where the Memberships will be created. Specified in the format `projects/*/locations/*`.",
   672                      "location": "path",
   673                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   674                      "required": true,
   675                      "type": "string"
   676                    },
   677                    "requestId": {
   678                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   679                      "location": "query",
   680                      "type": "string"
   681                    }
   682                  },
   683                  "path": "v1alpha/{+parent}/memberships",
   684                  "request": {
   685                    "$ref": "Membership"
   686                  },
   687                  "response": {
   688                    "$ref": "Operation"
   689                  },
   690                  "scopes": [
   691                    "https://www.googleapis.com/auth/cloud-platform"
   692                  ]
   693                },
   694                "delete": {
   695                  "description": "Removes a Membership. **This is currently only supported for GKE clusters on Google Cloud**. To unregister other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster.",
   696                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}",
   697                  "httpMethod": "DELETE",
   698                  "id": "gkehub.projects.locations.memberships.delete",
   699                  "parameterOrder": [
   700                    "name"
   701                  ],
   702                  "parameters": {
   703                    "force": {
   704                      "description": "Optional. If set to true, any subresource from this Membership will also be deleted. Otherwise, the request will only work if the Membership has no subresource.",
   705                      "location": "query",
   706                      "type": "boolean"
   707                    },
   708                    "name": {
   709                      "description": "Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`.",
   710                      "location": "path",
   711                      "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
   712                      "required": true,
   713                      "type": "string"
   714                    },
   715                    "requestId": {
   716                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   717                      "location": "query",
   718                      "type": "string"
   719                    }
   720                  },
   721                  "path": "v1alpha/{+name}",
   722                  "response": {
   723                    "$ref": "Operation"
   724                  },
   725                  "scopes": [
   726                    "https://www.googleapis.com/auth/cloud-platform"
   727                  ]
   728                },
   729                "generateConnectManifest": {
   730                  "description": "Generates the manifest for deployment of the GKE connect agent. **This method is used internally by Google-provided libraries.** Most clients should not need to call this method directly.",
   731                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}:generateConnectManifest",
   732                  "httpMethod": "GET",
   733                  "id": "gkehub.projects.locations.memberships.generateConnectManifest",
   734                  "parameterOrder": [
   735                    "name"
   736                  ],
   737                  "parameters": {
   738                    "imagePullSecretContent": {
   739                      "description": "Optional. The image pull secret content for the registry, if not public.",
   740                      "format": "byte",
   741                      "location": "query",
   742                      "type": "string"
   743                    },
   744                    "isUpgrade": {
   745                      "description": "Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded.",
   746                      "location": "query",
   747                      "type": "boolean"
   748                    },
   749                    "name": {
   750                      "description": "Required. The Membership resource name the Agent will associate with, in the format `projects/*/locations/*/memberships/*`.",
   751                      "location": "path",
   752                      "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
   753                      "required": true,
   754                      "type": "string"
   755                    },
   756                    "namespace": {
   757                      "description": "Optional. Namespace for GKE Connect agent resources. Defaults to `gke-connect`. The Connect Agent is authorized automatically when run in the default namespace. Otherwise, explicit authorization must be granted with an additional IAM binding.",
   758                      "location": "query",
   759                      "type": "string"
   760                    },
   761                    "proxy": {
   762                      "description": "Optional. URI of a proxy if connectivity from the agent to gkeconnect.googleapis.com requires the use of a proxy. Format must be in the form `http(s)://{proxy_address}`, depending on the HTTP/HTTPS protocol supported by the proxy. This will direct the connect agent's outbound traffic through a HTTP(S) proxy.",
   763                      "format": "byte",
   764                      "location": "query",
   765                      "type": "string"
   766                    },
   767                    "registry": {
   768                      "description": "Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.",
   769                      "location": "query",
   770                      "type": "string"
   771                    },
   772                    "version": {
   773                      "description": "Optional. The Connect agent version to use. Defaults to the most current version.",
   774                      "location": "query",
   775                      "type": "string"
   776                    }
   777                  },
   778                  "path": "v1alpha/{+name}:generateConnectManifest",
   779                  "response": {
   780                    "$ref": "GenerateConnectManifestResponse"
   781                  },
   782                  "scopes": [
   783                    "https://www.googleapis.com/auth/cloud-platform"
   784                  ]
   785                },
   786                "get": {
   787                  "description": "Gets the details of a Membership.",
   788                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}",
   789                  "httpMethod": "GET",
   790                  "id": "gkehub.projects.locations.memberships.get",
   791                  "parameterOrder": [
   792                    "name"
   793                  ],
   794                  "parameters": {
   795                    "name": {
   796                      "description": "Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`.",
   797                      "location": "path",
   798                      "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
   799                      "required": true,
   800                      "type": "string"
   801                    }
   802                  },
   803                  "path": "v1alpha/{+name}",
   804                  "response": {
   805                    "$ref": "Membership"
   806                  },
   807                  "scopes": [
   808                    "https://www.googleapis.com/auth/cloud-platform"
   809                  ]
   810                },
   811                "getIamPolicy": {
   812                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
   813                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}:getIamPolicy",
   814                  "httpMethod": "GET",
   815                  "id": "gkehub.projects.locations.memberships.getIamPolicy",
   816                  "parameterOrder": [
   817                    "resource"
   818                  ],
   819                  "parameters": {
   820                    "options.requestedPolicyVersion": {
   821                      "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
   822                      "format": "int32",
   823                      "location": "query",
   824                      "type": "integer"
   825                    },
   826                    "resource": {
   827                      "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
   828                      "location": "path",
   829                      "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
   830                      "required": true,
   831                      "type": "string"
   832                    }
   833                  },
   834                  "path": "v1alpha/{+resource}:getIamPolicy",
   835                  "response": {
   836                    "$ref": "Policy"
   837                  },
   838                  "scopes": [
   839                    "https://www.googleapis.com/auth/cloud-platform"
   840                  ]
   841                },
   842                "list": {
   843                  "description": "Lists Memberships in a given project and location.",
   844                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships",
   845                  "httpMethod": "GET",
   846                  "id": "gkehub.projects.locations.memberships.list",
   847                  "parameterOrder": [
   848                    "parent"
   849                  ],
   850                  "parameters": {
   851                    "filter": {
   852                      "description": "Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples: - Name is `bar` in project `foo-proj` and location `global`: name = \"projects/foo-proj/locations/global/membership/bar\" - Memberships that have a label called `foo`: labels.foo:* - Memberships that have a label called `foo` whose value is `bar`: labels.foo = bar - Memberships in the CREATING state: state = CREATING",
   853                      "location": "query",
   854                      "type": "string"
   855                    },
   856                    "orderBy": {
   857                      "description": "Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.",
   858                      "location": "query",
   859                      "type": "string"
   860                    },
   861                    "pageSize": {
   862                      "description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
   863                      "format": "int32",
   864                      "location": "query",
   865                      "type": "integer"
   866                    },
   867                    "pageToken": {
   868                      "description": "Optional. Token returned by previous call to `ListMemberships` which specifies the position in the list from where to continue listing the resources.",
   869                      "location": "query",
   870                      "type": "string"
   871                    },
   872                    "parent": {
   873                      "description": "Required. The parent (project and location) where the Memberships will be listed. Specified in the format `projects/*/locations/*`. `projects/*/locations/-` list memberships in all the regions.",
   874                      "location": "path",
   875                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   876                      "required": true,
   877                      "type": "string"
   878                    }
   879                  },
   880                  "path": "v1alpha/{+parent}/memberships",
   881                  "response": {
   882                    "$ref": "ListMembershipsResponse"
   883                  },
   884                  "scopes": [
   885                    "https://www.googleapis.com/auth/cloud-platform"
   886                  ]
   887                },
   888                "listAdmin": {
   889                  "description": "Lists Memberships of admin clusters in a given project and location. **This method is only used internally**.",
   890                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships:listAdmin",
   891                  "httpMethod": "GET",
   892                  "id": "gkehub.projects.locations.memberships.listAdmin",
   893                  "parameterOrder": [
   894                    "parent"
   895                  ],
   896                  "parameters": {
   897                    "filter": {
   898                      "description": "Optional. Lists Memberships of admin clusters that match the filter expression.",
   899                      "location": "query",
   900                      "type": "string"
   901                    },
   902                    "orderBy": {
   903                      "description": "Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.",
   904                      "location": "query",
   905                      "type": "string"
   906                    },
   907                    "pageSize": {
   908                      "description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
   909                      "format": "int32",
   910                      "location": "query",
   911                      "type": "integer"
   912                    },
   913                    "pageToken": {
   914                      "description": "Optional. Token returned by previous call to `ListAdminClusterMemberships` which specifies the position in the list from where to continue listing the resources.",
   915                      "location": "query",
   916                      "type": "string"
   917                    },
   918                    "parent": {
   919                      "description": "Required. The parent (project and location) where the Memberships of admin cluster will be listed. Specified in the format `projects/*/locations/*`.",
   920                      "location": "path",
   921                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   922                      "required": true,
   923                      "type": "string"
   924                    }
   925                  },
   926                  "path": "v1alpha/{+parent}/memberships:listAdmin",
   927                  "response": {
   928                    "$ref": "ListAdminClusterMembershipsResponse"
   929                  },
   930                  "scopes": [
   931                    "https://www.googleapis.com/auth/cloud-platform"
   932                  ]
   933                },
   934                "patch": {
   935                  "description": "Updates an existing Membership.",
   936                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}",
   937                  "httpMethod": "PATCH",
   938                  "id": "gkehub.projects.locations.memberships.patch",
   939                  "parameterOrder": [
   940                    "name"
   941                  ],
   942                  "parameters": {
   943                    "name": {
   944                      "description": "Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`.",
   945                      "location": "path",
   946                      "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
   947                      "required": true,
   948                      "type": "string"
   949                    },
   950                    "requestId": {
   951                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
   952                      "location": "query",
   953                      "type": "string"
   954                    },
   955                    "updateMask": {
   956                      "description": "Required. Mask of fields to update.",
   957                      "format": "google-fieldmask",
   958                      "location": "query",
   959                      "type": "string"
   960                    }
   961                  },
   962                  "path": "v1alpha/{+name}",
   963                  "request": {
   964                    "$ref": "Membership"
   965                  },
   966                  "response": {
   967                    "$ref": "Operation"
   968                  },
   969                  "scopes": [
   970                    "https://www.googleapis.com/auth/cloud-platform"
   971                  ]
   972                },
   973                "setIamPolicy": {
   974                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
   975                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}:setIamPolicy",
   976                  "httpMethod": "POST",
   977                  "id": "gkehub.projects.locations.memberships.setIamPolicy",
   978                  "parameterOrder": [
   979                    "resource"
   980                  ],
   981                  "parameters": {
   982                    "resource": {
   983                      "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
   984                      "location": "path",
   985                      "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
   986                      "required": true,
   987                      "type": "string"
   988                    }
   989                  },
   990                  "path": "v1alpha/{+resource}:setIamPolicy",
   991                  "request": {
   992                    "$ref": "SetIamPolicyRequest"
   993                  },
   994                  "response": {
   995                    "$ref": "Policy"
   996                  },
   997                  "scopes": [
   998                    "https://www.googleapis.com/auth/cloud-platform"
   999                  ]
  1000                },
  1001                "testIamPermissions": {
  1002                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
  1003                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}:testIamPermissions",
  1004                  "httpMethod": "POST",
  1005                  "id": "gkehub.projects.locations.memberships.testIamPermissions",
  1006                  "parameterOrder": [
  1007                    "resource"
  1008                  ],
  1009                  "parameters": {
  1010                    "resource": {
  1011                      "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1012                      "location": "path",
  1013                      "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
  1014                      "required": true,
  1015                      "type": "string"
  1016                    }
  1017                  },
  1018                  "path": "v1alpha/{+resource}:testIamPermissions",
  1019                  "request": {
  1020                    "$ref": "TestIamPermissionsRequest"
  1021                  },
  1022                  "response": {
  1023                    "$ref": "TestIamPermissionsResponse"
  1024                  },
  1025                  "scopes": [
  1026                    "https://www.googleapis.com/auth/cloud-platform"
  1027                  ]
  1028                },
  1029                "validateCreate": {
  1030                  "description": "ValidateCreateMembership is a preflight check for CreateMembership. It checks the following: 1. Caller has the required `gkehub.memberships.create` permission. 2. The membership_id is still available.",
  1031                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships:validateCreate",
  1032                  "httpMethod": "POST",
  1033                  "id": "gkehub.projects.locations.memberships.validateCreate",
  1034                  "parameterOrder": [
  1035                    "parent"
  1036                  ],
  1037                  "parameters": {
  1038                    "parent": {
  1039                      "description": "Required. The parent (project and location) where the Memberships will be created. Specified in the format `projects/*/locations/*`.",
  1040                      "location": "path",
  1041                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1042                      "required": true,
  1043                      "type": "string"
  1044                    }
  1045                  },
  1046                  "path": "v1alpha/{+parent}/memberships:validateCreate",
  1047                  "request": {
  1048                    "$ref": "ValidateCreateMembershipRequest"
  1049                  },
  1050                  "response": {
  1051                    "$ref": "ValidateCreateMembershipResponse"
  1052                  },
  1053                  "scopes": [
  1054                    "https://www.googleapis.com/auth/cloud-platform"
  1055                  ]
  1056                }
  1057              },
  1058              "resources": {
  1059                "bindings": {
  1060                  "methods": {
  1061                    "create": {
  1062                      "description": "Creates a MembershipBinding.",
  1063                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings",
  1064                      "httpMethod": "POST",
  1065                      "id": "gkehub.projects.locations.memberships.bindings.create",
  1066                      "parameterOrder": [
  1067                        "parent"
  1068                      ],
  1069                      "parameters": {
  1070                        "membershipBindingId": {
  1071                          "description": "Required. The ID to use for the MembershipBinding.",
  1072                          "location": "query",
  1073                          "type": "string"
  1074                        },
  1075                        "parent": {
  1076                          "description": "Required. The parent (project and location) where the MembershipBinding will be created. Specified in the format `projects/*/locations/*/memberships/*`.",
  1077                          "location": "path",
  1078                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
  1079                          "required": true,
  1080                          "type": "string"
  1081                        }
  1082                      },
  1083                      "path": "v1alpha/{+parent}/bindings",
  1084                      "request": {
  1085                        "$ref": "MembershipBinding"
  1086                      },
  1087                      "response": {
  1088                        "$ref": "Operation"
  1089                      },
  1090                      "scopes": [
  1091                        "https://www.googleapis.com/auth/cloud-platform"
  1092                      ]
  1093                    },
  1094                    "delete": {
  1095                      "description": "Deletes a MembershipBinding.",
  1096                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings/{bindingsId}",
  1097                      "httpMethod": "DELETE",
  1098                      "id": "gkehub.projects.locations.memberships.bindings.delete",
  1099                      "parameterOrder": [
  1100                        "name"
  1101                      ],
  1102                      "parameters": {
  1103                        "name": {
  1104                          "description": "Required. The MembershipBinding resource name in the format `projects/*/locations/*/memberships/*/bindings/*`.",
  1105                          "location": "path",
  1106                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+/bindings/[^/]+$",
  1107                          "required": true,
  1108                          "type": "string"
  1109                        }
  1110                      },
  1111                      "path": "v1alpha/{+name}",
  1112                      "response": {
  1113                        "$ref": "Operation"
  1114                      },
  1115                      "scopes": [
  1116                        "https://www.googleapis.com/auth/cloud-platform"
  1117                      ]
  1118                    },
  1119                    "get": {
  1120                      "description": "Returns the details of a MembershipBinding.",
  1121                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings/{bindingsId}",
  1122                      "httpMethod": "GET",
  1123                      "id": "gkehub.projects.locations.memberships.bindings.get",
  1124                      "parameterOrder": [
  1125                        "name"
  1126                      ],
  1127                      "parameters": {
  1128                        "name": {
  1129                          "description": "Required. The MembershipBinding resource name in the format `projects/*/locations/*/memberships/*/bindings/*`.",
  1130                          "location": "path",
  1131                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+/bindings/[^/]+$",
  1132                          "required": true,
  1133                          "type": "string"
  1134                        }
  1135                      },
  1136                      "path": "v1alpha/{+name}",
  1137                      "response": {
  1138                        "$ref": "MembershipBinding"
  1139                      },
  1140                      "scopes": [
  1141                        "https://www.googleapis.com/auth/cloud-platform"
  1142                      ]
  1143                    },
  1144                    "list": {
  1145                      "description": "Lists MembershipBindings.",
  1146                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings",
  1147                      "httpMethod": "GET",
  1148                      "id": "gkehub.projects.locations.memberships.bindings.list",
  1149                      "parameterOrder": [
  1150                        "parent"
  1151                      ],
  1152                      "parameters": {
  1153                        "filter": {
  1154                          "description": "Optional. Lists MembershipBindings that match the filter expression, following the syntax outlined in https://google.aip.dev/160.",
  1155                          "location": "query",
  1156                          "type": "string"
  1157                        },
  1158                        "pageSize": {
  1159                          "description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
  1160                          "format": "int32",
  1161                          "location": "query",
  1162                          "type": "integer"
  1163                        },
  1164                        "pageToken": {
  1165                          "description": "Optional. Token returned by previous call to `ListMembershipBindings` which specifies the position in the list from where to continue listing the resources.",
  1166                          "location": "query",
  1167                          "type": "string"
  1168                        },
  1169                        "parent": {
  1170                          "description": "Required. The parent Membership for which the MembershipBindings will be listed. Specified in the format `projects/*/locations/*/memberships/*`.",
  1171                          "location": "path",
  1172                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
  1173                          "required": true,
  1174                          "type": "string"
  1175                        }
  1176                      },
  1177                      "path": "v1alpha/{+parent}/bindings",
  1178                      "response": {
  1179                        "$ref": "ListMembershipBindingsResponse"
  1180                      },
  1181                      "scopes": [
  1182                        "https://www.googleapis.com/auth/cloud-platform"
  1183                      ]
  1184                    },
  1185                    "patch": {
  1186                      "description": "Updates a MembershipBinding.",
  1187                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings/{bindingsId}",
  1188                      "httpMethod": "PATCH",
  1189                      "id": "gkehub.projects.locations.memberships.bindings.patch",
  1190                      "parameterOrder": [
  1191                        "name"
  1192                      ],
  1193                      "parameters": {
  1194                        "name": {
  1195                          "description": "The resource name for the membershipbinding itself `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}`",
  1196                          "location": "path",
  1197                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+/bindings/[^/]+$",
  1198                          "required": true,
  1199                          "type": "string"
  1200                        },
  1201                        "updateMask": {
  1202                          "description": "Required. The fields to be updated.",
  1203                          "format": "google-fieldmask",
  1204                          "location": "query",
  1205                          "type": "string"
  1206                        }
  1207                      },
  1208                      "path": "v1alpha/{+name}",
  1209                      "request": {
  1210                        "$ref": "MembershipBinding"
  1211                      },
  1212                      "response": {
  1213                        "$ref": "Operation"
  1214                      },
  1215                      "scopes": [
  1216                        "https://www.googleapis.com/auth/cloud-platform"
  1217                      ]
  1218                    }
  1219                  }
  1220                },
  1221                "rbacrolebindings": {
  1222                  "methods": {
  1223                    "create": {
  1224                      "description": "Creates a Membership RBACRoleBinding.",
  1225                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/rbacrolebindings",
  1226                      "httpMethod": "POST",
  1227                      "id": "gkehub.projects.locations.memberships.rbacrolebindings.create",
  1228                      "parameterOrder": [
  1229                        "parent"
  1230                      ],
  1231                      "parameters": {
  1232                        "parent": {
  1233                          "description": "Required. The parent (project and location) where the RBACRoleBinding will be created. Specified in the format `projects/*/locations/*/memberships/*`.",
  1234                          "location": "path",
  1235                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
  1236                          "required": true,
  1237                          "type": "string"
  1238                        },
  1239                        "rbacrolebindingId": {
  1240                          "description": "Required. Client chosen ID for the RBACRoleBinding. `rbacrolebinding_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.",
  1241                          "location": "query",
  1242                          "type": "string"
  1243                        }
  1244                      },
  1245                      "path": "v1alpha/{+parent}/rbacrolebindings",
  1246                      "request": {
  1247                        "$ref": "RBACRoleBinding"
  1248                      },
  1249                      "response": {
  1250                        "$ref": "Operation"
  1251                      },
  1252                      "scopes": [
  1253                        "https://www.googleapis.com/auth/cloud-platform"
  1254                      ]
  1255                    },
  1256                    "delete": {
  1257                      "description": "Deletes a Membership RBACRoleBinding.",
  1258                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/rbacrolebindings/{rbacrolebindingsId}",
  1259                      "httpMethod": "DELETE",
  1260                      "id": "gkehub.projects.locations.memberships.rbacrolebindings.delete",
  1261                      "parameterOrder": [
  1262                        "name"
  1263                      ],
  1264                      "parameters": {
  1265                        "name": {
  1266                          "description": "Required. The RBACRoleBinding resource name in the format `projects/*/locations/*/memberships/*/rbacrolebindings/*`.",
  1267                          "location": "path",
  1268                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+/rbacrolebindings/[^/]+$",
  1269                          "required": true,
  1270                          "type": "string"
  1271                        }
  1272                      },
  1273                      "path": "v1alpha/{+name}",
  1274                      "response": {
  1275                        "$ref": "Operation"
  1276                      },
  1277                      "scopes": [
  1278                        "https://www.googleapis.com/auth/cloud-platform"
  1279                      ]
  1280                    },
  1281                    "generateMembershipRBACRoleBindingYAML": {
  1282                      "description": "Generates a YAML of the RBAC policies for the specified RoleBinding and its associated impersonation resources.",
  1283                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/rbacrolebindings:generateMembershipRBACRoleBindingYAML",
  1284                      "httpMethod": "POST",
  1285                      "id": "gkehub.projects.locations.memberships.rbacrolebindings.generateMembershipRBACRoleBindingYAML",
  1286                      "parameterOrder": [
  1287                        "parent"
  1288                      ],
  1289                      "parameters": {
  1290                        "parent": {
  1291                          "description": "Required. The parent (project and location) where the RBACRoleBinding will be created. Specified in the format `projects/*/locations/*/memberships/*`.",
  1292                          "location": "path",
  1293                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
  1294                          "required": true,
  1295                          "type": "string"
  1296                        },
  1297                        "rbacrolebindingId": {
  1298                          "description": "Required. Client chosen ID for the RBACRoleBinding. `rbacrolebinding_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.",
  1299                          "location": "query",
  1300                          "type": "string"
  1301                        }
  1302                      },
  1303                      "path": "v1alpha/{+parent}/rbacrolebindings:generateMembershipRBACRoleBindingYAML",
  1304                      "request": {
  1305                        "$ref": "RBACRoleBinding"
  1306                      },
  1307                      "response": {
  1308                        "$ref": "GenerateMembershipRBACRoleBindingYAMLResponse"
  1309                      },
  1310                      "scopes": [
  1311                        "https://www.googleapis.com/auth/cloud-platform"
  1312                      ]
  1313                    },
  1314                    "get": {
  1315                      "description": "Returns the details of a Membership RBACRoleBinding.",
  1316                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/rbacrolebindings/{rbacrolebindingsId}",
  1317                      "httpMethod": "GET",
  1318                      "id": "gkehub.projects.locations.memberships.rbacrolebindings.get",
  1319                      "parameterOrder": [
  1320                        "name"
  1321                      ],
  1322                      "parameters": {
  1323                        "name": {
  1324                          "description": "Required. The RBACRoleBinding resource name in the format `projects/*/locations/*/memberships/*/rbacrolebindings/*`.",
  1325                          "location": "path",
  1326                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+/rbacrolebindings/[^/]+$",
  1327                          "required": true,
  1328                          "type": "string"
  1329                        }
  1330                      },
  1331                      "path": "v1alpha/{+name}",
  1332                      "response": {
  1333                        "$ref": "RBACRoleBinding"
  1334                      },
  1335                      "scopes": [
  1336                        "https://www.googleapis.com/auth/cloud-platform"
  1337                      ]
  1338                    },
  1339                    "list": {
  1340                      "description": "Lists all Membership RBACRoleBindings.",
  1341                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/rbacrolebindings",
  1342                      "httpMethod": "GET",
  1343                      "id": "gkehub.projects.locations.memberships.rbacrolebindings.list",
  1344                      "parameterOrder": [
  1345                        "parent"
  1346                      ],
  1347                      "parameters": {
  1348                        "pageSize": {
  1349                          "description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
  1350                          "format": "int32",
  1351                          "location": "query",
  1352                          "type": "integer"
  1353                        },
  1354                        "pageToken": {
  1355                          "description": "Optional. Token returned by previous call to `ListMembershipRBACRoleBindings` which specifies the position in the list from where to continue listing the resources.",
  1356                          "location": "query",
  1357                          "type": "string"
  1358                        },
  1359                        "parent": {
  1360                          "description": "Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*/memberships/*`.",
  1361                          "location": "path",
  1362                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
  1363                          "required": true,
  1364                          "type": "string"
  1365                        }
  1366                      },
  1367                      "path": "v1alpha/{+parent}/rbacrolebindings",
  1368                      "response": {
  1369                        "$ref": "ListMembershipRBACRoleBindingsResponse"
  1370                      },
  1371                      "scopes": [
  1372                        "https://www.googleapis.com/auth/cloud-platform"
  1373                      ]
  1374                    },
  1375                    "patch": {
  1376                      "description": "Updates a Membership RBACRoleBinding.",
  1377                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/rbacrolebindings/{rbacrolebindingsId}",
  1378                      "httpMethod": "PATCH",
  1379                      "id": "gkehub.projects.locations.memberships.rbacrolebindings.patch",
  1380                      "parameterOrder": [
  1381                        "name"
  1382                      ],
  1383                      "parameters": {
  1384                        "name": {
  1385                          "description": "The resource name for the rbacrolebinding `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` or `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}`",
  1386                          "location": "path",
  1387                          "pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+/rbacrolebindings/[^/]+$",
  1388                          "required": true,
  1389                          "type": "string"
  1390                        },
  1391                        "updateMask": {
  1392                          "description": "Required. The fields to be updated.",
  1393                          "format": "google-fieldmask",
  1394                          "location": "query",
  1395                          "type": "string"
  1396                        }
  1397                      },
  1398                      "path": "v1alpha/{+name}",
  1399                      "request": {
  1400                        "$ref": "RBACRoleBinding"
  1401                      },
  1402                      "response": {
  1403                        "$ref": "Operation"
  1404                      },
  1405                      "scopes": [
  1406                        "https://www.googleapis.com/auth/cloud-platform"
  1407                      ]
  1408                    }
  1409                  }
  1410                }
  1411              }
  1412            },
  1413            "operations": {
  1414              "methods": {
  1415                "cancel": {
  1416                  "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
  1417                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
  1418                  "httpMethod": "POST",
  1419                  "id": "gkehub.projects.locations.operations.cancel",
  1420                  "parameterOrder": [
  1421                    "name"
  1422                  ],
  1423                  "parameters": {
  1424                    "name": {
  1425                      "description": "The name of the operation resource to be cancelled.",
  1426                      "location": "path",
  1427                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
  1428                      "required": true,
  1429                      "type": "string"
  1430                    }
  1431                  },
  1432                  "path": "v1alpha/{+name}:cancel",
  1433                  "request": {
  1434                    "$ref": "CancelOperationRequest"
  1435                  },
  1436                  "response": {
  1437                    "$ref": "Empty"
  1438                  },
  1439                  "scopes": [
  1440                    "https://www.googleapis.com/auth/cloud-platform"
  1441                  ]
  1442                },
  1443                "delete": {
  1444                  "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
  1445                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
  1446                  "httpMethod": "DELETE",
  1447                  "id": "gkehub.projects.locations.operations.delete",
  1448                  "parameterOrder": [
  1449                    "name"
  1450                  ],
  1451                  "parameters": {
  1452                    "name": {
  1453                      "description": "The name of the operation resource to be deleted.",
  1454                      "location": "path",
  1455                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
  1456                      "required": true,
  1457                      "type": "string"
  1458                    }
  1459                  },
  1460                  "path": "v1alpha/{+name}",
  1461                  "response": {
  1462                    "$ref": "Empty"
  1463                  },
  1464                  "scopes": [
  1465                    "https://www.googleapis.com/auth/cloud-platform"
  1466                  ]
  1467                },
  1468                "get": {
  1469                  "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
  1470                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
  1471                  "httpMethod": "GET",
  1472                  "id": "gkehub.projects.locations.operations.get",
  1473                  "parameterOrder": [
  1474                    "name"
  1475                  ],
  1476                  "parameters": {
  1477                    "name": {
  1478                      "description": "The name of the operation resource.",
  1479                      "location": "path",
  1480                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
  1481                      "required": true,
  1482                      "type": "string"
  1483                    }
  1484                  },
  1485                  "path": "v1alpha/{+name}",
  1486                  "response": {
  1487                    "$ref": "Operation"
  1488                  },
  1489                  "scopes": [
  1490                    "https://www.googleapis.com/auth/cloud-platform"
  1491                  ]
  1492                },
  1493                "list": {
  1494                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
  1495                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations",
  1496                  "httpMethod": "GET",
  1497                  "id": "gkehub.projects.locations.operations.list",
  1498                  "parameterOrder": [
  1499                    "name"
  1500                  ],
  1501                  "parameters": {
  1502                    "filter": {
  1503                      "description": "The standard list filter.",
  1504                      "location": "query",
  1505                      "type": "string"
  1506                    },
  1507                    "name": {
  1508                      "description": "The name of the operation's parent resource.",
  1509                      "location": "path",
  1510                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1511                      "required": true,
  1512                      "type": "string"
  1513                    },
  1514                    "pageSize": {
  1515                      "description": "The standard list page size.",
  1516                      "format": "int32",
  1517                      "location": "query",
  1518                      "type": "integer"
  1519                    },
  1520                    "pageToken": {
  1521                      "description": "The standard list page token.",
  1522                      "location": "query",
  1523                      "type": "string"
  1524                    }
  1525                  },
  1526                  "path": "v1alpha/{+name}/operations",
  1527                  "response": {
  1528                    "$ref": "ListOperationsResponse"
  1529                  },
  1530                  "scopes": [
  1531                    "https://www.googleapis.com/auth/cloud-platform"
  1532                  ]
  1533                }
  1534              }
  1535            },
  1536            "scopes": {
  1537              "methods": {
  1538                "create": {
  1539                  "description": "Creates a Scope.",
  1540                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes",
  1541                  "httpMethod": "POST",
  1542                  "id": "gkehub.projects.locations.scopes.create",
  1543                  "parameterOrder": [
  1544                    "parent"
  1545                  ],
  1546                  "parameters": {
  1547                    "parent": {
  1548                      "description": "Required. The parent (project and location) where the Scope will be created. Specified in the format `projects/*/locations/*`.",
  1549                      "location": "path",
  1550                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1551                      "required": true,
  1552                      "type": "string"
  1553                    },
  1554                    "scopeId": {
  1555                      "description": "Required. Client chosen ID for the Scope. `scope_id` must be a ????",
  1556                      "location": "query",
  1557                      "type": "string"
  1558                    }
  1559                  },
  1560                  "path": "v1alpha/{+parent}/scopes",
  1561                  "request": {
  1562                    "$ref": "Scope"
  1563                  },
  1564                  "response": {
  1565                    "$ref": "Operation"
  1566                  },
  1567                  "scopes": [
  1568                    "https://www.googleapis.com/auth/cloud-platform"
  1569                  ]
  1570                },
  1571                "delete": {
  1572                  "description": "Deletes a Scope.",
  1573                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}",
  1574                  "httpMethod": "DELETE",
  1575                  "id": "gkehub.projects.locations.scopes.delete",
  1576                  "parameterOrder": [
  1577                    "name"
  1578                  ],
  1579                  "parameters": {
  1580                    "name": {
  1581                      "description": "Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`.",
  1582                      "location": "path",
  1583                      "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  1584                      "required": true,
  1585                      "type": "string"
  1586                    }
  1587                  },
  1588                  "path": "v1alpha/{+name}",
  1589                  "response": {
  1590                    "$ref": "Operation"
  1591                  },
  1592                  "scopes": [
  1593                    "https://www.googleapis.com/auth/cloud-platform"
  1594                  ]
  1595                },
  1596                "get": {
  1597                  "description": "Returns the details of a Scope.",
  1598                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}",
  1599                  "httpMethod": "GET",
  1600                  "id": "gkehub.projects.locations.scopes.get",
  1601                  "parameterOrder": [
  1602                    "name"
  1603                  ],
  1604                  "parameters": {
  1605                    "name": {
  1606                      "description": "Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`.",
  1607                      "location": "path",
  1608                      "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  1609                      "required": true,
  1610                      "type": "string"
  1611                    }
  1612                  },
  1613                  "path": "v1alpha/{+name}",
  1614                  "response": {
  1615                    "$ref": "Scope"
  1616                  },
  1617                  "scopes": [
  1618                    "https://www.googleapis.com/auth/cloud-platform"
  1619                  ]
  1620                },
  1621                "getIamPolicy": {
  1622                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
  1623                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}:getIamPolicy",
  1624                  "httpMethod": "GET",
  1625                  "id": "gkehub.projects.locations.scopes.getIamPolicy",
  1626                  "parameterOrder": [
  1627                    "resource"
  1628                  ],
  1629                  "parameters": {
  1630                    "options.requestedPolicyVersion": {
  1631                      "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
  1632                      "format": "int32",
  1633                      "location": "query",
  1634                      "type": "integer"
  1635                    },
  1636                    "resource": {
  1637                      "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1638                      "location": "path",
  1639                      "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  1640                      "required": true,
  1641                      "type": "string"
  1642                    }
  1643                  },
  1644                  "path": "v1alpha/{+resource}:getIamPolicy",
  1645                  "response": {
  1646                    "$ref": "Policy"
  1647                  },
  1648                  "scopes": [
  1649                    "https://www.googleapis.com/auth/cloud-platform"
  1650                  ]
  1651                },
  1652                "list": {
  1653                  "description": "Lists Scopes.",
  1654                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes",
  1655                  "httpMethod": "GET",
  1656                  "id": "gkehub.projects.locations.scopes.list",
  1657                  "parameterOrder": [
  1658                    "parent"
  1659                  ],
  1660                  "parameters": {
  1661                    "pageSize": {
  1662                      "description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
  1663                      "format": "int32",
  1664                      "location": "query",
  1665                      "type": "integer"
  1666                    },
  1667                    "pageToken": {
  1668                      "description": "Optional. Token returned by previous call to `ListScopes` which specifies the position in the list from where to continue listing the resources.",
  1669                      "location": "query",
  1670                      "type": "string"
  1671                    },
  1672                    "parent": {
  1673                      "description": "Required. The parent (project and location) where the Scope will be listed. Specified in the format `projects/*/locations/*`.",
  1674                      "location": "path",
  1675                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1676                      "required": true,
  1677                      "type": "string"
  1678                    }
  1679                  },
  1680                  "path": "v1alpha/{+parent}/scopes",
  1681                  "response": {
  1682                    "$ref": "ListScopesResponse"
  1683                  },
  1684                  "scopes": [
  1685                    "https://www.googleapis.com/auth/cloud-platform"
  1686                  ]
  1687                },
  1688                "listMemberships": {
  1689                  "description": "Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions.",
  1690                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}:listMemberships",
  1691                  "httpMethod": "GET",
  1692                  "id": "gkehub.projects.locations.scopes.listMemberships",
  1693                  "parameterOrder": [
  1694                    "scopeName"
  1695                  ],
  1696                  "parameters": {
  1697                    "filter": {
  1698                      "description": "Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Currently, filtering can be done only based on Memberships's `name`, `labels`, `create_time`, `update_time`, and `unique_id`.",
  1699                      "location": "query",
  1700                      "type": "string"
  1701                    },
  1702                    "pageSize": {
  1703                      "description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned. Pagination is currently not supported; therefore, setting this field does not have any impact for now.",
  1704                      "format": "int32",
  1705                      "location": "query",
  1706                      "type": "integer"
  1707                    },
  1708                    "pageToken": {
  1709                      "description": "Optional. Token returned by previous call to `ListBoundMemberships` which specifies the position in the list from where to continue listing the resources.",
  1710                      "location": "query",
  1711                      "type": "string"
  1712                    },
  1713                    "scopeName": {
  1714                      "description": "Required. Name of the Scope, in the format `projects/*/locations/global/scopes/*`, to which the Memberships are bound.",
  1715                      "location": "path",
  1716                      "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  1717                      "required": true,
  1718                      "type": "string"
  1719                    }
  1720                  },
  1721                  "path": "v1alpha/{+scopeName}:listMemberships",
  1722                  "response": {
  1723                    "$ref": "ListBoundMembershipsResponse"
  1724                  },
  1725                  "scopes": [
  1726                    "https://www.googleapis.com/auth/cloud-platform"
  1727                  ]
  1728                },
  1729                "listPermitted": {
  1730                  "description": "Lists permitted Scopes.",
  1731                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes:listPermitted",
  1732                  "httpMethod": "GET",
  1733                  "id": "gkehub.projects.locations.scopes.listPermitted",
  1734                  "parameterOrder": [
  1735                    "parent"
  1736                  ],
  1737                  "parameters": {
  1738                    "pageSize": {
  1739                      "description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
  1740                      "format": "int32",
  1741                      "location": "query",
  1742                      "type": "integer"
  1743                    },
  1744                    "pageToken": {
  1745                      "description": "Optional. Token returned by previous call to `ListPermittedScopes` which specifies the position in the list from where to continue listing the resources.",
  1746                      "location": "query",
  1747                      "type": "string"
  1748                    },
  1749                    "parent": {
  1750                      "description": "Required. The parent (project and location) where the Scope will be listed. Specified in the format `projects/*/locations/*`.",
  1751                      "location": "path",
  1752                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1753                      "required": true,
  1754                      "type": "string"
  1755                    }
  1756                  },
  1757                  "path": "v1alpha/{+parent}/scopes:listPermitted",
  1758                  "response": {
  1759                    "$ref": "ListPermittedScopesResponse"
  1760                  },
  1761                  "scopes": [
  1762                    "https://www.googleapis.com/auth/cloud-platform"
  1763                  ]
  1764                },
  1765                "patch": {
  1766                  "description": "Updates a scopes.",
  1767                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}",
  1768                  "httpMethod": "PATCH",
  1769                  "id": "gkehub.projects.locations.scopes.patch",
  1770                  "parameterOrder": [
  1771                    "name"
  1772                  ],
  1773                  "parameters": {
  1774                    "name": {
  1775                      "description": "The resource name for the scope `projects/{project}/locations/{location}/scopes/{scope}`",
  1776                      "location": "path",
  1777                      "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  1778                      "required": true,
  1779                      "type": "string"
  1780                    },
  1781                    "updateMask": {
  1782                      "description": "Required. The fields to be updated.",
  1783                      "format": "google-fieldmask",
  1784                      "location": "query",
  1785                      "type": "string"
  1786                    }
  1787                  },
  1788                  "path": "v1alpha/{+name}",
  1789                  "request": {
  1790                    "$ref": "Scope"
  1791                  },
  1792                  "response": {
  1793                    "$ref": "Operation"
  1794                  },
  1795                  "scopes": [
  1796                    "https://www.googleapis.com/auth/cloud-platform"
  1797                  ]
  1798                },
  1799                "setIamPolicy": {
  1800                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
  1801                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}:setIamPolicy",
  1802                  "httpMethod": "POST",
  1803                  "id": "gkehub.projects.locations.scopes.setIamPolicy",
  1804                  "parameterOrder": [
  1805                    "resource"
  1806                  ],
  1807                  "parameters": {
  1808                    "resource": {
  1809                      "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1810                      "location": "path",
  1811                      "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  1812                      "required": true,
  1813                      "type": "string"
  1814                    }
  1815                  },
  1816                  "path": "v1alpha/{+resource}:setIamPolicy",
  1817                  "request": {
  1818                    "$ref": "SetIamPolicyRequest"
  1819                  },
  1820                  "response": {
  1821                    "$ref": "Policy"
  1822                  },
  1823                  "scopes": [
  1824                    "https://www.googleapis.com/auth/cloud-platform"
  1825                  ]
  1826                },
  1827                "testIamPermissions": {
  1828                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
  1829                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}:testIamPermissions",
  1830                  "httpMethod": "POST",
  1831                  "id": "gkehub.projects.locations.scopes.testIamPermissions",
  1832                  "parameterOrder": [
  1833                    "resource"
  1834                  ],
  1835                  "parameters": {
  1836                    "resource": {
  1837                      "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
  1838                      "location": "path",
  1839                      "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  1840                      "required": true,
  1841                      "type": "string"
  1842                    }
  1843                  },
  1844                  "path": "v1alpha/{+resource}:testIamPermissions",
  1845                  "request": {
  1846                    "$ref": "TestIamPermissionsRequest"
  1847                  },
  1848                  "response": {
  1849                    "$ref": "TestIamPermissionsResponse"
  1850                  },
  1851                  "scopes": [
  1852                    "https://www.googleapis.com/auth/cloud-platform"
  1853                  ]
  1854                }
  1855              },
  1856              "resources": {
  1857                "namespaces": {
  1858                  "methods": {
  1859                    "create": {
  1860                      "description": "Creates a fleet namespace.",
  1861                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces",
  1862                      "httpMethod": "POST",
  1863                      "id": "gkehub.projects.locations.scopes.namespaces.create",
  1864                      "parameterOrder": [
  1865                        "parent"
  1866                      ],
  1867                      "parameters": {
  1868                        "parent": {
  1869                          "description": "Required. The parent (project and location) where the Namespace will be created. Specified in the format `projects/*/locations/*/scopes/*`.",
  1870                          "location": "path",
  1871                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  1872                          "required": true,
  1873                          "type": "string"
  1874                        },
  1875                        "scopeNamespaceId": {
  1876                          "description": "Required. Client chosen ID for the Namespace. `namespace_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.",
  1877                          "location": "query",
  1878                          "type": "string"
  1879                        }
  1880                      },
  1881                      "path": "v1alpha/{+parent}/namespaces",
  1882                      "request": {
  1883                        "$ref": "Namespace"
  1884                      },
  1885                      "response": {
  1886                        "$ref": "Operation"
  1887                      },
  1888                      "scopes": [
  1889                        "https://www.googleapis.com/auth/cloud-platform"
  1890                      ]
  1891                    },
  1892                    "delete": {
  1893                      "description": "Deletes a fleet namespace.",
  1894                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces/{namespacesId}",
  1895                      "httpMethod": "DELETE",
  1896                      "id": "gkehub.projects.locations.scopes.namespaces.delete",
  1897                      "parameterOrder": [
  1898                        "name"
  1899                      ],
  1900                      "parameters": {
  1901                        "name": {
  1902                          "description": "Required. The Namespace resource name in the format `projects/*/locations/*/scopes/*/namespaces/*`.",
  1903                          "location": "path",
  1904                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$",
  1905                          "required": true,
  1906                          "type": "string"
  1907                        }
  1908                      },
  1909                      "path": "v1alpha/{+name}",
  1910                      "response": {
  1911                        "$ref": "Operation"
  1912                      },
  1913                      "scopes": [
  1914                        "https://www.googleapis.com/auth/cloud-platform"
  1915                      ]
  1916                    },
  1917                    "get": {
  1918                      "description": "Returns the details of a fleet namespace.",
  1919                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces/{namespacesId}",
  1920                      "httpMethod": "GET",
  1921                      "id": "gkehub.projects.locations.scopes.namespaces.get",
  1922                      "parameterOrder": [
  1923                        "name"
  1924                      ],
  1925                      "parameters": {
  1926                        "name": {
  1927                          "description": "Required. The Namespace resource name in the format `projects/*/locations/*/scopes/*/namespaces/*`.",
  1928                          "location": "path",
  1929                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$",
  1930                          "required": true,
  1931                          "type": "string"
  1932                        }
  1933                      },
  1934                      "path": "v1alpha/{+name}",
  1935                      "response": {
  1936                        "$ref": "Namespace"
  1937                      },
  1938                      "scopes": [
  1939                        "https://www.googleapis.com/auth/cloud-platform"
  1940                      ]
  1941                    },
  1942                    "list": {
  1943                      "description": "Lists fleet namespaces.",
  1944                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces",
  1945                      "httpMethod": "GET",
  1946                      "id": "gkehub.projects.locations.scopes.namespaces.list",
  1947                      "parameterOrder": [
  1948                        "parent"
  1949                      ],
  1950                      "parameters": {
  1951                        "pageSize": {
  1952                          "description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
  1953                          "format": "int32",
  1954                          "location": "query",
  1955                          "type": "integer"
  1956                        },
  1957                        "pageToken": {
  1958                          "description": "Optional. Token returned by previous call to `ListFeatures` which specifies the position in the list from where to continue listing the resources.",
  1959                          "location": "query",
  1960                          "type": "string"
  1961                        },
  1962                        "parent": {
  1963                          "description": "Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*/scopes/*`.",
  1964                          "location": "path",
  1965                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  1966                          "required": true,
  1967                          "type": "string"
  1968                        }
  1969                      },
  1970                      "path": "v1alpha/{+parent}/namespaces",
  1971                      "response": {
  1972                        "$ref": "ListScopeNamespacesResponse"
  1973                      },
  1974                      "scopes": [
  1975                        "https://www.googleapis.com/auth/cloud-platform"
  1976                      ]
  1977                    },
  1978                    "patch": {
  1979                      "description": "Updates a fleet namespace.",
  1980                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces/{namespacesId}",
  1981                      "httpMethod": "PATCH",
  1982                      "id": "gkehub.projects.locations.scopes.namespaces.patch",
  1983                      "parameterOrder": [
  1984                        "name"
  1985                      ],
  1986                      "parameters": {
  1987                        "name": {
  1988                          "description": "The resource name for the namespace `projects/{project}/locations/{location}/namespaces/{namespace}`",
  1989                          "location": "path",
  1990                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$",
  1991                          "required": true,
  1992                          "type": "string"
  1993                        },
  1994                        "updateMask": {
  1995                          "description": "Required. The fields to be updated.",
  1996                          "format": "google-fieldmask",
  1997                          "location": "query",
  1998                          "type": "string"
  1999                        }
  2000                      },
  2001                      "path": "v1alpha/{+name}",
  2002                      "request": {
  2003                        "$ref": "Namespace"
  2004                      },
  2005                      "response": {
  2006                        "$ref": "Operation"
  2007                      },
  2008                      "scopes": [
  2009                        "https://www.googleapis.com/auth/cloud-platform"
  2010                      ]
  2011                    }
  2012                  }
  2013                },
  2014                "rbacrolebindings": {
  2015                  "methods": {
  2016                    "create": {
  2017                      "description": "Creates a Scope RBACRoleBinding.",
  2018                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings",
  2019                      "httpMethod": "POST",
  2020                      "id": "gkehub.projects.locations.scopes.rbacrolebindings.create",
  2021                      "parameterOrder": [
  2022                        "parent"
  2023                      ],
  2024                      "parameters": {
  2025                        "parent": {
  2026                          "description": "Required. The parent (project and location) where the RBACRoleBinding will be created. Specified in the format `projects/*/locations/*/scopes/*`.",
  2027                          "location": "path",
  2028                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  2029                          "required": true,
  2030                          "type": "string"
  2031                        },
  2032                        "rbacrolebindingId": {
  2033                          "description": "Required. Client chosen ID for the RBACRoleBinding. `rbacrolebinding_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.",
  2034                          "location": "query",
  2035                          "type": "string"
  2036                        }
  2037                      },
  2038                      "path": "v1alpha/{+parent}/rbacrolebindings",
  2039                      "request": {
  2040                        "$ref": "RBACRoleBinding"
  2041                      },
  2042                      "response": {
  2043                        "$ref": "Operation"
  2044                      },
  2045                      "scopes": [
  2046                        "https://www.googleapis.com/auth/cloud-platform"
  2047                      ]
  2048                    },
  2049                    "delete": {
  2050                      "description": "Deletes a Scope RBACRoleBinding.",
  2051                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings/{rbacrolebindingsId}",
  2052                      "httpMethod": "DELETE",
  2053                      "id": "gkehub.projects.locations.scopes.rbacrolebindings.delete",
  2054                      "parameterOrder": [
  2055                        "name"
  2056                      ],
  2057                      "parameters": {
  2058                        "name": {
  2059                          "description": "Required. The RBACRoleBinding resource name in the format `projects/*/locations/*/scopes/*/rbacrolebindings/*`.",
  2060                          "location": "path",
  2061                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$",
  2062                          "required": true,
  2063                          "type": "string"
  2064                        }
  2065                      },
  2066                      "path": "v1alpha/{+name}",
  2067                      "response": {
  2068                        "$ref": "Operation"
  2069                      },
  2070                      "scopes": [
  2071                        "https://www.googleapis.com/auth/cloud-platform"
  2072                      ]
  2073                    },
  2074                    "get": {
  2075                      "description": "Returns the details of a Scope RBACRoleBinding.",
  2076                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings/{rbacrolebindingsId}",
  2077                      "httpMethod": "GET",
  2078                      "id": "gkehub.projects.locations.scopes.rbacrolebindings.get",
  2079                      "parameterOrder": [
  2080                        "name"
  2081                      ],
  2082                      "parameters": {
  2083                        "name": {
  2084                          "description": "Required. The RBACRoleBinding resource name in the format `projects/*/locations/*/scopes/*/rbacrolebindings/*`.",
  2085                          "location": "path",
  2086                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$",
  2087                          "required": true,
  2088                          "type": "string"
  2089                        }
  2090                      },
  2091                      "path": "v1alpha/{+name}",
  2092                      "response": {
  2093                        "$ref": "RBACRoleBinding"
  2094                      },
  2095                      "scopes": [
  2096                        "https://www.googleapis.com/auth/cloud-platform"
  2097                      ]
  2098                    },
  2099                    "list": {
  2100                      "description": "Lists all Scope RBACRoleBindings.",
  2101                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings",
  2102                      "httpMethod": "GET",
  2103                      "id": "gkehub.projects.locations.scopes.rbacrolebindings.list",
  2104                      "parameterOrder": [
  2105                        "parent"
  2106                      ],
  2107                      "parameters": {
  2108                        "pageSize": {
  2109                          "description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
  2110                          "format": "int32",
  2111                          "location": "query",
  2112                          "type": "integer"
  2113                        },
  2114                        "pageToken": {
  2115                          "description": "Optional. Token returned by previous call to `ListScopeRBACRoleBindings` which specifies the position in the list from where to continue listing the resources.",
  2116                          "location": "query",
  2117                          "type": "string"
  2118                        },
  2119                        "parent": {
  2120                          "description": "Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*/scopes/*`.",
  2121                          "location": "path",
  2122                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+$",
  2123                          "required": true,
  2124                          "type": "string"
  2125                        }
  2126                      },
  2127                      "path": "v1alpha/{+parent}/rbacrolebindings",
  2128                      "response": {
  2129                        "$ref": "ListScopeRBACRoleBindingsResponse"
  2130                      },
  2131                      "scopes": [
  2132                        "https://www.googleapis.com/auth/cloud-platform"
  2133                      ]
  2134                    },
  2135                    "patch": {
  2136                      "description": "Updates a Scope RBACRoleBinding.",
  2137                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings/{rbacrolebindingsId}",
  2138                      "httpMethod": "PATCH",
  2139                      "id": "gkehub.projects.locations.scopes.rbacrolebindings.patch",
  2140                      "parameterOrder": [
  2141                        "name"
  2142                      ],
  2143                      "parameters": {
  2144                        "name": {
  2145                          "description": "The resource name for the rbacrolebinding `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` or `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}`",
  2146                          "location": "path",
  2147                          "pattern": "^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$",
  2148                          "required": true,
  2149                          "type": "string"
  2150                        },
  2151                        "updateMask": {
  2152                          "description": "Required. The fields to be updated.",
  2153                          "format": "google-fieldmask",
  2154                          "location": "query",
  2155                          "type": "string"
  2156                        }
  2157                      },
  2158                      "path": "v1alpha/{+name}",
  2159                      "request": {
  2160                        "$ref": "RBACRoleBinding"
  2161                      },
  2162                      "response": {
  2163                        "$ref": "Operation"
  2164                      },
  2165                      "scopes": [
  2166                        "https://www.googleapis.com/auth/cloud-platform"
  2167                      ]
  2168                    }
  2169                  }
  2170                }
  2171              }
  2172            }
  2173          }
  2174        }
  2175      }
  2176    }
  2177  },
  2178  "revision": "20240428",
  2179  "rootUrl": "https://gkehub.googleapis.com/",
  2180  "schemas": {
  2181    "AnthosObservabilityFeatureSpec": {
  2182      "description": "**Anthos Observability**: Spec",
  2183      "id": "AnthosObservabilityFeatureSpec",
  2184      "properties": {
  2185        "defaultMembershipSpec": {
  2186          "$ref": "AnthosObservabilityMembershipSpec",
  2187          "description": "Default membership spec for unconfigured memberships"
  2188        }
  2189      },
  2190      "type": "object"
  2191    },
  2192    "AnthosObservabilityMembershipSpec": {
  2193      "description": "**Anthosobservability**: Per-Membership Feature spec.",
  2194      "id": "AnthosObservabilityMembershipSpec",
  2195      "properties": {
  2196        "doNotOptimizeMetrics": {
  2197          "description": "Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics",
  2198          "type": "boolean"
  2199        },
  2200        "enableStackdriverOnApplications": {
  2201          "description": "Enable collecting and reporting metrics and logs from user apps.",
  2202          "type": "boolean"
  2203        },
  2204        "version": {
  2205          "description": "the version of stackdriver operator used by this feature",
  2206          "type": "string"
  2207        }
  2208      },
  2209      "type": "object"
  2210    },
  2211    "AppDevExperienceFeatureSpec": {
  2212      "description": "Spec for App Dev Experience Feature.",
  2213      "id": "AppDevExperienceFeatureSpec",
  2214      "properties": {},
  2215      "type": "object"
  2216    },
  2217    "AppDevExperienceFeatureState": {
  2218      "description": "State for App Dev Exp Feature.",
  2219      "id": "AppDevExperienceFeatureState",
  2220      "properties": {
  2221        "networkingInstallSucceeded": {
  2222          "$ref": "Status",
  2223          "description": "Status of subcomponent that detects configured Service Mesh resources."
  2224        }
  2225      },
  2226      "type": "object"
  2227    },
  2228    "ApplianceCluster": {
  2229      "description": "ApplianceCluster contains information specific to GDC Edge Appliance Clusters.",
  2230      "id": "ApplianceCluster",
  2231      "properties": {
  2232        "resourceLink": {
  2233          "description": "Immutable. Self-link of the Google Cloud resource for the Appliance Cluster. For example: //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance",
  2234          "type": "string"
  2235        }
  2236      },
  2237      "type": "object"
  2238    },
  2239    "AuditConfig": {
  2240      "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
  2241      "id": "AuditConfig",
  2242      "properties": {
  2243        "auditLogConfigs": {
  2244          "description": "The configuration for logging of each type of permission.",
  2245          "items": {
  2246            "$ref": "AuditLogConfig"
  2247          },
  2248          "type": "array"
  2249        },
  2250        "service": {
  2251          "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
  2252          "type": "string"
  2253        }
  2254      },
  2255      "type": "object"
  2256    },
  2257    "AuditLogConfig": {
  2258      "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
  2259      "id": "AuditLogConfig",
  2260      "properties": {
  2261        "exemptedMembers": {
  2262          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
  2263          "items": {
  2264            "type": "string"
  2265          },
  2266          "type": "array"
  2267        },
  2268        "logType": {
  2269          "description": "The log type that this config enables.",
  2270          "enum": [
  2271            "LOG_TYPE_UNSPECIFIED",
  2272            "ADMIN_READ",
  2273            "DATA_WRITE",
  2274            "DATA_READ"
  2275          ],
  2276          "enumDescriptions": [
  2277            "Default case. Should never be this.",
  2278            "Admin reads. Example: CloudIAM getIamPolicy",
  2279            "Data writes. Example: CloudSQL Users create",
  2280            "Data reads. Example: CloudSQL Users list"
  2281          ],
  2282          "type": "string"
  2283        }
  2284      },
  2285      "type": "object"
  2286    },
  2287    "Authority": {
  2288      "description": "Authority encodes how Google will recognize identities from this Membership. See the workload identity documentation for more details: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity",
  2289      "id": "Authority",
  2290      "properties": {
  2291        "identityProvider": {
  2292          "description": "Output only. An identity provider that reflects the `issuer` in the workload identity pool.",
  2293          "readOnly": true,
  2294          "type": "string"
  2295        },
  2296        "issuer": {
  2297          "description": "Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with length \u003c2000 characters, it must use `location` rather than `zone` for GKE clusters. If set, then Google will allow valid OIDC tokens from this issuer to authenticate within the workload_identity_pool. OIDC discovery will be performed on this URI to validate tokens from the issuer. Clearing `issuer` disables Workload Identity. `issuer` cannot be directly modified; it must be cleared (and Workload Identity disabled) before using a new issuer (and re-enabling Workload Identity).",
  2298          "type": "string"
  2299        },
  2300        "oidcJwks": {
  2301          "description": "Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517). When this field is set, OIDC discovery will NOT be performed on `issuer`, and instead OIDC tokens will be validated using this field.",
  2302          "format": "byte",
  2303          "type": "string"
  2304        },
  2305        "workloadIdentityPool": {
  2306          "description": "Output only. The name of the workload identity pool in which `issuer` will be recognized. There is a single Workload Identity Pool per Hub that is shared between all Memberships that belong to that Hub. For a Hub hosted in {PROJECT_ID}, the workload pool format is `{PROJECT_ID}.hub.id.goog`, although this is subject to change in newer versions of this API.",
  2307          "readOnly": true,
  2308          "type": "string"
  2309        }
  2310      },
  2311      "type": "object"
  2312    },
  2313    "BinaryAuthorizationConfig": {
  2314      "description": "BinaryAuthorizationConfig defines the fleet level configuration of binary authorization feature.",
  2315      "id": "BinaryAuthorizationConfig",
  2316      "properties": {
  2317        "evaluationMode": {
  2318          "description": "Optional. Mode of operation for binauthz policy evaluation.",
  2319          "enum": [
  2320            "EVALUATION_MODE_UNSPECIFIED",
  2321            "DISABLED",
  2322            "POLICY_BINDINGS"
  2323          ],
  2324          "enumDescriptions": [
  2325            "Default value",
  2326            "Disable BinaryAuthorization",
  2327            "Use Binary Authorization with the policies specified in policy_bindings."
  2328          ],
  2329          "type": "string"
  2330        },
  2331        "policyBindings": {
  2332          "description": "Optional. Binauthz policies that apply to this cluster.",
  2333          "items": {
  2334            "$ref": "PolicyBinding"
  2335          },
  2336          "type": "array"
  2337        }
  2338      },
  2339      "type": "object"
  2340    },
  2341    "Binding": {
  2342      "description": "Associates `members`, or principals, with a `role`.",
  2343      "id": "Binding",
  2344      "properties": {
  2345        "condition": {
  2346          "$ref": "Expr",
  2347          "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
  2348        },
  2349        "members": {
  2350          "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
  2351          "items": {
  2352            "type": "string"
  2353          },
  2354          "type": "array"
  2355        },
  2356        "role": {
  2357          "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
  2358          "type": "string"
  2359        }
  2360      },
  2361      "type": "object"
  2362    },
  2363    "CancelOperationRequest": {
  2364      "description": "The request message for Operations.CancelOperation.",
  2365      "id": "CancelOperationRequest",
  2366      "properties": {},
  2367      "type": "object"
  2368    },
  2369    "CloudAuditLoggingFeatureSpec": {
  2370      "description": "**Cloud Audit Logging**: Spec for Audit Logging Allowlisting.",
  2371      "id": "CloudAuditLoggingFeatureSpec",
  2372      "properties": {
  2373        "allowlistedServiceAccounts": {
  2374          "description": "Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)",
  2375          "items": {
  2376            "type": "string"
  2377          },
  2378          "type": "array"
  2379        }
  2380      },
  2381      "type": "object"
  2382    },
  2383    "CloudBuildMembershipSpec": {
  2384      "description": "**Cloud Build**: Configurations for each Cloud Build enabled cluster.",
  2385      "id": "CloudBuildMembershipSpec",
  2386      "properties": {
  2387        "securityPolicy": {
  2388          "description": "Whether it is allowed to run the privileged builds on the cluster or not.",
  2389          "enum": [
  2390            "SECURITY_POLICY_UNSPECIFIED",
  2391            "NON_PRIVILEGED",
  2392            "PRIVILEGED"
  2393          ],
  2394          "enumDescriptions": [
  2395            "Unspecified policy",
  2396            "Privileged build pods are disallowed",
  2397            "Privileged build pods are allowed"
  2398          ],
  2399          "type": "string"
  2400        },
  2401        "version": {
  2402          "description": "Version of the cloud build software on the cluster.",
  2403          "type": "string"
  2404        }
  2405      },
  2406      "type": "object"
  2407    },
  2408    "ClusterUpgradeFleetSpec": {
  2409      "description": "**ClusterUpgrade**: The configuration for the fleet-level ClusterUpgrade feature.",
  2410      "id": "ClusterUpgradeFleetSpec",
  2411      "properties": {
  2412        "gkeUpgradeOverrides": {
  2413          "description": "Allow users to override some properties of each GKE upgrade.",
  2414          "items": {
  2415            "$ref": "ClusterUpgradeGKEUpgradeOverride"
  2416          },
  2417          "type": "array"
  2418        },
  2419        "postConditions": {
  2420          "$ref": "ClusterUpgradePostConditions",
  2421          "description": "Required. Post conditions to evaluate to mark an upgrade COMPLETE. Required."
  2422        },
  2423        "upstreamFleets": {
  2424          "description": "This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code for code definitions. The fleet name should be either fleet project number or id. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet.",
  2425          "items": {
  2426            "type": "string"
  2427          },
  2428          "type": "array"
  2429        }
  2430      },
  2431      "type": "object"
  2432    },
  2433    "ClusterUpgradeFleetState": {
  2434      "description": "**ClusterUpgrade**: The state for the fleet-level ClusterUpgrade feature.",
  2435      "id": "ClusterUpgradeFleetState",
  2436      "properties": {
  2437        "downstreamFleets": {
  2438          "description": "This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.",
  2439          "items": {
  2440            "type": "string"
  2441          },
  2442          "type": "array"
  2443        },
  2444        "gkeState": {
  2445          "$ref": "ClusterUpgradeGKEUpgradeFeatureState",
  2446          "description": "Feature state for GKE clusters."
  2447        },
  2448        "ignored": {
  2449          "additionalProperties": {
  2450            "$ref": "ClusterUpgradeIgnoredMembership"
  2451          },
  2452          "description": "A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel. The membership resource is in the format: `projects/{p}/locations/{l}/membership/{m}`.",
  2453          "type": "object"
  2454        }
  2455      },
  2456      "type": "object"
  2457    },
  2458    "ClusterUpgradeGKEUpgrade": {
  2459      "description": "GKEUpgrade represents a GKE provided upgrade, e.g., control plane upgrade.",
  2460      "id": "ClusterUpgradeGKEUpgrade",
  2461      "properties": {
  2462        "name": {
  2463          "description": "Name of the upgrade, e.g., \"k8s_control_plane\". It should be a valid upgrade name. It must not exceet 99 characters.",
  2464          "type": "string"
  2465        },
  2466        "version": {
  2467          "description": "Version of the upgrade, e.g., \"1.22.1-gke.100\". It should be a valid version. It must not exceet 99 characters.",
  2468          "type": "string"
  2469        }
  2470      },
  2471      "type": "object"
  2472    },
  2473    "ClusterUpgradeGKEUpgradeFeatureCondition": {
  2474      "description": "GKEUpgradeFeatureCondition describes the condition of the feature for GKE clusters at a certain point of time.",
  2475      "id": "ClusterUpgradeGKEUpgradeFeatureCondition",
  2476      "properties": {
  2477        "reason": {
  2478          "description": "Reason why the feature is in this status.",
  2479          "type": "string"
  2480        },
  2481        "status": {
  2482          "description": "Status of the condition, one of True, False, Unknown.",
  2483          "type": "string"
  2484        },
  2485        "type": {
  2486          "description": "Type of the condition, for example, \"ready\".",
  2487          "type": "string"
  2488        },
  2489        "updateTime": {
  2490          "description": "Last timestamp the condition was updated.",
  2491          "format": "google-datetime",
  2492          "type": "string"
  2493        }
  2494      },
  2495      "type": "object"
  2496    },
  2497    "ClusterUpgradeGKEUpgradeFeatureState": {
  2498      "description": "GKEUpgradeFeatureState contains feature states for GKE clusters in the scope.",
  2499      "id": "ClusterUpgradeGKEUpgradeFeatureState",
  2500      "properties": {
  2501        "conditions": {
  2502          "description": "Current conditions of the feature.",
  2503          "items": {
  2504            "$ref": "ClusterUpgradeGKEUpgradeFeatureCondition"
  2505          },
  2506          "type": "array"
  2507        },
  2508        "upgradeState": {
  2509          "description": "Upgrade state. It will eventually replace `state`.",
  2510          "items": {
  2511            "$ref": "ClusterUpgradeGKEUpgradeState"
  2512          },
  2513          "type": "array"
  2514        }
  2515      },
  2516      "type": "object"
  2517    },
  2518    "ClusterUpgradeGKEUpgradeOverride": {
  2519      "description": "Properties of a GKE upgrade that can be overridden by the user. For example, a user can skip soaking by overriding the soaking to 0.",
  2520      "id": "ClusterUpgradeGKEUpgradeOverride",
  2521      "properties": {
  2522        "postConditions": {
  2523          "$ref": "ClusterUpgradePostConditions",
  2524          "description": "Required. Post conditions to override for the specified upgrade (name + version). Required."
  2525        },
  2526        "upgrade": {
  2527          "$ref": "ClusterUpgradeGKEUpgrade",
  2528          "description": "Required. Which upgrade to override. Required."
  2529        }
  2530      },
  2531      "type": "object"
  2532    },
  2533    "ClusterUpgradeGKEUpgradeState": {
  2534      "description": "GKEUpgradeState is a GKEUpgrade and its state at the scope and fleet level.",
  2535      "id": "ClusterUpgradeGKEUpgradeState",
  2536      "properties": {
  2537        "stats": {
  2538          "additionalProperties": {
  2539            "format": "int64",
  2540            "type": "string"
  2541          },
  2542          "description": "Number of GKE clusters in each status code.",
  2543          "type": "object"
  2544        },
  2545        "status": {
  2546          "$ref": "ClusterUpgradeUpgradeStatus",
  2547          "description": "Status of the upgrade."
  2548        },
  2549        "upgrade": {
  2550          "$ref": "ClusterUpgradeGKEUpgrade",
  2551          "description": "Which upgrade to track the state."
  2552        }
  2553      },
  2554      "type": "object"
  2555    },
  2556    "ClusterUpgradeIgnoredMembership": {
  2557      "description": "IgnoredMembership represents a membership ignored by the feature. A membership can be ignored because it was manually upgraded to a newer version than RC default.",
  2558      "id": "ClusterUpgradeIgnoredMembership",
  2559      "properties": {
  2560        "ignoredTime": {
  2561          "description": "Time when the membership was first set to ignored.",
  2562          "format": "google-datetime",
  2563          "type": "string"
  2564        },
  2565        "reason": {
  2566          "description": "Reason why the membership is ignored.",
  2567          "type": "string"
  2568        }
  2569      },
  2570      "type": "object"
  2571    },
  2572    "ClusterUpgradeMembershipGKEUpgradeState": {
  2573      "description": "ScopeGKEUpgradeState is a GKEUpgrade and its state per-membership.",
  2574      "id": "ClusterUpgradeMembershipGKEUpgradeState",
  2575      "properties": {
  2576        "status": {
  2577          "$ref": "ClusterUpgradeUpgradeStatus",
  2578          "description": "Status of the upgrade."
  2579        },
  2580        "upgrade": {
  2581          "$ref": "ClusterUpgradeGKEUpgrade",
  2582          "description": "Which upgrade to track the state."
  2583        }
  2584      },
  2585      "type": "object"
  2586    },
  2587    "ClusterUpgradeMembershipState": {
  2588      "description": "Per-membership state for this feature.",
  2589      "id": "ClusterUpgradeMembershipState",
  2590      "properties": {
  2591        "ignored": {
  2592          "$ref": "ClusterUpgradeIgnoredMembership",
  2593          "description": "Whether this membership is ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel."
  2594        },
  2595        "scopes": {
  2596          "description": "Fully qualified scope names that this clusters is bound to which also have rollout sequencing enabled.",
  2597          "items": {
  2598            "type": "string"
  2599          },
  2600          "type": "array"
  2601        },
  2602        "upgrades": {
  2603          "description": "Actual upgrade state against desired.",
  2604          "items": {
  2605            "$ref": "ClusterUpgradeMembershipGKEUpgradeState"
  2606          },
  2607          "type": "array"
  2608        }
  2609      },
  2610      "type": "object"
  2611    },
  2612    "ClusterUpgradePostConditions": {
  2613      "description": "Post conditional checks after an upgrade has been applied on all eligible clusters.",
  2614      "id": "ClusterUpgradePostConditions",
  2615      "properties": {
  2616        "soaking": {
  2617          "description": "Required. Amount of time to \"soak\" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. Required.",
  2618          "format": "google-duration",
  2619          "type": "string"
  2620        }
  2621      },
  2622      "type": "object"
  2623    },
  2624    "ClusterUpgradeScopeSpec": {
  2625      "description": "**ClusterUpgrade**: The configuration for the scope-level ClusterUpgrade feature.",
  2626      "id": "ClusterUpgradeScopeSpec",
  2627      "properties": {
  2628        "gkeUpgradeOverrides": {
  2629          "description": "Allow users to override some properties of each GKE upgrade.",
  2630          "items": {
  2631            "$ref": "ClusterUpgradeGKEUpgradeOverride"
  2632          },
  2633          "type": "array"
  2634        },
  2635        "postConditions": {
  2636          "$ref": "ClusterUpgradePostConditions",
  2637          "description": "Required. Post conditions to evaluate to mark an upgrade COMPLETE. Required."
  2638        },
  2639        "upstreamScopes": {
  2640          "description": "This scope consumes upgrades that have COMPLETE status code in the upstream scopes. See UpgradeStatus.Code for code definitions. The scope name should be in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream scope.",
  2641          "items": {
  2642            "type": "string"
  2643          },
  2644          "type": "array"
  2645        }
  2646      },
  2647      "type": "object"
  2648    },
  2649    "ClusterUpgradeScopeState": {
  2650      "description": "**ClusterUpgrade**: The state for the scope-level ClusterUpgrade feature.",
  2651      "id": "ClusterUpgradeScopeState",
  2652      "properties": {
  2653        "downstreamScopes": {
  2654          "description": "This scopes whose upstream_scopes contain the current scope. The scope name should be in the form: `projects/{p}/locations/gloobal/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.",
  2655          "items": {
  2656            "type": "string"
  2657          },
  2658          "type": "array"
  2659        },
  2660        "gkeState": {
  2661          "$ref": "ClusterUpgradeGKEUpgradeFeatureState",
  2662          "description": "Feature state for GKE clusters."
  2663        },
  2664        "ignored": {
  2665          "additionalProperties": {
  2666            "$ref": "ClusterUpgradeIgnoredMembership"
  2667          },
  2668          "description": "A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel. The membership resource is in the format: `projects/{p}/locations/{l}/membership/{m}`.",
  2669          "type": "object"
  2670        }
  2671      },
  2672      "type": "object"
  2673    },
  2674    "ClusterUpgradeUpgradeStatus": {
  2675      "description": "UpgradeStatus provides status information for each upgrade.",
  2676      "id": "ClusterUpgradeUpgradeStatus",
  2677      "properties": {
  2678        "code": {
  2679          "description": "Status code of the upgrade.",
  2680          "enum": [
  2681            "CODE_UNSPECIFIED",
  2682            "INELIGIBLE",
  2683            "PENDING",
  2684            "IN_PROGRESS",
  2685            "SOAKING",
  2686            "FORCED_SOAKING",
  2687            "COMPLETE"
  2688          ],
  2689          "enumDescriptions": [
  2690            "Required by https://linter.aip.dev/126/unspecified.",
  2691            "The upgrade is ineligible. At the scope level, this means the upgrade is ineligible for all the clusters in the scope.",
  2692            "The upgrade is pending. At the scope level, this means the upgrade is pending for all the clusters in the scope.",
  2693            "The upgrade is in progress. At the scope level, this means the upgrade is in progress for at least one cluster in the scope.",
  2694            "The upgrade has finished and is soaking until the soaking time is up. At the scope level, this means at least one cluster is in soaking while the rest are either soaking or complete.",
  2695            "A cluster will be forced to enter soaking if an upgrade doesn't finish within a certain limit, despite it's actual status.",
  2696            "The upgrade has passed all post conditions (soaking). At the scope level, this means all eligible clusters are in COMPLETE status."
  2697          ],
  2698          "type": "string"
  2699        },
  2700        "reason": {
  2701          "description": "Reason for this status.",
  2702          "type": "string"
  2703        },
  2704        "updateTime": {
  2705          "description": "Last timestamp the status was updated.",
  2706          "format": "google-datetime",
  2707          "type": "string"
  2708        }
  2709      },
  2710      "type": "object"
  2711    },
  2712    "CommonFeatureSpec": {
  2713      "description": "CommonFeatureSpec contains Hub-wide configuration information",
  2714      "id": "CommonFeatureSpec",
  2715      "properties": {
  2716        "anthosobservability": {
  2717          "$ref": "AnthosObservabilityFeatureSpec",
  2718          "description": "Anthos Observability spec"
  2719        },
  2720        "appdevexperience": {
  2721          "$ref": "AppDevExperienceFeatureSpec",
  2722          "description": "Appdevexperience specific spec."
  2723        },
  2724        "cloudauditlogging": {
  2725          "$ref": "CloudAuditLoggingFeatureSpec",
  2726          "description": "Cloud Audit Logging-specific spec."
  2727        },
  2728        "clusterupgrade": {
  2729          "$ref": "ClusterUpgradeFleetSpec",
  2730          "description": "ClusterUpgrade (fleet-based) feature spec."
  2731        },
  2732        "dataplanev2": {
  2733          "$ref": "DataplaneV2FeatureSpec",
  2734          "description": "DataplaneV2 feature spec."
  2735        },
  2736        "fleetobservability": {
  2737          "$ref": "FleetObservabilityFeatureSpec",
  2738          "description": "FleetObservability feature spec."
  2739        },
  2740        "multiclusteringress": {
  2741          "$ref": "MultiClusterIngressFeatureSpec",
  2742          "description": "Multicluster Ingress-specific spec."
  2743        },
  2744        "namespaceactuation": {
  2745          "$ref": "NamespaceActuationFeatureSpec",
  2746          "description": "Namespace Actuation feature spec"
  2747        },
  2748        "workloadcertificate": {
  2749          "$ref": "FeatureSpec",
  2750          "description": "Workload Certificate spec."
  2751        }
  2752      },
  2753      "type": "object"
  2754    },
  2755    "CommonFeatureState": {
  2756      "description": "CommonFeatureState contains Hub-wide Feature status information.",
  2757      "id": "CommonFeatureState",
  2758      "properties": {
  2759        "appdevexperience": {
  2760          "$ref": "AppDevExperienceFeatureState",
  2761          "description": "Appdevexperience specific state."
  2762        },
  2763        "clusterupgrade": {
  2764          "$ref": "ClusterUpgradeFleetState",
  2765          "description": "ClusterUpgrade fleet-level state."
  2766        },
  2767        "fleetobservability": {
  2768          "$ref": "FleetObservabilityFeatureState",
  2769          "description": "FleetObservability feature state."
  2770        },
  2771        "namespaceactuation": {
  2772          "$ref": "NamespaceActuationFeatureState",
  2773          "description": "Namespace Actuation feature state."
  2774        },
  2775        "servicemesh": {
  2776          "$ref": "ServiceMeshFeatureState",
  2777          "description": "Service Mesh-specific state."
  2778        },
  2779        "state": {
  2780          "$ref": "FeatureState",
  2781          "description": "Output only. The \"running state\" of the Feature in this Hub.",
  2782          "readOnly": true
  2783        }
  2784      },
  2785      "type": "object"
  2786    },
  2787    "CommonFleetDefaultMemberConfigSpec": {
  2788      "description": "CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet",
  2789      "id": "CommonFleetDefaultMemberConfigSpec",
  2790      "properties": {
  2791        "configmanagement": {
  2792          "$ref": "ConfigManagementMembershipSpec",
  2793          "description": "Config Management-specific spec."
  2794        },
  2795        "identityservice": {
  2796          "$ref": "IdentityServiceMembershipSpec",
  2797          "description": "Identity Service-specific spec."
  2798        },
  2799        "mesh": {
  2800          "$ref": "ServiceMeshMembershipSpec",
  2801          "description": "Anthos Service Mesh-specific spec"
  2802        },
  2803        "policycontroller": {
  2804          "$ref": "PolicyControllerMembershipSpec",
  2805          "description": "Policy Controller spec."
  2806        }
  2807      },
  2808      "type": "object"
  2809    },
  2810    "ConfigManagementBinauthzConfig": {
  2811      "description": "Configuration for Binauthz",
  2812      "id": "ConfigManagementBinauthzConfig",
  2813      "properties": {
  2814        "enabled": {
  2815          "description": "Whether binauthz is enabled in this cluster.",
  2816          "type": "boolean"
  2817        }
  2818      },
  2819      "type": "object"
  2820    },
  2821    "ConfigManagementBinauthzState": {
  2822      "description": "State for Binauthz",
  2823      "id": "ConfigManagementBinauthzState",
  2824      "properties": {
  2825        "version": {
  2826          "$ref": "ConfigManagementBinauthzVersion",
  2827          "description": "The version of binauthz that is installed."
  2828        },
  2829        "webhook": {
  2830          "description": "The state of the binauthz webhook.",
  2831          "enum": [
  2832            "DEPLOYMENT_STATE_UNSPECIFIED",
  2833            "NOT_INSTALLED",
  2834            "INSTALLED",
  2835            "ERROR",
  2836            "PENDING"
  2837          ],
  2838          "enumDescriptions": [
  2839            "Deployment's state cannot be determined",
  2840            "Deployment is not installed",
  2841            "Deployment is installed",
  2842            "Deployment was attempted to be installed, but has errors",
  2843            "Deployment is installing or terminating"
  2844          ],
  2845          "type": "string"
  2846        }
  2847      },
  2848      "type": "object"
  2849    },
  2850    "ConfigManagementBinauthzVersion": {
  2851      "description": "The version of binauthz.",
  2852      "id": "ConfigManagementBinauthzVersion",
  2853      "properties": {
  2854        "webhookVersion": {
  2855          "description": "The version of the binauthz webhook.",
  2856          "type": "string"
  2857        }
  2858      },
  2859      "type": "object"
  2860    },
  2861    "ConfigManagementConfigSync": {
  2862      "description": "Configuration for Config Sync",
  2863      "id": "ConfigManagementConfigSync",
  2864      "properties": {
  2865        "allowVerticalScale": {
  2866          "deprecated": true,
  2867          "description": "Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.",
  2868          "type": "boolean"
  2869        },
  2870        "enabled": {
  2871          "description": "Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.",
  2872          "type": "boolean"
  2873        },
  2874        "git": {
  2875          "$ref": "ConfigManagementGitConfig",
  2876          "description": "Git repo configuration for the cluster."
  2877        },
  2878        "metricsGcpServiceAccountEmail": {
  2879          "description": "The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA.",
  2880          "type": "string"
  2881        },
  2882        "oci": {
  2883          "$ref": "ConfigManagementOciConfig",
  2884          "description": "OCI repo configuration for the cluster"
  2885        },
  2886        "preventDrift": {
  2887          "description": "Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, disables the Config Sync admission webhook and does not prevent drifts.",
  2888          "type": "boolean"
  2889        },
  2890        "sourceFormat": {
  2891          "description": "Specifies whether the Config Sync Repo is in \"hierarchical\" or \"unstructured\" mode.",
  2892          "type": "string"
  2893        }
  2894      },
  2895      "type": "object"
  2896    },
  2897    "ConfigManagementConfigSyncDeploymentState": {
  2898      "description": "The state of ConfigSync's deployment on a cluster",
  2899      "id": "ConfigManagementConfigSyncDeploymentState",
  2900      "properties": {
  2901        "admissionWebhook": {
  2902          "description": "Deployment state of admission-webhook",
  2903          "enum": [
  2904            "DEPLOYMENT_STATE_UNSPECIFIED",
  2905            "NOT_INSTALLED",
  2906            "INSTALLED",
  2907            "ERROR",
  2908            "PENDING"
  2909          ],
  2910          "enumDescriptions": [
  2911            "Deployment's state cannot be determined",
  2912            "Deployment is not installed",
  2913            "Deployment is installed",
  2914            "Deployment was attempted to be installed, but has errors",
  2915            "Deployment is installing or terminating"
  2916          ],
  2917          "type": "string"
  2918        },
  2919        "gitSync": {
  2920          "description": "Deployment state of the git-sync pod",
  2921          "enum": [
  2922            "DEPLOYMENT_STATE_UNSPECIFIED",
  2923            "NOT_INSTALLED",
  2924            "INSTALLED",
  2925            "ERROR",
  2926            "PENDING"
  2927          ],
  2928          "enumDescriptions": [
  2929            "Deployment's state cannot be determined",
  2930            "Deployment is not installed",
  2931            "Deployment is installed",
  2932            "Deployment was attempted to be installed, but has errors",
  2933            "Deployment is installing or terminating"
  2934          ],
  2935          "type": "string"
  2936        },
  2937        "importer": {
  2938          "description": "Deployment state of the importer pod",
  2939          "enum": [
  2940            "DEPLOYMENT_STATE_UNSPECIFIED",
  2941            "NOT_INSTALLED",
  2942            "INSTALLED",
  2943            "ERROR",
  2944            "PENDING"
  2945          ],
  2946          "enumDescriptions": [
  2947            "Deployment's state cannot be determined",
  2948            "Deployment is not installed",
  2949            "Deployment is installed",
  2950            "Deployment was attempted to be installed, but has errors",
  2951            "Deployment is installing or terminating"
  2952          ],
  2953          "type": "string"
  2954        },
  2955        "monitor": {
  2956          "description": "Deployment state of the monitor pod",
  2957          "enum": [
  2958            "DEPLOYMENT_STATE_UNSPECIFIED",
  2959            "NOT_INSTALLED",
  2960            "INSTALLED",
  2961            "ERROR",
  2962            "PENDING"
  2963          ],
  2964          "enumDescriptions": [
  2965            "Deployment's state cannot be determined",
  2966            "Deployment is not installed",
  2967            "Deployment is installed",
  2968            "Deployment was attempted to be installed, but has errors",
  2969            "Deployment is installing or terminating"
  2970          ],
  2971          "type": "string"
  2972        },
  2973        "reconcilerManager": {
  2974          "description": "Deployment state of reconciler-manager pod",
  2975          "enum": [
  2976            "DEPLOYMENT_STATE_UNSPECIFIED",
  2977            "NOT_INSTALLED",
  2978            "INSTALLED",
  2979            "ERROR",
  2980            "PENDING"
  2981          ],
  2982          "enumDescriptions": [
  2983            "Deployment's state cannot be determined",
  2984            "Deployment is not installed",
  2985            "Deployment is installed",
  2986            "Deployment was attempted to be installed, but has errors",
  2987            "Deployment is installing or terminating"
  2988          ],
  2989          "type": "string"
  2990        },
  2991        "rootReconciler": {
  2992          "description": "Deployment state of root-reconciler",
  2993          "enum": [
  2994            "DEPLOYMENT_STATE_UNSPECIFIED",
  2995            "NOT_INSTALLED",
  2996            "INSTALLED",
  2997            "ERROR",
  2998            "PENDING"
  2999          ],
  3000          "enumDescriptions": [
  3001            "Deployment's state cannot be determined",
  3002            "Deployment is not installed",
  3003            "Deployment is installed",
  3004            "Deployment was attempted to be installed, but has errors",
  3005            "Deployment is installing or terminating"
  3006          ],
  3007          "type": "string"
  3008        },
  3009        "syncer": {
  3010          "description": "Deployment state of the syncer pod",
  3011          "enum": [
  3012            "DEPLOYMENT_STATE_UNSPECIFIED",
  3013            "NOT_INSTALLED",
  3014            "INSTALLED",
  3015            "ERROR",
  3016            "PENDING"
  3017          ],
  3018          "enumDescriptions": [
  3019            "Deployment's state cannot be determined",
  3020            "Deployment is not installed",
  3021            "Deployment is installed",
  3022            "Deployment was attempted to be installed, but has errors",
  3023            "Deployment is installing or terminating"
  3024          ],
  3025          "type": "string"
  3026        }
  3027      },
  3028      "type": "object"
  3029    },
  3030    "ConfigManagementConfigSyncError": {
  3031      "description": "Errors pertaining to the installation of Config Sync",
  3032      "id": "ConfigManagementConfigSyncError",
  3033      "properties": {
  3034        "errorMessage": {
  3035          "description": "A string representing the user facing error message",
  3036          "type": "string"
  3037        }
  3038      },
  3039      "type": "object"
  3040    },
  3041    "ConfigManagementConfigSyncState": {
  3042      "description": "State information for ConfigSync",
  3043      "id": "ConfigManagementConfigSyncState",
  3044      "properties": {
  3045        "deploymentState": {
  3046          "$ref": "ConfigManagementConfigSyncDeploymentState",
  3047          "description": "Information about the deployment of ConfigSync, including the version of the various Pods deployed"
  3048        },
  3049        "errors": {
  3050          "description": "Errors pertaining to the installation of Config Sync.",
  3051          "items": {
  3052            "$ref": "ConfigManagementConfigSyncError"
  3053          },
  3054          "type": "array"
  3055        },
  3056        "reposyncCrd": {
  3057          "description": "The state of the Reposync CRD",
  3058          "enum": [
  3059            "CRD_STATE_UNSPECIFIED",
  3060            "NOT_INSTALLED",
  3061            "INSTALLED",
  3062            "TERMINATING",
  3063            "INSTALLING"
  3064          ],
  3065          "enumDescriptions": [
  3066            "CRD's state cannot be determined",
  3067            "CRD is not installed",
  3068            "CRD is installed",
  3069            "CRD is terminating (i.e., it has been deleted and is cleaning up)",
  3070            "CRD is installing"
  3071          ],
  3072          "type": "string"
  3073        },
  3074        "rootsyncCrd": {
  3075          "description": "The state of the RootSync CRD",
  3076          "enum": [
  3077            "CRD_STATE_UNSPECIFIED",
  3078            "NOT_INSTALLED",
  3079            "INSTALLED",
  3080            "TERMINATING",
  3081            "INSTALLING"
  3082          ],
  3083          "enumDescriptions": [
  3084            "CRD's state cannot be determined",
  3085            "CRD is not installed",
  3086            "CRD is installed",
  3087            "CRD is terminating (i.e., it has been deleted and is cleaning up)",
  3088            "CRD is installing"
  3089          ],
  3090          "type": "string"
  3091        },
  3092        "state": {
  3093          "description": "The state of CS This field summarizes the other fields in this message.",
  3094          "enum": [
  3095            "STATE_UNSPECIFIED",
  3096            "CONFIG_SYNC_NOT_INSTALLED",
  3097            "CONFIG_SYNC_INSTALLED",
  3098            "CONFIG_SYNC_ERROR",
  3099            "CONFIG_SYNC_PENDING"
  3100          ],
  3101          "enumDescriptions": [
  3102            "CS's state cannot be determined.",
  3103            "CS is not installed.",
  3104            "The expected CS version is installed successfully.",
  3105            "CS encounters errors.",
  3106            "CS is installing or terminating."
  3107          ],
  3108          "type": "string"
  3109        },
  3110        "syncState": {
  3111          "$ref": "ConfigManagementSyncState",
  3112          "description": "The state of ConfigSync's process to sync configs to a cluster"
  3113        },
  3114        "version": {
  3115          "$ref": "ConfigManagementConfigSyncVersion",
  3116          "description": "The version of ConfigSync deployed"
  3117        }
  3118      },
  3119      "type": "object"
  3120    },
  3121    "ConfigManagementConfigSyncVersion": {
  3122      "description": "Specific versioning information pertaining to ConfigSync's Pods",
  3123      "id": "ConfigManagementConfigSyncVersion",
  3124      "properties": {
  3125        "admissionWebhook": {
  3126          "description": "Version of the deployed admission_webhook pod",
  3127          "type": "string"
  3128        },
  3129        "gitSync": {
  3130          "description": "Version of the deployed git-sync pod",
  3131          "type": "string"
  3132        },
  3133        "importer": {
  3134          "description": "Version of the deployed importer pod",
  3135          "type": "string"
  3136        },
  3137        "monitor": {
  3138          "description": "Version of the deployed monitor pod",
  3139          "type": "string"
  3140        },
  3141        "reconcilerManager": {
  3142          "description": "Version of the deployed reconciler-manager pod",
  3143          "type": "string"
  3144        },
  3145        "rootReconciler": {
  3146          "description": "Version of the deployed reconciler container in root-reconciler pod",
  3147          "type": "string"
  3148        },
  3149        "syncer": {
  3150          "description": "Version of the deployed syncer pod",
  3151          "type": "string"
  3152        }
  3153      },
  3154      "type": "object"
  3155    },
  3156    "ConfigManagementErrorResource": {
  3157      "description": "Model for a config file in the git repo with an associated Sync error",
  3158      "id": "ConfigManagementErrorResource",
  3159      "properties": {
  3160        "resourceGvk": {
  3161          "$ref": "ConfigManagementGroupVersionKind",
  3162          "description": "Group/version/kind of the resource that is causing an error"
  3163        },
  3164        "resourceName": {
  3165          "description": "Metadata name of the resource that is causing an error",
  3166          "type": "string"
  3167        },
  3168        "resourceNamespace": {
  3169          "description": "Namespace of the resource that is causing an error",
  3170          "type": "string"
  3171        },
  3172        "sourcePath": {
  3173          "description": "Path in the git repo of the erroneous config",
  3174          "type": "string"
  3175        }
  3176      },
  3177      "type": "object"
  3178    },
  3179    "ConfigManagementGatekeeperDeploymentState": {
  3180      "description": "State of Policy Controller installation.",
  3181      "id": "ConfigManagementGatekeeperDeploymentState",
  3182      "properties": {
  3183        "gatekeeperAudit": {
  3184          "description": "Status of gatekeeper-audit deployment.",
  3185          "enum": [
  3186            "DEPLOYMENT_STATE_UNSPECIFIED",
  3187            "NOT_INSTALLED",
  3188            "INSTALLED",
  3189            "ERROR",
  3190            "PENDING"
  3191          ],
  3192          "enumDescriptions": [
  3193            "Deployment's state cannot be determined",
  3194            "Deployment is not installed",
  3195            "Deployment is installed",
  3196            "Deployment was attempted to be installed, but has errors",
  3197            "Deployment is installing or terminating"
  3198          ],
  3199          "type": "string"
  3200        },
  3201        "gatekeeperControllerManagerState": {
  3202          "description": "Status of gatekeeper-controller-manager pod.",
  3203          "enum": [
  3204            "DEPLOYMENT_STATE_UNSPECIFIED",
  3205            "NOT_INSTALLED",
  3206            "INSTALLED",
  3207            "ERROR",
  3208            "PENDING"
  3209          ],
  3210          "enumDescriptions": [
  3211            "Deployment's state cannot be determined",
  3212            "Deployment is not installed",
  3213            "Deployment is installed",
  3214            "Deployment was attempted to be installed, but has errors",
  3215            "Deployment is installing or terminating"
  3216          ],
  3217          "type": "string"
  3218        },
  3219        "gatekeeperMutation": {
  3220          "description": "Status of the pod serving the mutation webhook.",
  3221          "enum": [
  3222            "DEPLOYMENT_STATE_UNSPECIFIED",
  3223            "NOT_INSTALLED",
  3224            "INSTALLED",
  3225            "ERROR",
  3226            "PENDING"
  3227          ],
  3228          "enumDescriptions": [
  3229            "Deployment's state cannot be determined",
  3230            "Deployment is not installed",
  3231            "Deployment is installed",
  3232            "Deployment was attempted to be installed, but has errors",
  3233            "Deployment is installing or terminating"
  3234          ],
  3235          "type": "string"
  3236        }
  3237      },
  3238      "type": "object"
  3239    },
  3240    "ConfigManagementGitConfig": {
  3241      "description": "Git repo configuration for a single cluster.",
  3242      "id": "ConfigManagementGitConfig",
  3243      "properties": {
  3244        "gcpServiceAccountEmail": {
  3245          "description": "The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.",
  3246          "type": "string"
  3247        },
  3248        "httpsProxy": {
  3249          "description": "URL for the HTTPS proxy to be used when communicating with the Git repo.",
  3250          "type": "string"
  3251        },
  3252        "policyDir": {
  3253          "description": "The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.",
  3254          "type": "string"
  3255        },
  3256        "secretType": {
  3257          "description": "Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.",
  3258          "type": "string"
  3259        },
  3260        "syncBranch": {
  3261          "description": "The branch of the repository to sync from. Default: master.",
  3262          "type": "string"
  3263        },
  3264        "syncRepo": {
  3265          "description": "The URL of the Git repository to use as the source of truth.",
  3266          "type": "string"
  3267        },
  3268        "syncRev": {
  3269          "description": "Git revision (tag or hash) to check out. Default HEAD.",
  3270          "type": "string"
  3271        },
  3272        "syncWaitSecs": {
  3273          "description": "Period in seconds between consecutive syncs. Default: 15.",
  3274          "format": "int64",
  3275          "type": "string"
  3276        }
  3277      },
  3278      "type": "object"
  3279    },
  3280    "ConfigManagementGroupVersionKind": {
  3281      "description": "A Kubernetes object's GVK",
  3282      "id": "ConfigManagementGroupVersionKind",
  3283      "properties": {
  3284        "group": {
  3285          "description": "Kubernetes Group",
  3286          "type": "string"
  3287        },
  3288        "kind": {
  3289          "description": "Kubernetes Kind",
  3290          "type": "string"
  3291        },
  3292        "version": {
  3293          "description": "Kubernetes Version",
  3294          "type": "string"
  3295        }
  3296      },
  3297      "type": "object"
  3298    },
  3299    "ConfigManagementHierarchyControllerConfig": {
  3300      "description": "Configuration for Hierarchy Controller",
  3301      "id": "ConfigManagementHierarchyControllerConfig",
  3302      "properties": {
  3303        "enableHierarchicalResourceQuota": {
  3304          "description": "Whether hierarchical resource quota is enabled in this cluster.",
  3305          "type": "boolean"
  3306        },
  3307        "enablePodTreeLabels": {
  3308          "description": "Whether pod tree labels are enabled in this cluster.",
  3309          "type": "boolean"
  3310        },
  3311        "enabled": {
  3312          "description": "Whether Hierarchy Controller is enabled in this cluster.",
  3313          "type": "boolean"
  3314        }
  3315      },
  3316      "type": "object"
  3317    },
  3318    "ConfigManagementHierarchyControllerDeploymentState": {
  3319      "description": "Deployment state for Hierarchy Controller",
  3320      "id": "ConfigManagementHierarchyControllerDeploymentState",
  3321      "properties": {
  3322        "extension": {
  3323          "description": "The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)",
  3324          "enum": [
  3325            "DEPLOYMENT_STATE_UNSPECIFIED",
  3326            "NOT_INSTALLED",
  3327            "INSTALLED",
  3328            "ERROR",
  3329            "PENDING"
  3330          ],
  3331          "enumDescriptions": [
  3332            "Deployment's state cannot be determined",
  3333            "Deployment is not installed",
  3334            "Deployment is installed",
  3335            "Deployment was attempted to be installed, but has errors",
  3336            "Deployment is installing or terminating"
  3337          ],
  3338          "type": "string"
  3339        },
  3340        "hnc": {
  3341          "description": "The deployment state for open source HNC (e.g. v0.7.0-hc.0)",
  3342          "enum": [
  3343            "DEPLOYMENT_STATE_UNSPECIFIED",
  3344            "NOT_INSTALLED",
  3345            "INSTALLED",
  3346            "ERROR",
  3347            "PENDING"
  3348          ],
  3349          "enumDescriptions": [
  3350            "Deployment's state cannot be determined",
  3351            "Deployment is not installed",
  3352            "Deployment is installed",
  3353            "Deployment was attempted to be installed, but has errors",
  3354            "Deployment is installing or terminating"
  3355          ],
  3356          "type": "string"
  3357        }
  3358      },
  3359      "type": "object"
  3360    },
  3361    "ConfigManagementHierarchyControllerState": {
  3362      "description": "State for Hierarchy Controller",
  3363      "id": "ConfigManagementHierarchyControllerState",
  3364      "properties": {
  3365        "state": {
  3366          "$ref": "ConfigManagementHierarchyControllerDeploymentState",
  3367          "description": "The deployment state for Hierarchy Controller"
  3368        },
  3369        "version": {
  3370          "$ref": "ConfigManagementHierarchyControllerVersion",
  3371          "description": "The version for Hierarchy Controller"
  3372        }
  3373      },
  3374      "type": "object"
  3375    },
  3376    "ConfigManagementHierarchyControllerVersion": {
  3377      "description": "Version for Hierarchy Controller",
  3378      "id": "ConfigManagementHierarchyControllerVersion",
  3379      "properties": {
  3380        "extension": {
  3381          "description": "Version for Hierarchy Controller extension",
  3382          "type": "string"
  3383        },
  3384        "hnc": {
  3385          "description": "Version for open source HNC",
  3386          "type": "string"
  3387        }
  3388      },
  3389      "type": "object"
  3390    },
  3391    "ConfigManagementInstallError": {
  3392      "description": "Errors pertaining to the installation of ACM",
  3393      "id": "ConfigManagementInstallError",
  3394      "properties": {
  3395        "errorMessage": {
  3396          "description": "A string representing the user facing error message",
  3397          "type": "string"
  3398        }
  3399      },
  3400      "type": "object"
  3401    },
  3402    "ConfigManagementMembershipSpec": {
  3403      "description": "**Anthos Config Management**: Configuration for a single cluster. Intended to parallel the ConfigManagement CR.",
  3404      "id": "ConfigManagementMembershipSpec",
  3405      "properties": {
  3406        "binauthz": {
  3407          "$ref": "ConfigManagementBinauthzConfig",
  3408          "deprecated": true,
  3409          "description": "Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be set."
  3410        },
  3411        "cluster": {
  3412          "description": "The user-specified cluster name used by Config Sync cluster-name-selector annotation or ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector.",
  3413          "type": "string"
  3414        },
  3415        "configSync": {
  3416          "$ref": "ConfigManagementConfigSync",
  3417          "description": "Config Sync configuration for the cluster."
  3418        },
  3419        "hierarchyController": {
  3420          "$ref": "ConfigManagementHierarchyControllerConfig",
  3421          "description": "Hierarchy Controller configuration for the cluster."
  3422        },
  3423        "management": {
  3424          "description": "Enables automatic Feature management.",
  3425          "enum": [
  3426            "MANAGEMENT_UNSPECIFIED",
  3427            "MANAGEMENT_AUTOMATIC",
  3428            "MANAGEMENT_MANUAL"
  3429          ],
  3430          "enumDescriptions": [
  3431            "Unspecified",
  3432            "Google will manage the Feature for the cluster.",
  3433            "User will manually manage the Feature for the cluster."
  3434          ],
  3435          "type": "string"
  3436        },
  3437        "policyController": {
  3438          "$ref": "ConfigManagementPolicyController",
  3439          "description": "Policy Controller configuration for the cluster."
  3440        },
  3441        "version": {
  3442          "description": "Version of ACM installed.",
  3443          "type": "string"
  3444        }
  3445      },
  3446      "type": "object"
  3447    },
  3448    "ConfigManagementMembershipState": {
  3449      "description": "**Anthos Config Management**: State for a single cluster.",
  3450      "id": "ConfigManagementMembershipState",
  3451      "properties": {
  3452        "binauthzState": {
  3453          "$ref": "ConfigManagementBinauthzState",
  3454          "description": "Binauthz status"
  3455        },
  3456        "clusterName": {
  3457          "description": "This field is set to the `cluster_name` field of the Membership Spec if it is not empty. Otherwise, it is set to the cluster's fleet membership name.",
  3458          "type": "string"
  3459        },
  3460        "configSyncState": {
  3461          "$ref": "ConfigManagementConfigSyncState",
  3462          "description": "Current sync status"
  3463        },
  3464        "hierarchyControllerState": {
  3465          "$ref": "ConfigManagementHierarchyControllerState",
  3466          "description": "Hierarchy Controller status"
  3467        },
  3468        "membershipSpec": {
  3469          "$ref": "ConfigManagementMembershipSpec",
  3470          "description": "Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state"
  3471        },
  3472        "operatorState": {
  3473          "$ref": "ConfigManagementOperatorState",
  3474          "description": "Current install status of ACM's Operator"
  3475        },
  3476        "policyControllerState": {
  3477          "$ref": "ConfigManagementPolicyControllerState",
  3478          "description": "PolicyController status"
  3479        }
  3480      },
  3481      "type": "object"
  3482    },
  3483    "ConfigManagementOciConfig": {
  3484      "description": "OCI repo configuration for a single cluster",
  3485      "id": "ConfigManagementOciConfig",
  3486      "properties": {
  3487        "gcpServiceAccountEmail": {
  3488          "description": "The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.",
  3489          "type": "string"
  3490        },
  3491        "policyDir": {
  3492          "description": "The absolute path of the directory that contains the local resources. Default: the root directory of the image.",
  3493          "type": "string"
  3494        },
  3495        "secretType": {
  3496          "description": "Type of secret configured for access to the Git repo.",
  3497          "type": "string"
  3498        },
  3499        "syncRepo": {
  3500          "description": "The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.",
  3501          "type": "string"
  3502        },
  3503        "syncWaitSecs": {
  3504          "description": "Period in seconds between consecutive syncs. Default: 15.",
  3505          "format": "int64",
  3506          "type": "string"
  3507        }
  3508      },
  3509      "type": "object"
  3510    },
  3511    "ConfigManagementOperatorState": {
  3512      "description": "State information for an ACM's Operator",
  3513      "id": "ConfigManagementOperatorState",
  3514      "properties": {
  3515        "deploymentState": {
  3516          "description": "The state of the Operator's deployment",
  3517          "enum": [
  3518            "DEPLOYMENT_STATE_UNSPECIFIED",
  3519            "NOT_INSTALLED",
  3520            "INSTALLED",
  3521            "ERROR",
  3522            "PENDING"
  3523          ],
  3524          "enumDescriptions": [
  3525            "Deployment's state cannot be determined",
  3526            "Deployment is not installed",
  3527            "Deployment is installed",
  3528            "Deployment was attempted to be installed, but has errors",
  3529            "Deployment is installing or terminating"
  3530          ],
  3531          "type": "string"
  3532        },
  3533        "errors": {
  3534          "description": "Install errors.",
  3535          "items": {
  3536            "$ref": "ConfigManagementInstallError"
  3537          },
  3538          "type": "array"
  3539        },
  3540        "version": {
  3541          "description": "The semenatic version number of the operator",
  3542          "type": "string"
  3543        }
  3544      },
  3545      "type": "object"
  3546    },
  3547    "ConfigManagementPolicyController": {
  3548      "description": "Configuration for Policy Controller",
  3549      "id": "ConfigManagementPolicyController",
  3550      "properties": {
  3551        "auditIntervalSeconds": {
  3552          "description": "Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.",
  3553          "format": "int64",
  3554          "type": "string"
  3555        },
  3556        "enabled": {
  3557          "description": "Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.",
  3558          "type": "boolean"
  3559        },
  3560        "exemptableNamespaces": {
  3561          "description": "The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.",
  3562          "items": {
  3563            "type": "string"
  3564          },
  3565          "type": "array"
  3566        },
  3567        "logDeniesEnabled": {
  3568          "description": "Logs all denies and dry run failures.",
  3569          "type": "boolean"
  3570        },
  3571        "monitoring": {
  3572          "$ref": "ConfigManagementPolicyControllerMonitoring",
  3573          "description": "Monitoring specifies the configuration of monitoring."
  3574        },
  3575        "mutationEnabled": {
  3576          "description": "Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.",
  3577          "type": "boolean"
  3578        },
  3579        "referentialRulesEnabled": {
  3580          "description": "Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.",
  3581          "type": "boolean"
  3582        },
  3583        "templateLibraryInstalled": {
  3584          "description": "Installs the default template library along with Policy Controller.",
  3585          "type": "boolean"
  3586        },
  3587        "updateTime": {
  3588          "description": "Output only. Last time this membership spec was updated.",
  3589          "format": "google-datetime",
  3590          "readOnly": true,
  3591          "type": "string"
  3592        }
  3593      },
  3594      "type": "object"
  3595    },
  3596    "ConfigManagementPolicyControllerMigration": {
  3597      "description": "State for the migration of PolicyController from ACM -\u003e PoCo Hub.",
  3598      "id": "ConfigManagementPolicyControllerMigration",
  3599      "properties": {
  3600        "copyTime": {
  3601          "description": "Last time this membership spec was copied to PoCo feature.",
  3602          "format": "google-datetime",
  3603          "type": "string"
  3604        },
  3605        "stage": {
  3606          "description": "Stage of the migration.",
  3607          "enum": [
  3608            "STAGE_UNSPECIFIED",
  3609            "ACM_MANAGED",
  3610            "POCO_MANAGED"
  3611          ],
  3612          "enumDescriptions": [
  3613            "Unknown state of migration.",
  3614            "ACM Hub/Operator manages policycontroller. No migration yet completed.",
  3615            "All migrations steps complete; Poco Hub now manages policycontroller."
  3616          ],
  3617          "type": "string"
  3618        }
  3619      },
  3620      "type": "object"
  3621    },
  3622    "ConfigManagementPolicyControllerMonitoring": {
  3623      "description": "PolicyControllerMonitoring specifies the backends Policy Controller should export metrics to. For example, to specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: [\"cloudmonitoring\", \"prometheus\"]",
  3624      "id": "ConfigManagementPolicyControllerMonitoring",
  3625      "properties": {
  3626        "backends": {
  3627          "description": "Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.",
  3628          "items": {
  3629            "enum": [
  3630              "MONITORING_BACKEND_UNSPECIFIED",
  3631              "PROMETHEUS",
  3632              "CLOUD_MONITORING"
  3633            ],
  3634            "enumDescriptions": [
  3635              "Backend cannot be determined",
  3636              "Prometheus backend for monitoring",
  3637              "Stackdriver/Cloud Monitoring backend for monitoring"
  3638            ],
  3639            "type": "string"
  3640          },
  3641          "type": "array"
  3642        }
  3643      },
  3644      "type": "object"
  3645    },
  3646    "ConfigManagementPolicyControllerState": {
  3647      "description": "State for PolicyControllerState.",
  3648      "id": "ConfigManagementPolicyControllerState",
  3649      "properties": {
  3650        "deploymentState": {
  3651          "$ref": "ConfigManagementGatekeeperDeploymentState",
  3652          "description": "The state about the policy controller installation."
  3653        },
  3654        "migration": {
  3655          "$ref": "ConfigManagementPolicyControllerMigration",
  3656          "description": "Record state of ACM -\u003e PoCo Hub migration for this feature."
  3657        },
  3658        "version": {
  3659          "$ref": "ConfigManagementPolicyControllerVersion",
  3660          "description": "The version of Gatekeeper Policy Controller deployed."
  3661        }
  3662      },
  3663      "type": "object"
  3664    },
  3665    "ConfigManagementPolicyControllerVersion": {
  3666      "description": "The build version of Gatekeeper Policy Controller is using.",
  3667      "id": "ConfigManagementPolicyControllerVersion",
  3668      "properties": {
  3669        "version": {
  3670          "description": "The gatekeeper image tag that is composed of ACM version, git tag, build number.",
  3671          "type": "string"
  3672        }
  3673      },
  3674      "type": "object"
  3675    },
  3676    "ConfigManagementSyncError": {
  3677      "description": "An ACM created error representing a problem syncing configurations",
  3678      "id": "ConfigManagementSyncError",
  3679      "properties": {
  3680        "code": {
  3681          "description": "An ACM defined error code",
  3682          "type": "string"
  3683        },
  3684        "errorMessage": {
  3685          "description": "A description of the error",
  3686          "type": "string"
  3687        },
  3688        "errorResources": {
  3689          "description": "A list of config(s) associated with the error, if any",
  3690          "items": {
  3691            "$ref": "ConfigManagementErrorResource"
  3692          },
  3693          "type": "array"
  3694        }
  3695      },
  3696      "type": "object"
  3697    },
  3698    "ConfigManagementSyncState": {
  3699      "description": "State indicating an ACM's progress syncing configurations to a cluster",
  3700      "id": "ConfigManagementSyncState",
  3701      "properties": {
  3702        "code": {
  3703          "description": "Sync status code",
  3704          "enum": [
  3705            "SYNC_CODE_UNSPECIFIED",
  3706            "SYNCED",
  3707            "PENDING",
  3708            "ERROR",
  3709            "NOT_CONFIGURED",
  3710            "NOT_INSTALLED",
  3711            "UNAUTHORIZED",
  3712            "UNREACHABLE"
  3713          ],
  3714          "enumDescriptions": [
  3715            "Config Sync cannot determine a sync code",
  3716            "Config Sync successfully synced the git Repo with the cluster",
  3717            "Config Sync is in the progress of syncing a new change",
  3718            "Indicates an error configuring Config Sync, and user action is required",
  3719            "Config Sync has been installed but not configured",
  3720            "Config Sync has not been installed",
  3721            "Error authorizing with the cluster",
  3722            "Cluster could not be reached"
  3723          ],
  3724          "type": "string"
  3725        },
  3726        "errors": {
  3727          "description": "A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist.",
  3728          "items": {
  3729            "$ref": "ConfigManagementSyncError"
  3730          },
  3731          "type": "array"
  3732        },
  3733        "importToken": {
  3734          "description": "Token indicating the state of the importer.",
  3735          "type": "string"
  3736        },
  3737        "lastSync": {
  3738          "deprecated": true,
  3739          "description": "Deprecated: use last_sync_time instead. Timestamp of when ACM last successfully synced the repo The time format is specified in https://golang.org/pkg/time/#Time.String",
  3740          "type": "string"
  3741        },
  3742        "lastSyncTime": {
  3743          "description": "Timestamp type of when ACM last successfully synced the repo",
  3744          "format": "google-datetime",
  3745          "type": "string"
  3746        },
  3747        "sourceToken": {
  3748          "description": "Token indicating the state of the repo.",
  3749          "type": "string"
  3750        },
  3751        "syncToken": {
  3752          "description": "Token indicating the state of the syncer.",
  3753          "type": "string"
  3754        }
  3755      },
  3756      "type": "object"
  3757    },
  3758    "ConnectAgentResource": {
  3759      "description": "ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment.",
  3760      "id": "ConnectAgentResource",
  3761      "properties": {
  3762        "manifest": {
  3763          "description": "YAML manifest of the resource.",
  3764          "type": "string"
  3765        },
  3766        "type": {
  3767          "$ref": "TypeMeta",
  3768          "description": "Kubernetes type of the resource."
  3769        }
  3770      },
  3771      "type": "object"
  3772    },
  3773    "DataplaneV2FeatureSpec": {
  3774      "description": "**Dataplane V2**: Spec",
  3775      "id": "DataplaneV2FeatureSpec",
  3776      "properties": {
  3777        "enableEncryption": {
  3778          "description": "Enable dataplane-v2 based encryption for multiple clusters.",
  3779          "type": "boolean"
  3780        }
  3781      },
  3782      "type": "object"
  3783    },
  3784    "DefaultClusterConfig": {
  3785      "description": "DefaultClusterConfig describes the default cluster configurations to be applied to all clusters born-in-fleet.",
  3786      "id": "DefaultClusterConfig",
  3787      "properties": {
  3788        "binaryAuthorizationConfig": {
  3789          "$ref": "BinaryAuthorizationConfig",
  3790          "description": "Optional. Enable/Disable binary authorization features for the cluster."
  3791        },
  3792        "securityPostureConfig": {
  3793          "$ref": "SecurityPostureConfig",
  3794          "description": "Enable/Disable Security Posture features for the cluster."
  3795        }
  3796      },
  3797      "type": "object"
  3798    },
  3799    "EdgeCluster": {
  3800      "description": "EdgeCluster contains information specific to Google Edge Clusters.",
  3801      "id": "EdgeCluster",
  3802      "properties": {
  3803        "resourceLink": {
  3804          "description": "Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For example: //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster",
  3805          "type": "string"
  3806        }
  3807      },
  3808      "type": "object"
  3809    },
  3810    "Empty": {
  3811      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
  3812      "id": "Empty",
  3813      "properties": {},
  3814      "type": "object"
  3815    },
  3816    "Expr": {
  3817      "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
  3818      "id": "Expr",
  3819      "properties": {
  3820        "description": {
  3821          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
  3822          "type": "string"
  3823        },
  3824        "expression": {
  3825          "description": "Textual representation of an expression in Common Expression Language syntax.",
  3826          "type": "string"
  3827        },
  3828        "location": {
  3829          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
  3830          "type": "string"
  3831        },
  3832        "title": {
  3833          "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
  3834          "type": "string"
  3835        }
  3836      },
  3837      "type": "object"
  3838    },
  3839    "Feature": {
  3840      "description": "Feature represents the settings and status of any Hub Feature.",
  3841      "id": "Feature",
  3842      "properties": {
  3843        "createTime": {
  3844          "description": "Output only. When the Feature resource was created.",
  3845          "format": "google-datetime",
  3846          "readOnly": true,
  3847          "type": "string"
  3848        },
  3849        "deleteTime": {
  3850          "description": "Output only. When the Feature resource was deleted.",
  3851          "format": "google-datetime",
  3852          "readOnly": true,
  3853          "type": "string"
  3854        },
  3855        "fleetDefaultMemberConfig": {
  3856          "$ref": "CommonFleetDefaultMemberConfigSpec",
  3857          "description": "Optional. Feature configuration applicable to all memberships of the fleet."
  3858        },
  3859        "labels": {
  3860          "additionalProperties": {
  3861            "type": "string"
  3862          },
  3863          "description": "Labels for this Feature.",
  3864          "type": "object"
  3865        },
  3866        "membershipSpecs": {
  3867          "additionalProperties": {
  3868            "$ref": "MembershipFeatureSpec"
  3869          },
  3870          "description": "Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.",
  3871          "type": "object"
  3872        },
  3873        "membershipStates": {
  3874          "additionalProperties": {
  3875            "$ref": "MembershipFeatureState"
  3876          },
  3877          "description": "Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.",
  3878          "readOnly": true,
  3879          "type": "object"
  3880        },
  3881        "name": {
  3882          "description": "Output only. The full, unique name of this Feature resource in the format `projects/*/locations/*/features/*`.",
  3883          "readOnly": true,
  3884          "type": "string"
  3885        },
  3886        "resourceState": {
  3887          "$ref": "FeatureResourceState",
  3888          "description": "Output only. State of the Feature resource itself.",
  3889          "readOnly": true
  3890        },
  3891        "scopeSpecs": {
  3892          "additionalProperties": {
  3893            "$ref": "ScopeFeatureSpec"
  3894          },
  3895          "description": "Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.",
  3896          "type": "object"
  3897        },
  3898        "scopeStates": {
  3899          "additionalProperties": {
  3900            "$ref": "ScopeFeatureState"
  3901          },
  3902          "description": "Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.",
  3903          "readOnly": true,
  3904          "type": "object"
  3905        },
  3906        "spec": {
  3907          "$ref": "CommonFeatureSpec",
  3908          "description": "Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused."
  3909        },
  3910        "state": {
  3911          "$ref": "CommonFeatureState",
  3912          "description": "Output only. The Hub-wide Feature state.",
  3913          "readOnly": true
  3914        },
  3915        "updateTime": {
  3916          "description": "Output only. When the Feature resource was last updated.",
  3917          "format": "google-datetime",
  3918          "readOnly": true,
  3919          "type": "string"
  3920        }
  3921      },
  3922      "type": "object"
  3923    },
  3924    "FeatureResourceState": {
  3925      "description": "FeatureResourceState describes the state of a Feature *resource* in the GkeHub API. See `FeatureState` for the \"running state\" of the Feature in the Hub and across Memberships.",
  3926      "id": "FeatureResourceState",
  3927      "properties": {
  3928        "state": {
  3929          "description": "The current state of the Feature resource in the Hub API.",
  3930          "enum": [
  3931            "STATE_UNSPECIFIED",
  3932            "ENABLING",
  3933            "ACTIVE",
  3934            "DISABLING",
  3935            "UPDATING",
  3936            "SERVICE_UPDATING"
  3937          ],
  3938          "enumDescriptions": [
  3939            "State is unknown or not set.",
  3940            "The Feature is being enabled, and the Feature resource is being created. Once complete, the corresponding Feature will be enabled in this Hub.",
  3941            "The Feature is enabled in this Hub, and the Feature resource is fully available.",
  3942            "The Feature is being disabled in this Hub, and the Feature resource is being deleted.",
  3943            "The Feature resource is being updated.",
  3944            "The Feature resource is being updated by the Hub Service."
  3945          ],
  3946          "type": "string"
  3947        }
  3948      },
  3949      "type": "object"
  3950    },
  3951    "FeatureSpec": {
  3952      "description": "**Workload Certificate**: The Hub-wide input for the WorkloadCertificate feature.",
  3953      "id": "FeatureSpec",
  3954      "properties": {
  3955        "defaultConfig": {
  3956          "$ref": "MembershipSpec",
  3957          "description": "Specifies default membership spec. Users can override the default in the member_configs for each member."
  3958        },
  3959        "provisionGoogleCa": {
  3960          "description": "Immutable. Specifies CA configuration.",
  3961          "enum": [
  3962            "GOOGLE_CA_PROVISIONING_UNSPECIFIED",
  3963            "DISABLED",
  3964            "ENABLED",
  3965            "ENABLED_WITH_MANAGED_CA",
  3966            "ENABLED_WITH_DEFAULT_CA"
  3967          ],
  3968          "enumDescriptions": [
  3969            "Disable default Google managed CA.",
  3970            "Disable default Google managed CA.",
  3971            "Use default Google managed CA.",
  3972            "Workload certificate feature is enabled, and the entire certificate provisioning process is managed by Google with managed CAS which is more secure than the default CA.",
  3973            "Workload certificate feature is enabled, and the entire certificate provisioning process is using the default CA which is free."
  3974          ],
  3975          "type": "string"
  3976        }
  3977      },
  3978      "type": "object"
  3979    },
  3980    "FeatureState": {
  3981      "description": "FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the environ-level, or per-membershop, depending on the context.",
  3982      "id": "FeatureState",
  3983      "properties": {
  3984        "code": {
  3985          "description": "The high-level, machine-readable status of this Feature.",
  3986          "enum": [
  3987            "CODE_UNSPECIFIED",
  3988            "OK",
  3989            "WARNING",
  3990            "ERROR"
  3991          ],
  3992          "enumDescriptions": [
  3993            "Unknown or not set.",
  3994            "The Feature is operating normally.",
  3995            "The Feature has encountered an issue, and is operating in a degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.",
  3996            "The Feature is not operating or is in a severely degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information."
  3997          ],
  3998          "type": "string"
  3999        },
  4000        "description": {
  4001          "description": "A human-readable description of the current status.",
  4002          "type": "string"
  4003        },
  4004        "updateTime": {
  4005          "description": "The time this status and any related Feature-specific details were updated.",
  4006          "format": "google-datetime",
  4007          "type": "string"
  4008        }
  4009      },
  4010      "type": "object"
  4011    },
  4012    "Fleet": {
  4013      "description": "Fleet contains the Fleet-wide metadata and configuration.",
  4014      "id": "Fleet",
  4015      "properties": {
  4016        "createTime": {
  4017          "description": "Output only. When the Fleet was created.",
  4018          "format": "google-datetime",
  4019          "readOnly": true,
  4020          "type": "string"
  4021        },
  4022        "defaultClusterConfig": {
  4023          "$ref": "DefaultClusterConfig",
  4024          "description": "Optional. The default cluster configurations to apply across the fleet."
  4025        },
  4026        "deleteTime": {
  4027          "description": "Output only. When the Fleet was deleted.",
  4028          "format": "google-datetime",
  4029          "readOnly": true,
  4030          "type": "string"
  4031        },
  4032        "displayName": {
  4033          "description": "Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: `Production Fleet`",
  4034          "type": "string"
  4035        },
  4036        "labels": {
  4037          "additionalProperties": {
  4038            "type": "string"
  4039          },
  4040          "description": "Optional. Labels for this Fleet.",
  4041          "type": "object"
  4042        },
  4043        "name": {
  4044          "description": "Output only. The full, unique resource name of this fleet in the format of `projects/{project}/locations/{location}/fleets/{fleet}`. Each Google Cloud project can have at most one fleet resource, named \"default\".",
  4045          "readOnly": true,
  4046          "type": "string"
  4047        },
  4048        "state": {
  4049          "$ref": "FleetLifecycleState",
  4050          "description": "Output only. State of the namespace resource.",
  4051          "readOnly": true
  4052        },
  4053        "uid": {
  4054          "description": "Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.",
  4055          "readOnly": true,
  4056          "type": "string"
  4057        },
  4058        "updateTime": {
  4059          "description": "Output only. When the Fleet was last updated.",
  4060          "format": "google-datetime",
  4061          "readOnly": true,
  4062          "type": "string"
  4063        }
  4064      },
  4065      "type": "object"
  4066    },
  4067    "FleetLifecycleState": {
  4068      "description": "FleetLifecycleState describes the state of a Fleet resource.",
  4069      "id": "FleetLifecycleState",
  4070      "properties": {
  4071        "code": {
  4072          "description": "Output only. The current state of the Fleet resource.",
  4073          "enum": [
  4074            "CODE_UNSPECIFIED",
  4075            "CREATING",
  4076            "READY",
  4077            "DELETING",
  4078            "UPDATING"
  4079          ],
  4080          "enumDescriptions": [
  4081            "The code is not set.",
  4082            "The fleet is being created.",
  4083            "The fleet active.",
  4084            "The fleet is being deleted.",
  4085            "The fleet is being updated."
  4086          ],
  4087          "readOnly": true,
  4088          "type": "string"
  4089        }
  4090      },
  4091      "type": "object"
  4092    },
  4093    "FleetObservabilityFeatureError": {
  4094      "description": "All error details of the fleet observability feature.",
  4095      "id": "FleetObservabilityFeatureError",
  4096      "properties": {
  4097        "code": {
  4098          "description": "The code of the error.",
  4099          "type": "string"
  4100        },
  4101        "description": {
  4102          "description": "A human-readable description of the current status.",
  4103          "type": "string"
  4104        }
  4105      },
  4106      "type": "object"
  4107    },
  4108    "FleetObservabilityFeatureSpec": {
  4109      "description": "**Fleet Observability**: The Hub-wide input for the FleetObservability feature.",
  4110      "id": "FleetObservabilityFeatureSpec",
  4111      "properties": {
  4112        "loggingConfig": {
  4113          "$ref": "FleetObservabilityLoggingConfig",
  4114          "description": "Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet."
  4115        }
  4116      },
  4117      "type": "object"
  4118    },
  4119    "FleetObservabilityFeatureState": {
  4120      "description": "**FleetObservability**: Hub-wide Feature for FleetObservability feature. state.",
  4121      "id": "FleetObservabilityFeatureState",
  4122      "properties": {
  4123        "logging": {
  4124          "$ref": "FleetObservabilityFleetObservabilityLoggingState",
  4125          "description": "The feature state of default logging."
  4126        },
  4127        "monitoring": {
  4128          "$ref": "FleetObservabilityFleetObservabilityMonitoringState",
  4129          "description": "The feature state of fleet monitoring."
  4130        }
  4131      },
  4132      "type": "object"
  4133    },
  4134    "FleetObservabilityFleetObservabilityBaseFeatureState": {
  4135      "description": "Base state for fleet observability feature.",
  4136      "id": "FleetObservabilityFleetObservabilityBaseFeatureState",
  4137      "properties": {
  4138        "code": {
  4139          "description": "The high-level, machine-readable status of this Feature.",
  4140          "enum": [
  4141            "CODE_UNSPECIFIED",
  4142            "OK",
  4143            "ERROR"
  4144          ],
  4145          "enumDescriptions": [
  4146            "Unknown or not set.",
  4147            "The Feature is operating normally.",
  4148            "The Feature is encountering errors in the reconciliation. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information."
  4149          ],
  4150          "type": "string"
  4151        },
  4152        "errors": {
  4153          "description": "Errors after reconciling the monitoring and logging feature if the code is not OK.",
  4154          "items": {
  4155            "$ref": "FleetObservabilityFeatureError"
  4156          },
  4157          "type": "array"
  4158        }
  4159      },
  4160      "type": "object"
  4161    },
  4162    "FleetObservabilityFleetObservabilityLoggingState": {
  4163      "description": "Feature state for logging feature.",
  4164      "id": "FleetObservabilityFleetObservabilityLoggingState",
  4165      "properties": {
  4166        "defaultLog": {
  4167          "$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
  4168          "description": "The base feature state of fleet default log."
  4169        },
  4170        "scopeLog": {
  4171          "$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
  4172          "description": "The base feature state of fleet scope log."
  4173        }
  4174      },
  4175      "type": "object"
  4176    },
  4177    "FleetObservabilityFleetObservabilityMonitoringState": {
  4178      "description": "Feature state for monitoring feature.",
  4179      "id": "FleetObservabilityFleetObservabilityMonitoringState",
  4180      "properties": {
  4181        "state": {
  4182          "$ref": "FleetObservabilityFleetObservabilityBaseFeatureState",
  4183          "description": "The base feature state of fleet monitoring feature."
  4184        }
  4185      },
  4186      "type": "object"
  4187    },
  4188    "FleetObservabilityLoggingConfig": {
  4189      "description": "LoggingConfig defines the configuration for different types of logs.",
  4190      "id": "FleetObservabilityLoggingConfig",
  4191      "properties": {
  4192        "defaultConfig": {
  4193          "$ref": "FleetObservabilityRoutingConfig",
  4194          "description": "Specified if applying the default routing config to logs not specified in other configs."
  4195        },
  4196        "fleetScopeLogsConfig": {
  4197          "$ref": "FleetObservabilityRoutingConfig",
  4198          "description": "Specified if applying the routing config to all logs for all fleet scopes."
  4199        }
  4200      },
  4201      "type": "object"
  4202    },
  4203    "FleetObservabilityMembershipSpec": {
  4204      "description": "**FleetObservability**: The membership-specific input for FleetObservability feature.",
  4205      "id": "FleetObservabilityMembershipSpec",
  4206      "properties": {},
  4207      "type": "object"
  4208    },
  4209    "FleetObservabilityMembershipState": {
  4210      "description": "**FleetObservability**: Membership-specific Feature state for fleetobservability.",
  4211      "id": "FleetObservabilityMembershipState",
  4212      "properties": {},
  4213      "type": "object"
  4214    },
  4215    "FleetObservabilityRoutingConfig": {
  4216      "description": "RoutingConfig configures the behaviour of fleet logging feature.",
  4217      "id": "FleetObservabilityRoutingConfig",
  4218      "properties": {
  4219        "mode": {
  4220          "description": "mode configures the logs routing mode.",
  4221          "enum": [
  4222            "MODE_UNSPECIFIED",
  4223            "COPY",
  4224            "MOVE"
  4225          ],
  4226          "enumDescriptions": [
  4227            "If UNSPECIFIED, fleet logging feature is disabled.",
  4228            "logs will be copied to the destination project.",
  4229            "logs will be moved to the destination project."
  4230          ],
  4231          "type": "string"
  4232        }
  4233      },
  4234      "type": "object"
  4235    },
  4236    "GenerateConnectManifestResponse": {
  4237      "description": "GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.",
  4238      "id": "GenerateConnectManifestResponse",
  4239      "properties": {
  4240        "manifest": {
  4241          "description": "The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.",
  4242          "items": {
  4243            "$ref": "ConnectAgentResource"
  4244          },
  4245          "type": "array"
  4246        }
  4247      },
  4248      "type": "object"
  4249    },
  4250    "GenerateMembershipRBACRoleBindingYAMLResponse": {
  4251      "description": "Response for GenerateRBACRoleBindingYAML.",
  4252      "id": "GenerateMembershipRBACRoleBindingYAMLResponse",
  4253      "properties": {
  4254        "roleBindingsYaml": {
  4255          "description": "a yaml text blob including the RBAC policies.",
  4256          "type": "string"
  4257        }
  4258      },
  4259      "type": "object"
  4260    },
  4261    "GkeCluster": {
  4262      "description": "GkeCluster contains information specific to GKE clusters.",
  4263      "id": "GkeCluster",
  4264      "properties": {
  4265        "clusterMissing": {
  4266          "description": "Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane.",
  4267          "readOnly": true,
  4268          "type": "boolean"
  4269        },
  4270        "resourceLink": {
  4271          "description": "Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are also supported.",
  4272          "type": "string"
  4273        }
  4274      },
  4275      "type": "object"
  4276    },
  4277    "GoogleRpcStatus": {
  4278      "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
  4279      "id": "GoogleRpcStatus",
  4280      "properties": {
  4281        "code": {
  4282          "description": "The status code, which should be an enum value of google.rpc.Code.",
  4283          "format": "int32",
  4284          "type": "integer"
  4285        },
  4286        "details": {
  4287          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
  4288          "items": {
  4289            "additionalProperties": {
  4290              "description": "Properties of the object. Contains field @type with type URL.",
  4291              "type": "any"
  4292            },
  4293            "type": "object"
  4294          },
  4295          "type": "array"
  4296        },
  4297        "message": {
  4298          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
  4299          "type": "string"
  4300        }
  4301      },
  4302      "type": "object"
  4303    },
  4304    "IdentityServiceAuthMethod": {
  4305      "description": "Configuration of an auth method for a member/cluster. Only one authentication method (e.g., OIDC and LDAP) can be set per AuthMethod.",
  4306      "id": "IdentityServiceAuthMethod",
  4307      "properties": {
  4308        "azureadConfig": {
  4309          "$ref": "IdentityServiceAzureADConfig",
  4310          "description": "AzureAD specific Configuration."
  4311        },
  4312        "googleConfig": {
  4313          "$ref": "IdentityServiceGoogleConfig",
  4314          "description": "GoogleConfig specific configuration."
  4315        },
  4316        "ldapConfig": {
  4317          "$ref": "IdentityServiceLdapConfig",
  4318          "description": "LDAP specific configuration."
  4319        },
  4320        "name": {
  4321          "description": "Identifier for auth config.",
  4322          "type": "string"
  4323        },
  4324        "oidcConfig": {
  4325          "$ref": "IdentityServiceOidcConfig",
  4326          "description": "OIDC specific configuration."
  4327        },
  4328        "proxy": {
  4329          "description": "Proxy server address to use for auth method.",
  4330          "type": "string"
  4331        },
  4332        "samlConfig": {
  4333          "$ref": "IdentityServiceSamlConfig",
  4334          "description": "SAML specific configuration."
  4335        }
  4336      },
  4337      "type": "object"
  4338    },
  4339    "IdentityServiceAzureADConfig": {
  4340      "description": "Configuration for the AzureAD Auth flow.",
  4341      "id": "IdentityServiceAzureADConfig",
  4342      "properties": {
  4343        "clientId": {
  4344          "description": "ID for the registered client application that makes authentication requests to the Azure AD identity provider.",
  4345          "type": "string"
  4346        },
  4347        "clientSecret": {
  4348          "description": "Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.",
  4349          "type": "string"
  4350        },
  4351        "encryptedClientSecret": {
  4352          "description": "Output only. Encrypted AzureAD client secret.",
  4353          "format": "byte",
  4354          "readOnly": true,
  4355          "type": "string"
  4356        },
  4357        "groupFormat": {
  4358          "description": "Optional. Format of the AzureAD groups that the client wants for auth.",
  4359          "type": "string"
  4360        },
  4361        "kubectlRedirectUri": {
  4362          "description": "The redirect URL that kubectl uses for authorization.",
  4363          "type": "string"
  4364        },
  4365        "tenant": {
  4366          "description": "Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.",
  4367          "type": "string"
  4368        },
  4369        "userClaim": {
  4370          "description": "Optional. Claim in the AzureAD ID Token that holds the user details.",
  4371          "type": "string"
  4372        }
  4373      },
  4374      "type": "object"
  4375    },
  4376    "IdentityServiceGoogleConfig": {
  4377      "description": "Configuration for the Google Plugin Auth flow.",
  4378      "id": "IdentityServiceGoogleConfig",
  4379      "properties": {
  4380        "disable": {
  4381          "description": "Disable automatic configuration of Google Plugin on supported platforms.",
  4382          "type": "boolean"
  4383        }
  4384      },
  4385      "type": "object"
  4386    },
  4387    "IdentityServiceGroupConfig": {
  4388      "description": "Contains the properties for locating and authenticating groups in the directory.",
  4389      "id": "IdentityServiceGroupConfig",
  4390      "properties": {
  4391        "baseDn": {
  4392          "description": "Required. The location of the subtree in the LDAP directory to search for group entries.",
  4393          "type": "string"
  4394        },
  4395        "filter": {
  4396          "description": "Optional. Optional filter to be used when searching for groups a user belongs to. This can be used to explicitly match only certain groups in order to reduce the amount of groups returned for each user. This defaults to \"(objectClass=Group)\".",
  4397          "type": "string"
  4398        },
  4399        "idAttribute": {
  4400          "description": "Optional. The identifying name of each group a user belongs to. For example, if this is set to \"distinguishedName\" then RBACs and other group expectations should be written as full DNs. This defaults to \"distinguishedName\".",
  4401          "type": "string"
  4402        }
  4403      },
  4404      "type": "object"
  4405    },
  4406    "IdentityServiceIdentityServiceOptions": {
  4407      "description": "Holds non-protocol-related configuration options.",
  4408      "id": "IdentityServiceIdentityServiceOptions",
  4409      "properties": {
  4410        "sessionDuration": {
  4411          "description": "Optional. Determines the lifespan of STS tokens issued by Anthos Identity Service.",
  4412          "format": "google-duration",
  4413          "type": "string"
  4414        }
  4415      },
  4416      "type": "object"
  4417    },
  4418    "IdentityServiceLdapConfig": {
  4419      "description": "Configuration for the LDAP Auth flow.",
  4420      "id": "IdentityServiceLdapConfig",
  4421      "properties": {
  4422        "group": {
  4423          "$ref": "IdentityServiceGroupConfig",
  4424          "description": "Optional. Contains the properties for locating and authenticating groups in the directory."
  4425        },
  4426        "server": {
  4427          "$ref": "IdentityServiceServerConfig",
  4428          "description": "Required. Server settings for the external LDAP server."
  4429        },
  4430        "serviceAccount": {
  4431          "$ref": "IdentityServiceServiceAccountConfig",
  4432          "description": "Required. Contains the credentials of the service account which is authorized to perform the LDAP search in the directory. The credentials can be supplied by the combination of the DN and password or the client certificate."
  4433        },
  4434        "user": {
  4435          "$ref": "IdentityServiceUserConfig",
  4436          "description": "Required. Defines where users exist in the LDAP directory."
  4437        }
  4438      },
  4439      "type": "object"
  4440    },
  4441    "IdentityServiceMembershipSpec": {
  4442      "description": "**Anthos Identity Service**: Configuration for a single Membership.",
  4443      "id": "IdentityServiceMembershipSpec",
  4444      "properties": {
  4445        "authMethods": {
  4446          "description": "A member may support multiple auth methods.",
  4447          "items": {
  4448            "$ref": "IdentityServiceAuthMethod"
  4449          },
  4450          "type": "array"
  4451        },
  4452        "identityServiceOptions": {
  4453          "$ref": "IdentityServiceIdentityServiceOptions",
  4454          "description": "Optional. non-protocol-related configuration options."
  4455        }
  4456      },
  4457      "type": "object"
  4458    },
  4459    "IdentityServiceMembershipState": {
  4460      "description": "**Anthos Identity Service**: State for a single Membership.",
  4461      "id": "IdentityServiceMembershipState",
  4462      "properties": {
  4463        "failureReason": {
  4464          "description": "The reason of the failure.",
  4465          "type": "string"
  4466        },
  4467        "installedVersion": {
  4468          "description": "Installed AIS version. This is the AIS version installed on this member. The values makes sense iff state is OK.",
  4469          "type": "string"
  4470        },
  4471        "memberConfig": {
  4472          "$ref": "IdentityServiceMembershipSpec",
  4473          "description": "Last reconciled membership configuration"
  4474        },
  4475        "state": {
  4476          "description": "Deployment state on this member",
  4477          "enum": [
  4478            "DEPLOYMENT_STATE_UNSPECIFIED",
  4479            "OK",
  4480            "ERROR"
  4481          ],
  4482          "enumDescriptions": [
  4483            "Unspecified state",
  4484            "deployment succeeds",
  4485            "Failure with error."
  4486          ],
  4487          "type": "string"
  4488        }
  4489      },
  4490      "type": "object"
  4491    },
  4492    "IdentityServiceOidcConfig": {
  4493      "description": "Configuration for OIDC Auth flow.",
  4494      "id": "IdentityServiceOidcConfig",
  4495      "properties": {
  4496        "certificateAuthorityData": {
  4497          "description": "PEM-encoded CA for OIDC provider.",
  4498          "type": "string"
  4499        },
  4500        "clientId": {
  4501          "description": "ID for OIDC client application.",
  4502          "type": "string"
  4503        },
  4504        "clientSecret": {
  4505          "description": "Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.",
  4506          "type": "string"
  4507        },
  4508        "deployCloudConsoleProxy": {
  4509          "description": "Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.",
  4510          "type": "boolean"
  4511        },
  4512        "enableAccessToken": {
  4513          "description": "Enable access token.",
  4514          "type": "boolean"
  4515        },
  4516        "encryptedClientSecret": {
  4517          "description": "Output only. Encrypted OIDC Client secret",
  4518          "format": "byte",
  4519          "readOnly": true,
  4520          "type": "string"
  4521        },
  4522        "extraParams": {
  4523          "description": "Comma-separated list of key-value pairs.",
  4524          "type": "string"
  4525        },
  4526        "groupPrefix": {
  4527          "description": "Prefix to prepend to group name.",
  4528          "type": "string"
  4529        },
  4530        "groupsClaim": {
  4531          "description": "Claim in OIDC ID token that holds group information.",
  4532          "type": "string"
  4533        },
  4534        "issuerUri": {
  4535          "description": "URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.",
  4536          "type": "string"
  4537        },
  4538        "kubectlRedirectUri": {
  4539          "description": "Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.",
  4540          "type": "string"
  4541        },
  4542        "scopes": {
  4543          "description": "Comma-separated list of identifiers.",
  4544          "type": "string"
  4545        },
  4546        "userClaim": {
  4547          "description": "Claim in OIDC ID token that holds username.",
  4548          "type": "string"
  4549        },
  4550        "userPrefix": {
  4551          "description": "Prefix to prepend to user name.",
  4552          "type": "string"
  4553        }
  4554      },
  4555      "type": "object"
  4556    },
  4557    "IdentityServiceSamlConfig": {
  4558      "description": "Configuration for the SAML Auth flow.",
  4559      "id": "IdentityServiceSamlConfig",
  4560      "properties": {
  4561        "attributeMapping": {
  4562          "additionalProperties": {
  4563            "type": "string"
  4564          },
  4565          "description": "Optional. The mapping of additional user attributes like nickname, birthday and address etc.. `key` is the name of this additional attribute. `value` is a string presenting as CEL(common expression language, go/cel) used for getting the value from the resources. Take nickname as an example, in this case, `key` is \"attribute.nickname\" and `value` is \"assertion.nickname\".",
  4566          "type": "object"
  4567        },
  4568        "groupPrefix": {
  4569          "description": "Optional. Prefix to prepend to group name.",
  4570          "type": "string"
  4571        },
  4572        "groupsAttribute": {
  4573          "description": "Optional. The SAML attribute to read groups from. This value is expected to be a string and will be passed along as-is (with the option of being prefixed by the `group_prefix`).",
  4574          "type": "string"
  4575        },
  4576        "identityProviderCertificates": {
  4577          "description": "Required. The list of IdP certificates to validate the SAML response against.",
  4578          "items": {
  4579            "type": "string"
  4580          },
  4581          "type": "array"
  4582        },
  4583        "identityProviderId": {
  4584          "description": "Required. The entity ID of the SAML IdP.",
  4585          "type": "string"
  4586        },
  4587        "identityProviderSsoUri": {
  4588          "description": "Required. The URI where the SAML IdP exposes the SSO service.",
  4589          "type": "string"
  4590        },
  4591        "userAttribute": {
  4592          "description": "Optional. The SAML attribute to read username from. If unspecified, the username will be read from the NameID element of the assertion in SAML response. This value is expected to be a string and will be passed along as-is (with the option of being prefixed by the `user_prefix`).",
  4593          "type": "string"
  4594        },
  4595        "userPrefix": {
  4596          "description": "Optional. Prefix to prepend to user name.",
  4597          "type": "string"
  4598        }
  4599      },
  4600      "type": "object"
  4601    },
  4602    "IdentityServiceServerConfig": {
  4603      "description": "Server settings for the external LDAP server.",
  4604      "id": "IdentityServiceServerConfig",
  4605      "properties": {
  4606        "certificateAuthorityData": {
  4607          "description": "Optional. Contains a Base64 encoded, PEM formatted certificate authority certificate for the LDAP server. This must be provided for the \"ldaps\" and \"startTLS\" connections.",
  4608          "format": "byte",
  4609          "type": "string"
  4610        },
  4611        "connectionType": {
  4612          "description": "Optional. Defines the connection type to communicate with the LDAP server. If `starttls` or `ldaps` is specified, the certificate_authority_data should not be empty.",
  4613          "type": "string"
  4614        },
  4615        "host": {
  4616          "description": "Required. Defines the hostname or IP of the LDAP server. Port is optional and will default to 389, if unspecified. For example, \"ldap.server.example\" or \"10.10.10.10:389\".",
  4617          "type": "string"
  4618        }
  4619      },
  4620      "type": "object"
  4621    },
  4622    "IdentityServiceServiceAccountConfig": {
  4623      "description": "Contains the credentials of the service account which is authorized to perform the LDAP search in the directory. The credentials can be supplied by the combination of the DN and password or the client certificate.",
  4624      "id": "IdentityServiceServiceAccountConfig",
  4625      "properties": {
  4626        "simpleBindCredentials": {
  4627          "$ref": "IdentityServiceSimpleBindCredentials",
  4628          "description": "Credentials for basic auth."
  4629        }
  4630      },
  4631      "type": "object"
  4632    },
  4633    "IdentityServiceSimpleBindCredentials": {
  4634      "description": "The structure holds the LDAP simple binding credential.",
  4635      "id": "IdentityServiceSimpleBindCredentials",
  4636      "properties": {
  4637        "dn": {
  4638          "description": "Required. The distinguished name(DN) of the service account object/user.",
  4639          "type": "string"
  4640        },
  4641        "encryptedPassword": {
  4642          "description": "Output only. The encrypted password of the service account object/user.",
  4643          "format": "byte",
  4644          "readOnly": true,
  4645          "type": "string"
  4646        },
  4647        "password": {
  4648          "description": "Required. Input only. The password of the service account object/user.",
  4649          "type": "string"
  4650        }
  4651      },
  4652      "type": "object"
  4653    },
  4654    "IdentityServiceUserConfig": {
  4655      "description": "Defines where users exist in the LDAP directory.",
  4656      "id": "IdentityServiceUserConfig",
  4657      "properties": {
  4658        "baseDn": {
  4659          "description": "Required. The location of the subtree in the LDAP directory to search for user entries.",
  4660          "type": "string"
  4661        },
  4662        "filter": {
  4663          "description": "Optional. Filter to apply when searching for the user. This can be used to further restrict the user accounts which are allowed to login. This defaults to \"(objectClass=User)\".",
  4664          "type": "string"
  4665        },
  4666        "idAttribute": {
  4667          "description": "Optional. Determines which attribute to use as the user's identity after they are authenticated. This is distinct from the loginAttribute field to allow users to login with a username, but then have their actual identifier be an email address or full Distinguished Name (DN). For example, setting loginAttribute to \"sAMAccountName\" and identifierAttribute to \"userPrincipalName\" would allow a user to login as \"bsmith\", but actual RBAC policies for the user would be written as \"bsmith@example.com\". Using \"userPrincipalName\" is recommended since this will be unique for each user. This defaults to \"userPrincipalName\".",
  4668          "type": "string"
  4669        },
  4670        "loginAttribute": {
  4671          "description": "Optional. The name of the attribute which matches against the input username. This is used to find the user in the LDAP database e.g. \"(=)\" and is combined with the optional filter field. This defaults to \"userPrincipalName\".",
  4672          "type": "string"
  4673        }
  4674      },
  4675      "type": "object"
  4676    },
  4677    "KubernetesMetadata": {
  4678      "description": "KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters.",
  4679      "id": "KubernetesMetadata",
  4680      "properties": {
  4681        "kubernetesApiServerVersion": {
  4682          "description": "Output only. Kubernetes API server version string as reported by `/version`.",
  4683          "readOnly": true,
  4684          "type": "string"
  4685        },
  4686        "memoryMb": {
  4687          "description": "Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in MB.",
  4688          "format": "int32",
  4689          "readOnly": true,
  4690          "type": "integer"
  4691        },
  4692        "nodeCount": {
  4693          "description": "Output only. Node count as reported by Kubernetes nodes resources.",
  4694          "format": "int32",
  4695          "readOnly": true,
  4696          "type": "integer"
  4697        },
  4698        "nodeProviderId": {
  4699          "description": "Output only. Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the node_count will be zero and the node_provider_id will be empty.",
  4700          "readOnly": true,
  4701          "type": "string"
  4702        },
  4703        "updateTime": {
  4704          "description": "Output only. The time at which these details were last updated. This update_time is different from the Membership-level update_time since EndpointDetails are updated internally for API consumers.",
  4705          "format": "google-datetime",
  4706          "readOnly": true,
  4707          "type": "string"
  4708        },
  4709        "vcpuCount": {
  4710          "description": "Output only. vCPU count as reported by Kubernetes nodes resources.",
  4711          "format": "int32",
  4712          "readOnly": true,
  4713          "type": "integer"
  4714        }
  4715      },
  4716      "type": "object"
  4717    },
  4718    "KubernetesResource": {
  4719      "description": "KubernetesResource contains the YAML manifests and configuration for Membership Kubernetes resources in the cluster. After CreateMembership or UpdateMembership, these resources should be re-applied in the cluster.",
  4720      "id": "KubernetesResource",
  4721      "properties": {
  4722        "connectResources": {
  4723          "description": "Output only. The Kubernetes resources for installing the GKE Connect agent This field is only populated in the Membership returned from a successful long-running operation from CreateMembership or UpdateMembership. It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the caller should make a UpdateMembership call with an empty field mask.",
  4724          "items": {
  4725            "$ref": "ResourceManifest"
  4726          },
  4727          "readOnly": true,
  4728          "type": "array"
  4729        },
  4730        "membershipCrManifest": {
  4731          "description": "Input only. The YAML representation of the Membership CR. This field is ignored for GKE clusters where Hub can read the CR directly. Callers should provide the CR that is currently present in the cluster during CreateMembership or UpdateMembership, or leave this field empty if none exists. The CR manifest is used to validate the cluster has not been registered with another Membership.",
  4732          "type": "string"
  4733        },
  4734        "membershipResources": {
  4735          "description": "Output only. Additional Kubernetes resources that need to be applied to the cluster after Membership creation, and after every update. This field is only populated in the Membership returned from a successful long-running operation from CreateMembership or UpdateMembership. It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the caller should make a UpdateMembership call with an empty field mask.",
  4736          "items": {
  4737            "$ref": "ResourceManifest"
  4738          },
  4739          "readOnly": true,
  4740          "type": "array"
  4741        },
  4742        "resourceOptions": {
  4743          "$ref": "ResourceOptions",
  4744          "description": "Optional. Options for Kubernetes resource generation."
  4745        }
  4746      },
  4747      "type": "object"
  4748    },
  4749    "ListAdminClusterMembershipsResponse": {
  4750      "description": "Response message for the `GkeHub.ListAdminClusterMemberships` method.",
  4751      "id": "ListAdminClusterMembershipsResponse",
  4752      "properties": {
  4753        "adminClusterMemberships": {
  4754          "description": "The list of matching Memberships of admin clusters.",
  4755          "items": {
  4756            "$ref": "Membership"
  4757          },
  4758          "type": "array"
  4759        },
  4760        "nextPageToken": {
  4761          "description": "A token to request the next page of resources from the `ListAdminClusterMemberships` method. The value of an empty string means that there are no more resources to return.",
  4762          "type": "string"
  4763        },
  4764        "unreachable": {
  4765          "description": "List of locations that could not be reached while fetching this list.",
  4766          "items": {
  4767            "type": "string"
  4768          },
  4769          "type": "array"
  4770        }
  4771      },
  4772      "type": "object"
  4773    },
  4774    "ListBoundMembershipsResponse": {
  4775      "description": "List of Memberships bound to a Scope.",
  4776      "id": "ListBoundMembershipsResponse",
  4777      "properties": {
  4778        "memberships": {
  4779          "description": "The list of Memberships bound to the given Scope.",
  4780          "items": {
  4781            "$ref": "Membership"
  4782          },
  4783          "type": "array"
  4784        },
  4785        "nextPageToken": {
  4786          "description": "A token to request the next page of resources from the `ListBoundMemberships` method. The value of an empty string means that there are no more resources to return.",
  4787          "type": "string"
  4788        },
  4789        "unreachable": {
  4790          "description": "List of locations that could not be reached while fetching this list.",
  4791          "items": {
  4792            "type": "string"
  4793          },
  4794          "type": "array"
  4795        }
  4796      },
  4797      "type": "object"
  4798    },
  4799    "ListFeaturesResponse": {
  4800      "description": "Response message for the `GkeHub.ListFeatures` method.",
  4801      "id": "ListFeaturesResponse",
  4802      "properties": {
  4803        "nextPageToken": {
  4804          "description": "A token to request the next page of resources from the `ListFeatures` method. The value of an empty string means that there are no more resources to return.",
  4805          "type": "string"
  4806        },
  4807        "resources": {
  4808          "description": "The list of matching Features",
  4809          "items": {
  4810            "$ref": "Feature"
  4811          },
  4812          "type": "array"
  4813        }
  4814      },
  4815      "type": "object"
  4816    },
  4817    "ListFleetsResponse": {
  4818      "description": "Response message for the `GkeHub.ListFleetsResponse` method.",
  4819      "id": "ListFleetsResponse",
  4820      "properties": {
  4821        "fleets": {
  4822          "description": "The list of matching fleets.",
  4823          "items": {
  4824            "$ref": "Fleet"
  4825          },
  4826          "type": "array"
  4827        },
  4828        "nextPageToken": {
  4829          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. The token is only valid for 1h.",
  4830          "type": "string"
  4831        }
  4832      },
  4833      "type": "object"
  4834    },
  4835    "ListLocationsResponse": {
  4836      "description": "The response message for Locations.ListLocations.",
  4837      "id": "ListLocationsResponse",
  4838      "properties": {
  4839        "locations": {
  4840          "description": "A list of locations that matches the specified filter in the request.",
  4841          "items": {
  4842            "$ref": "Location"
  4843          },
  4844          "type": "array"
  4845        },
  4846        "nextPageToken": {
  4847          "description": "The standard List next-page token.",
  4848          "type": "string"
  4849        }
  4850      },
  4851      "type": "object"
  4852    },
  4853    "ListMembershipBindingsResponse": {
  4854      "description": "List of MembershipBindings.",
  4855      "id": "ListMembershipBindingsResponse",
  4856      "properties": {
  4857        "membershipBindings": {
  4858          "description": "The list of membership_bindings",
  4859          "items": {
  4860            "$ref": "MembershipBinding"
  4861          },
  4862          "type": "array"
  4863        },
  4864        "nextPageToken": {
  4865          "description": "A token to request the next page of resources from the `ListMembershipBindings` method. The value of an empty string means that there are no more resources to return.",
  4866          "type": "string"
  4867        }
  4868      },
  4869      "type": "object"
  4870    },
  4871    "ListMembershipRBACRoleBindingsResponse": {
  4872      "description": "List of Membership RBACRoleBindings.",
  4873      "id": "ListMembershipRBACRoleBindingsResponse",
  4874      "properties": {
  4875        "nextPageToken": {
  4876          "description": "A token to request the next page of resources from the `ListMembershipRBACRoleBindings` method. The value of an empty string means that there are no more resources to return.",
  4877          "type": "string"
  4878        },
  4879        "rbacrolebindings": {
  4880          "description": "The list of Membership RBACRoleBindings.",
  4881          "items": {
  4882            "$ref": "RBACRoleBinding"
  4883          },
  4884          "type": "array"
  4885        }
  4886      },
  4887      "type": "object"
  4888    },
  4889    "ListMembershipsResponse": {
  4890      "description": "Response message for the `GkeHub.ListMemberships` method.",
  4891      "id": "ListMembershipsResponse",
  4892      "properties": {
  4893        "nextPageToken": {
  4894          "description": "A token to request the next page of resources from the `ListMemberships` method. The value of an empty string means that there are no more resources to return.",
  4895          "type": "string"
  4896        },
  4897        "resources": {
  4898          "description": "The list of matching Memberships.",
  4899          "items": {
  4900            "$ref": "Membership"
  4901          },
  4902          "type": "array"
  4903        },
  4904        "unreachable": {
  4905          "description": "List of locations that could not be reached while fetching this list.",
  4906          "items": {
  4907            "type": "string"
  4908          },
  4909          "type": "array"
  4910        }
  4911      },
  4912      "type": "object"
  4913    },
  4914    "ListOperationsResponse": {
  4915      "description": "The response message for Operations.ListOperations.",
  4916      "id": "ListOperationsResponse",
  4917      "properties": {
  4918        "nextPageToken": {
  4919          "description": "The standard List next-page token.",
  4920          "type": "string"
  4921        },
  4922        "operations": {
  4923          "description": "A list of operations that matches the specified filter in the request.",
  4924          "items": {
  4925            "$ref": "Operation"
  4926          },
  4927          "type": "array"
  4928        }
  4929      },
  4930      "type": "object"
  4931    },
  4932    "ListPermittedScopesResponse": {
  4933      "description": "List of permitted Scopes.",
  4934      "id": "ListPermittedScopesResponse",
  4935      "properties": {
  4936        "nextPageToken": {
  4937          "description": "A token to request the next page of resources from the `ListPermittedScopes` method. The value of an empty string means that there are no more resources to return.",
  4938          "type": "string"
  4939        },
  4940        "scopes": {
  4941          "description": "The list of permitted Scopes",
  4942          "items": {
  4943            "$ref": "Scope"
  4944          },
  4945          "type": "array"
  4946        }
  4947      },
  4948      "type": "object"
  4949    },
  4950    "ListScopeNamespacesResponse": {
  4951      "description": "List of fleet namespaces.",
  4952      "id": "ListScopeNamespacesResponse",
  4953      "properties": {
  4954        "nextPageToken": {
  4955          "description": "A token to request the next page of resources from the `ListNamespaces` method. The value of an empty string means that there are no more resources to return.",
  4956          "type": "string"
  4957        },
  4958        "scopeNamespaces": {
  4959          "description": "The list of fleet namespaces",
  4960          "items": {
  4961            "$ref": "Namespace"
  4962          },
  4963          "type": "array"
  4964        }
  4965      },
  4966      "type": "object"
  4967    },
  4968    "ListScopeRBACRoleBindingsResponse": {
  4969      "description": "List of Scope RBACRoleBindings.",
  4970      "id": "ListScopeRBACRoleBindingsResponse",
  4971      "properties": {
  4972        "nextPageToken": {
  4973          "description": "A token to request the next page of resources from the `ListScopeRBACRoleBindings` method. The value of an empty string means that there are no more resources to return.",
  4974          "type": "string"
  4975        },
  4976        "rbacrolebindings": {
  4977          "description": "The list of Scope RBACRoleBindings.",
  4978          "items": {
  4979            "$ref": "RBACRoleBinding"
  4980          },
  4981          "type": "array"
  4982        }
  4983      },
  4984      "type": "object"
  4985    },
  4986    "ListScopesResponse": {
  4987      "description": "List of Scopes.",
  4988      "id": "ListScopesResponse",
  4989      "properties": {
  4990        "nextPageToken": {
  4991          "description": "A token to request the next page of resources from the `ListScopes` method. The value of an empty string means that there are no more resources to return.",
  4992          "type": "string"
  4993        },
  4994        "scopes": {
  4995          "description": "The list of Scopes",
  4996          "items": {
  4997            "$ref": "Scope"
  4998          },
  4999          "type": "array"
  5000        }
  5001      },
  5002      "type": "object"
  5003    },
  5004    "Location": {
  5005      "description": "A resource that represents a Google Cloud location.",
  5006      "id": "Location",
  5007      "properties": {
  5008        "displayName": {
  5009          "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
  5010          "type": "string"
  5011        },
  5012        "labels": {
  5013          "additionalProperties": {
  5014            "type": "string"
  5015          },
  5016          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
  5017          "type": "object"
  5018        },
  5019        "locationId": {
  5020          "description": "The canonical id for this location. For example: `\"us-east1\"`.",
  5021          "type": "string"
  5022        },
  5023        "metadata": {
  5024          "additionalProperties": {
  5025            "description": "Properties of the object. Contains field @type with type URL.",
  5026            "type": "any"
  5027          },
  5028          "description": "Service-specific metadata. For example the available capacity at the given location.",
  5029          "type": "object"
  5030        },
  5031        "name": {
  5032          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
  5033          "type": "string"
  5034        }
  5035      },
  5036      "type": "object"
  5037    },
  5038    "Membership": {
  5039      "description": "Membership contains information about a member cluster.",
  5040      "id": "Membership",
  5041      "properties": {
  5042        "authority": {
  5043          "$ref": "Authority",
  5044          "description": "Optional. How to identify workloads from this Membership. See the documentation on Workload Identity for more details: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity"
  5045        },
  5046        "createTime": {
  5047          "description": "Output only. When the Membership was created.",
  5048          "format": "google-datetime",
  5049          "readOnly": true,
  5050          "type": "string"
  5051        },
  5052        "deleteTime": {
  5053          "description": "Output only. When the Membership was deleted.",
  5054          "format": "google-datetime",
  5055          "readOnly": true,
  5056          "type": "string"
  5057        },
  5058        "description": {
  5059          "description": "Output only. Description of this membership, limited to 63 characters. Must match the regex: `a-zA-Z0-9*` This field is present for legacy purposes.",
  5060          "readOnly": true,
  5061          "type": "string"
  5062        },
  5063        "endpoint": {
  5064          "$ref": "MembershipEndpoint",
  5065          "description": "Optional. Endpoint information to reach this member."
  5066        },
  5067        "externalId": {
  5068          "description": "Optional. An externally-generated and managed ID for this Membership. This ID may be modified after creation, but this is not recommended. The ID must match the regex: `a-zA-Z0-9*` If this Membership represents a Kubernetes cluster, this value should be set to the UID of the `kube-system` namespace object.",
  5069          "type": "string"
  5070        },
  5071        "labels": {
  5072          "additionalProperties": {
  5073            "type": "string"
  5074          },
  5075          "description": "Optional. Labels for this membership.",
  5076          "type": "object"
  5077        },
  5078        "lastConnectionTime": {
  5079          "description": "Output only. For clusters using Connect, the timestamp of the most recent connection established with Google Cloud. This time is updated every several minutes, not continuously. For clusters that do not use GKE Connect, or that have never connected successfully, this field will be unset.",
  5080          "format": "google-datetime",
  5081          "readOnly": true,
  5082          "type": "string"
  5083        },
  5084        "monitoringConfig": {
  5085          "$ref": "MonitoringConfig",
  5086          "description": "Optional. The monitoring config information for this membership."
  5087        },
  5088        "name": {
  5089          "description": "Output only. The full, unique name of this Membership resource in the format `projects/*/locations/*/memberships/{membership_id}`, set during creation. `membership_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.",
  5090          "readOnly": true,
  5091          "type": "string"
  5092        },
  5093        "state": {
  5094          "$ref": "MembershipState",
  5095          "description": "Output only. State of the Membership resource.",
  5096          "readOnly": true
  5097        },
  5098        "uniqueId": {
  5099          "description": "Output only. Google-generated UUID for this resource. This is unique across all Membership resources. If a Membership resource is deleted and another resource with the same name is created, it gets a different unique_id.",
  5100          "readOnly": true,
  5101          "type": "string"
  5102        },
  5103        "updateTime": {
  5104          "description": "Output only. When the Membership was last updated.",
  5105          "format": "google-datetime",
  5106          "readOnly": true,
  5107          "type": "string"
  5108        }
  5109      },
  5110      "type": "object"
  5111    },
  5112    "MembershipBinding": {
  5113      "description": "MembershipBinding is a subresource of a Membership, representing what Fleet Scopes (or other, future Fleet resources) a Membership is bound to.",
  5114      "id": "MembershipBinding",
  5115      "properties": {
  5116        "createTime": {
  5117          "description": "Output only. When the membership binding was created.",
  5118          "format": "google-datetime",
  5119          "readOnly": true,
  5120          "type": "string"
  5121        },
  5122        "deleteTime": {
  5123          "description": "Output only. When the membership binding was deleted.",
  5124          "format": "google-datetime",
  5125          "readOnly": true,
  5126          "type": "string"
  5127        },
  5128        "labels": {
  5129          "additionalProperties": {
  5130            "type": "string"
  5131          },
  5132          "description": "Optional. Labels for this MembershipBinding.",
  5133          "type": "object"
  5134        },
  5135        "name": {
  5136          "description": "The resource name for the membershipbinding itself `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}`",
  5137          "type": "string"
  5138        },
  5139        "scope": {
  5140          "description": "A Scope resource name in the format `projects/*/locations/*/scopes/*`.",
  5141          "type": "string"
  5142        },
  5143        "state": {
  5144          "$ref": "MembershipBindingLifecycleState",
  5145          "description": "Output only. State of the membership binding resource.",
  5146          "readOnly": true
  5147        },
  5148        "uid": {
  5149          "description": "Output only. Google-generated UUID for this resource. This is unique across all membershipbinding resources. If a membershipbinding resource is deleted and another resource with the same name is created, it gets a different uid.",
  5150          "readOnly": true,
  5151          "type": "string"
  5152        },
  5153        "updateTime": {
  5154          "description": "Output only. When the membership binding was last updated.",
  5155          "format": "google-datetime",
  5156          "readOnly": true,
  5157          "type": "string"
  5158        }
  5159      },
  5160      "type": "object"
  5161    },
  5162    "MembershipBindingLifecycleState": {
  5163      "description": "MembershipBindingLifecycleState describes the state of a Binding resource.",
  5164      "id": "MembershipBindingLifecycleState",
  5165      "properties": {
  5166        "code": {
  5167          "description": "Output only. The current state of the MembershipBinding resource.",
  5168          "enum": [
  5169            "CODE_UNSPECIFIED",
  5170            "CREATING",
  5171            "READY",
  5172            "DELETING",
  5173            "UPDATING"
  5174          ],
  5175          "enumDescriptions": [
  5176            "The code is not set.",
  5177            "The membershipbinding is being created.",
  5178            "The membershipbinding active.",
  5179            "The membershipbinding is being deleted.",
  5180            "The membershipbinding is being updated."
  5181          ],
  5182          "readOnly": true,
  5183          "type": "string"
  5184        }
  5185      },
  5186      "type": "object"
  5187    },
  5188    "MembershipEndpoint": {
  5189      "description": "MembershipEndpoint contains information needed to contact a Kubernetes API, endpoint and any additional Kubernetes metadata.",
  5190      "id": "MembershipEndpoint",
  5191      "properties": {
  5192        "applianceCluster": {
  5193          "$ref": "ApplianceCluster",
  5194          "description": "Optional. Specific information for a GDC Edge Appliance cluster."
  5195        },
  5196        "edgeCluster": {
  5197          "$ref": "EdgeCluster",
  5198          "description": "Optional. Specific information for a Google Edge cluster."
  5199        },
  5200        "gkeCluster": {
  5201          "$ref": "GkeCluster",
  5202          "description": "Optional. Specific information for a GKE-on-GCP cluster."
  5203        },
  5204        "googleManaged": {
  5205          "description": "Output only. Whether the lifecycle of this membership is managed by a google cluster platform service.",
  5206          "readOnly": true,
  5207          "type": "boolean"
  5208        },
  5209        "kubernetesMetadata": {
  5210          "$ref": "KubernetesMetadata",
  5211          "description": "Output only. Useful Kubernetes-specific metadata.",
  5212          "readOnly": true
  5213        },
  5214        "kubernetesResource": {
  5215          "$ref": "KubernetesResource",
  5216          "description": "Optional. The in-cluster Kubernetes Resources that should be applied for a correctly registered cluster, in the steady state. These resources: * Ensure that the cluster is exclusively registered to one and only one Hub Membership. * Propagate Workload Pool Information available in the Membership Authority field. * Ensure proper initial configuration of default Hub Features."
  5217        },
  5218        "multiCloudCluster": {
  5219          "$ref": "MultiCloudCluster",
  5220          "description": "Optional. Specific information for a GKE Multi-Cloud cluster."
  5221        },
  5222        "onPremCluster": {
  5223          "$ref": "OnPremCluster",
  5224          "description": "Optional. Specific information for a GKE On-Prem cluster. An onprem user-cluster who has no resourceLink is not allowed to use this field, it should have a nil \"type\" instead."
  5225        }
  5226      },
  5227      "type": "object"
  5228    },
  5229    "MembershipFeatureSpec": {
  5230      "description": "MembershipFeatureSpec contains configuration information for a single Membership. NOTE: Please use snake case in your feature name.",
  5231      "id": "MembershipFeatureSpec",
  5232      "properties": {
  5233        "anthosobservability": {
  5234          "$ref": "AnthosObservabilityMembershipSpec",
  5235          "description": "Anthos Observability-specific spec"
  5236        },
  5237        "cloudbuild": {
  5238          "$ref": "CloudBuildMembershipSpec",
  5239          "description": "Cloud Build-specific spec"
  5240        },
  5241        "configmanagement": {
  5242          "$ref": "ConfigManagementMembershipSpec",
  5243          "description": "Config Management-specific spec."
  5244        },
  5245        "fleetobservability": {
  5246          "$ref": "FleetObservabilityMembershipSpec",
  5247          "description": "Fleet observability membership spec"
  5248        },
  5249        "identityservice": {
  5250          "$ref": "IdentityServiceMembershipSpec",
  5251          "description": "Identity Service-specific spec."
  5252        },
  5253        "mesh": {
  5254          "$ref": "ServiceMeshMembershipSpec",
  5255          "description": "Anthos Service Mesh-specific spec"
  5256        },
  5257        "namespaceactuation": {
  5258          "$ref": "NamespaceActuationMembershipSpec",
  5259          "description": "FNS Actuation membership spec"
  5260        },
  5261        "origin": {
  5262          "$ref": "Origin",
  5263          "description": "Whether this per-Membership spec was inherited from a fleet-level default. This field can be updated by users by either overriding a Membership config (updated to USER implicitly) or setting to FLEET explicitly."
  5264        },
  5265        "policycontroller": {
  5266          "$ref": "PolicyControllerMembershipSpec",
  5267          "description": "Policy Controller spec."
  5268        },
  5269        "workloadcertificate": {
  5270          "$ref": "MembershipSpec",
  5271          "description": "Workload Certificate spec."
  5272        }
  5273      },
  5274      "type": "object"
  5275    },
  5276    "MembershipFeatureState": {
  5277      "description": "MembershipFeatureState contains Feature status information for a single Membership.",
  5278      "id": "MembershipFeatureState",
  5279      "properties": {
  5280        "appdevexperience": {
  5281          "$ref": "AppDevExperienceFeatureState",
  5282          "description": "Appdevexperience specific state."
  5283        },
  5284        "clusterupgrade": {
  5285          "$ref": "ClusterUpgradeMembershipState",
  5286          "description": "ClusterUpgrade state."
  5287        },
  5288        "configmanagement": {
  5289          "$ref": "ConfigManagementMembershipState",
  5290          "description": "Config Management-specific state."
  5291        },
  5292        "fleetobservability": {
  5293          "$ref": "FleetObservabilityMembershipState",
  5294          "description": "Fleet observability membership state."
  5295        },
  5296        "identityservice": {
  5297          "$ref": "IdentityServiceMembershipState",
  5298          "description": "Identity Service-specific state."
  5299        },
  5300        "metering": {
  5301          "$ref": "MeteringMembershipState",
  5302          "description": "Metering-specific state."
  5303        },
  5304        "namespaceactuation": {
  5305          "$ref": "NamespaceActuationMembershipState",
  5306          "description": "FNS Actuation membership state"
  5307        },
  5308        "policycontroller": {
  5309          "$ref": "PolicyControllerMembershipState",
  5310          "description": "Policycontroller-specific state."
  5311        },
  5312        "servicemesh": {
  5313          "$ref": "ServiceMeshMembershipState",
  5314          "description": "Service Mesh-specific state."
  5315        },
  5316        "state": {
  5317          "$ref": "FeatureState",
  5318          "description": "The high-level state of this Feature for a single membership."
  5319        }
  5320      },
  5321      "type": "object"
  5322    },
  5323    "MembershipSpec": {
  5324      "description": "**Workload Certificate**: The membership-specific input for WorkloadCertificate feature.",
  5325      "id": "MembershipSpec",
  5326      "properties": {
  5327        "certificateManagement": {
  5328          "description": "Specifies workload certificate management.",
  5329          "enum": [
  5330            "CERTIFICATE_MANAGEMENT_UNSPECIFIED",
  5331            "DISABLED",
  5332            "ENABLED"
  5333          ],
  5334          "enumDescriptions": [
  5335            "Disable workload certificate feature.",
  5336            "Disable workload certificate feature.",
  5337            "Enable workload certificate feature."
  5338          ],
  5339          "type": "string"
  5340        }
  5341      },
  5342      "type": "object"
  5343    },
  5344    "MembershipState": {
  5345      "description": "MembershipState describes the state of a Membership resource.",
  5346      "id": "MembershipState",
  5347      "properties": {
  5348        "code": {
  5349          "description": "Output only. The current state of the Membership resource.",
  5350          "enum": [
  5351            "CODE_UNSPECIFIED",
  5352            "CREATING",
  5353            "READY",
  5354            "DELETING",
  5355            "UPDATING",
  5356            "SERVICE_UPDATING"
  5357          ],
  5358          "enumDescriptions": [
  5359            "The code is not set.",
  5360            "The cluster is being registered.",
  5361            "The cluster is registered.",
  5362            "The cluster is being unregistered.",
  5363            "The Membership is being updated.",
  5364            "The Membership is being updated by the Hub Service."
  5365          ],
  5366          "readOnly": true,
  5367          "type": "string"
  5368        }
  5369      },
  5370      "type": "object"
  5371    },
  5372    "MeteringMembershipState": {
  5373      "description": "**Metering**: Per-Membership Feature State.",
  5374      "id": "MeteringMembershipState",
  5375      "properties": {
  5376        "lastMeasurementTime": {
  5377          "description": "The time stamp of the most recent measurement of the number of vCPUs in the cluster.",
  5378          "format": "google-datetime",
  5379          "type": "string"
  5380        },
  5381        "preciseLastMeasuredClusterVcpuCapacity": {
  5382          "description": "The vCPUs capacity in the cluster according to the most recent measurement (1/1000 precision).",
  5383          "format": "float",
  5384          "type": "number"
  5385        }
  5386      },
  5387      "type": "object"
  5388    },
  5389    "MonitoringConfig": {
  5390      "description": "MonitoringConfig informs Fleet-based applications/services/UIs how the metrics for the underlying cluster is reported to cloud monitoring services. It can be set from empty to non-empty, but can't be mutated directly to prevent accidentally breaking the constinousty of metrics.",
  5391      "id": "MonitoringConfig",
  5392      "properties": {
  5393        "cluster": {
  5394          "description": "Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/MultiCloud clusters, it would be in format {cluster_type}/{cluster_name}, e.g., \"awsClusters/cluster_1\".",
  5395          "type": "string"
  5396        },
  5397        "clusterHash": {
  5398          "description": "Optional. For GKE and Multicloud clusters, this is the UUID of the cluster resource. For VMWare and Baremetal clusters, this is the kube-system UID.",
  5399          "type": "string"
  5400        },
  5401        "kubernetesMetricsPrefix": {
  5402          "description": "Optional. Kubernetes system metrics, if available, are written to this prefix. This defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos eventually. Noted: Anthos MultiCloud will have kubernetes.io prefix today but will migration to be under kubernetes.io/anthos.",
  5403          "type": "string"
  5404        },
  5405        "location": {
  5406          "description": "Optional. Location used to report Metrics",
  5407          "type": "string"
  5408        },
  5409        "projectId": {
  5410          "description": "Optional. Project used to report Metrics",
  5411          "type": "string"
  5412        }
  5413      },
  5414      "type": "object"
  5415    },
  5416    "MultiCloudCluster": {
  5417      "description": "MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.",
  5418      "id": "MultiCloudCluster",
  5419      "properties": {
  5420        "clusterMissing": {
  5421          "description": "Output only. If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for this GKE Multi-Cloud cluster no longer exists.",
  5422          "readOnly": true,
  5423          "type": "boolean"
  5424        },
  5425        "resourceLink": {
  5426          "description": "Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example: //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster",
  5427          "type": "string"
  5428        }
  5429      },
  5430      "type": "object"
  5431    },
  5432    "MultiClusterIngressFeatureSpec": {
  5433      "description": "**Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature.",
  5434      "id": "MultiClusterIngressFeatureSpec",
  5435      "properties": {
  5436        "billing": {
  5437          "deprecated": true,
  5438          "description": "Deprecated: This field will be ignored and should not be set. Customer's billing structure.",
  5439          "enum": [
  5440            "BILLING_UNSPECIFIED",
  5441            "PAY_AS_YOU_GO",
  5442            "ANTHOS_LICENSE"
  5443          ],
  5444          "enumDescriptions": [
  5445            "Unknown",
  5446            "User pays a fee per-endpoint.",
  5447            "User is paying for Anthos as a whole."
  5448          ],
  5449          "type": "string"
  5450        },
  5451        "configMembership": {
  5452          "description": "Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: `projects/foo-proj/locations/global/memberships/bar`",
  5453          "type": "string"
  5454        }
  5455      },
  5456      "type": "object"
  5457    },
  5458    "Namespace": {
  5459      "description": "Namespace represents a namespace across the Fleet",
  5460      "id": "Namespace",
  5461      "properties": {
  5462        "createTime": {
  5463          "description": "Output only. When the namespace was created.",
  5464          "format": "google-datetime",
  5465          "readOnly": true,
  5466          "type": "string"
  5467        },
  5468        "deleteTime": {
  5469          "description": "Output only. When the namespace was deleted.",
  5470          "format": "google-datetime",
  5471          "readOnly": true,
  5472          "type": "string"
  5473        },
  5474        "labels": {
  5475          "additionalProperties": {
  5476            "type": "string"
  5477          },
  5478          "description": "Optional. Labels for this Namespace.",
  5479          "type": "object"
  5480        },
  5481        "name": {
  5482          "description": "The resource name for the namespace `projects/{project}/locations/{location}/namespaces/{namespace}`",
  5483          "type": "string"
  5484        },
  5485        "namespaceLabels": {
  5486          "additionalProperties": {
  5487            "type": "string"
  5488          },
  5489          "description": "Optional. Namespace-level cluster namespace labels. These labels are applied to the related namespace of the member clusters bound to the parent Scope. Scope-level labels (`namespace_labels` in the Fleet Scope resource) take precedence over Namespace-level labels if they share a key. Keys and values must be Kubernetes-conformant.",
  5490          "type": "object"
  5491        },
  5492        "scope": {
  5493          "description": "Required. Scope associated with the namespace",
  5494          "type": "string"
  5495        },
  5496        "state": {
  5497          "$ref": "NamespaceLifecycleState",
  5498          "description": "Output only. State of the namespace resource.",
  5499          "readOnly": true
  5500        },
  5501        "uid": {
  5502          "description": "Output only. Google-generated UUID for this resource. This is unique across all namespace resources. If a namespace resource is deleted and another resource with the same name is created, it gets a different uid.",
  5503          "readOnly": true,
  5504          "type": "string"
  5505        },
  5506        "updateTime": {
  5507          "description": "Output only. When the namespace was last updated.",
  5508          "format": "google-datetime",
  5509          "readOnly": true,
  5510          "type": "string"
  5511        }
  5512      },
  5513      "type": "object"
  5514    },
  5515    "NamespaceActuationFeatureSpec": {
  5516      "description": "An empty spec for actuation feature. This is required since Feature proto requires a spec.",
  5517      "id": "NamespaceActuationFeatureSpec",
  5518      "properties": {
  5519        "actuationMode": {
  5520          "description": "actuation_mode controls the behavior of the controller",
  5521          "enum": [
  5522            "ACTUATION_MODE_UNSPECIFIED",
  5523            "ACTUATION_MODE_CREATE_AND_DELETE_IF_CREATED",
  5524            "ACTUATION_MODE_ADD_AND_REMOVE_FLEET_LABELS"
  5525          ],
  5526          "enumDescriptions": [
  5527            "ACTUATION_MODE_UNSPECIFIED is similar to CREATE_AND_DELETE_IF_CREATED in the default controller behavior.",
  5528            "ACTUATION_MODE_CREATE_AND_DELETE_IF_CREATED has the controller create cluster namespaces for each fleet namespace and it deletes only the ones it created, which are identified by a label.",
  5529            "ACTUATION_MODE_ADD_AND_REMOVE_FLEET_LABELS has the controller only apply labels to cluster namespaces to signal fleet namespace enablement. It doesn't create or delete cluster namespaces."
  5530          ],
  5531          "type": "string"
  5532        }
  5533      },
  5534      "type": "object"
  5535    },
  5536    "NamespaceActuationFeatureState": {
  5537      "description": "NamespaceActuation Feature State.",
  5538      "id": "NamespaceActuationFeatureState",
  5539      "properties": {},
  5540      "type": "object"
  5541    },
  5542    "NamespaceActuationMembershipSpec": {
  5543      "description": "**Namespace Actuation**: The membership-specific input for NamespaceActuation feature.",
  5544      "id": "NamespaceActuationMembershipSpec",
  5545      "properties": {},
  5546      "type": "object"
  5547    },
  5548    "NamespaceActuationMembershipState": {
  5549      "description": "**Namespace Actuation**: An empty state left as an example membership-specific Feature state.",
  5550      "id": "NamespaceActuationMembershipState",
  5551      "properties": {},
  5552      "type": "object"
  5553    },
  5554    "NamespaceLifecycleState": {
  5555      "description": "NamespaceLifecycleState describes the state of a Namespace resource.",
  5556      "id": "NamespaceLifecycleState",
  5557      "properties": {
  5558        "code": {
  5559          "description": "Output only. The current state of the Namespace resource.",
  5560          "enum": [
  5561            "CODE_UNSPECIFIED",
  5562            "CREATING",
  5563            "READY",
  5564            "DELETING",
  5565            "UPDATING"
  5566          ],
  5567          "enumDescriptions": [
  5568            "The code is not set.",
  5569            "The namespace is being created.",
  5570            "The namespace active.",
  5571            "The namespace is being deleted.",
  5572            "The namespace is being updated."
  5573          ],
  5574          "readOnly": true,
  5575          "type": "string"
  5576        }
  5577      },
  5578      "type": "object"
  5579    },
  5580    "OnPremCluster": {
  5581      "description": "OnPremCluster contains information specific to GKE On-Prem clusters.",
  5582      "id": "OnPremCluster",
  5583      "properties": {
  5584        "adminCluster": {
  5585          "description": "Immutable. Whether the cluster is an admin cluster.",
  5586          "type": "boolean"
  5587        },
  5588        "clusterMissing": {
  5589          "description": "Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this GKE On-Prem cluster no longer exists.",
  5590          "readOnly": true,
  5591          "type": "boolean"
  5592        },
  5593        "clusterType": {
  5594          "description": "Immutable. The on prem cluster's type.",
  5595          "enum": [
  5596            "CLUSTERTYPE_UNSPECIFIED",
  5597            "BOOTSTRAP",
  5598            "HYBRID",
  5599            "STANDALONE",
  5600            "USER"
  5601          ],
  5602          "enumDescriptions": [
  5603            "The ClusterType is not set.",
  5604            "The ClusterType is bootstrap cluster.",
  5605            "The ClusterType is baremetal hybrid cluster.",
  5606            "The ClusterType is baremetal standalone cluster.",
  5607            "The ClusterType is user cluster."
  5608          ],
  5609          "type": "string"
  5610        },
  5611        "resourceLink": {
  5612          "description": "Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster. For example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster",
  5613          "type": "string"
  5614        }
  5615      },
  5616      "type": "object"
  5617    },
  5618    "Operation": {
  5619      "description": "This resource represents a long-running operation that is the result of a network API call.",
  5620      "id": "Operation",
  5621      "properties": {
  5622        "done": {
  5623          "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
  5624          "type": "boolean"
  5625        },
  5626        "error": {
  5627          "$ref": "GoogleRpcStatus",
  5628          "description": "The error result of the operation in case of failure or cancellation."
  5629        },
  5630        "metadata": {
  5631          "additionalProperties": {
  5632            "description": "Properties of the object. Contains field @type with type URL.",
  5633            "type": "any"
  5634          },
  5635          "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
  5636          "type": "object"
  5637        },
  5638        "name": {
  5639          "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
  5640          "type": "string"
  5641        },
  5642        "response": {
  5643          "additionalProperties": {
  5644            "description": "Properties of the object. Contains field @type with type URL.",
  5645            "type": "any"
  5646          },
  5647          "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
  5648          "type": "object"
  5649        }
  5650      },
  5651      "type": "object"
  5652    },
  5653    "OperationMetadata": {
  5654      "description": "Represents the metadata of the long-running operation.",
  5655      "id": "OperationMetadata",
  5656      "properties": {
  5657        "apiVersion": {
  5658          "description": "Output only. API version used to start the operation.",
  5659          "readOnly": true,
  5660          "type": "string"
  5661        },
  5662        "cancelRequested": {
  5663          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
  5664          "readOnly": true,
  5665          "type": "boolean"
  5666        },
  5667        "createTime": {
  5668          "description": "Output only. The time the operation was created.",
  5669          "format": "google-datetime",
  5670          "readOnly": true,
  5671          "type": "string"
  5672        },
  5673        "endTime": {
  5674          "description": "Output only. The time the operation finished running.",
  5675          "format": "google-datetime",
  5676          "readOnly": true,
  5677          "type": "string"
  5678        },
  5679        "statusDetail": {
  5680          "description": "Output only. Human-readable status of the operation, if any.",
  5681          "readOnly": true,
  5682          "type": "string"
  5683        },
  5684        "target": {
  5685          "description": "Output only. Server-defined resource path for the target of the operation.",
  5686          "readOnly": true,
  5687          "type": "string"
  5688        },
  5689        "verb": {
  5690          "description": "Output only. Name of the verb executed by the operation.",
  5691          "readOnly": true,
  5692          "type": "string"
  5693        }
  5694      },
  5695      "type": "object"
  5696    },
  5697    "Origin": {
  5698      "description": "Origin defines where this MembershipFeatureSpec originated from.",
  5699      "id": "Origin",
  5700      "properties": {
  5701        "type": {
  5702          "description": "Type specifies which type of origin is set.",
  5703          "enum": [
  5704            "TYPE_UNSPECIFIED",
  5705            "FLEET",
  5706            "FLEET_OUT_OF_SYNC",
  5707            "USER"
  5708          ],
  5709          "enumDescriptions": [
  5710            "Type is unknown or not set.",
  5711            "Per-Membership spec was inherited from the fleet-level default.",
  5712            "Per-Membership spec was inherited from the fleet-level default but is now out of sync with the current default.",
  5713            "Per-Membership spec was inherited from a user specification."
  5714          ],
  5715          "type": "string"
  5716        }
  5717      },
  5718      "type": "object"
  5719    },
  5720    "Policy": {
  5721      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
  5722      "id": "Policy",
  5723      "properties": {
  5724        "auditConfigs": {
  5725          "description": "Specifies cloud audit logging configuration for this policy.",
  5726          "items": {
  5727            "$ref": "AuditConfig"
  5728          },
  5729          "type": "array"
  5730        },
  5731        "bindings": {
  5732          "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.",
  5733          "items": {
  5734            "$ref": "Binding"
  5735          },
  5736          "type": "array"
  5737        },
  5738        "etag": {
  5739          "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
  5740          "format": "byte",
  5741          "type": "string"
  5742        },
  5743        "version": {
  5744          "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
  5745          "format": "int32",
  5746          "type": "integer"
  5747        }
  5748      },
  5749      "type": "object"
  5750    },
  5751    "PolicyBinding": {
  5752      "description": "Binauthz policy that applies to this cluster.",
  5753      "id": "PolicyBinding",
  5754      "properties": {
  5755        "name": {
  5756          "description": "The relative resource name of the binauthz platform policy to audit. GKE platform policies have the following format: `projects/{project_number}/platforms/gke/policies/{policy_id}`.",
  5757          "type": "string"
  5758        }
  5759      },
  5760      "type": "object"
  5761    },
  5762    "PolicyControllerBundleInstallSpec": {
  5763      "description": "BundleInstallSpec is the specification configuration for a single managed bundle.",
  5764      "id": "PolicyControllerBundleInstallSpec",
  5765      "properties": {
  5766        "exemptedNamespaces": {
  5767          "description": "The set of namespaces to be exempted from the bundle.",
  5768          "items": {
  5769            "type": "string"
  5770          },
  5771          "type": "array"
  5772        }
  5773      },
  5774      "type": "object"
  5775    },
  5776    "PolicyControllerHubConfig": {
  5777      "description": "Configuration for Policy Controller",
  5778      "id": "PolicyControllerHubConfig",
  5779      "properties": {
  5780        "auditIntervalSeconds": {
  5781          "description": "Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.",
  5782          "format": "int64",
  5783          "type": "string"
  5784        },
  5785        "constraintViolationLimit": {
  5786          "description": "The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.",
  5787          "format": "int64",
  5788          "type": "string"
  5789        },
  5790        "deploymentConfigs": {
  5791          "additionalProperties": {
  5792            "$ref": "PolicyControllerPolicyControllerDeploymentConfig"
  5793          },
  5794          "description": "Map of deployment configs to deployments (\"admission\", \"audit\", \"mutation').",
  5795          "type": "object"
  5796        },
  5797        "exemptableNamespaces": {
  5798          "description": "The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.",
  5799          "items": {
  5800            "type": "string"
  5801          },
  5802          "type": "array"
  5803        },
  5804        "installSpec": {
  5805          "description": "The install_spec represents the intended state specified by the latest request that mutated install_spec in the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is reported in the feature state.",
  5806          "enum": [
  5807            "INSTALL_SPEC_UNSPECIFIED",
  5808            "INSTALL_SPEC_NOT_INSTALLED",
  5809            "INSTALL_SPEC_ENABLED",
  5810            "INSTALL_SPEC_SUSPENDED",
  5811            "INSTALL_SPEC_DETACHED"
  5812          ],
  5813          "enumDescriptions": [
  5814            "Spec is unknown.",
  5815            "Request to uninstall Policy Controller.",
  5816            "Request to install and enable Policy Controller.",
  5817            "Request to suspend Policy Controller i.e. its webhooks. If Policy Controller is not installed, it will be installed but suspended.",
  5818            "Request to stop all reconciliation actions by PoCo Hub controller. This is a breakglass mechanism to stop PoCo Hub from affecting cluster resources."
  5819          ],
  5820          "type": "string"
  5821        },
  5822        "logDeniesEnabled": {
  5823          "description": "Logs all denies and dry run failures.",
  5824          "type": "boolean"
  5825        },
  5826        "monitoring": {
  5827          "$ref": "PolicyControllerMonitoringConfig",
  5828          "description": "Monitoring specifies the configuration of monitoring."
  5829        },
  5830        "mutationEnabled": {
  5831          "description": "Enables the ability to mutate resources using Policy Controller.",
  5832          "type": "boolean"
  5833        },
  5834        "policyContent": {
  5835          "$ref": "PolicyControllerPolicyContentSpec",
  5836          "description": "Specifies the desired policy content on the cluster"
  5837        },
  5838        "referentialRulesEnabled": {
  5839          "description": "Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.",
  5840          "type": "boolean"
  5841        }
  5842      },
  5843      "type": "object"
  5844    },
  5845    "PolicyControllerMembershipSpec": {
  5846      "description": "**Policy Controller**: Configuration for a single cluster. Intended to parallel the PolicyController CR.",
  5847      "id": "PolicyControllerMembershipSpec",
  5848      "properties": {
  5849        "policyControllerHubConfig": {
  5850          "$ref": "PolicyControllerHubConfig",
  5851          "description": "Policy Controller configuration for the cluster."
  5852        },
  5853        "version": {
  5854          "description": "Version of Policy Controller installed.",
  5855          "type": "string"
  5856        }
  5857      },
  5858      "type": "object"
  5859    },
  5860    "PolicyControllerMembershipState": {
  5861      "description": "**Policy Controller**: State for a single cluster.",
  5862      "id": "PolicyControllerMembershipState",
  5863      "properties": {
  5864        "componentStates": {
  5865          "additionalProperties": {
  5866            "$ref": "PolicyControllerOnClusterState"
  5867          },
  5868          "description": "Currently these include (also serving as map keys): 1. \"admission\" 2. \"audit\" 3. \"mutation\"",
  5869          "type": "object"
  5870        },
  5871        "policyContentState": {
  5872          "$ref": "PolicyControllerPolicyContentState",
  5873          "description": "The overall content state observed by the Hub Feature controller."
  5874        },
  5875        "state": {
  5876          "description": "The overall Policy Controller lifecycle state observed by the Hub Feature controller.",
  5877          "enum": [
  5878            "LIFECYCLE_STATE_UNSPECIFIED",
  5879            "NOT_INSTALLED",
  5880            "INSTALLING",
  5881            "ACTIVE",
  5882            "UPDATING",
  5883            "DECOMMISSIONING",
  5884            "CLUSTER_ERROR",
  5885            "HUB_ERROR",
  5886            "SUSPENDED",
  5887            "DETACHED"
  5888          ],
  5889          "enumDescriptions": [
  5890            "The lifecycle state is unspecified.",
  5891            "The PC does not exist on the given cluster, and no k8s resources of any type that are associated with the PC should exist there. The cluster does not possess a membership with the PCH.",
  5892            "The PCH possesses a Membership, however the PC is not fully installed on the cluster. In this state the hub can be expected to be taking actions to install the PC on the cluster.",
  5893            "The PC is fully installed on the cluster and in an operational mode. In this state PCH will be reconciling state with the PC, and the PC will be performing it's operational tasks per that software. Entering a READY state requires that the hub has confirmed the PC is installed and its pods are operational with the version of the PC the PCH expects.",
  5894            "The PC is fully installed, but in the process of changing the configuration (including changing the version of PC either up and down, or modifying the manifests of PC) of the resources running on the cluster. The PCH has a Membership, is aware of the version the cluster should be running in, but has not confirmed for itself that the PC is running with that version.",
  5895            "The PC may have resources on the cluster, but the PCH wishes to remove the Membership. The Membership still exists.",
  5896            "The PC is not operational, and the PCH is unable to act to make it operational. Entering a CLUSTER_ERROR state happens automatically when the PCH determines that a PC installed on the cluster is non-operative or that the cluster does not meet requirements set for the PCH to administer the cluster but has nevertheless been given an instruction to do so (such as 'install').",
  5897            "In this state, the PC may still be operational, and only the PCH is unable to act. The hub should not issue instructions to change the PC state, or otherwise interfere with the on-cluster resources. Entering a HUB_ERROR state happens automatically when the PCH determines the hub is in an unhealthy state and it wishes to 'take hands off' to avoid corrupting the PC or other data.",
  5898            "Policy Controller (PC) is installed but suspended. This means that the policies are not enforced, but violations are still recorded (through audit).",
  5899            "PoCo Hub is not taking any action to reconcile cluster objects. Changes to those objects will not be overwritten by PoCo Hub."
  5900          ],
  5901          "type": "string"
  5902        }
  5903      },
  5904      "type": "object"
  5905    },
  5906    "PolicyControllerMonitoringConfig": {
  5907      "description": "MonitoringConfig specifies the backends Policy Controller should export metrics to. For example, to specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: [\"cloudmonitoring\", \"prometheus\"]",
  5908      "id": "PolicyControllerMonitoringConfig",
  5909      "properties": {
  5910        "backends": {
  5911          "description": "Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.",
  5912          "items": {
  5913            "enum": [
  5914              "MONITORING_BACKEND_UNSPECIFIED",
  5915              "PROMETHEUS",
  5916              "CLOUD_MONITORING"
  5917            ],
  5918            "enumDescriptions": [
  5919              "Backend cannot be determined",
  5920              "Prometheus backend for monitoring",
  5921              "Stackdriver/Cloud Monitoring backend for monitoring"
  5922            ],
  5923            "type": "string"
  5924          },
  5925          "type": "array"
  5926        }
  5927      },
  5928      "type": "object"
  5929    },
  5930    "PolicyControllerOnClusterState": {
  5931      "description": "OnClusterState represents the state of a sub-component of Policy Controller.",
  5932      "id": "PolicyControllerOnClusterState",
  5933      "properties": {
  5934        "details": {
  5935          "description": "Surface potential errors or information logs.",
  5936          "type": "string"
  5937        },
  5938        "state": {
  5939          "description": "The lifecycle state of this component.",
  5940          "enum": [
  5941            "LIFECYCLE_STATE_UNSPECIFIED",
  5942            "NOT_INSTALLED",
  5943            "INSTALLING",
  5944            "ACTIVE",
  5945            "UPDATING",
  5946            "DECOMMISSIONING",
  5947            "CLUSTER_ERROR",
  5948            "HUB_ERROR",
  5949            "SUSPENDED",
  5950            "DETACHED"
  5951          ],
  5952          "enumDescriptions": [
  5953            "The lifecycle state is unspecified.",
  5954            "The PC does not exist on the given cluster, and no k8s resources of any type that are associated with the PC should exist there. The cluster does not possess a membership with the PCH.",
  5955            "The PCH possesses a Membership, however the PC is not fully installed on the cluster. In this state the hub can be expected to be taking actions to install the PC on the cluster.",
  5956            "The PC is fully installed on the cluster and in an operational mode. In this state PCH will be reconciling state with the PC, and the PC will be performing it's operational tasks per that software. Entering a READY state requires that the hub has confirmed the PC is installed and its pods are operational with the version of the PC the PCH expects.",
  5957            "The PC is fully installed, but in the process of changing the configuration (including changing the version of PC either up and down, or modifying the manifests of PC) of the resources running on the cluster. The PCH has a Membership, is aware of the version the cluster should be running in, but has not confirmed for itself that the PC is running with that version.",
  5958            "The PC may have resources on the cluster, but the PCH wishes to remove the Membership. The Membership still exists.",
  5959            "The PC is not operational, and the PCH is unable to act to make it operational. Entering a CLUSTER_ERROR state happens automatically when the PCH determines that a PC installed on the cluster is non-operative or that the cluster does not meet requirements set for the PCH to administer the cluster but has nevertheless been given an instruction to do so (such as 'install').",
  5960            "In this state, the PC may still be operational, and only the PCH is unable to act. The hub should not issue instructions to change the PC state, or otherwise interfere with the on-cluster resources. Entering a HUB_ERROR state happens automatically when the PCH determines the hub is in an unhealthy state and it wishes to 'take hands off' to avoid corrupting the PC or other data.",
  5961            "Policy Controller (PC) is installed but suspended. This means that the policies are not enforced, but violations are still recorded (through audit).",
  5962            "PoCo Hub is not taking any action to reconcile cluster objects. Changes to those objects will not be overwritten by PoCo Hub."
  5963          ],
  5964          "type": "string"
  5965        }
  5966      },
  5967      "type": "object"
  5968    },
  5969    "PolicyControllerPolicyContentSpec": {
  5970      "description": "PolicyContentSpec defines the user's desired content configuration on the cluster.",
  5971      "id": "PolicyControllerPolicyContentSpec",
  5972      "properties": {
  5973        "bundles": {
  5974          "additionalProperties": {
  5975            "$ref": "PolicyControllerBundleInstallSpec"
  5976          },
  5977          "description": "map of bundle name to BundleInstallSpec. The bundle name maps to the `bundleName` key in the `policycontroller.gke.io/constraintData` annotation on a constraint.",
  5978          "type": "object"
  5979        },
  5980        "templateLibrary": {
  5981          "$ref": "PolicyControllerTemplateLibraryConfig",
  5982          "description": "Configures the installation of the Template Library."
  5983        }
  5984      },
  5985      "type": "object"
  5986    },
  5987    "PolicyControllerPolicyContentState": {
  5988      "description": "The state of the policy controller policy content",
  5989      "id": "PolicyControllerPolicyContentState",
  5990      "properties": {
  5991        "bundleStates": {
  5992          "additionalProperties": {
  5993            "$ref": "PolicyControllerOnClusterState"
  5994          },
  5995          "description": "The state of the any bundles included in the chosen version of the manifest",
  5996          "type": "object"
  5997        },
  5998        "referentialSyncConfigState": {
  5999          "$ref": "PolicyControllerOnClusterState",
  6000          "description": "The state of the referential data sync configuration. This could represent the state of either the syncSet object(s) or the config object, depending on the version of PoCo configured by the user."
  6001        },
  6002        "templateLibraryState": {
  6003          "$ref": "PolicyControllerOnClusterState",
  6004          "description": "The state of the template library"
  6005        }
  6006      },
  6007      "type": "object"
  6008    },
  6009    "PolicyControllerPolicyControllerDeploymentConfig": {
  6010      "description": "Deployment-specific configuration.",
  6011      "id": "PolicyControllerPolicyControllerDeploymentConfig",
  6012      "properties": {
  6013        "containerResources": {
  6014          "$ref": "PolicyControllerResourceRequirements",
  6015          "description": "Container resource requirements."
  6016        },
  6017        "podAffinity": {
  6018          "description": "Pod affinity configuration.",
  6019          "enum": [
  6020            "AFFINITY_UNSPECIFIED",
  6021            "NO_AFFINITY",
  6022            "ANTI_AFFINITY"
  6023          ],
  6024          "enumDescriptions": [
  6025            "No affinity configuration has been specified.",
  6026            "Affinity configurations will be removed from the deployment.",
  6027            "Anti-affinity configuration will be applied to this deployment. Default for admissions deployment."
  6028          ],
  6029          "type": "string"
  6030        },
  6031        "podAntiAffinity": {
  6032          "deprecated": true,
  6033          "description": "Pod anti-affinity enablement. Deprecated: use `pod_affinity` instead.",
  6034          "type": "boolean"
  6035        },
  6036        "podTolerations": {
  6037          "description": "Pod tolerations of node taints.",
  6038          "items": {
  6039            "$ref": "PolicyControllerToleration"
  6040          },
  6041          "type": "array"
  6042        },
  6043        "replicaCount": {
  6044          "description": "Pod replica count.",
  6045          "format": "int64",
  6046          "type": "string"
  6047        }
  6048      },
  6049      "type": "object"
  6050    },
  6051    "PolicyControllerResourceList": {
  6052      "description": "ResourceList contains container resource requirements.",
  6053      "id": "PolicyControllerResourceList",
  6054      "properties": {
  6055        "cpu": {
  6056          "description": "CPU requirement expressed in Kubernetes resource units.",
  6057          "type": "string"
  6058        },
  6059        "memory": {
  6060          "description": "Memory requirement expressed in Kubernetes resource units.",
  6061          "type": "string"
  6062        }
  6063      },
  6064      "type": "object"
  6065    },
  6066    "PolicyControllerResourceRequirements": {
  6067      "description": "ResourceRequirements describes the compute resource requirements.",
  6068      "id": "PolicyControllerResourceRequirements",
  6069      "properties": {
  6070        "limits": {
  6071          "$ref": "PolicyControllerResourceList",
  6072          "description": "Limits describes the maximum amount of compute resources allowed for use by the running container."
  6073        },
  6074        "requests": {
  6075          "$ref": "PolicyControllerResourceList",
  6076          "description": "Requests describes the amount of compute resources reserved for the container by the kube-scheduler."
  6077        }
  6078      },
  6079      "type": "object"
  6080    },
  6081    "PolicyControllerTemplateLibraryConfig": {
  6082      "description": "The config specifying which default library templates to install.",
  6083      "id": "PolicyControllerTemplateLibraryConfig",
  6084      "properties": {
  6085        "installation": {
  6086          "description": "Configures the manner in which the template library is installed on the cluster.",
  6087          "enum": [
  6088            "INSTALLATION_UNSPECIFIED",
  6089            "NOT_INSTALLED",
  6090            "ALL"
  6091          ],
  6092          "enumDescriptions": [
  6093            "No installation strategy has been specified.",
  6094            "Do not install the template library.",
  6095            "Install the entire template library."
  6096          ],
  6097          "type": "string"
  6098        }
  6099      },
  6100      "type": "object"
  6101    },
  6102    "PolicyControllerToleration": {
  6103      "description": "Toleration of a node taint.",
  6104      "id": "PolicyControllerToleration",
  6105      "properties": {
  6106        "effect": {
  6107          "description": "Matches a taint effect.",
  6108          "type": "string"
  6109        },
  6110        "key": {
  6111          "description": "Matches a taint key (not necessarily unique).",
  6112          "type": "string"
  6113        },
  6114        "operator": {
  6115          "description": "Matches a taint operator.",
  6116          "type": "string"
  6117        },
  6118        "value": {
  6119          "description": "Matches a taint value.",
  6120          "type": "string"
  6121        }
  6122      },
  6123      "type": "object"
  6124    },
  6125    "RBACRoleBinding": {
  6126      "description": "RBACRoleBinding represents a rbacrolebinding across the Fleet",
  6127      "id": "RBACRoleBinding",
  6128      "properties": {
  6129        "createTime": {
  6130          "description": "Output only. When the rbacrolebinding was created.",
  6131          "format": "google-datetime",
  6132          "readOnly": true,
  6133          "type": "string"
  6134        },
  6135        "deleteTime": {
  6136          "description": "Output only. When the rbacrolebinding was deleted.",
  6137          "format": "google-datetime",
  6138          "readOnly": true,
  6139          "type": "string"
  6140        },
  6141        "group": {
  6142          "description": "group is the group, as seen by the kubernetes cluster.",
  6143          "type": "string"
  6144        },
  6145        "labels": {
  6146          "additionalProperties": {
  6147            "type": "string"
  6148          },
  6149          "description": "Optional. Labels for this RBACRolebinding.",
  6150          "type": "object"
  6151        },
  6152        "name": {
  6153          "description": "The resource name for the rbacrolebinding `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` or `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}`",
  6154          "type": "string"
  6155        },
  6156        "role": {
  6157          "$ref": "Role",
  6158          "description": "Required. Role to bind to the principal"
  6159        },
  6160        "state": {
  6161          "$ref": "RBACRoleBindingLifecycleState",
  6162          "description": "Output only. State of the rbacrolebinding resource.",
  6163          "readOnly": true
  6164        },
  6165        "uid": {
  6166          "description": "Output only. Google-generated UUID for this resource. This is unique across all rbacrolebinding resources. If a rbacrolebinding resource is deleted and another resource with the same name is created, it gets a different uid.",
  6167          "readOnly": true,
  6168          "type": "string"
  6169        },
  6170        "updateTime": {
  6171          "description": "Output only. When the rbacrolebinding was last updated.",
  6172          "format": "google-datetime",
  6173          "readOnly": true,
  6174          "type": "string"
  6175        },
  6176        "user": {
  6177          "description": "user is the name of the user as seen by the kubernetes cluster, example \"alice\" or \"alice@domain.tld\"",
  6178          "type": "string"
  6179        }
  6180      },
  6181      "type": "object"
  6182    },
  6183    "RBACRoleBindingLifecycleState": {
  6184      "description": "RBACRoleBindingLifecycleState describes the state of a RbacRoleBinding resource.",
  6185      "id": "RBACRoleBindingLifecycleState",
  6186      "properties": {
  6187        "code": {
  6188          "description": "Output only. The current state of the rbacrolebinding resource.",
  6189          "enum": [
  6190            "CODE_UNSPECIFIED",
  6191            "CREATING",
  6192            "READY",
  6193            "DELETING",
  6194            "UPDATING"
  6195          ],
  6196          "enumDescriptions": [
  6197            "The code is not set.",
  6198            "The rbacrolebinding is being created.",
  6199            "The rbacrolebinding active.",
  6200            "The rbacrolebinding is being deleted.",
  6201            "The rbacrolebinding is being updated."
  6202          ],
  6203          "readOnly": true,
  6204          "type": "string"
  6205        }
  6206      },
  6207      "type": "object"
  6208    },
  6209    "ResourceManifest": {
  6210      "description": "ResourceManifest represents a single Kubernetes resource to be applied to the cluster.",
  6211      "id": "ResourceManifest",
  6212      "properties": {
  6213        "clusterScoped": {
  6214          "description": "Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.",
  6215          "type": "boolean"
  6216        },
  6217        "manifest": {
  6218          "description": "YAML manifest of the resource.",
  6219          "type": "string"
  6220        }
  6221      },
  6222      "type": "object"
  6223    },
  6224    "ResourceOptions": {
  6225      "description": "ResourceOptions represent options for Kubernetes resource generation.",
  6226      "id": "ResourceOptions",
  6227      "properties": {
  6228        "connectVersion": {
  6229          "description": "Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect version. The version must be a currently supported version, obsolete versions will be rejected.",
  6230          "type": "string"
  6231        },
  6232        "k8sVersion": {
  6233          "description": "Optional. Major version of the Kubernetes cluster. This is only used to determine which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1` or`apiextensions/v1`.",
  6234          "type": "string"
  6235        },
  6236        "v1beta1Crd": {
  6237          "description": "Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for CustomResourceDefinition resources. This option should be set for clusters with Kubernetes apiserver versions \u003c1.16.",
  6238          "type": "boolean"
  6239        }
  6240      },
  6241      "type": "object"
  6242    },
  6243    "Role": {
  6244      "description": "Role is the type for Kubernetes roles",
  6245      "id": "Role",
  6246      "properties": {
  6247        "predefinedRole": {
  6248          "description": "predefined_role is the Kubernetes default role to use",
  6249          "enum": [
  6250            "UNKNOWN",
  6251            "ADMIN",
  6252            "EDIT",
  6253            "VIEW",
  6254            "ANTHOS_SUPPORT"
  6255          ],
  6256          "enumDescriptions": [
  6257            "UNKNOWN",
  6258            "ADMIN has EDIT and RBAC permissions",
  6259            "EDIT can edit all resources except RBAC",
  6260            "VIEW can only read resources",
  6261            "ANTHOS_SUPPORT gives Google Support read-only access to a number of cluster resources."
  6262          ],
  6263          "type": "string"
  6264        }
  6265      },
  6266      "type": "object"
  6267    },
  6268    "Scope": {
  6269      "description": "Scope represents a Scope in a Fleet.",
  6270      "id": "Scope",
  6271      "properties": {
  6272        "createTime": {
  6273          "description": "Output only. When the scope was created.",
  6274          "format": "google-datetime",
  6275          "readOnly": true,
  6276          "type": "string"
  6277        },
  6278        "deleteTime": {
  6279          "description": "Output only. When the scope was deleted.",
  6280          "format": "google-datetime",
  6281          "readOnly": true,
  6282          "type": "string"
  6283        },
  6284        "labels": {
  6285          "additionalProperties": {
  6286            "type": "string"
  6287          },
  6288          "description": "Optional. Labels for this Scope.",
  6289          "type": "object"
  6290        },
  6291        "name": {
  6292          "description": "The resource name for the scope `projects/{project}/locations/{location}/scopes/{scope}`",
  6293          "type": "string"
  6294        },
  6295        "namespaceLabels": {
  6296          "additionalProperties": {
  6297            "type": "string"
  6298          },
  6299          "description": "Optional. Scope-level cluster namespace labels. For the member clusters bound to the Scope, these labels are applied to each namespace under the Scope. Scope-level labels take precedence over Namespace-level labels (`namespace_labels` in the Fleet Namespace resource) if they share a key. Keys and values must be Kubernetes-conformant.",
  6300          "type": "object"
  6301        },
  6302        "state": {
  6303          "$ref": "ScopeLifecycleState",
  6304          "description": "Output only. State of the scope resource.",
  6305          "readOnly": true
  6306        },
  6307        "uid": {
  6308          "description": "Output only. Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created, it gets a different uid.",
  6309          "readOnly": true,
  6310          "type": "string"
  6311        },
  6312        "updateTime": {
  6313          "description": "Output only. When the scope was last updated.",
  6314          "format": "google-datetime",
  6315          "readOnly": true,
  6316          "type": "string"
  6317        }
  6318      },
  6319      "type": "object"
  6320    },
  6321    "ScopeFeatureSpec": {
  6322      "description": "ScopeFeatureSpec contains feature specs for a fleet scope.",
  6323      "id": "ScopeFeatureSpec",
  6324      "properties": {
  6325        "clusterupgrade": {
  6326          "$ref": "ClusterUpgradeScopeSpec",
  6327          "description": "Spec for the ClusterUpgrade feature at the scope level"
  6328        }
  6329      },
  6330      "type": "object"
  6331    },
  6332    "ScopeFeatureState": {
  6333      "description": "ScopeFeatureState contains Scope-wide Feature status information.",
  6334      "id": "ScopeFeatureState",
  6335      "properties": {
  6336        "clusterupgrade": {
  6337          "$ref": "ClusterUpgradeScopeState",
  6338          "description": "State for the ClusterUpgrade feature at the scope level"
  6339        },
  6340        "state": {
  6341          "$ref": "FeatureState",
  6342          "description": "Output only. The \"running state\" of the Feature in this Scope.",
  6343          "readOnly": true
  6344        }
  6345      },
  6346      "type": "object"
  6347    },
  6348    "ScopeLifecycleState": {
  6349      "description": "ScopeLifecycleState describes the state of a Scope resource.",
  6350      "id": "ScopeLifecycleState",
  6351      "properties": {
  6352        "code": {
  6353          "description": "Output only. The current state of the scope resource.",
  6354          "enum": [
  6355            "CODE_UNSPECIFIED",
  6356            "CREATING",
  6357            "READY",
  6358            "DELETING",
  6359            "UPDATING"
  6360          ],
  6361          "enumDescriptions": [
  6362            "The code is not set.",
  6363            "The scope is being created.",
  6364            "The scope active.",
  6365            "The scope is being deleted.",
  6366            "The scope is being updated."
  6367          ],
  6368          "readOnly": true,
  6369          "type": "string"
  6370        }
  6371      },
  6372      "type": "object"
  6373    },
  6374    "SecurityPostureConfig": {
  6375      "description": "SecurityPostureConfig defines the flags needed to enable/disable features for the Security Posture API.",
  6376      "id": "SecurityPostureConfig",
  6377      "properties": {
  6378        "mode": {
  6379          "description": "Sets which mode to use for Security Posture features.",
  6380          "enum": [
  6381            "MODE_UNSPECIFIED",
  6382            "DISABLED",
  6383            "BASIC"
  6384          ],
  6385          "enumDescriptions": [
  6386            "Default value not specified.",
  6387            "Disables Security Posture features on the cluster.",
  6388            "Applies Security Posture features on the cluster."
  6389          ],
  6390          "type": "string"
  6391        },
  6392        "vulnerabilityMode": {
  6393          "description": "Sets which mode to use for vulnerability scanning.",
  6394          "enum": [
  6395            "VULNERABILITY_MODE_UNSPECIFIED",
  6396            "VULNERABILITY_DISABLED",
  6397            "VULNERABILITY_BASIC",
  6398            "VULNERABILITY_ENTERPRISE"
  6399          ],
  6400          "enumDescriptions": [
  6401            "Default value not specified.",
  6402            "Disables vulnerability scanning on the cluster.",
  6403            "Applies basic vulnerability scanning on the cluster.",
  6404            "Applies the Security Posture's vulnerability on cluster Enterprise level features."
  6405          ],
  6406          "type": "string"
  6407        }
  6408      },
  6409      "type": "object"
  6410    },
  6411    "ServiceMeshAnalysisMessage": {
  6412      "description": "AnalysisMessage is a single message produced by an analyzer, and it used to communicate to the end user about the state of their Service Mesh configuration.",
  6413      "id": "ServiceMeshAnalysisMessage",
  6414      "properties": {
  6415        "args": {
  6416          "additionalProperties": {
  6417            "description": "Properties of the object.",
  6418            "type": "any"
  6419          },
  6420          "description": "A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.",
  6421          "type": "object"
  6422        },
  6423        "description": {
  6424          "description": "A human readable description of what the error means. It is suitable for non-internationalize display purposes.",
  6425          "type": "string"
  6426        },
  6427        "messageBase": {
  6428          "$ref": "ServiceMeshAnalysisMessageBase",
  6429          "description": "Details common to all types of Istio and ServiceMesh analysis messages."
  6430        },
  6431        "resourcePaths": {
  6432          "description": "A list of strings specifying the resource identifiers that were the cause of message generation. A \"path\" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE\\/)?RESOURCETYPE/NAME if the cause is a resource in a cluster",
  6433          "items": {
  6434            "type": "string"
  6435          },
  6436          "type": "array"
  6437        }
  6438      },
  6439      "type": "object"
  6440    },
  6441    "ServiceMeshAnalysisMessageBase": {
  6442      "description": "AnalysisMessageBase describes some common information that is needed for all messages.",
  6443      "id": "ServiceMeshAnalysisMessageBase",
  6444      "properties": {
  6445        "documentationUrl": {
  6446          "description": "A url pointing to the Service Mesh or Istio documentation for this specific error type.",
  6447          "type": "string"
  6448        },
  6449        "level": {
  6450          "description": "Represents how severe a message is.",
  6451          "enum": [
  6452            "LEVEL_UNSPECIFIED",
  6453            "ERROR",
  6454            "WARNING",
  6455            "INFO"
  6456          ],
  6457          "enumDescriptions": [
  6458            "Illegal. Same istio.analysis.v1alpha1.AnalysisMessageBase.Level.UNKNOWN.",
  6459            "ERROR represents a misconfiguration that must be fixed.",
  6460            "WARNING represents a misconfiguration that should be fixed.",
  6461            "INFO represents an informational finding."
  6462          ],
  6463          "type": "string"
  6464        },
  6465        "type": {
  6466          "$ref": "ServiceMeshType",
  6467          "description": "Represents the specific type of a message."
  6468        }
  6469      },
  6470      "type": "object"
  6471    },
  6472    "ServiceMeshCondition": {
  6473      "description": "Condition being reported.",
  6474      "id": "ServiceMeshCondition",
  6475      "properties": {
  6476        "code": {
  6477          "description": "Unique identifier of the condition which describes the condition recognizable to the user.",
  6478          "enum": [
  6479            "CODE_UNSPECIFIED",
  6480            "MESH_IAM_PERMISSION_DENIED",
  6481            "CNI_CONFIG_UNSUPPORTED",
  6482            "GKE_SANDBOX_UNSUPPORTED",
  6483            "NODEPOOL_WORKLOAD_IDENTITY_FEDERATION_REQUIRED",
  6484            "CNI_INSTALLATION_FAILED",
  6485            "CNI_POD_UNSCHEDULABLE",
  6486            "UNSUPPORTED_MULTIPLE_CONTROL_PLANES",
  6487            "VPCSC_GA_SUPPORTED",
  6488            "CONFIG_APPLY_INTERNAL_ERROR",
  6489            "CONFIG_VALIDATION_ERROR",
  6490            "CONFIG_VALIDATION_WARNING",
  6491            "QUOTA_EXCEEDED_BACKEND_SERVICES",
  6492            "QUOTA_EXCEEDED_HEALTH_CHECKS",
  6493            "QUOTA_EXCEEDED_HTTP_ROUTES",
  6494            "QUOTA_EXCEEDED_TCP_ROUTES",
  6495            "QUOTA_EXCEEDED_TLS_ROUTES",
  6496            "QUOTA_EXCEEDED_TRAFFIC_POLICIES",
  6497            "QUOTA_EXCEEDED_ENDPOINT_POLICIES",
  6498            "QUOTA_EXCEEDED_GATEWAYS",
  6499            "QUOTA_EXCEEDED_MESHES",
  6500            "QUOTA_EXCEEDED_SERVER_TLS_POLICIES",
  6501            "QUOTA_EXCEEDED_CLIENT_TLS_POLICIES",
  6502            "QUOTA_EXCEEDED_SERVICE_LB_POLICIES",
  6503            "QUOTA_EXCEEDED_HTTP_FILTERS",
  6504            "QUOTA_EXCEEDED_TCP_FILTERS",
  6505            "QUOTA_EXCEEDED_NETWORK_ENDPOINT_GROUPS"
  6506          ],
  6507          "enumDescriptions": [
  6508            "Default Unspecified code",
  6509            "Mesh IAM permission denied error code",
  6510            "CNI config unsupported error code",
  6511            "GKE sandbox unsupported error code",
  6512            "Nodepool workload identity federation required error code",
  6513            "CNI installation failed error code",
  6514            "CNI pod unschedulable error code",
  6515            "Multiple control planes unsupported error code",
  6516            "VPC-SC GA is supported for this control plane.",
  6517            "Configuration (Istio/k8s resources) failed to apply due to internal error.",
  6518            "Configuration failed to be applied due to being invalid.",
  6519            "Encountered configuration(s) with possible unintended behavior or invalid configuration. These configs may not have been applied.",
  6520            "BackendService quota exceeded error code.",
  6521            "HealthCheck quota exceeded error code.",
  6522            "HTTPRoute quota exceeded error code.",
  6523            "TCPRoute quota exceeded error code.",
  6524            "TLS routes quota exceeded error code.",
  6525            "TrafficPolicy quota exceeded error code.",
  6526            "EndpointPolicy quota exceeded error code.",
  6527            "Gateway quota exceeded error code.",
  6528            "Mesh quota exceeded error code.",
  6529            "ServerTLSPolicy quota exceeded error code.",
  6530            "ClientTLSPolicy quota exceeded error code.",
  6531            "ServiceLBPolicy quota exceeded error code.",
  6532            "HTTPFilter quota exceeded error code.",
  6533            "TCPFilter quota exceeded error code.",
  6534            "NetworkEndpointGroup quota exceeded error code."
  6535          ],
  6536          "type": "string"
  6537        },
  6538        "details": {
  6539          "description": "A short summary about the issue.",
  6540          "type": "string"
  6541        },
  6542        "documentationLink": {
  6543          "description": "Links contains actionable information.",
  6544          "type": "string"
  6545        },
  6546        "severity": {
  6547          "description": "Severity level of the condition.",
  6548          "enum": [
  6549            "SEVERITY_UNSPECIFIED",
  6550            "ERROR",
  6551            "WARNING",
  6552            "INFO"
  6553          ],
  6554          "enumDescriptions": [
  6555            "Unspecified severity",
  6556            "Indicates an issue that prevents the mesh from operating correctly",
  6557            "Indicates a setting is likely wrong, but the mesh is still able to operate",
  6558            "An informational message, not requiring any action"
  6559          ],
  6560          "type": "string"
  6561        }
  6562      },
  6563      "type": "object"
  6564    },
  6565    "ServiceMeshControlPlaneManagement": {
  6566      "description": "Status of control plane management.",
  6567      "id": "ServiceMeshControlPlaneManagement",
  6568      "properties": {
  6569        "details": {
  6570          "description": "Explanation of state.",
  6571          "items": {
  6572            "$ref": "ServiceMeshStatusDetails"
  6573          },
  6574          "type": "array"
  6575        },
  6576        "implementation": {
  6577          "description": "Output only. Implementation of managed control plane.",
  6578          "enum": [
  6579            "IMPLEMENTATION_UNSPECIFIED",
  6580            "ISTIOD",
  6581            "TRAFFIC_DIRECTOR",
  6582            "UPDATING"
  6583          ],
  6584          "enumDescriptions": [
  6585            "Unspecified",
  6586            "A Google build of istiod is used for the managed control plane.",
  6587            "Traffic director is used for the managed control plane.",
  6588            "The control plane implementation is being updated."
  6589          ],
  6590          "readOnly": true,
  6591          "type": "string"
  6592        },
  6593        "state": {
  6594          "description": "LifecycleState of control plane management.",
  6595          "enum": [
  6596            "LIFECYCLE_STATE_UNSPECIFIED",
  6597            "DISABLED",
  6598            "FAILED_PRECONDITION",
  6599            "PROVISIONING",
  6600            "ACTIVE",
  6601            "STALLED",
  6602            "NEEDS_ATTENTION",
  6603            "DEGRADED"
  6604          ],
  6605          "enumDescriptions": [
  6606            "Unspecified",
  6607            "DISABLED means that the component is not enabled.",
  6608            "FAILED_PRECONDITION means that provisioning cannot proceed because of some characteristic of the member cluster.",
  6609            "PROVISIONING means that provisioning is in progress.",
  6610            "ACTIVE means that the component is ready for use.",
  6611            "STALLED means that provisioning could not be done.",
  6612            "NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)",
  6613            "DEGRADED means that the component is ready, but operating in a degraded state."
  6614          ],
  6615          "type": "string"
  6616        }
  6617      },
  6618      "type": "object"
  6619    },
  6620    "ServiceMeshDataPlaneManagement": {
  6621      "description": "Status of data plane management. Only reported per-member.",
  6622      "id": "ServiceMeshDataPlaneManagement",
  6623      "properties": {
  6624        "details": {
  6625          "description": "Explanation of the status.",
  6626          "items": {
  6627            "$ref": "ServiceMeshStatusDetails"
  6628          },
  6629          "type": "array"
  6630        },
  6631        "state": {
  6632          "description": "Lifecycle status of data plane management.",
  6633          "enum": [
  6634            "LIFECYCLE_STATE_UNSPECIFIED",
  6635            "DISABLED",
  6636            "FAILED_PRECONDITION",
  6637            "PROVISIONING",
  6638            "ACTIVE",
  6639            "STALLED",
  6640            "NEEDS_ATTENTION",
  6641            "DEGRADED"
  6642          ],
  6643          "enumDescriptions": [
  6644            "Unspecified",
  6645            "DISABLED means that the component is not enabled.",
  6646            "FAILED_PRECONDITION means that provisioning cannot proceed because of some characteristic of the member cluster.",
  6647            "PROVISIONING means that provisioning is in progress.",
  6648            "ACTIVE means that the component is ready for use.",
  6649            "STALLED means that provisioning could not be done.",
  6650            "NEEDS_ATTENTION means that the component is ready, but some user intervention is required. (For example that the user should migrate workloads to a new control plane revision.)",
  6651            "DEGRADED means that the component is ready, but operating in a degraded state."
  6652          ],
  6653          "type": "string"
  6654        }
  6655      },
  6656      "type": "object"
  6657    },
  6658    "ServiceMeshFeatureState": {
  6659      "description": "**Service Mesh**: State for the whole Hub, as analyzed by the Service Mesh Hub Controller.",
  6660      "id": "ServiceMeshFeatureState",
  6661      "properties": {
  6662        "analysisMessages": {
  6663          "description": "Output only. Results of running Service Mesh analyzers.",
  6664          "items": {
  6665            "$ref": "ServiceMeshAnalysisMessage"
  6666          },
  6667          "readOnly": true,
  6668          "type": "array"
  6669        }
  6670      },
  6671      "type": "object"
  6672    },
  6673    "ServiceMeshMembershipSpec": {
  6674      "description": "**Service Mesh**: Spec for a single Membership for the servicemesh feature",
  6675      "id": "ServiceMeshMembershipSpec",
  6676      "properties": {
  6677        "controlPlane": {
  6678          "deprecated": true,
  6679          "description": "Deprecated: use `management` instead Enables automatic control plane management.",
  6680          "enum": [
  6681            "CONTROL_PLANE_MANAGEMENT_UNSPECIFIED",
  6682            "AUTOMATIC",
  6683            "MANUAL"
  6684          ],
  6685          "enumDescriptions": [
  6686            "Unspecified",
  6687            "Google should provision a control plane revision and make it available in the cluster. Google will enroll this revision in a release channel and keep it up to date. The control plane revision may be a managed service, or a managed install.",
  6688            "User will manually configure the control plane (e.g. via CLI, or via the ControlPlaneRevision KRM API)"
  6689          ],
  6690          "type": "string"
  6691        },
  6692        "defaultChannel": {
  6693          "description": "Determines which release channel to use for default injection and service mesh APIs.",
  6694          "enum": [
  6695            "CHANNEL_UNSPECIFIED",
  6696            "RAPID",
  6697            "REGULAR",
  6698            "STABLE"
  6699          ],
  6700          "enumDescriptions": [
  6701            "Unspecified",
  6702            "RAPID channel is offered on an early access basis for customers who want to test new releases.",
  6703            "REGULAR channel is intended for production users who want to take advantage of new features.",
  6704            "STABLE channel includes versions that are known to be stable and reliable in production."
  6705          ],
  6706          "type": "string"
  6707        },
  6708        "management": {
  6709          "description": "Enables automatic Service Mesh management.",
  6710          "enum": [
  6711            "MANAGEMENT_UNSPECIFIED",
  6712            "MANAGEMENT_AUTOMATIC",
  6713            "MANAGEMENT_MANUAL"
  6714          ],
  6715          "enumDescriptions": [
  6716            "Unspecified",
  6717            "Google should manage my Service Mesh for the cluster.",
  6718            "User will manually configure their service mesh components."
  6719          ],
  6720          "type": "string"
  6721        }
  6722      },
  6723      "type": "object"
  6724    },
  6725    "ServiceMeshMembershipState": {
  6726      "description": "**Service Mesh**: State for a single Membership, as analyzed by the Service Mesh Hub Controller.",
  6727      "id": "ServiceMeshMembershipState",
  6728      "properties": {
  6729        "analysisMessages": {
  6730          "description": "Output only. Results of running Service Mesh analyzers.",
  6731          "items": {
  6732            "$ref": "ServiceMeshAnalysisMessage"
  6733          },
  6734          "readOnly": true,
  6735          "type": "array"
  6736        },
  6737        "conditions": {
  6738          "description": "Output only. List of conditions reported for this membership.",
  6739          "items": {
  6740            "$ref": "ServiceMeshCondition"
  6741          },
  6742          "readOnly": true,
  6743          "type": "array"
  6744        },
  6745        "configApiVersion": {
  6746          "description": "The API version (i.e. Istio CRD version) for configuring service mesh in this cluster. This version is influenced by the `default_channel` field.",
  6747          "type": "string"
  6748        },
  6749        "controlPlaneManagement": {
  6750          "$ref": "ServiceMeshControlPlaneManagement",
  6751          "description": "Output only. Status of control plane management",
  6752          "readOnly": true
  6753        },
  6754        "dataPlaneManagement": {
  6755          "$ref": "ServiceMeshDataPlaneManagement",
  6756          "description": "Output only. Status of data plane management.",
  6757          "readOnly": true
  6758        }
  6759      },
  6760      "type": "object"
  6761    },
  6762    "ServiceMeshStatusDetails": {
  6763      "description": "Structured and human-readable details for a status.",
  6764      "id": "ServiceMeshStatusDetails",
  6765      "properties": {
  6766        "code": {
  6767          "description": "A machine-readable code that further describes a broad status.",
  6768          "type": "string"
  6769        },
  6770        "details": {
  6771          "description": "Human-readable explanation of code.",
  6772          "type": "string"
  6773        }
  6774      },
  6775      "type": "object"
  6776    },
  6777    "ServiceMeshType": {
  6778      "description": "A unique identifier for the type of message. Display_name is intended to be human-readable, code is intended to be machine readable. There should be a one-to-one mapping between display_name and code. (i.e. do not re-use display_names or codes between message types.) See istio.analysis.v1alpha1.AnalysisMessageBase.Type",
  6779      "id": "ServiceMeshType",
  6780      "properties": {
  6781        "code": {
  6782          "description": "A 7 character code matching `^IST[0-9]{4}$` or `^ASM[0-9]{4}$`, intended to uniquely identify the message type. (e.g. \"IST0001\" is mapped to the \"InternalError\" message type.)",
  6783          "type": "string"
  6784        },
  6785        "displayName": {
  6786          "description": "A human-readable name for the message type. e.g. \"InternalError\", \"PodMissingProxy\". This should be the same for all messages of the same type. (This corresponds to the `name` field in open-source Istio.)",
  6787          "type": "string"
  6788        }
  6789      },
  6790      "type": "object"
  6791    },
  6792    "SetIamPolicyRequest": {
  6793      "description": "Request message for `SetIamPolicy` method.",
  6794      "id": "SetIamPolicyRequest",
  6795      "properties": {
  6796        "policy": {
  6797          "$ref": "Policy",
  6798          "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them."
  6799        },
  6800        "updateMask": {
  6801          "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
  6802          "format": "google-fieldmask",
  6803          "type": "string"
  6804        }
  6805      },
  6806      "type": "object"
  6807    },
  6808    "Status": {
  6809      "description": "Status specifies state for the subcomponent.",
  6810      "id": "Status",
  6811      "properties": {
  6812        "code": {
  6813          "description": "Code specifies AppDevExperienceFeature's subcomponent ready state.",
  6814          "enum": [
  6815            "CODE_UNSPECIFIED",
  6816            "OK",
  6817            "FAILED",
  6818            "UNKNOWN"
  6819          ],
  6820          "enumDescriptions": [
  6821            "Not set.",
  6822            "AppDevExperienceFeature's specified subcomponent is ready.",
  6823            "AppDevExperienceFeature's specified subcomponent ready state is false. This means AppDevExperienceFeature has encountered an issue that blocks all, or a portion, of its normal operation. See the `description` for more details.",
  6824            "AppDevExperienceFeature's specified subcomponent has a pending or unknown state."
  6825          ],
  6826          "type": "string"
  6827        },
  6828        "description": {
  6829          "description": "Description is populated if Code is Failed, explaining why it has failed.",
  6830          "type": "string"
  6831        }
  6832      },
  6833      "type": "object"
  6834    },
  6835    "TestIamPermissionsRequest": {
  6836      "description": "Request message for `TestIamPermissions` method.",
  6837      "id": "TestIamPermissionsRequest",
  6838      "properties": {
  6839        "permissions": {
  6840          "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
  6841          "items": {
  6842            "type": "string"
  6843          },
  6844          "type": "array"
  6845        }
  6846      },
  6847      "type": "object"
  6848    },
  6849    "TestIamPermissionsResponse": {
  6850      "description": "Response message for `TestIamPermissions` method.",
  6851      "id": "TestIamPermissionsResponse",
  6852      "properties": {
  6853        "permissions": {
  6854          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
  6855          "items": {
  6856            "type": "string"
  6857          },
  6858          "type": "array"
  6859        }
  6860      },
  6861      "type": "object"
  6862    },
  6863    "TypeMeta": {
  6864      "description": "TypeMeta is the type information needed for content unmarshalling of Kubernetes resources in the manifest.",
  6865      "id": "TypeMeta",
  6866      "properties": {
  6867        "apiVersion": {
  6868          "description": "APIVersion of the resource (e.g. v1).",
  6869          "type": "string"
  6870        },
  6871        "kind": {
  6872          "description": "Kind of the resource (e.g. Deployment).",
  6873          "type": "string"
  6874        }
  6875      },
  6876      "type": "object"
  6877    },
  6878    "ValidateCreateMembershipRequest": {
  6879      "description": "Request message for the `GkeHub.ValidateCreateMembership` method.",
  6880      "id": "ValidateCreateMembershipRequest",
  6881      "properties": {
  6882        "membership": {
  6883          "$ref": "Membership",
  6884          "description": "Required. Membership resource to be created."
  6885        },
  6886        "membershipId": {
  6887          "description": "Required. Client chosen membership id.",
  6888          "type": "string"
  6889        }
  6890      },
  6891      "type": "object"
  6892    },
  6893    "ValidateCreateMembershipResponse": {
  6894      "description": "Response message for the `GkeHub.ValidateCreateMembership` method.",
  6895      "id": "ValidateCreateMembershipResponse",
  6896      "properties": {
  6897        "validationResults": {
  6898          "description": "Wraps all the validator results.",
  6899          "items": {
  6900            "$ref": "ValidationResult"
  6901          },
  6902          "type": "array"
  6903        }
  6904      },
  6905      "type": "object"
  6906    },
  6907    "ValidationResult": {
  6908      "description": "ValidationResults are results set by each validator running during ValidateCreateMembership.",
  6909      "id": "ValidationResult",
  6910      "properties": {
  6911        "result": {
  6912          "description": "Additional information for the validation.",
  6913          "type": "string"
  6914        },
  6915        "success": {
  6916          "description": "Whether the validation is passed or not.",
  6917          "type": "boolean"
  6918        },
  6919        "validator": {
  6920          "description": "Validator type to validate membership with.",
  6921          "enum": [
  6922            "VALIDATOR_TYPE_UNSPECIFIED",
  6923            "MEMBERSHIP_ID",
  6924            "CROSS_PROJECT_PERMISSION"
  6925          ],
  6926          "enumDescriptions": [
  6927            "UNSPECIFIED validator.",
  6928            "MEMBERSHIP_ID validator validates that the membership_id is still available.",
  6929            "CROSS_PROJECT_PERMISSION validator validates that the cross-project role binding for the service agent is in place."
  6930          ],
  6931          "type": "string"
  6932        }
  6933      },
  6934      "type": "object"
  6935    }
  6936  },
  6937  "servicePath": "",
  6938  "title": "GKE Hub API",
  6939  "version": "v1alpha",
  6940  "version_module": true
  6941}

View as plain text