openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 139 kB
JSON
{"openapi":"3.0.0","servers":[{"url":"https://deploymentmanager.googleapis.com/"}],"info":{"contact":{"name":"Google","url":"https://google.com","x-twitter":"youtube"},"description":"The Google Cloud Deployment Manager v2 API provides services for configuring, deploying, and viewing Google Cloud services and APIs via templates which specify deployments of Cloud resources.","license":{"name":"Creative Commons Attribution 3.0","url":"http://creativecommons.org/licenses/by/3.0/"},"termsOfService":"https://developers.google.com/terms/","title":"Cloud Deployment Manager V2 API","version":"v2beta","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["analytics","media"],"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"format":"google","url":"https://deploymentmanager.googleapis.com/$discovery/rest?version=v2beta","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"deploymentmanager"},"externalDocs":{"url":"https://cloud.google.com/deployment-manager"},"tags":[{"name":"compositeTypes"},{"name":"deployments"},{"name":"manifests"},{"name":"operations"},{"name":"resources"},{"name":"typeProviders"},{"name":"types"}],"paths":{"/deploymentmanager/v2beta/projects/{project}/global/compositeTypes":{"get":{"description":"Lists all composite types for Deployment Manager.","operationId":"deploymentmanager.compositeTypes.list","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)","in":"query","name":"maxResults","schema":{"minimum":0,"type":"integer"}},{"description":"Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompositeTypesListResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman.readonly"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman.readonly"]}],"tags":["compositeTypes"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a composite type.","operationId":"deploymentmanager.compositeTypes.insert","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompositeType"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["compositeTypes"]}},"/deploymentmanager/v2beta/projects/{project}/global/compositeTypes/{compositeType}":{"delete":{"description":"Deletes a composite type.","operationId":"deploymentmanager.compositeTypes.delete","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the type for this request.","in":"path","name":"compositeType","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["compositeTypes"]},"get":{"description":"Gets information about a specific composite type.","operationId":"deploymentmanager.compositeTypes.get","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the composite type for this request.","in":"path","name":"compositeType","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompositeType"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman.readonly"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman.readonly"]}],"tags":["compositeTypes"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Patches a composite type.","operationId":"deploymentmanager.compositeTypes.patch","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the composite type for this request.","in":"path","name":"compositeType","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompositeType"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["compositeTypes"]},"put":{"description":"Updates a composite type.","operationId":"deploymentmanager.compositeTypes.update","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the composite type for this request.","in":"path","name":"compositeType","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompositeType"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["compositeTypes"]}},"/deploymentmanager/v2beta/projects/{project}/global/deployments":{"get":{"description":"Lists all deployments for a given project.","operationId":"deploymentmanager.deployments.list","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)","in":"query","name":"maxResults","schema":{"minimum":0,"type":"integer"}},{"description":"Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentsListResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman.readonly"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman.readonly"]}],"tags":["deployments"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a deployment and all of the resources described by the deployment manifest.","operationId":"deploymentmanager.deployments.insert","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"Sets the policy to use for creating new resources.","in":"query","name":"createPolicy","schema":{"enum":["CREATE_OR_ACQUIRE","ACQUIRE","CREATE"],"type":"string"}},{"description":"If set to true, creates a deployment and creates \"shell\" resources but does not actually instantiate these resources. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the `update()` method or you can use the `cancelPreview()` method to cancel the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.","in":"query","name":"preview","schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deployment"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["deployments"]}},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}":{"delete":{"description":"Deletes a deployment and all of the resources in the deployment.","operationId":"deploymentmanager.deployments.delete","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}},{"description":"Sets the policy to use for deleting resources.","in":"query","name":"deletePolicy","schema":{"enum":["DELETE","ABANDON"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["deployments"]},"get":{"description":"Gets information about a specific deployment.","operationId":"deploymentmanager.deployments.get","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deployment"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman.readonly"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman.readonly"]}],"tags":["deployments"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Patches a deployment and all of the resources described by the deployment manifest.","operationId":"deploymentmanager.deployments.patch","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}},{"description":"Sets the policy to use for creating new resources.","in":"query","name":"createPolicy","schema":{"enum":["CREATE_OR_ACQUIRE","ACQUIRE","CREATE"],"type":"string"}},{"description":"Sets the policy to use for deleting resources.","in":"query","name":"deletePolicy","schema":{"enum":["DELETE","ABANDON"],"type":"string"}},{"description":"If set to true, updates the deployment and creates and updates the \"shell\" resources but does not actually alter or instantiate these resources. This allows you to preview what your deployment will look like. You can use this intent to preview how an update would affect your deployment. You must provide a `target.config` with a configuration if this is set to true. After previewing a deployment, you can deploy your resources by making a request with the `update()` or you can `cancelPreview()` to remove the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.","in":"query","name":"preview","schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deployment"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["deployments"]},"put":{"description":"Updates a deployment and all of the resources described by the deployment manifest.","operationId":"deploymentmanager.deployments.update","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}},{"description":"Sets the policy to use for creating new resources.","in":"query","name":"createPolicy","schema":{"enum":["CREATE_OR_ACQUIRE","ACQUIRE","CREATE"],"type":"string"}},{"description":"Sets the policy to use for deleting resources.","in":"query","name":"deletePolicy","schema":{"enum":["DELETE","ABANDON"],"type":"string"}},{"description":"If set to true, updates the deployment and creates and updates the \"shell\" resources but does not actually alter or instantiate these resources. This allows you to preview what your deployment will look like. You can use this intent to preview how an update would affect your deployment. You must provide a `target.config` with a configuration if this is set to true. After previewing a deployment, you can deploy your resources by making a request with the `update()` or you can `cancelPreview()` to remove the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.","in":"query","name":"preview","schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Deployment"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["deployments"]}},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}/cancelPreview":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Cancels and removes the preview currently associated with the deployment.","operationId":"deploymentmanager.deployments.cancelPreview","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentsCancelPreviewRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["deployments"]}},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}/manifests":{"get":{"description":"Lists all manifests for a given deployment.","operationId":"deploymentmanager.manifests.list","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}},{"description":"A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)","in":"query","name":"maxResults","schema":{"minimum":0,"type":"integer"}},{"description":"Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManifestsListResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman.readonly"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman.readonly"]}],"tags":["manifests"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}/manifests/{manifest}":{"get":{"description":"Gets information about a specific manifest.","operationId":"deploymentmanager.manifests.get","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}},{"description":"The name of the manifest for this request.","in":"path","name":"manifest","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Manifest"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman.readonly"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman.readonly"]}],"tags":["manifests"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}/resources":{"get":{"description":"Lists all resources in a given deployment.","operationId":"deploymentmanager.resources.list","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}},{"description":"A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)","in":"query","name":"maxResults","schema":{"minimum":0,"type":"integer"}},{"description":"Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourcesListResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman.readonly"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman.readonly"]}],"tags":["resources"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}/resources/{resource}":{"get":{"description":"Gets information about a single resource.","operationId":"deploymentmanager.resources.get","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}},{"description":"The name of the resource for this request.","in":"path","name":"resource","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Resource"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman.readonly"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman.readonly"]}],"tags":["resources"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}/stop":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Stops an ongoing operation. This does not roll back any work that has already been completed, but prevents any new work from being started.","operationId":"deploymentmanager.deployments.stop","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"The name of the deployment for this request.","in":"path","name":"deployment","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeploymentsStopRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["deployments"]}},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{resource}/getIamPolicy":{"get":{"description":"Gets the access control policy for a resource. May be empty if no such policy or resource exists.","operationId":"deploymentmanager.deployments.getIamPolicy","parameters":[{"description":"Project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"Name or id of the resource for this request.","in":"path","name":"resource","required":true,"schema":{"type":"string"}},{"description":"Requested IAM Policy version.","in":"query","name":"optionsRequestedPolicyVersion","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Policy"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["deployments"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{resource}/setIamPolicy":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Sets the access control policy on the specified resource. Replaces any existing policy.","operationId":"deploymentmanager.deployments.setIamPolicy","parameters":[{"description":"Project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"Name or id of the resource for this request.","in":"path","name":"resource","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GlobalSetPolicyRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Policy"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["deployments"]}},"/deploymentmanager/v2beta/projects/{project}/global/deployments/{resource}/testIamPermissions":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Returns permissions that a caller has on the specified resource.","operationId":"deploymentmanager.deployments.testIamPermissions","parameters":[{"description":"Project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"Name or id of the resource for this request.","in":"path","name":"resource","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestPermissionsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestPermissionsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/ndev.cloudman"],"Oauth2c":["https://www.googleapis.com/auth/ndev.cloudman"]}],"tags":["deployments"]}},"/deploymentmanager/v2beta/projects/{project}/global/operations":{"get":{"description":"Lists all operations for a project.","operationId":"deploymentmanager.operations.list","parameters":[{"description":"The project ID for this request.","in":"path","name":"project","required":true,"schema":{"type":"string"}},{"description":"A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to ge