...

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

Documentation: google.golang.org/api/apphub/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://apphub.googleapis.com/",
    13  "batchPath": "batch",
    14  "canonicalName": "App Hub",
    15  "description": "",
    16  "discoveryVersion": "v1",
    17  "documentationLink": "https://cloud.google.com/app-hub/docs/",
    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": "apphub:v1alpha",
    24  "kind": "discovery#restDescription",
    25  "mtlsRootUrl": "https://apphub.mtls.googleapis.com/",
    26  "name": "apphub",
    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    "projects": {
   109      "resources": {
   110        "locations": {
   111          "methods": {
   112            "detachServiceProjectAttachment": {
   113              "description": "Detaches a service project from a host project. You can call this API from any service project without needing access to the host project that it is attached to.",
   114              "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}:detachServiceProjectAttachment",
   115              "httpMethod": "POST",
   116              "id": "apphub.projects.locations.detachServiceProjectAttachment",
   117              "parameterOrder": [
   118                "name"
   119              ],
   120              "parameters": {
   121                "name": {
   122                  "description": "Required. Service project id and location to detach from a host project. Only global location is supported. Expected format: `projects/{project}/locations/{location}`.",
   123                  "location": "path",
   124                  "pattern": "^projects/[^/]+/locations/[^/]+$",
   125                  "required": true,
   126                  "type": "string"
   127                }
   128              },
   129              "path": "v1alpha/{+name}:detachServiceProjectAttachment",
   130              "request": {
   131                "$ref": "DetachServiceProjectAttachmentRequest"
   132              },
   133              "response": {
   134                "$ref": "DetachServiceProjectAttachmentResponse"
   135              },
   136              "scopes": [
   137                "https://www.googleapis.com/auth/cloud-platform"
   138              ]
   139            },
   140            "get": {
   141              "description": "Gets information about a location.",
   142              "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}",
   143              "httpMethod": "GET",
   144              "id": "apphub.projects.locations.get",
   145              "parameterOrder": [
   146                "name"
   147              ],
   148              "parameters": {
   149                "name": {
   150                  "description": "Resource name for the location.",
   151                  "location": "path",
   152                  "pattern": "^projects/[^/]+/locations/[^/]+$",
   153                  "required": true,
   154                  "type": "string"
   155                }
   156              },
   157              "path": "v1alpha/{+name}",
   158              "response": {
   159                "$ref": "Location"
   160              },
   161              "scopes": [
   162                "https://www.googleapis.com/auth/cloud-platform"
   163              ]
   164            },
   165            "list": {
   166              "description": "Lists information about the supported locations for this service.",
   167              "flatPath": "v1alpha/projects/{projectsId}/locations",
   168              "httpMethod": "GET",
   169              "id": "apphub.projects.locations.list",
   170              "parameterOrder": [
   171                "name"
   172              ],
   173              "parameters": {
   174                "filter": {
   175                  "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).",
   176                  "location": "query",
   177                  "type": "string"
   178                },
   179                "name": {
   180                  "description": "The resource that owns the locations collection, if applicable.",
   181                  "location": "path",
   182                  "pattern": "^projects/[^/]+$",
   183                  "required": true,
   184                  "type": "string"
   185                },
   186                "pageSize": {
   187                  "description": "The maximum number of results to return. If not set, the service selects a default.",
   188                  "format": "int32",
   189                  "location": "query",
   190                  "type": "integer"
   191                },
   192                "pageToken": {
   193                  "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
   194                  "location": "query",
   195                  "type": "string"
   196                }
   197              },
   198              "path": "v1alpha/{+name}/locations",
   199              "response": {
   200                "$ref": "ListLocationsResponse"
   201              },
   202              "scopes": [
   203                "https://www.googleapis.com/auth/cloud-platform"
   204              ]
   205            },
   206            "lookupServiceProjectAttachment": {
   207              "description": "Lists a service project attachment for a given service project. You can call this API from any project to find if it is attached to a host project.",
   208              "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}:lookupServiceProjectAttachment",
   209              "httpMethod": "GET",
   210              "id": "apphub.projects.locations.lookupServiceProjectAttachment",
   211              "parameterOrder": [
   212                "name"
   213              ],
   214              "parameters": {
   215                "name": {
   216                  "description": "Required. Service project ID and location to lookup service project attachment for. Only global location is supported. Expected format: `projects/{project}/locations/{location}`.",
   217                  "location": "path",
   218                  "pattern": "^projects/[^/]+/locations/[^/]+$",
   219                  "required": true,
   220                  "type": "string"
   221                }
   222              },
   223              "path": "v1alpha/{+name}:lookupServiceProjectAttachment",
   224              "response": {
   225                "$ref": "LookupServiceProjectAttachmentResponse"
   226              },
   227              "scopes": [
   228                "https://www.googleapis.com/auth/cloud-platform"
   229              ]
   230            }
   231          },
   232          "resources": {
   233            "applications": {
   234              "methods": {
   235                "create": {
   236                  "description": "Creates an Application in a host project and location.",
   237                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications",
   238                  "httpMethod": "POST",
   239                  "id": "apphub.projects.locations.applications.create",
   240                  "parameterOrder": [
   241                    "parent"
   242                  ],
   243                  "parameters": {
   244                    "applicationId": {
   245                      "description": "Required. The Application identifier. Must contain only lowercase letters, numbers or hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum.",
   246                      "location": "query",
   247                      "type": "string"
   248                    },
   249                    "parent": {
   250                      "description": "Required. Project and location to create Application in. Expected format: `projects/{project}/locations/{location}`.",
   251                      "location": "path",
   252                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   253                      "required": true,
   254                      "type": "string"
   255                    },
   256                    "requestId": {
   257                      "description": "Optional. An optional 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 since 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).",
   258                      "location": "query",
   259                      "type": "string"
   260                    }
   261                  },
   262                  "path": "v1alpha/{+parent}/applications",
   263                  "request": {
   264                    "$ref": "Application"
   265                  },
   266                  "response": {
   267                    "$ref": "Operation"
   268                  },
   269                  "scopes": [
   270                    "https://www.googleapis.com/auth/cloud-platform"
   271                  ]
   272                },
   273                "delete": {
   274                  "description": "Deletes an Application in a host project and location.",
   275                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}",
   276                  "httpMethod": "DELETE",
   277                  "id": "apphub.projects.locations.applications.delete",
   278                  "parameterOrder": [
   279                    "name"
   280                  ],
   281                  "parameters": {
   282                    "name": {
   283                      "description": "Required. Fully qualified name of the Application to delete. Expected format: `projects/{project}/locations/{location}/applications/{application}`.",
   284                      "location": "path",
   285                      "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+$",
   286                      "required": true,
   287                      "type": "string"
   288                    },
   289                    "requestId": {
   290                      "description": "Optional. An optional 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 an Application in a host project and location.",
   305                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}",
   306                  "httpMethod": "GET",
   307                  "id": "apphub.projects.locations.applications.get",
   308                  "parameterOrder": [
   309                    "name"
   310                  ],
   311                  "parameters": {
   312                    "name": {
   313                      "description": "Required. Fully qualified name of the Application to fetch. Expected format: `projects/{project}/locations/{location}/applications/{application}`.",
   314                      "location": "path",
   315                      "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+$",
   316                      "required": true,
   317                      "type": "string"
   318                    }
   319                  },
   320                  "path": "v1alpha/{+name}",
   321                  "response": {
   322                    "$ref": "Application"
   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}/applications/{applicationsId}:getIamPolicy",
   331                  "httpMethod": "GET",
   332                  "id": "apphub.projects.locations.applications.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/[^/]+/applications/[^/]+$",
   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 Applications in a host project and location.",
   361                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications",
   362                  "httpMethod": "GET",
   363                  "id": "apphub.projects.locations.applications.list",
   364                  "parameterOrder": [
   365                    "parent"
   366                  ],
   367                  "parameters": {
   368                    "filter": {
   369                      "description": "Optional. Filtering results.",
   370                      "location": "query",
   371                      "type": "string"
   372                    },
   373                    "orderBy": {
   374                      "description": "Optional. Hint for how to order the results.",
   375                      "location": "query",
   376                      "type": "string"
   377                    },
   378                    "pageSize": {
   379                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
   380                      "format": "int32",
   381                      "location": "query",
   382                      "type": "integer"
   383                    },
   384                    "pageToken": {
   385                      "description": "Optional. A token identifying a page of results the server should return.",
   386                      "location": "query",
   387                      "type": "string"
   388                    },
   389                    "parent": {
   390                      "description": "Required. Project and location to list Applications on. Expected format: `projects/{project}/locations/{location}`.",
   391                      "location": "path",
   392                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   393                      "required": true,
   394                      "type": "string"
   395                    }
   396                  },
   397                  "path": "v1alpha/{+parent}/applications",
   398                  "response": {
   399                    "$ref": "ListApplicationsResponse"
   400                  },
   401                  "scopes": [
   402                    "https://www.googleapis.com/auth/cloud-platform"
   403                  ]
   404                },
   405                "patch": {
   406                  "description": "Updates an Application in a host project and location.",
   407                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}",
   408                  "httpMethod": "PATCH",
   409                  "id": "apphub.projects.locations.applications.patch",
   410                  "parameterOrder": [
   411                    "name"
   412                  ],
   413                  "parameters": {
   414                    "name": {
   415                      "description": "Identifier. The resource name of an Application. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}\"",
   416                      "location": "path",
   417                      "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+$",
   418                      "required": true,
   419                      "type": "string"
   420                    },
   421                    "requestId": {
   422                      "description": "Optional. An optional 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 since 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": "Required. Field mask is used to specify the fields to be overwritten in the Application resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. The API changes the values of the fields as specified in the update_mask. The API ignores the values of all fields not covered by the update_mask. You can also unset a field by not specifying it in the updated message, but adding the field to the mask. This clears whatever value the field previously had.",
   428                      "format": "google-fieldmask",
   429                      "location": "query",
   430                      "type": "string"
   431                    }
   432                  },
   433                  "path": "v1alpha/{+name}",
   434                  "request": {
   435                    "$ref": "Application"
   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}/applications/{applicationsId}:setIamPolicy",
   447                  "httpMethod": "POST",
   448                  "id": "apphub.projects.locations.applications.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/[^/]+/applications/[^/]+$",
   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}/applications/{applicationsId}:testIamPermissions",
   475                  "httpMethod": "POST",
   476                  "id": "apphub.projects.locations.applications.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/[^/]+/applications/[^/]+$",
   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              "resources": {
   502                "services": {
   503                  "methods": {
   504                    "create": {
   505                      "description": "Creates a Service in an Application.",
   506                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services",
   507                      "httpMethod": "POST",
   508                      "id": "apphub.projects.locations.applications.services.create",
   509                      "parameterOrder": [
   510                        "parent"
   511                      ],
   512                      "parameters": {
   513                        "parent": {
   514                          "description": "Required. Fully qualified name of the parent Application to create the Service in. Expected format: `projects/{project}/locations/{location}/applications/{application}`.",
   515                          "location": "path",
   516                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+$",
   517                          "required": true,
   518                          "type": "string"
   519                        },
   520                        "requestId": {
   521                          "description": "Optional. An optional 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 since 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).",
   522                          "location": "query",
   523                          "type": "string"
   524                        },
   525                        "serviceId": {
   526                          "description": "Required. The Service identifier. Must contain only lowercase letters, numbers or hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum.",
   527                          "location": "query",
   528                          "type": "string"
   529                        }
   530                      },
   531                      "path": "v1alpha/{+parent}/services",
   532                      "request": {
   533                        "$ref": "Service"
   534                      },
   535                      "response": {
   536                        "$ref": "Operation"
   537                      },
   538                      "scopes": [
   539                        "https://www.googleapis.com/auth/cloud-platform"
   540                      ]
   541                    },
   542                    "delete": {
   543                      "description": "Deletes a Service from an Application.",
   544                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
   545                      "httpMethod": "DELETE",
   546                      "id": "apphub.projects.locations.applications.services.delete",
   547                      "parameterOrder": [
   548                        "name"
   549                      ],
   550                      "parameters": {
   551                        "name": {
   552                          "description": "Required. Fully qualified name of the Service to delete from an Application. Expected format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.",
   553                          "location": "path",
   554                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+/services/[^/]+$",
   555                          "required": true,
   556                          "type": "string"
   557                        },
   558                        "requestId": {
   559                          "description": "Optional. An optional 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).",
   560                          "location": "query",
   561                          "type": "string"
   562                        }
   563                      },
   564                      "path": "v1alpha/{+name}",
   565                      "response": {
   566                        "$ref": "Operation"
   567                      },
   568                      "scopes": [
   569                        "https://www.googleapis.com/auth/cloud-platform"
   570                      ]
   571                    },
   572                    "get": {
   573                      "description": "Gets a Service in an Application.",
   574                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
   575                      "httpMethod": "GET",
   576                      "id": "apphub.projects.locations.applications.services.get",
   577                      "parameterOrder": [
   578                        "name"
   579                      ],
   580                      "parameters": {
   581                        "name": {
   582                          "description": "Required. Fully qualified name of the Service to fetch. Expected format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.",
   583                          "location": "path",
   584                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+/services/[^/]+$",
   585                          "required": true,
   586                          "type": "string"
   587                        }
   588                      },
   589                      "path": "v1alpha/{+name}",
   590                      "response": {
   591                        "$ref": "Service"
   592                      },
   593                      "scopes": [
   594                        "https://www.googleapis.com/auth/cloud-platform"
   595                      ]
   596                    },
   597                    "list": {
   598                      "description": "Lists Services in an Application.",
   599                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services",
   600                      "httpMethod": "GET",
   601                      "id": "apphub.projects.locations.applications.services.list",
   602                      "parameterOrder": [
   603                        "parent"
   604                      ],
   605                      "parameters": {
   606                        "filter": {
   607                          "description": "Optional. Filtering results",
   608                          "location": "query",
   609                          "type": "string"
   610                        },
   611                        "orderBy": {
   612                          "description": "Optional. Hint for how to order the results",
   613                          "location": "query",
   614                          "type": "string"
   615                        },
   616                        "pageSize": {
   617                          "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
   618                          "format": "int32",
   619                          "location": "query",
   620                          "type": "integer"
   621                        },
   622                        "pageToken": {
   623                          "description": "Optional. A token identifying a page of results the server should return.",
   624                          "location": "query",
   625                          "type": "string"
   626                        },
   627                        "parent": {
   628                          "description": "Required. Fully qualified name of the parent Application to list Services for. Expected format: `projects/{project}/locations/{location}/applications/{application}`.",
   629                          "location": "path",
   630                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+$",
   631                          "required": true,
   632                          "type": "string"
   633                        }
   634                      },
   635                      "path": "v1alpha/{+parent}/services",
   636                      "response": {
   637                        "$ref": "ListServicesResponse"
   638                      },
   639                      "scopes": [
   640                        "https://www.googleapis.com/auth/cloud-platform"
   641                      ]
   642                    },
   643                    "patch": {
   644                      "description": "Updates a Service in an Application.",
   645                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}",
   646                      "httpMethod": "PATCH",
   647                      "id": "apphub.projects.locations.applications.services.patch",
   648                      "parameterOrder": [
   649                        "name"
   650                      ],
   651                      "parameters": {
   652                        "name": {
   653                          "description": "Identifier. The resource name of a Service. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}\"",
   654                          "location": "path",
   655                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+/services/[^/]+$",
   656                          "required": true,
   657                          "type": "string"
   658                        },
   659                        "requestId": {
   660                          "description": "Optional. An optional 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 since 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).",
   661                          "location": "query",
   662                          "type": "string"
   663                        },
   664                        "updateMask": {
   665                          "description": "Required. Field mask is used to specify the fields to be overwritten in the Service resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. The API changes the values of the fields as specified in the update_mask. The API ignores the values of all fields not covered by the update_mask. You can also unset a field by not specifying it in the updated message, but adding the field to the mask. This clears whatever value the field previously had.",
   666                          "format": "google-fieldmask",
   667                          "location": "query",
   668                          "type": "string"
   669                        }
   670                      },
   671                      "path": "v1alpha/{+name}",
   672                      "request": {
   673                        "$ref": "Service"
   674                      },
   675                      "response": {
   676                        "$ref": "Operation"
   677                      },
   678                      "scopes": [
   679                        "https://www.googleapis.com/auth/cloud-platform"
   680                      ]
   681                    }
   682                  }
   683                },
   684                "workloads": {
   685                  "methods": {
   686                    "create": {
   687                      "description": "Creates a Workload in an Application.",
   688                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/workloads",
   689                      "httpMethod": "POST",
   690                      "id": "apphub.projects.locations.applications.workloads.create",
   691                      "parameterOrder": [
   692                        "parent"
   693                      ],
   694                      "parameters": {
   695                        "parent": {
   696                          "description": "Required. Fully qualified name of the Application to create Workload in. Expected format: `projects/{project}/locations/{location}/applications/{application}`.",
   697                          "location": "path",
   698                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+$",
   699                          "required": true,
   700                          "type": "string"
   701                        },
   702                        "requestId": {
   703                          "description": "Optional. An optional 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 since 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).",
   704                          "location": "query",
   705                          "type": "string"
   706                        },
   707                        "workloadId": {
   708                          "description": "Required. The Workload identifier. Must contain only lowercase letters, numbers or hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum.",
   709                          "location": "query",
   710                          "type": "string"
   711                        }
   712                      },
   713                      "path": "v1alpha/{+parent}/workloads",
   714                      "request": {
   715                        "$ref": "Workload"
   716                      },
   717                      "response": {
   718                        "$ref": "Operation"
   719                      },
   720                      "scopes": [
   721                        "https://www.googleapis.com/auth/cloud-platform"
   722                      ]
   723                    },
   724                    "delete": {
   725                      "description": "Deletes a Workload from an Application.",
   726                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/workloads/{workloadsId}",
   727                      "httpMethod": "DELETE",
   728                      "id": "apphub.projects.locations.applications.workloads.delete",
   729                      "parameterOrder": [
   730                        "name"
   731                      ],
   732                      "parameters": {
   733                        "name": {
   734                          "description": "Required. Fully qualified name of the Workload to delete from an Application. Expected format: `projects/{project}/locations/{location}/applications/{application}/workloads/{workload}`.",
   735                          "location": "path",
   736                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+/workloads/[^/]+$",
   737                          "required": true,
   738                          "type": "string"
   739                        },
   740                        "requestId": {
   741                          "description": "Optional. An optional 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).",
   742                          "location": "query",
   743                          "type": "string"
   744                        }
   745                      },
   746                      "path": "v1alpha/{+name}",
   747                      "response": {
   748                        "$ref": "Operation"
   749                      },
   750                      "scopes": [
   751                        "https://www.googleapis.com/auth/cloud-platform"
   752                      ]
   753                    },
   754                    "get": {
   755                      "description": "Gets a Workload in an Application.",
   756                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/workloads/{workloadsId}",
   757                      "httpMethod": "GET",
   758                      "id": "apphub.projects.locations.applications.workloads.get",
   759                      "parameterOrder": [
   760                        "name"
   761                      ],
   762                      "parameters": {
   763                        "name": {
   764                          "description": "Required. Fully qualified name of the Workload to fetch. Expected format: `projects/{project}/locations/{location}/applications/{application}/workloads/{workload}`.",
   765                          "location": "path",
   766                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+/workloads/[^/]+$",
   767                          "required": true,
   768                          "type": "string"
   769                        }
   770                      },
   771                      "path": "v1alpha/{+name}",
   772                      "response": {
   773                        "$ref": "Workload"
   774                      },
   775                      "scopes": [
   776                        "https://www.googleapis.com/auth/cloud-platform"
   777                      ]
   778                    },
   779                    "list": {
   780                      "description": "Lists Workloads in an Application.",
   781                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/workloads",
   782                      "httpMethod": "GET",
   783                      "id": "apphub.projects.locations.applications.workloads.list",
   784                      "parameterOrder": [
   785                        "parent"
   786                      ],
   787                      "parameters": {
   788                        "filter": {
   789                          "description": "Optional. Filtering results.",
   790                          "location": "query",
   791                          "type": "string"
   792                        },
   793                        "orderBy": {
   794                          "description": "Optional. Hint for how to order the results.",
   795                          "location": "query",
   796                          "type": "string"
   797                        },
   798                        "pageSize": {
   799                          "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
   800                          "format": "int32",
   801                          "location": "query",
   802                          "type": "integer"
   803                        },
   804                        "pageToken": {
   805                          "description": "Optional. A token identifying a page of results the server should return.",
   806                          "location": "query",
   807                          "type": "string"
   808                        },
   809                        "parent": {
   810                          "description": "Required. Fully qualified name of the parent Application to list Workloads for. Expected format: `projects/{project}/locations/{location}/applications/{application}`.",
   811                          "location": "path",
   812                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+$",
   813                          "required": true,
   814                          "type": "string"
   815                        }
   816                      },
   817                      "path": "v1alpha/{+parent}/workloads",
   818                      "response": {
   819                        "$ref": "ListWorkloadsResponse"
   820                      },
   821                      "scopes": [
   822                        "https://www.googleapis.com/auth/cloud-platform"
   823                      ]
   824                    },
   825                    "patch": {
   826                      "description": "Updates a Workload in an Application.",
   827                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/workloads/{workloadsId}",
   828                      "httpMethod": "PATCH",
   829                      "id": "apphub.projects.locations.applications.workloads.patch",
   830                      "parameterOrder": [
   831                        "name"
   832                      ],
   833                      "parameters": {
   834                        "name": {
   835                          "description": "Identifier. The resource name of the Workload. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}\"",
   836                          "location": "path",
   837                          "pattern": "^projects/[^/]+/locations/[^/]+/applications/[^/]+/workloads/[^/]+$",
   838                          "required": true,
   839                          "type": "string"
   840                        },
   841                        "requestId": {
   842                          "description": "Optional. An optional 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 since 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).",
   843                          "location": "query",
   844                          "type": "string"
   845                        },
   846                        "updateMask": {
   847                          "description": "Required. Field mask is used to specify the fields to be overwritten in the Workload resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. The API changes the values of the fields as specified in the update_mask. The API ignores the values of all fields not covered by the update_mask. You can also unset a field by not specifying it in the updated message, but adding the field to the mask. This clears whatever value the field previously had.",
   848                          "format": "google-fieldmask",
   849                          "location": "query",
   850                          "type": "string"
   851                        }
   852                      },
   853                      "path": "v1alpha/{+name}",
   854                      "request": {
   855                        "$ref": "Workload"
   856                      },
   857                      "response": {
   858                        "$ref": "Operation"
   859                      },
   860                      "scopes": [
   861                        "https://www.googleapis.com/auth/cloud-platform"
   862                      ]
   863                    }
   864                  }
   865                }
   866              }
   867            },
   868            "discoveredServices": {
   869              "methods": {
   870                "findUnregistered": {
   871                  "description": "Finds unregistered services in a host project and location.",
   872                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices:findUnregistered",
   873                  "httpMethod": "GET",
   874                  "id": "apphub.projects.locations.discoveredServices.findUnregistered",
   875                  "parameterOrder": [
   876                    "parent"
   877                  ],
   878                  "parameters": {
   879                    "filter": {
   880                      "description": "Optional. Filtering results.",
   881                      "location": "query",
   882                      "type": "string"
   883                    },
   884                    "orderBy": {
   885                      "description": "Optional. Hint for how to order the results.",
   886                      "location": "query",
   887                      "type": "string"
   888                    },
   889                    "pageSize": {
   890                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
   891                      "format": "int32",
   892                      "location": "query",
   893                      "type": "integer"
   894                    },
   895                    "pageToken": {
   896                      "description": "Optional. A token identifying a page of results the server should return.",
   897                      "location": "query",
   898                      "type": "string"
   899                    },
   900                    "parent": {
   901                      "description": "Required. Project and location to find unregistered Discovered Services on. Expected format: `projects/{project}/locations/{location}`.",
   902                      "location": "path",
   903                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   904                      "required": true,
   905                      "type": "string"
   906                    }
   907                  },
   908                  "path": "v1alpha/{+parent}/discoveredServices:findUnregistered",
   909                  "response": {
   910                    "$ref": "FindUnregisteredServicesResponse"
   911                  },
   912                  "scopes": [
   913                    "https://www.googleapis.com/auth/cloud-platform"
   914                  ]
   915                },
   916                "get": {
   917                  "description": "Gets a Discovered Service in a host project and location.",
   918                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices/{discoveredServicesId}",
   919                  "httpMethod": "GET",
   920                  "id": "apphub.projects.locations.discoveredServices.get",
   921                  "parameterOrder": [
   922                    "name"
   923                  ],
   924                  "parameters": {
   925                    "name": {
   926                      "description": "Required. Fully qualified name of the Discovered Service to fetch. Expected format: `projects/{project}/locations/{location}/discoveredServices/{discoveredService}`.",
   927                      "location": "path",
   928                      "pattern": "^projects/[^/]+/locations/[^/]+/discoveredServices/[^/]+$",
   929                      "required": true,
   930                      "type": "string"
   931                    }
   932                  },
   933                  "path": "v1alpha/{+name}",
   934                  "response": {
   935                    "$ref": "DiscoveredService"
   936                  },
   937                  "scopes": [
   938                    "https://www.googleapis.com/auth/cloud-platform"
   939                  ]
   940                },
   941                "list": {
   942                  "description": "Lists Discovered Services that can be added to an Application in a host project and location.",
   943                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices",
   944                  "httpMethod": "GET",
   945                  "id": "apphub.projects.locations.discoveredServices.list",
   946                  "parameterOrder": [
   947                    "parent"
   948                  ],
   949                  "parameters": {
   950                    "filter": {
   951                      "description": "Optional. Filtering results.",
   952                      "location": "query",
   953                      "type": "string"
   954                    },
   955                    "orderBy": {
   956                      "description": "Optional. Hint for how to order the results.",
   957                      "location": "query",
   958                      "type": "string"
   959                    },
   960                    "pageSize": {
   961                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
   962                      "format": "int32",
   963                      "location": "query",
   964                      "type": "integer"
   965                    },
   966                    "pageToken": {
   967                      "description": "Optional. A token identifying a page of results the server should return.",
   968                      "location": "query",
   969                      "type": "string"
   970                    },
   971                    "parent": {
   972                      "description": "Required. Project and location to list Discovered Services on. Expected format: `projects/{project}/locations/{location}`.",
   973                      "location": "path",
   974                      "pattern": "^projects/[^/]+/locations/[^/]+$",
   975                      "required": true,
   976                      "type": "string"
   977                    }
   978                  },
   979                  "path": "v1alpha/{+parent}/discoveredServices",
   980                  "response": {
   981                    "$ref": "ListDiscoveredServicesResponse"
   982                  },
   983                  "scopes": [
   984                    "https://www.googleapis.com/auth/cloud-platform"
   985                  ]
   986                },
   987                "lookup": {
   988                  "description": "Lists a Discovered Service in a host project and location, with a given resource URI.",
   989                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices:lookup",
   990                  "httpMethod": "GET",
   991                  "id": "apphub.projects.locations.discoveredServices.lookup",
   992                  "parameterOrder": [
   993                    "parent"
   994                  ],
   995                  "parameters": {
   996                    "parent": {
   997                      "description": "Required. Host project ID and location to lookup Discovered Service in. Expected format: `projects/{project}/locations/{location}`.",
   998                      "location": "path",
   999                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1000                      "required": true,
  1001                      "type": "string"
  1002                    },
  1003                    "uri": {
  1004                      "description": "Required. Resource URI to find DiscoveredService for. Accepts both project number and project ID and does translation when needed.",
  1005                      "location": "query",
  1006                      "type": "string"
  1007                    }
  1008                  },
  1009                  "path": "v1alpha/{+parent}/discoveredServices:lookup",
  1010                  "response": {
  1011                    "$ref": "LookupDiscoveredServiceResponse"
  1012                  },
  1013                  "scopes": [
  1014                    "https://www.googleapis.com/auth/cloud-platform"
  1015                  ]
  1016                }
  1017              }
  1018            },
  1019            "discoveredWorkloads": {
  1020              "methods": {
  1021                "findUnregistered": {
  1022                  "description": "Finds unregistered workloads in a host project and location.",
  1023                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads:findUnregistered",
  1024                  "httpMethod": "GET",
  1025                  "id": "apphub.projects.locations.discoveredWorkloads.findUnregistered",
  1026                  "parameterOrder": [
  1027                    "parent"
  1028                  ],
  1029                  "parameters": {
  1030                    "filter": {
  1031                      "description": "Optional. Filtering results.",
  1032                      "location": "query",
  1033                      "type": "string"
  1034                    },
  1035                    "orderBy": {
  1036                      "description": "Optional. Hint for how to order the results.",
  1037                      "location": "query",
  1038                      "type": "string"
  1039                    },
  1040                    "pageSize": {
  1041                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
  1042                      "format": "int32",
  1043                      "location": "query",
  1044                      "type": "integer"
  1045                    },
  1046                    "pageToken": {
  1047                      "description": "Optional. A token identifying a page of results the server should return.",
  1048                      "location": "query",
  1049                      "type": "string"
  1050                    },
  1051                    "parent": {
  1052                      "description": "Required. Project and location to find unregistered Discovered Workloads on. Expected format: `projects/{project}/locations/{location}`.",
  1053                      "location": "path",
  1054                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1055                      "required": true,
  1056                      "type": "string"
  1057                    }
  1058                  },
  1059                  "path": "v1alpha/{+parent}/discoveredWorkloads:findUnregistered",
  1060                  "response": {
  1061                    "$ref": "FindUnregisteredWorkloadsResponse"
  1062                  },
  1063                  "scopes": [
  1064                    "https://www.googleapis.com/auth/cloud-platform"
  1065                  ]
  1066                },
  1067                "get": {
  1068                  "description": "Gets a Discovered Workload in a host project and location.",
  1069                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads/{discoveredWorkloadsId}",
  1070                  "httpMethod": "GET",
  1071                  "id": "apphub.projects.locations.discoveredWorkloads.get",
  1072                  "parameterOrder": [
  1073                    "name"
  1074                  ],
  1075                  "parameters": {
  1076                    "name": {
  1077                      "description": "Required. Fully qualified name of the Discovered Workload to fetch. Expected format: `projects/{project}/locations/{location}/discoveredWorkloads/{discoveredWorkload}`.",
  1078                      "location": "path",
  1079                      "pattern": "^projects/[^/]+/locations/[^/]+/discoveredWorkloads/[^/]+$",
  1080                      "required": true,
  1081                      "type": "string"
  1082                    }
  1083                  },
  1084                  "path": "v1alpha/{+name}",
  1085                  "response": {
  1086                    "$ref": "DiscoveredWorkload"
  1087                  },
  1088                  "scopes": [
  1089                    "https://www.googleapis.com/auth/cloud-platform"
  1090                  ]
  1091                },
  1092                "list": {
  1093                  "description": "Lists Discovered Workloads that can be added to an Application in a host project and location.",
  1094                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads",
  1095                  "httpMethod": "GET",
  1096                  "id": "apphub.projects.locations.discoveredWorkloads.list",
  1097                  "parameterOrder": [
  1098                    "parent"
  1099                  ],
  1100                  "parameters": {
  1101                    "filter": {
  1102                      "description": "Optional. Filtering results.",
  1103                      "location": "query",
  1104                      "type": "string"
  1105                    },
  1106                    "orderBy": {
  1107                      "description": "Optional. Hint for how to order the results.",
  1108                      "location": "query",
  1109                      "type": "string"
  1110                    },
  1111                    "pageSize": {
  1112                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
  1113                      "format": "int32",
  1114                      "location": "query",
  1115                      "type": "integer"
  1116                    },
  1117                    "pageToken": {
  1118                      "description": "Optional. A token identifying a page of results the server should return.",
  1119                      "location": "query",
  1120                      "type": "string"
  1121                    },
  1122                    "parent": {
  1123                      "description": "Required. Project and location to list Discovered Workloads on. Expected format: `projects/{project}/locations/{location}`.",
  1124                      "location": "path",
  1125                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1126                      "required": true,
  1127                      "type": "string"
  1128                    }
  1129                  },
  1130                  "path": "v1alpha/{+parent}/discoveredWorkloads",
  1131                  "response": {
  1132                    "$ref": "ListDiscoveredWorkloadsResponse"
  1133                  },
  1134                  "scopes": [
  1135                    "https://www.googleapis.com/auth/cloud-platform"
  1136                  ]
  1137                },
  1138                "lookup": {
  1139                  "description": "Lists a Discovered Workload in a host project and location, with a given resource URI.",
  1140                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads:lookup",
  1141                  "httpMethod": "GET",
  1142                  "id": "apphub.projects.locations.discoveredWorkloads.lookup",
  1143                  "parameterOrder": [
  1144                    "parent"
  1145                  ],
  1146                  "parameters": {
  1147                    "parent": {
  1148                      "description": "Required. Host project ID and location to lookup Discovered Workload in. Expected format: `projects/{project}/locations/{location}`.",
  1149                      "location": "path",
  1150                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1151                      "required": true,
  1152                      "type": "string"
  1153                    },
  1154                    "uri": {
  1155                      "description": "Required. Resource URI to find Discovered Workload for. Accepts both project number and project ID and does translation when needed.",
  1156                      "location": "query",
  1157                      "type": "string"
  1158                    }
  1159                  },
  1160                  "path": "v1alpha/{+parent}/discoveredWorkloads:lookup",
  1161                  "response": {
  1162                    "$ref": "LookupDiscoveredWorkloadResponse"
  1163                  },
  1164                  "scopes": [
  1165                    "https://www.googleapis.com/auth/cloud-platform"
  1166                  ]
  1167                }
  1168              }
  1169            },
  1170            "operations": {
  1171              "methods": {
  1172                "cancel": {
  1173                  "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`.",
  1174                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
  1175                  "httpMethod": "POST",
  1176                  "id": "apphub.projects.locations.operations.cancel",
  1177                  "parameterOrder": [
  1178                    "name"
  1179                  ],
  1180                  "parameters": {
  1181                    "name": {
  1182                      "description": "The name of the operation resource to be cancelled.",
  1183                      "location": "path",
  1184                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
  1185                      "required": true,
  1186                      "type": "string"
  1187                    }
  1188                  },
  1189                  "path": "v1alpha/{+name}:cancel",
  1190                  "request": {
  1191                    "$ref": "CancelOperationRequest"
  1192                  },
  1193                  "response": {
  1194                    "$ref": "Empty"
  1195                  },
  1196                  "scopes": [
  1197                    "https://www.googleapis.com/auth/cloud-platform"
  1198                  ]
  1199                },
  1200                "delete": {
  1201                  "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`.",
  1202                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
  1203                  "httpMethod": "DELETE",
  1204                  "id": "apphub.projects.locations.operations.delete",
  1205                  "parameterOrder": [
  1206                    "name"
  1207                  ],
  1208                  "parameters": {
  1209                    "name": {
  1210                      "description": "The name of the operation resource to be deleted.",
  1211                      "location": "path",
  1212                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
  1213                      "required": true,
  1214                      "type": "string"
  1215                    }
  1216                  },
  1217                  "path": "v1alpha/{+name}",
  1218                  "response": {
  1219                    "$ref": "Empty"
  1220                  },
  1221                  "scopes": [
  1222                    "https://www.googleapis.com/auth/cloud-platform"
  1223                  ]
  1224                },
  1225                "get": {
  1226                  "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.",
  1227                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
  1228                  "httpMethod": "GET",
  1229                  "id": "apphub.projects.locations.operations.get",
  1230                  "parameterOrder": [
  1231                    "name"
  1232                  ],
  1233                  "parameters": {
  1234                    "name": {
  1235                      "description": "The name of the operation resource.",
  1236                      "location": "path",
  1237                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
  1238                      "required": true,
  1239                      "type": "string"
  1240                    }
  1241                  },
  1242                  "path": "v1alpha/{+name}",
  1243                  "response": {
  1244                    "$ref": "Operation"
  1245                  },
  1246                  "scopes": [
  1247                    "https://www.googleapis.com/auth/cloud-platform"
  1248                  ]
  1249                },
  1250                "list": {
  1251                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
  1252                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations",
  1253                  "httpMethod": "GET",
  1254                  "id": "apphub.projects.locations.operations.list",
  1255                  "parameterOrder": [
  1256                    "name"
  1257                  ],
  1258                  "parameters": {
  1259                    "filter": {
  1260                      "description": "The standard list filter.",
  1261                      "location": "query",
  1262                      "type": "string"
  1263                    },
  1264                    "name": {
  1265                      "description": "The name of the operation's parent resource.",
  1266                      "location": "path",
  1267                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1268                      "required": true,
  1269                      "type": "string"
  1270                    },
  1271                    "pageSize": {
  1272                      "description": "The standard list page size.",
  1273                      "format": "int32",
  1274                      "location": "query",
  1275                      "type": "integer"
  1276                    },
  1277                    "pageToken": {
  1278                      "description": "The standard list page token.",
  1279                      "location": "query",
  1280                      "type": "string"
  1281                    }
  1282                  },
  1283                  "path": "v1alpha/{+name}/operations",
  1284                  "response": {
  1285                    "$ref": "ListOperationsResponse"
  1286                  },
  1287                  "scopes": [
  1288                    "https://www.googleapis.com/auth/cloud-platform"
  1289                  ]
  1290                }
  1291              }
  1292            },
  1293            "serviceProjectAttachments": {
  1294              "methods": {
  1295                "create": {
  1296                  "description": "Attaches a service project to the host project.",
  1297                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/serviceProjectAttachments",
  1298                  "httpMethod": "POST",
  1299                  "id": "apphub.projects.locations.serviceProjectAttachments.create",
  1300                  "parameterOrder": [
  1301                    "parent"
  1302                  ],
  1303                  "parameters": {
  1304                    "parent": {
  1305                      "description": "Required. Host project ID and location to which service project is being attached. Only global location is supported. Expected format: `projects/{project}/locations/{location}`.",
  1306                      "location": "path",
  1307                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1308                      "required": true,
  1309                      "type": "string"
  1310                    },
  1311                    "requestId": {
  1312                      "description": "Optional. An optional 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 since 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).",
  1313                      "location": "query",
  1314                      "type": "string"
  1315                    },
  1316                    "serviceProjectAttachmentId": {
  1317                      "description": "Required. The service project attachment identifier must contain the project id of the service project specified in the service_project_attachment.service_project field.",
  1318                      "location": "query",
  1319                      "type": "string"
  1320                    }
  1321                  },
  1322                  "path": "v1alpha/{+parent}/serviceProjectAttachments",
  1323                  "request": {
  1324                    "$ref": "ServiceProjectAttachment"
  1325                  },
  1326                  "response": {
  1327                    "$ref": "Operation"
  1328                  },
  1329                  "scopes": [
  1330                    "https://www.googleapis.com/auth/cloud-platform"
  1331                  ]
  1332                },
  1333                "delete": {
  1334                  "description": "Deletes a service project attachment.",
  1335                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/serviceProjectAttachments/{serviceProjectAttachmentsId}",
  1336                  "httpMethod": "DELETE",
  1337                  "id": "apphub.projects.locations.serviceProjectAttachments.delete",
  1338                  "parameterOrder": [
  1339                    "name"
  1340                  ],
  1341                  "parameters": {
  1342                    "name": {
  1343                      "description": "Required. Fully qualified name of the service project attachment to delete. Expected format: `projects/{project}/locations/{location}/serviceProjectAttachments/{serviceProjectAttachment}`.",
  1344                      "location": "path",
  1345                      "pattern": "^projects/[^/]+/locations/[^/]+/serviceProjectAttachments/[^/]+$",
  1346                      "required": true,
  1347                      "type": "string"
  1348                    },
  1349                    "requestId": {
  1350                      "description": "Optional. An optional 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).",
  1351                      "location": "query",
  1352                      "type": "string"
  1353                    }
  1354                  },
  1355                  "path": "v1alpha/{+name}",
  1356                  "response": {
  1357                    "$ref": "Operation"
  1358                  },
  1359                  "scopes": [
  1360                    "https://www.googleapis.com/auth/cloud-platform"
  1361                  ]
  1362                },
  1363                "get": {
  1364                  "description": "Gets a service project attachment.",
  1365                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/serviceProjectAttachments/{serviceProjectAttachmentsId}",
  1366                  "httpMethod": "GET",
  1367                  "id": "apphub.projects.locations.serviceProjectAttachments.get",
  1368                  "parameterOrder": [
  1369                    "name"
  1370                  ],
  1371                  "parameters": {
  1372                    "name": {
  1373                      "description": "Required. Fully qualified name of the service project attachment to retrieve. Expected format: `projects/{project}/locations/{location}/serviceProjectAttachments/{serviceProjectAttachment}`.",
  1374                      "location": "path",
  1375                      "pattern": "^projects/[^/]+/locations/[^/]+/serviceProjectAttachments/[^/]+$",
  1376                      "required": true,
  1377                      "type": "string"
  1378                    }
  1379                  },
  1380                  "path": "v1alpha/{+name}",
  1381                  "response": {
  1382                    "$ref": "ServiceProjectAttachment"
  1383                  },
  1384                  "scopes": [
  1385                    "https://www.googleapis.com/auth/cloud-platform"
  1386                  ]
  1387                },
  1388                "list": {
  1389                  "description": "Lists service projects attached to the host project.",
  1390                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/serviceProjectAttachments",
  1391                  "httpMethod": "GET",
  1392                  "id": "apphub.projects.locations.serviceProjectAttachments.list",
  1393                  "parameterOrder": [
  1394                    "parent"
  1395                  ],
  1396                  "parameters": {
  1397                    "filter": {
  1398                      "description": "Optional. Filtering results.",
  1399                      "location": "query",
  1400                      "type": "string"
  1401                    },
  1402                    "orderBy": {
  1403                      "description": "Optional. Hint for how to order the results.",
  1404                      "location": "query",
  1405                      "type": "string"
  1406                    },
  1407                    "pageSize": {
  1408                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
  1409                      "format": "int32",
  1410                      "location": "query",
  1411                      "type": "integer"
  1412                    },
  1413                    "pageToken": {
  1414                      "description": "Optional. A token identifying a page of results the server should return.",
  1415                      "location": "query",
  1416                      "type": "string"
  1417                    },
  1418                    "parent": {
  1419                      "description": "Required. Host project ID and location to list service project attachments. Only global location is supported. Expected format: `projects/{project}/locations/{location}`.",
  1420                      "location": "path",
  1421                      "pattern": "^projects/[^/]+/locations/[^/]+$",
  1422                      "required": true,
  1423                      "type": "string"
  1424                    }
  1425                  },
  1426                  "path": "v1alpha/{+parent}/serviceProjectAttachments",
  1427                  "response": {
  1428                    "$ref": "ListServiceProjectAttachmentsResponse"
  1429                  },
  1430                  "scopes": [
  1431                    "https://www.googleapis.com/auth/cloud-platform"
  1432                  ]
  1433                }
  1434              }
  1435            }
  1436          }
  1437        }
  1438      }
  1439    }
  1440  },
  1441  "revision": "20240328",
  1442  "rootUrl": "https://apphub.googleapis.com/",
  1443  "schemas": {
  1444    "Application": {
  1445      "description": "Application defines the governance boundary for App Hub Entities that perform a logical end-to-end business function. App Hub supports application level IAM permission to align with governance requirements.",
  1446      "id": "Application",
  1447      "properties": {
  1448        "attributes": {
  1449          "$ref": "Attributes",
  1450          "description": "Optional. Consumer provided attributes."
  1451        },
  1452        "createTime": {
  1453          "description": "Output only. Create time.",
  1454          "format": "google-datetime",
  1455          "readOnly": true,
  1456          "type": "string"
  1457        },
  1458        "description": {
  1459          "description": "Optional. User-defined description of an Application. Can have a maximum length of 2048 characters.",
  1460          "type": "string"
  1461        },
  1462        "displayName": {
  1463          "description": "Optional. User-defined name for the Application. Can have a maximum length of 63 characters.",
  1464          "type": "string"
  1465        },
  1466        "name": {
  1467          "description": "Identifier. The resource name of an Application. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}\"",
  1468          "type": "string"
  1469        },
  1470        "scope": {
  1471          "$ref": "Scope",
  1472          "description": "Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered."
  1473        },
  1474        "state": {
  1475          "description": "Output only. Application state.",
  1476          "enum": [
  1477            "STATE_UNSPECIFIED",
  1478            "CREATING",
  1479            "ACTIVE",
  1480            "DELETING"
  1481          ],
  1482          "enumDescriptions": [
  1483            "Unspecified state.",
  1484            "The Application is being created.",
  1485            "The Application is ready to register Services and Workloads.",
  1486            "The Application is being deleted."
  1487          ],
  1488          "readOnly": true,
  1489          "type": "string"
  1490        },
  1491        "uid": {
  1492          "description": "Output only. A universally unique identifier (in UUID4 format) for the `Application`.",
  1493          "readOnly": true,
  1494          "type": "string"
  1495        },
  1496        "updateTime": {
  1497          "description": "Output only. Update time.",
  1498          "format": "google-datetime",
  1499          "readOnly": true,
  1500          "type": "string"
  1501        }
  1502      },
  1503      "type": "object"
  1504    },
  1505    "Attributes": {
  1506      "description": "Consumer provided attributes.",
  1507      "id": "Attributes",
  1508      "properties": {
  1509        "businessOwners": {
  1510          "description": "Optional. Business team that ensures user needs are met and value is delivered",
  1511          "items": {
  1512            "$ref": "ContactInfo"
  1513          },
  1514          "type": "array"
  1515        },
  1516        "criticality": {
  1517          "$ref": "Criticality",
  1518          "description": "Optional. User-defined criticality information."
  1519        },
  1520        "developerOwners": {
  1521          "description": "Optional. Developer team that owns development and coding.",
  1522          "items": {
  1523            "$ref": "ContactInfo"
  1524          },
  1525          "type": "array"
  1526        },
  1527        "environment": {
  1528          "$ref": "Environment",
  1529          "description": "Optional. User-defined environment information."
  1530        },
  1531        "operatorOwners": {
  1532          "description": "Optional. Operator team that ensures runtime and operations.",
  1533          "items": {
  1534            "$ref": "ContactInfo"
  1535          },
  1536          "type": "array"
  1537        }
  1538      },
  1539      "type": "object"
  1540    },
  1541    "AuditConfig": {
  1542      "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.",
  1543      "id": "AuditConfig",
  1544      "properties": {
  1545        "auditLogConfigs": {
  1546          "description": "The configuration for logging of each type of permission.",
  1547          "items": {
  1548            "$ref": "AuditLogConfig"
  1549          },
  1550          "type": "array"
  1551        },
  1552        "service": {
  1553          "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.",
  1554          "type": "string"
  1555        }
  1556      },
  1557      "type": "object"
  1558    },
  1559    "AuditLogConfig": {
  1560      "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.",
  1561      "id": "AuditLogConfig",
  1562      "properties": {
  1563        "exemptedMembers": {
  1564          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
  1565          "items": {
  1566            "type": "string"
  1567          },
  1568          "type": "array"
  1569        },
  1570        "logType": {
  1571          "description": "The log type that this config enables.",
  1572          "enum": [
  1573            "LOG_TYPE_UNSPECIFIED",
  1574            "ADMIN_READ",
  1575            "DATA_WRITE",
  1576            "DATA_READ"
  1577          ],
  1578          "enumDescriptions": [
  1579            "Default case. Should never be this.",
  1580            "Admin reads. Example: CloudIAM getIamPolicy",
  1581            "Data writes. Example: CloudSQL Users create",
  1582            "Data reads. Example: CloudSQL Users list"
  1583          ],
  1584          "type": "string"
  1585        }
  1586      },
  1587      "type": "object"
  1588    },
  1589    "Binding": {
  1590      "description": "Associates `members`, or principals, with a `role`.",
  1591      "id": "Binding",
  1592      "properties": {
  1593        "condition": {
  1594          "$ref": "Expr",
  1595          "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)."
  1596        },
  1597        "members": {
  1598          "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`.",
  1599          "items": {
  1600            "type": "string"
  1601          },
  1602          "type": "array"
  1603        },
  1604        "role": {
  1605          "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).",
  1606          "type": "string"
  1607        }
  1608      },
  1609      "type": "object"
  1610    },
  1611    "CancelOperationRequest": {
  1612      "description": "The request message for Operations.CancelOperation.",
  1613      "id": "CancelOperationRequest",
  1614      "properties": {},
  1615      "type": "object"
  1616    },
  1617    "Channel": {
  1618      "description": "Separate message to accommodate custom formats across IRC and Slack.",
  1619      "id": "Channel",
  1620      "properties": {
  1621        "uri": {
  1622          "description": "Required. URI of the channel.",
  1623          "type": "string"
  1624        }
  1625      },
  1626      "type": "object"
  1627    },
  1628    "ContactInfo": {
  1629      "description": "Contact information of stakeholders.",
  1630      "id": "ContactInfo",
  1631      "properties": {
  1632        "channel": {
  1633          "$ref": "Channel",
  1634          "description": "Optional. Communication channel of the contacts."
  1635        },
  1636        "displayName": {
  1637          "description": "Optional. Contact's name. Can have a maximum length of 63 characters.",
  1638          "type": "string"
  1639        },
  1640        "email": {
  1641          "description": "Required. Email address of the contacts.",
  1642          "type": "string"
  1643        }
  1644      },
  1645      "type": "object"
  1646    },
  1647    "Criticality": {
  1648      "description": "Criticality of the Application, Service, or Workload",
  1649      "id": "Criticality",
  1650      "properties": {
  1651        "level": {
  1652          "deprecated": true,
  1653          "description": "Optional. Criticality level. Can contain only lowercase letters, numeric characters, underscores, and dashes. Can have a maximum length of 63 characters. Deprecated: Please refer to type instead.",
  1654          "type": "string"
  1655        },
  1656        "missionCritical": {
  1657          "deprecated": true,
  1658          "description": "Optional. Indicates mission-critical Application, Service, or Workload. Deprecated: Please refer to type instead.",
  1659          "type": "boolean"
  1660        },
  1661        "type": {
  1662          "description": "Required. Criticality Type.",
  1663          "enum": [
  1664            "TYPE_UNSPECIFIED",
  1665            "MISSION_CRITICAL",
  1666            "HIGH",
  1667            "MEDIUM",
  1668            "LOW"
  1669          ],
  1670          "enumDescriptions": [
  1671            "Unspecified type.",
  1672            "Mission critical service, application or workload.",
  1673            "High impact.",
  1674            "Medium impact.",
  1675            "Low impact."
  1676          ],
  1677          "type": "string"
  1678        }
  1679      },
  1680      "type": "object"
  1681    },
  1682    "DetachServiceProjectAttachmentRequest": {
  1683      "description": "Request for DetachServiceProjectAttachment.",
  1684      "id": "DetachServiceProjectAttachmentRequest",
  1685      "properties": {},
  1686      "type": "object"
  1687    },
  1688    "DetachServiceProjectAttachmentResponse": {
  1689      "description": "Response for DetachServiceProjectAttachment.",
  1690      "id": "DetachServiceProjectAttachmentResponse",
  1691      "properties": {},
  1692      "type": "object"
  1693    },
  1694    "DiscoveredService": {
  1695      "description": "DiscoveredService is a network/api interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.",
  1696      "id": "DiscoveredService",
  1697      "properties": {
  1698        "name": {
  1699          "description": "Identifier. The resource name of the discovered service. Format: \"projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}\"\"",
  1700          "type": "string"
  1701        },
  1702        "serviceProperties": {
  1703          "$ref": "ServiceProperties",
  1704          "description": "Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.",
  1705          "readOnly": true
  1706        },
  1707        "serviceReference": {
  1708          "$ref": "ServiceReference",
  1709          "description": "Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.",
  1710          "readOnly": true
  1711        }
  1712      },
  1713      "type": "object"
  1714    },
  1715    "DiscoveredWorkload": {
  1716      "description": "DiscoveredWorkload is a binary deployment (such as managed instance groups (MIGs) and GKE deployments) that performs the smallest logical subset of business functionality. A discovered workload can be registered to an App Hub Workload.",
  1717      "id": "DiscoveredWorkload",
  1718      "properties": {
  1719        "name": {
  1720          "description": "Identifier. The resource name of the discovered workload. Format: \"projects/{host-project-id}/locations/{location}/discoveredWorkloads/{uuid}\"",
  1721          "type": "string"
  1722        },
  1723        "workloadProperties": {
  1724          "$ref": "WorkloadProperties",
  1725          "description": "Output only. Properties of an underlying compute resource represented by the Workload. These are immutable.",
  1726          "readOnly": true
  1727        },
  1728        "workloadReference": {
  1729          "$ref": "WorkloadReference",
  1730          "description": "Output only. Reference of an underlying compute resource represented by the Workload. These are immutable.",
  1731          "readOnly": true
  1732        }
  1733      },
  1734      "type": "object"
  1735    },
  1736    "Empty": {
  1737      "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); }",
  1738      "id": "Empty",
  1739      "properties": {},
  1740      "type": "object"
  1741    },
  1742    "Environment": {
  1743      "description": "Environment of the Application, Service, or Workload",
  1744      "id": "Environment",
  1745      "properties": {
  1746        "environment": {
  1747          "deprecated": true,
  1748          "description": "Optional. Environment name. Can contain only lowercase letters, numeric characters, underscores, and dashes. Can have a maximum length of 63 characters. Deprecated: Please refer to type instead.",
  1749          "type": "string"
  1750        },
  1751        "type": {
  1752          "description": "Required. Environment Type.",
  1753          "enum": [
  1754            "TYPE_UNSPECIFIED",
  1755            "PRODUCTION",
  1756            "STAGING",
  1757            "TEST",
  1758            "DEVELOPMENT"
  1759          ],
  1760          "enumDescriptions": [
  1761            "Unspecified type.",
  1762            "Production environment.",
  1763            "Staging environment.",
  1764            "Test environment.",
  1765            "Development environment."
  1766          ],
  1767          "type": "string"
  1768        }
  1769      },
  1770      "type": "object"
  1771    },
  1772    "Expr": {
  1773      "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.",
  1774      "id": "Expr",
  1775      "properties": {
  1776        "description": {
  1777          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
  1778          "type": "string"
  1779        },
  1780        "expression": {
  1781          "description": "Textual representation of an expression in Common Expression Language syntax.",
  1782          "type": "string"
  1783        },
  1784        "location": {
  1785          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
  1786          "type": "string"
  1787        },
  1788        "title": {
  1789          "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.",
  1790          "type": "string"
  1791        }
  1792      },
  1793      "type": "object"
  1794    },
  1795    "FindUnregisteredServicesResponse": {
  1796      "description": "Response for FindUnregisteredServices.",
  1797      "id": "FindUnregisteredServicesResponse",
  1798      "properties": {
  1799        "discoveredServices": {
  1800          "description": "List of Discovered Services.",
  1801          "items": {
  1802            "$ref": "DiscoveredService"
  1803          },
  1804          "type": "array"
  1805        },
  1806        "nextPageToken": {
  1807          "description": "A token identifying a page of results the server should return.",
  1808          "type": "string"
  1809        },
  1810        "unreachable": {
  1811          "description": "Locations that could not be reached.",
  1812          "items": {
  1813            "type": "string"
  1814          },
  1815          "type": "array"
  1816        }
  1817      },
  1818      "type": "object"
  1819    },
  1820    "FindUnregisteredWorkloadsResponse": {
  1821      "description": "Response for FindUnregisteredWorkloads.",
  1822      "id": "FindUnregisteredWorkloadsResponse",
  1823      "properties": {
  1824        "discoveredWorkloads": {
  1825          "description": "List of Discovered Workloads.",
  1826          "items": {
  1827            "$ref": "DiscoveredWorkload"
  1828          },
  1829          "type": "array"
  1830        },
  1831        "nextPageToken": {
  1832          "description": "A token identifying a page of results the server should return.",
  1833          "type": "string"
  1834        },
  1835        "unreachable": {
  1836          "description": "Locations that could not be reached.",
  1837          "items": {
  1838            "type": "string"
  1839          },
  1840          "type": "array"
  1841        }
  1842      },
  1843      "type": "object"
  1844    },
  1845    "ListApplicationsResponse": {
  1846      "description": "Response for ListApplications.",
  1847      "id": "ListApplicationsResponse",
  1848      "properties": {
  1849        "applications": {
  1850          "description": "List of Applications.",
  1851          "items": {
  1852            "$ref": "Application"
  1853          },
  1854          "type": "array"
  1855        },
  1856        "nextPageToken": {
  1857          "description": "A token identifying a page of results the server should return.",
  1858          "type": "string"
  1859        },
  1860        "unreachable": {
  1861          "description": "Locations that could not be reached.",
  1862          "items": {
  1863            "type": "string"
  1864          },
  1865          "type": "array"
  1866        }
  1867      },
  1868      "type": "object"
  1869    },
  1870    "ListDiscoveredServicesResponse": {
  1871      "description": "Response for ListDiscoveredServices.",
  1872      "id": "ListDiscoveredServicesResponse",
  1873      "properties": {
  1874        "discoveredServices": {
  1875          "description": "List of Discovered Services.",
  1876          "items": {
  1877            "$ref": "DiscoveredService"
  1878          },
  1879          "type": "array"
  1880        },
  1881        "nextPageToken": {
  1882          "description": "A token identifying a page of results the server should return.",
  1883          "type": "string"
  1884        },
  1885        "unreachable": {
  1886          "description": "Locations that could not be reached.",
  1887          "items": {
  1888            "type": "string"
  1889          },
  1890          "type": "array"
  1891        }
  1892      },
  1893      "type": "object"
  1894    },
  1895    "ListDiscoveredWorkloadsResponse": {
  1896      "description": "Response for ListDiscoveredWorkloads.",
  1897      "id": "ListDiscoveredWorkloadsResponse",
  1898      "properties": {
  1899        "discoveredWorkloads": {
  1900          "description": "List of Discovered Workloads.",
  1901          "items": {
  1902            "$ref": "DiscoveredWorkload"
  1903          },
  1904          "type": "array"
  1905        },
  1906        "nextPageToken": {
  1907          "description": "A token identifying a page of results the server should return.",
  1908          "type": "string"
  1909        },
  1910        "unreachable": {
  1911          "description": "Locations that could not be reached.",
  1912          "items": {
  1913            "type": "string"
  1914          },
  1915          "type": "array"
  1916        }
  1917      },
  1918      "type": "object"
  1919    },
  1920    "ListLocationsResponse": {
  1921      "description": "The response message for Locations.ListLocations.",
  1922      "id": "ListLocationsResponse",
  1923      "properties": {
  1924        "locations": {
  1925          "description": "A list of locations that matches the specified filter in the request.",
  1926          "items": {
  1927            "$ref": "Location"
  1928          },
  1929          "type": "array"
  1930        },
  1931        "nextPageToken": {
  1932          "description": "The standard List next-page token.",
  1933          "type": "string"
  1934        }
  1935      },
  1936      "type": "object"
  1937    },
  1938    "ListOperationsResponse": {
  1939      "description": "The response message for Operations.ListOperations.",
  1940      "id": "ListOperationsResponse",
  1941      "properties": {
  1942        "nextPageToken": {
  1943          "description": "The standard List next-page token.",
  1944          "type": "string"
  1945        },
  1946        "operations": {
  1947          "description": "A list of operations that matches the specified filter in the request.",
  1948          "items": {
  1949            "$ref": "Operation"
  1950          },
  1951          "type": "array"
  1952        }
  1953      },
  1954      "type": "object"
  1955    },
  1956    "ListServiceProjectAttachmentsResponse": {
  1957      "description": "Response for ListServiceProjectAttachments.",
  1958      "id": "ListServiceProjectAttachmentsResponse",
  1959      "properties": {
  1960        "nextPageToken": {
  1961          "description": "A token identifying a page of results the server should return.",
  1962          "type": "string"
  1963        },
  1964        "serviceProjectAttachments": {
  1965          "description": "List of service project attachments.",
  1966          "items": {
  1967            "$ref": "ServiceProjectAttachment"
  1968          },
  1969          "type": "array"
  1970        },
  1971        "unreachable": {
  1972          "description": "Locations that could not be reached.",
  1973          "items": {
  1974            "type": "string"
  1975          },
  1976          "type": "array"
  1977        }
  1978      },
  1979      "type": "object"
  1980    },
  1981    "ListServicesResponse": {
  1982      "description": "Response for ListServices.",
  1983      "id": "ListServicesResponse",
  1984      "properties": {
  1985        "nextPageToken": {
  1986          "description": "A token identifying a page of results the server should return.",
  1987          "type": "string"
  1988        },
  1989        "services": {
  1990          "description": "List of Services.",
  1991          "items": {
  1992            "$ref": "Service"
  1993          },
  1994          "type": "array"
  1995        },
  1996        "unreachable": {
  1997          "description": "Locations that could not be reached.",
  1998          "items": {
  1999            "type": "string"
  2000          },
  2001          "type": "array"
  2002        }
  2003      },
  2004      "type": "object"
  2005    },
  2006    "ListWorkloadsResponse": {
  2007      "description": "Response for ListWorkloads.",
  2008      "id": "ListWorkloadsResponse",
  2009      "properties": {
  2010        "nextPageToken": {
  2011          "description": "A token identifying a page of results the server should return.",
  2012          "type": "string"
  2013        },
  2014        "unreachable": {
  2015          "description": "Locations that could not be reached.",
  2016          "items": {
  2017            "type": "string"
  2018          },
  2019          "type": "array"
  2020        },
  2021        "workloads": {
  2022          "description": "List of Workloads.",
  2023          "items": {
  2024            "$ref": "Workload"
  2025          },
  2026          "type": "array"
  2027        }
  2028      },
  2029      "type": "object"
  2030    },
  2031    "Location": {
  2032      "description": "A resource that represents a Google Cloud location.",
  2033      "id": "Location",
  2034      "properties": {
  2035        "displayName": {
  2036          "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
  2037          "type": "string"
  2038        },
  2039        "labels": {
  2040          "additionalProperties": {
  2041            "type": "string"
  2042          },
  2043          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
  2044          "type": "object"
  2045        },
  2046        "locationId": {
  2047          "description": "The canonical id for this location. For example: `\"us-east1\"`.",
  2048          "type": "string"
  2049        },
  2050        "metadata": {
  2051          "additionalProperties": {
  2052            "description": "Properties of the object. Contains field @type with type URL.",
  2053            "type": "any"
  2054          },
  2055          "description": "Service-specific metadata. For example the available capacity at the given location.",
  2056          "type": "object"
  2057        },
  2058        "name": {
  2059          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
  2060          "type": "string"
  2061        }
  2062      },
  2063      "type": "object"
  2064    },
  2065    "LookupDiscoveredServiceResponse": {
  2066      "description": "Response for LookupDiscoveredService.",
  2067      "id": "LookupDiscoveredServiceResponse",
  2068      "properties": {
  2069        "discoveredService": {
  2070          "$ref": "DiscoveredService",
  2071          "description": "Discovered Service if exists, empty otherwise."
  2072        }
  2073      },
  2074      "type": "object"
  2075    },
  2076    "LookupDiscoveredWorkloadResponse": {
  2077      "description": "Response for LookupDiscoveredWorkload.",
  2078      "id": "LookupDiscoveredWorkloadResponse",
  2079      "properties": {
  2080        "discoveredWorkload": {
  2081          "$ref": "DiscoveredWorkload",
  2082          "description": "Discovered Workload if exists, empty otherwise."
  2083        }
  2084      },
  2085      "type": "object"
  2086    },
  2087    "LookupServiceProjectAttachmentResponse": {
  2088      "description": "Response for LookupServiceProjectAttachment.",
  2089      "id": "LookupServiceProjectAttachmentResponse",
  2090      "properties": {
  2091        "serviceProjectAttachment": {
  2092          "$ref": "ServiceProjectAttachment",
  2093          "description": "Service project attachment for a project if exists, empty otherwise."
  2094        }
  2095      },
  2096      "type": "object"
  2097    },
  2098    "Operation": {
  2099      "description": "This resource represents a long-running operation that is the result of a network API call.",
  2100      "id": "Operation",
  2101      "properties": {
  2102        "done": {
  2103          "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.",
  2104          "type": "boolean"
  2105        },
  2106        "error": {
  2107          "$ref": "Status",
  2108          "description": "The error result of the operation in case of failure or cancellation."
  2109        },
  2110        "metadata": {
  2111          "additionalProperties": {
  2112            "description": "Properties of the object. Contains field @type with type URL.",
  2113            "type": "any"
  2114          },
  2115          "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.",
  2116          "type": "object"
  2117        },
  2118        "name": {
  2119          "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}`.",
  2120          "type": "string"
  2121        },
  2122        "response": {
  2123          "additionalProperties": {
  2124            "description": "Properties of the object. Contains field @type with type URL.",
  2125            "type": "any"
  2126          },
  2127          "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`.",
  2128          "type": "object"
  2129        }
  2130      },
  2131      "type": "object"
  2132    },
  2133    "OperationMetadata": {
  2134      "description": "Represents the metadata of the long-running operation.",
  2135      "id": "OperationMetadata",
  2136      "properties": {
  2137        "apiVersion": {
  2138          "description": "Output only. API version used to start the operation.",
  2139          "readOnly": true,
  2140          "type": "string"
  2141        },
  2142        "createTime": {
  2143          "description": "Output only. The time the operation was created.",
  2144          "format": "google-datetime",
  2145          "readOnly": true,
  2146          "type": "string"
  2147        },
  2148        "endTime": {
  2149          "description": "Output only. The time the operation finished running.",
  2150          "format": "google-datetime",
  2151          "readOnly": true,
  2152          "type": "string"
  2153        },
  2154        "requestedCancellation": {
  2155          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
  2156          "readOnly": true,
  2157          "type": "boolean"
  2158        },
  2159        "statusMessage": {
  2160          "description": "Output only. Human-readable status of the operation, if any.",
  2161          "readOnly": true,
  2162          "type": "string"
  2163        },
  2164        "target": {
  2165          "description": "Output only. Server-defined resource path for the target of the operation.",
  2166          "readOnly": true,
  2167          "type": "string"
  2168        },
  2169        "verb": {
  2170          "description": "Output only. Name of the verb executed by the operation.",
  2171          "readOnly": true,
  2172          "type": "string"
  2173        }
  2174      },
  2175      "type": "object"
  2176    },
  2177    "Policy": {
  2178      "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/).",
  2179      "id": "Policy",
  2180      "properties": {
  2181        "auditConfigs": {
  2182          "description": "Specifies cloud audit logging configuration for this policy.",
  2183          "items": {
  2184            "$ref": "AuditConfig"
  2185          },
  2186          "type": "array"
  2187        },
  2188        "bindings": {
  2189          "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`.",
  2190          "items": {
  2191            "$ref": "Binding"
  2192          },
  2193          "type": "array"
  2194        },
  2195        "etag": {
  2196          "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.",
  2197          "format": "byte",
  2198          "type": "string"
  2199        },
  2200        "version": {
  2201          "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).",
  2202          "format": "int32",
  2203          "type": "integer"
  2204        }
  2205      },
  2206      "type": "object"
  2207    },
  2208    "Scope": {
  2209      "description": "Scope of an application.",
  2210      "id": "Scope",
  2211      "properties": {
  2212        "type": {
  2213          "description": "Required. Scope Type.",
  2214          "enum": [
  2215            "TYPE_UNSPECIFIED",
  2216            "REGIONAL"
  2217          ],
  2218          "enumDescriptions": [
  2219            "Unspecified type.",
  2220            "Regional type."
  2221          ],
  2222          "type": "string"
  2223        }
  2224      },
  2225      "type": "object"
  2226    },
  2227    "Service": {
  2228      "description": "Service is an App Hub data model that contains a discovered service, which represents a network/api interface that exposes some functionality to clients for consumption over the network.",
  2229      "id": "Service",
  2230      "properties": {
  2231        "attributes": {
  2232          "$ref": "Attributes",
  2233          "description": "Optional. Consumer provided attributes."
  2234        },
  2235        "createTime": {
  2236          "description": "Output only. Create time.",
  2237          "format": "google-datetime",
  2238          "readOnly": true,
  2239          "type": "string"
  2240        },
  2241        "description": {
  2242          "description": "Optional. User-defined description of a Service. Can have a maximum length of 2048 characters.",
  2243          "type": "string"
  2244        },
  2245        "discoveredService": {
  2246          "description": "Required. Immutable. The resource name of the original discovered service.",
  2247          "type": "string"
  2248        },
  2249        "displayName": {
  2250          "description": "Optional. User-defined name for the Service. Can have a maximum length of 63 characters.",
  2251          "type": "string"
  2252        },
  2253        "name": {
  2254          "description": "Identifier. The resource name of a Service. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}\"",
  2255          "type": "string"
  2256        },
  2257        "serviceProperties": {
  2258          "$ref": "ServiceProperties",
  2259          "description": "Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.",
  2260          "readOnly": true
  2261        },
  2262        "serviceReference": {
  2263          "$ref": "ServiceReference",
  2264          "description": "Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.",
  2265          "readOnly": true
  2266        },
  2267        "state": {
  2268          "description": "Output only. Service state.",
  2269          "enum": [
  2270            "STATE_UNSPECIFIED",
  2271            "CREATING",
  2272            "ACTIVE",
  2273            "DELETING",
  2274            "DETACHED"
  2275          ],
  2276          "enumDescriptions": [
  2277            "Unspecified state.",
  2278            "The service is being created.",
  2279            "The service is ready.",
  2280            "The service is being deleted.",
  2281            "The underlying networking resources have been deleted."
  2282          ],
  2283          "readOnly": true,
  2284          "type": "string"
  2285        },
  2286        "uid": {
  2287          "description": "Output only. A universally unique identifier (UUID) for the `Service` in the UUID4 format.",
  2288          "readOnly": true,
  2289          "type": "string"
  2290        },
  2291        "updateTime": {
  2292          "description": "Output only. Update time.",
  2293          "format": "google-datetime",
  2294          "readOnly": true,
  2295          "type": "string"
  2296        }
  2297      },
  2298      "type": "object"
  2299    },
  2300    "ServiceProjectAttachment": {
  2301      "description": "ServiceProjectAttachment represents an attachment from a service project to a host project. Service projects contain the underlying cloud infrastructure resources, and expose these resources to the host project through a ServiceProjectAttachment. With the attachments, the host project can provide an aggregated view of resources across all service projects.",
  2302      "id": "ServiceProjectAttachment",
  2303      "properties": {
  2304        "createTime": {
  2305          "description": "Output only. Create time.",
  2306          "format": "google-datetime",
  2307          "readOnly": true,
  2308          "type": "string"
  2309        },
  2310        "name": {
  2311          "description": "Identifier. The resource name of a ServiceProjectAttachment. Format: \"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\"",
  2312          "type": "string"
  2313        },
  2314        "serviceProject": {
  2315          "description": "Required. Immutable. Service project name in the format: \"projects/abc\" or \"projects/123\". As input, project name with either project id or number are accepted. As output, this field will contain project number.",
  2316          "type": "string"
  2317        },
  2318        "state": {
  2319          "description": "Output only. ServiceProjectAttachment state.",
  2320          "enum": [
  2321            "STATE_UNSPECIFIED",
  2322            "CREATING",
  2323            "ACTIVE",
  2324            "DELETING"
  2325          ],
  2326          "enumDescriptions": [
  2327            "Unspecified state.",
  2328            "The ServiceProjectAttachment is being created.",
  2329            "The ServiceProjectAttachment is ready. This means Services and Workloads under the corresponding ServiceProjectAttachment is ready for registration.",
  2330            "The ServiceProjectAttachment is being deleted."
  2331          ],
  2332          "readOnly": true,
  2333          "type": "string"
  2334        },
  2335        "uid": {
  2336          "description": "Output only. A globally unique identifier (in UUID4 format) for the `ServiceProjectAttachment`.",
  2337          "readOnly": true,
  2338          "type": "string"
  2339        }
  2340      },
  2341      "type": "object"
  2342    },
  2343    "ServiceProperties": {
  2344      "description": "Properties of an underlying cloud resource that can comprise a Service.",
  2345      "id": "ServiceProperties",
  2346      "properties": {
  2347        "gcpProject": {
  2348          "description": "Output only. The service project identifier that the underlying cloud resource resides in.",
  2349          "readOnly": true,
  2350          "type": "string"
  2351        },
  2352        "location": {
  2353          "description": "Output only. The location that the underlying resource resides in, for example, us-west1.",
  2354          "readOnly": true,
  2355          "type": "string"
  2356        },
  2357        "zone": {
  2358          "description": "Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).",
  2359          "readOnly": true,
  2360          "type": "string"
  2361        }
  2362      },
  2363      "type": "object"
  2364    },
  2365    "ServiceReference": {
  2366      "description": "Reference to an underlying networking resource that can comprise a Service.",
  2367      "id": "ServiceReference",
  2368      "properties": {
  2369        "path": {
  2370          "description": "Output only. Additional path under the resource URI (demultiplexing one resource URI into multiple entries). Smallest unit a policy can be attached to. Examples: URL Map path entry.",
  2371          "readOnly": true,
  2372          "type": "string"
  2373        },
  2374        "uri": {
  2375          "description": "Output only. The underlying resource URI (For example, URI of Forwarding Rule, URL Map, and Backend Service).",
  2376          "readOnly": true,
  2377          "type": "string"
  2378        }
  2379      },
  2380      "type": "object"
  2381    },
  2382    "SetIamPolicyRequest": {
  2383      "description": "Request message for `SetIamPolicy` method.",
  2384      "id": "SetIamPolicyRequest",
  2385      "properties": {
  2386        "policy": {
  2387          "$ref": "Policy",
  2388          "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."
  2389        },
  2390        "updateMask": {
  2391          "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\"`",
  2392          "format": "google-fieldmask",
  2393          "type": "string"
  2394        }
  2395      },
  2396      "type": "object"
  2397    },
  2398    "Status": {
  2399      "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).",
  2400      "id": "Status",
  2401      "properties": {
  2402        "code": {
  2403          "description": "The status code, which should be an enum value of google.rpc.Code.",
  2404          "format": "int32",
  2405          "type": "integer"
  2406        },
  2407        "details": {
  2408          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
  2409          "items": {
  2410            "additionalProperties": {
  2411              "description": "Properties of the object. Contains field @type with type URL.",
  2412              "type": "any"
  2413            },
  2414            "type": "object"
  2415          },
  2416          "type": "array"
  2417        },
  2418        "message": {
  2419          "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.",
  2420          "type": "string"
  2421        }
  2422      },
  2423      "type": "object"
  2424    },
  2425    "TestIamPermissionsRequest": {
  2426      "description": "Request message for `TestIamPermissions` method.",
  2427      "id": "TestIamPermissionsRequest",
  2428      "properties": {
  2429        "permissions": {
  2430          "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).",
  2431          "items": {
  2432            "type": "string"
  2433          },
  2434          "type": "array"
  2435        }
  2436      },
  2437      "type": "object"
  2438    },
  2439    "TestIamPermissionsResponse": {
  2440      "description": "Response message for `TestIamPermissions` method.",
  2441      "id": "TestIamPermissionsResponse",
  2442      "properties": {
  2443        "permissions": {
  2444          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
  2445          "items": {
  2446            "type": "string"
  2447          },
  2448          "type": "array"
  2449        }
  2450      },
  2451      "type": "object"
  2452    },
  2453    "Workload": {
  2454      "description": "Workload is an App Hub data model that contains a discovered workload, which represents a binary deployment (such as managed instance groups (MIGs) and GKE deployments) that performs the smallest logical subset of business functionality.",
  2455      "id": "Workload",
  2456      "properties": {
  2457        "attributes": {
  2458          "$ref": "Attributes",
  2459          "description": "Optional. Consumer provided attributes."
  2460        },
  2461        "createTime": {
  2462          "description": "Output only. Create time.",
  2463          "format": "google-datetime",
  2464          "readOnly": true,
  2465          "type": "string"
  2466        },
  2467        "description": {
  2468          "description": "Optional. User-defined description of a Workload. Can have a maximum length of 2048 characters.",
  2469          "type": "string"
  2470        },
  2471        "discoveredWorkload": {
  2472          "description": "Required. Immutable. The resource name of the original discovered workload.",
  2473          "type": "string"
  2474        },
  2475        "displayName": {
  2476          "description": "Optional. User-defined name for the Workload. Can have a maximum length of 63 characters.",
  2477          "type": "string"
  2478        },
  2479        "name": {
  2480          "description": "Identifier. The resource name of the Workload. Format: \"projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}\"",
  2481          "type": "string"
  2482        },
  2483        "state": {
  2484          "description": "Output only. Workload state.",
  2485          "enum": [
  2486            "STATE_UNSPECIFIED",
  2487            "CREATING",
  2488            "ACTIVE",
  2489            "DELETING",
  2490            "DETACHED"
  2491          ],
  2492          "enumDescriptions": [
  2493            "Unspecified state.",
  2494            "The Workload is being created.",
  2495            "The Workload is ready.",
  2496            "The Workload is being deleted.",
  2497            "The underlying compute resources have been deleted."
  2498          ],
  2499          "readOnly": true,
  2500          "type": "string"
  2501        },
  2502        "uid": {
  2503          "description": "Output only. A universally unique identifier (UUID) for the `Workload` in the UUID4 format.",
  2504          "readOnly": true,
  2505          "type": "string"
  2506        },
  2507        "updateTime": {
  2508          "description": "Output only. Update time.",
  2509          "format": "google-datetime",
  2510          "readOnly": true,
  2511          "type": "string"
  2512        },
  2513        "workloadProperties": {
  2514          "$ref": "WorkloadProperties",
  2515          "description": "Output only. Properties of an underlying compute resource represented by the Workload. These are immutable.",
  2516          "readOnly": true
  2517        },
  2518        "workloadReference": {
  2519          "$ref": "WorkloadReference",
  2520          "description": "Output only. Reference of an underlying compute resource represented by the Workload. These are immutable.",
  2521          "readOnly": true
  2522        }
  2523      },
  2524      "type": "object"
  2525    },
  2526    "WorkloadProperties": {
  2527      "description": "Properties of an underlying compute resource represented by the Workload.",
  2528      "id": "WorkloadProperties",
  2529      "properties": {
  2530        "gcpProject": {
  2531          "description": "Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.",
  2532          "readOnly": true,
  2533          "type": "string"
  2534        },
  2535        "location": {
  2536          "description": "Output only. The location that the underlying compute resource resides in (e.g us-west1).",
  2537          "readOnly": true,
  2538          "type": "string"
  2539        },
  2540        "zone": {
  2541          "description": "Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).",
  2542          "readOnly": true,
  2543          "type": "string"
  2544        }
  2545      },
  2546      "type": "object"
  2547    },
  2548    "WorkloadReference": {
  2549      "description": "Reference of an underlying compute resource represented by the Workload.",
  2550      "id": "WorkloadReference",
  2551      "properties": {
  2552        "uri": {
  2553          "description": "Output only. The underlying compute resource uri.",
  2554          "readOnly": true,
  2555          "type": "string"
  2556        }
  2557      },
  2558      "type": "object"
  2559    }
  2560  },
  2561  "servicePath": "",
  2562  "title": "App Hub API",
  2563  "version": "v1alpha",
  2564  "version_module": true
  2565}

View as plain text