openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 142 kB
JSON
{"openapi":"3.0.0","info":{"contact":{"name":"Google","url":"https://google.com"},"description":"Provides methods for detection, risk analysis, and de-identification of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.","title":"Cloud Data Loss Prevention (DLP)","version":"v2","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["cloud"],"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"converter":{"url":"https://github.com/lucybot/api-spec-converter","version":"2.7.18"},"format":"google","url":"https://dlp.googleapis.com/$discovery/rest?version=v2","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"dlp"},"externalDocs":{"url":"https://cloud.google.com/dlp/docs/"},"tags":[{"name":"infoTypes"},{"name":"organizations"},{"name":"projects"}],"paths":{"/v2/infoTypes":{"get":{"description":"Returns a list of the sensitive information types that the DLP API\nsupports. See https://cloud.google.com/dlp/docs/infotypes-reference to\nlearn more.","operationId":"dlp.infoTypes.list","parameters":[{"description":"Optional filter to only return infoTypes supported by certain parts of the\nAPI. Defaults to supported_by=INSPECT.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"Optional BCP-47 language code for localized infoType friendly\nnames. If omitted, or if localized strings are not available,\nen-US strings will be returned.","in":"query","name":"languageCode","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2ListInfoTypesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["infoTypes"]},"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v2/{name}":{"delete":{"description":"Deletes an InspectTemplate.\nSee https://cloud.google.com/dlp/docs/creating-templates to learn more.","operationId":"dlp.projects.inspectTemplates.delete","parameters":[{"description":"Resource name of the organization and inspectTemplate to be deleted, for\nexample `organizations/433245324/inspectTemplates/432452342` or\nprojects/project-id/inspectTemplates/432452342.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GoogleProtobufEmpty"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"get":{"description":"Gets an InspectTemplate.\nSee https://cloud.google.com/dlp/docs/creating-templates to learn more.","operationId":"dlp.projects.inspectTemplates.get","parameters":[{"description":"Resource name of the organization and inspectTemplate to be read, for\nexample `organizations/433245324/inspectTemplates/432452342` or\nprojects/project-id/inspectTemplates/432452342.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2InspectTemplate"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"patch":{"description":"Updates the InspectTemplate.\nSee https://cloud.google.com/dlp/docs/creating-templates to learn more.","operationId":"dlp.projects.inspectTemplates.patch","parameters":[{"description":"Resource name of organization and inspectTemplate to be updated, for\nexample `organizations/433245324/inspectTemplates/432452342` or\nprojects/project-id/inspectTemplates/432452342.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2UpdateInspectTemplateRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2InspectTemplate"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{name}:cancel":{"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Starts asynchronous cancellation on a long-running DlpJob. The server\nmakes a best effort to cancel the DlpJob, but success is not\nguaranteed.\nSee https://cloud.google.com/dlp/docs/inspecting-storage and\nhttps://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.","operationId":"dlp.projects.dlpJobs.cancel","parameters":[{"description":"The name of the DlpJob resource to be cancelled.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2CancelDlpJobRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GoogleProtobufEmpty"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{parent}/content:deidentify":{"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"De-identifies potentially sensitive info from a ContentItem.\nThis method has limits on input size and output size.\nSee https://cloud.google.com/dlp/docs/deidentify-sensitive-data to\nlearn more.\n\nWhen no InfoTypes or CustomInfoTypes are specified in this request, the\nsystem will automatically choose what detectors to run. By default this may\nbe all types, but may change over time as detectors are updated.","operationId":"dlp.projects.content.deidentify","parameters":[{"description":"The parent resource name, for example projects/my-project-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2DeidentifyContentRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2DeidentifyContentResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{parent}/content:inspect":{"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Finds potentially sensitive info in content.\nThis method has limits on input size, processing time, and output size.\n\nWhen no InfoTypes or CustomInfoTypes are specified in this request, the\nsystem will automatically choose what detectors to run. By default this may\nbe all types, but may change over time as detectors are updated.\n\nFor how to guides, see https://cloud.google.com/dlp/docs/inspecting-images\nand https://cloud.google.com/dlp/docs/inspecting-text,","operationId":"dlp.projects.content.inspect","parameters":[{"description":"The parent resource name, for example projects/my-project-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2InspectContentRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2InspectContentResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{parent}/content:reidentify":{"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Re-identifies content that has been de-identified.\nSee\nhttps://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example\nto learn more.","operationId":"dlp.projects.content.reidentify","parameters":[{"description":"The parent resource name.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2ReidentifyContentRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2ReidentifyContentResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{parent}/deidentifyTemplates":{"get":{"description":"Lists DeidentifyTemplates.\nSee https://cloud.google.com/dlp/docs/creating-templates-deid to learn\nmore.","operationId":"dlp.projects.deidentifyTemplates.list","parameters":[{"description":"Optional comma separated list of fields to order by,\nfollowed by `asc` or `desc` postfix. This list is case-insensitive,\ndefault sorting order is ascending, redundant space characters are\ninsignificant.\n\nExample: `name asc,update_time, create_time desc`\n\nSupported fields are:\n\n- `create_time`: corresponds to time the template was created.\n- `update_time`: corresponds to time the template was last updated.\n- `name`: corresponds to template's name.\n- `display_name`: corresponds to template's display name.","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Optional size of the page, can be limited by server. If zero server returns\na page of max size 100.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Optional page token to continue retrieval. Comes from previous call\nto `ListDeidentifyTemplates`.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"The parent resource name, for example projects/my-project-id or\norganizations/my-org-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2ListDeidentifyTemplatesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Creates a DeidentifyTemplate for re-using frequently used configuration\nfor de-identifying content, images, and storage.\nSee https://cloud.google.com/dlp/docs/creating-templates-deid to learn\nmore.","operationId":"dlp.projects.deidentifyTemplates.create","parameters":[{"description":"The parent resource name, for example projects/my-project-id or\norganizations/my-org-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2CreateDeidentifyTemplateRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2DeidentifyTemplate"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{parent}/dlpJobs":{"get":{"description":"Lists DlpJobs that match the specified filter in the request.\nSee https://cloud.google.com/dlp/docs/inspecting-storage and\nhttps://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.","operationId":"dlp.projects.dlpJobs.list","parameters":[{"description":"Optional. Allows filtering.\n\nSupported syntax:\n\n* Filter expressions are made up of one or more restrictions.\n* Restrictions can be combined by `AND` or `OR` logical operators. A\nsequence of restrictions implicitly uses `AND`.\n* A restriction has the form of `<field> <operator> <value>`.\n* Supported fields/values for inspect jobs:\n - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED\n - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY\n - `trigger_name` - The resource name of the trigger that created job.\n* Supported fields for risk analysis jobs:\n - `state` - RUNNING|CANCELED|FINISHED|FAILED\n* The operator must be `=` or `!=`.\n\nExamples:\n\n* inspected_storage = cloud_storage AND state = done\n* inspected_storage = cloud_storage OR inspected_storage = bigquery\n* inspected_storage = cloud_storage AND (state = done OR state = canceled)\n\nThe length of this field should be no more than 500 characters.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"Optional comma separated list of fields to order by,\nfollowed by `asc` or `desc` postfix. This list is case-insensitive,\ndefault sorting order is ascending, redundant space characters are\ninsignificant.\n\nExample: `name asc, end_time asc, create_time desc`\n\nSupported fields are:\n\n- `create_time`: corresponds to time the job was created.\n- `end_time`: corresponds to time the job ended.\n- `name`: corresponds to job's name.\n- `state`: corresponds to `state`","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"The standard list page size.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The standard list page token.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"The parent resource name, for example projects/my-project-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}},{"description":"The type of job. Defaults to `DlpJobType.INSPECT`","in":"query","name":"type","schema":{"type":"string","enum":["DLP_JOB_TYPE_UNSPECIFIED","INSPECT_JOB","RISK_ANALYSIS_JOB"]}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2ListDlpJobsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Creates a new job to inspect storage or calculate risk metrics.\nSee https://cloud.google.com/dlp/docs/inspecting-storage and\nhttps://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.\n\nWhen no InfoTypes or CustomInfoTypes are specified in inspect jobs, the\nsystem will automatically choose what detectors to run. By default this may\nbe all types, but may change over time as detectors are updated.","operationId":"dlp.projects.dlpJobs.create","parameters":[{"description":"The parent resource name, for example projects/my-project-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2CreateDlpJobRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2DlpJob"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{parent}/image:redact":{"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Redacts potentially sensitive info from an image.\nThis method has limits on input size, processing time, and output size.\nSee https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to\nlearn more.\n\nWhen no InfoTypes or CustomInfoTypes are specified in this request, the\nsystem will automatically choose what detectors to run. By default this may\nbe all types, but may change over time as detectors are updated.","operationId":"dlp.projects.image.redact","parameters":[{"description":"The parent resource name, for example projects/my-project-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2RedactImageRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2RedactImageResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{parent}/inspectTemplates":{"get":{"description":"Lists InspectTemplates.\nSee https://cloud.google.com/dlp/docs/creating-templates to learn more.","operationId":"dlp.projects.inspectTemplates.list","parameters":[{"description":"Optional comma separated list of fields to order by,\nfollowed by `asc` or `desc` postfix. This list is case-insensitive,\ndefault sorting order is ascending, redundant space characters are\ninsignificant.\n\nExample: `name asc,update_time, create_time desc`\n\nSupported fields are:\n\n- `create_time`: corresponds to time the template was created.\n- `update_time`: corresponds to time the template was last updated.\n- `name`: corresponds to template's name.\n- `display_name`: corresponds to template's display name.","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Optional size of the page, can be limited by server. If zero server returns\na page of max size 100.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Optional page token to continue retrieval. Comes from previous call\nto `ListInspectTemplates`.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"The parent resource name, for example projects/my-project-id or\norganizations/my-org-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2ListInspectTemplatesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Creates an InspectTemplate for re-using frequently used configuration\nfor inspecting content, images, and storage.\nSee https://cloud.google.com/dlp/docs/creating-templates to learn more.","operationId":"dlp.projects.inspectTemplates.create","parameters":[{"description":"The parent resource name, for example projects/my-project-id or\norganizations/my-org-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2CreateInspectTemplateRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2InspectTemplate"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{parent}/jobTriggers":{"get":{"description":"Lists job triggers.\nSee https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.","operationId":"dlp.projects.jobTriggers.list","parameters":[{"description":"Optional. Allows filtering.\n\nSupported syntax:\n\n* Filter expressions are made up of one or more restrictions.\n* Restrictions can be combined by `AND` or `OR` logical operators. A\nsequence of restrictions implicitly uses `AND`.\n* A restriction has the form of `<field> <operator> <value>`.\n* Supported fields/values for inspect jobs:\n - `status` - HEALTHY|PAUSED|CANCELLED\n - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY\n - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by\n quotation marks. Nanoseconds are ignored.\n - 'error_count' - Number of errors that have occurred while running.\n* The operator must be `=` or `!=` for status and inspected_storage.\n\nExamples:\n\n* inspected_storage = cloud_storage AND status = HEALTHY\n* inspected_storage = cloud_storage OR inspected_storage = bigquery\n* inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY)\n* last_run_time > \\\"2017-12-12T00:00:00+00:00\\\"\n\nThe length of this field should be no more than 500 characters.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"Optional comma separated list of triggeredJob fields to order by,\nfollowed by `asc` or `desc` postfix. This list is case-insensitive,\ndefault sorting order is ascending, redundant space characters are\ninsignificant.\n\nExample: `name asc,update_time, create_time desc`\n\nSupported fields are:\n\n- `create_time`: corresponds to time the JobTrigger was created.\n- `update_time`: corresponds to time the JobTrigger was last updated.\n- `last_run_time`: corresponds to the last time the JobTrigger ran.\n- `name`: corresponds to JobTrigger's name.\n- `display_name`: corresponds to JobTrigger's display name.\n- `status`: corresponds to JobTrigger's status.","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Optional size of the page, can be limited by a server.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Optional page token to continue retrieval. Comes from previous call\nto ListJobTriggers. `order_by` field must not\nchange for subsequent calls.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"The parent resource name, for example `projects/my-project-id`.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2ListJobTriggersResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Creates a job trigger to run DLP actions such as scanning storage for\nsensitive information on a set schedule.\nSee https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.","operationId":"dlp.projects.jobTriggers.create","parameters":[{"description":"The parent resource name, for example projects/my-project-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2CreateJobTriggerRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2JobTrigger"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v2/{parent}/storedInfoTypes":{"get":{"description":"Lists stored infoTypes.\nSee https://cloud.google.com/dlp/docs/creating-stored-infotypes to\nlearn more.","operationId":"dlp.projects.storedInfoTypes.list","parameters":[{"description":"Optional comma separated list of fields to order by,\nfollowed by `asc` or `desc` postfix. This list is case-insensitive,\ndefault sorting order is ascending, redundant space characters are\ninsignificant.\n\nExample: `name asc, display_name, create_time desc`\n\nSupported fields are:\n\n- `create_time`: corresponds to time the most recent version of the\nresource was created.\n- `state`: corresponds to the state of the resource.\n- `name`: corresponds to resource name.\n- `display_name`: corresponds to info type's display name.","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Optional size of the page, can be limited by server. If zero server returns\na page of max size 100.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Optional page token to continue retrieval. Comes from previous call\nto `ListStoredInfoTypes`.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"The parent resource name, for example projects/my-project-id or\norganizations/my-org-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2ListStoredInfoTypesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Creates a pre-built stored infoType to be used for inspection.\nSee https://cloud.google.com/dlp/docs/creating-stored-infotypes to\nlearn more.","operationId":"dlp.projects.storedInfoTypes.create","parameters":[{"description":"The parent resource name, for example projects/my-project-id or\norganizations/my-org-id.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2CreateStoredInfoTypeRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GooglePrivacyDlpV2StoredInfoType"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}}},"servers":[{"url":"https://dlp.googleapis.com/"}],"components":{"parameters":{"access_token":{"description":"OAuth access token.","in":"query","name":"access_token","schema":{"type":"string"}},"alt":{"description":"Data format for response.","in":"query","name":"alt","schema":{"type":"string","enum":["json","media","proto"],"default":"json"}},"callback":{"description":"JSONP","in":"query","name":"callback","schema":{"type":"string"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"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.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean","default":true}},"quotaUser":{"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.","in":"query","name":"quotaUser","schema":{"type":"string"}},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","in":"query","name":"uploadType","schema":{"type":"string"}},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","in":"query","name":"upload_protocol","schema":{"type":"string"}},"_.xgafv":{"description":"V1 error format.","in":"query","name":"$.xgafv","schema":{"type":"string","enum":["1","2"]}}},"securitySchemes":{"Oauth2":{"description":"Oauth 2.0 authentication","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://accounts.google.com/o/oauth2/auth","scopes":{"https://www.googleapis.com/auth/cloud-platform":"View and manage your data across Google Cloud Platform services"}}}}},"schemas":{"GooglePrivacyDlpV2Action":{"description":"A task to execute on the completion of a job.\nSee https://cloud.google.com/dlp/docs/concepts-actions to learn more.","properties":{"jobNotificationEmails":{"$ref":"#/components/schemas/GooglePrivacyDlpV2JobNotificationEmails"},"pubSub":{"$ref":"#/components/schemas/GooglePrivacyDlpV2PublishToPubSub"},"publishSummaryToCscc":{"$ref":"#/components/schemas/GooglePrivacyDlpV2PublishSummaryToCscc"},"saveFindings":{"$ref":"#/components/schemas/GooglePrivacyDlpV2SaveFindings"}},"type":"object"},"GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails":{"description":"Result of a risk analysis operation request.","properties":{"categoricalStatsResult":{"$ref":"#/components/schemas/GooglePrivacyDlpV2CategoricalStatsResult"},"deltaPresenceEstimationResult":{"$ref":"#/components/schemas/GooglePrivacyDlpV2DeltaPresenceEstimationResult"},"kAnonymityResult":{"$ref":"#/components/schemas/GooglePrivacyDlpV2KAnonymityResult"},"kMapEstimationResult":{"$ref":"#/components/schemas/GooglePrivacyDlpV2KMapEstimationResult"},"lDiversityResult":{"$ref":"#/components/schemas/GooglePrivacyDlpV2LDiversityResult"},"numericalStatsResult":{"$ref":"#/components/schemas/GooglePrivacyDlpV2NumericalStatsResult"},"requestedPrivacyMetric":{"$ref":"#/components/schemas/GooglePrivacyDlpV2PrivacyMetric"},"requestedSourceTable":{"$ref":"#/components/schemas/GooglePrivacyDlpV2BigQueryTable"}},"type":"object"},"GooglePrivacyDlpV2AuxiliaryTable":{"description":"An auxiliary table contains statistical information on the relative\nfrequency of different quasi-identifiers values. It has one or several\nquasi-identifiers columns, and one column that indicates the relative\nfrequency of each quasi-identifier tuple.\nIf a tuple is present in the data but not in the auxiliary table, the\ncorresponding relative frequency is assumed to be zero (and thus, the\ntuple is highly reidentifiable).","properties":{"quasiIds":{"description":"Quasi-identifier columns. [required]","items":{"$ref":"#/components/schemas/GooglePrivacyDlpV2QuasiIdField"},"type":"array"},"relativeFrequency":{"$ref":"#/components/schemas/GooglePrivacyDlpV2FieldId"},"table":{"$ref":"#/components/schemas/GooglePrivacyDlpV2BigQueryTable"}},"type":"object"},"GooglePrivacyDlpV2BigQueryField":{"description":"Message defining a field of a BigQuery table.","properties":{"field":{"$ref":"#/components/schemas/GooglePrivacyDlpV2FieldId"},"table":{"$ref":"#/components/schemas/GooglePrivacyDlpV2BigQueryTable"}},"type":"object"},"GooglePrivacyDlpV2BigQueryKey":{"description":"Row key for identifying a record in BigQuery table.","properties":{"rowNumber":{"description":"Absolute number of the row from the beginning of the table at the time\nof scanning.","format":"int64","type":"string"},"tableReference":{"$ref":"#/components/schemas/GooglePrivacyDlpV2BigQueryTable"}},"type":"object"},"GooglePrivacyDlpV2BigQueryOptions":{"description":"Options defining BigQuery table and row identifiers.","properties":{"excludedFields":{"description":"References to fields excluded from scanning. This allows you to skip\ninspection of entire columns which you know have no findings.","items":{"$ref":"#/components/schemas/GooglePrivacyDlpV2FieldId"},"type":"array"},"identifyingFields":{"description":"References to fields uniquely identifying rows within the table.\nNested fields in the format, like `person.birthdate.year`, are allowed.","items":{"$ref":"#/components/schemas/GooglePrivacyDlpV2FieldId"},"type":"array"},"rowsLimit":{"description":"Max number of rows to scan. If the table has more rows than this value, the\nrest of the rows are omitted. If not set, or if set to 0, all rows will be\nscanned. Only one of rows_limit and rows_limit_percent can be specified.\nCannot be used in conjunction with TimespanConfig.","format":"int64","type":"string"},"rowsLimitPercent":{"description":"Max percentage of rows to scan. The rest are omitted. The number of rows\nscanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and\n100 means no limit. Defaults to 0. Only one of rows_limit and\nrows_limit_percent can be specified. Cannot be used in conjunction with\nTimespanConfig.","format":"int32","type":"integer"},"sampleMethod":{"enum":["SAMPLE_METHOD_UNSPECIFIED","TOP","RANDOM_START"],"type":"string"},"tableReference":{"$ref":"#/components/schemas/GooglePrivacyDlpV2BigQueryTable"}},"type":"object"},"GooglePrivacyDlpV2BigQueryTable":{"description":"Message defining the location of a BigQuery table. A table is uniquely\nidentified by its project_id, dataset_id, and table_name. Within a query\na table is often referenced with a string in the format of:\n`<project_id>:<dataset_id>.<table_id>` or\n`<project_id>.<dataset_id>.<table_id>`.","properties":{"datasetId":{"description":"Dataset ID of the table.","type":"string"},"projectId":{"description":"The Google Cloud Platform project ID of the project containing the table.\nIf omitted, project ID is inferred from the API call.","type":"string"},"tableId":{"description":"Name of the table.","type":"string"}},"type":"object"},"GooglePrivacyDlpV2BoundingBox":{"description":"Bounding box encompassing detected text within an image.","properties":{"height":{"description":"Height of the bounding box in pixels.","format":"int32","type":"integer"},"left":{"description":"Left coordinate of the bounding box. (0,0) is upper left.","format":"int32","type":"integer"},"top":{"description":"Top coordinate of the bounding box. (0,0) is upper left.","format":"int32","type":"integer"},"width":{"description":"Width of the bounding box in pixels.","format":"int32","type":"integer"}},"type":"object"},"GooglePrivacyDlpV2Bucket":{"description":"Bucket is represented as a range, along with replacement values.","properties":{"max":{"$ref":"#/components/schemas/GooglePrivacyDlpV2Value"},"min":{"$ref":"#/components/schemas/GooglePrivacyDlpV2Value"},"replacementValue":{"$ref":"#/components/schemas/GooglePrivacyDlpV2Value"}},"type":"object"},"GooglePrivacyDlpV2BucketingConfig":{"description":"Generalization function that buckets values based on ranges. The ranges and\nreplacement values are dynamically provided by the user for custom behavior,\nsuch as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH\nThis can be used on\ndata of type: number, long, string, timestamp.\nIf the bound `Value` type differs from the type of data being transformed, we\nwill first attempt converting the type of the data to be transformed to match\nthe type of the bound before comparing.\nSee https://cloud.google.com/dlp/docs/concepts-bucketing to learn more.","properties":{"buckets":{"description":"Set of buckets. Ranges must be non-overlapping.","items":{"$ref":"#/components/schemas/GooglePrivacyDlpV2Bucket"},"type":"array"}},"type":"object"},"GooglePrivacyDlpV2ByteContentItem":{"description":"Container for bytes to inspect or redact.","properties":{"data":{"description":"Content data to inspect or redact.","format":"byte","type":"string"},"type":{"description":"The type of data stored in the bytes string. Default will be TEXT_UTF8.","enum":["BYTES_TYPE_UNSPECIFIED","IMAGE","IMAGE_JPEG","IMAGE_BMP","IMAGE_PNG","IMAGE_SVG","TEXT_UTF8"],"type":"string"}},"type":"object"},"GooglePrivacyDlpV2CancelDlpJobRequest":{"description":"The request message for canceling a DLP job.","properties":{},"type":"object"},"GooglePrivacyDlpV2CategoricalStatsConfig":{"description":"Compute numerical stats over an individual column, including\nnumber of distinct values and value count distribution.","properties":{"field":{"$ref":"#/components/schemas/GooglePrivacyDlpV2FieldId"}},"type":"object"},"GooglePrivacyDlpV2CategoricalStatsHistogramBucket":{"properties":{"bucketSize":{"description":"Total number of values in this bucket.","format":"int64","type":"string"},"bucketValueCount":{"description":"Total number of distinct values in this bucket.","format":"int64","type":"string"},"bucketValues":{"description":"Sample of value frequencies in this bucket. The total number of\nvalues returned per bucket is capped at 20.","items":{"$ref":"#/components/schemas/GooglePrivacyDlpV2ValueFrequency"},"type":"array"},"valueFrequencyLowerBound":{"description":"Lower bound on the value frequency of the values in this bucket.","format":"int64","type":"string"},"valueFrequencyUpperBound":{"description":"Upper bound on the value frequency of the values in this bucket.","format":"int64","type":"string"}},"type":"object"},"GooglePrivacyDlpV2CategoricalStatsResult":{"description":"Result of the categorical stats computation.","properties":{"valueFrequencyHistogramBuckets":{"description":"Histogram of value frequencies in the column.","items":{"$ref":"#/components/schemas/GooglePrivacyDlpV2CategoricalStatsHistogramBucket"},"type":"array"}},"type":"object"},"GooglePrivacyDlpV2CharacterMaskConfig":{"description":"Partially mask a string by replacing a given number of characters with a\nfixed character. Masking can start from the beginning or end of the string.\nThis can be used on data of any type (numbers, longs, and so on) and when\nde-identifying structured data we'll attempt to preserve the original data's\ntype. (This allows you to take a long like 123 and modify it to a string like\n**3.","properties":{"charactersToIgnore":{"description":"When masking a string, items in this list will be skipped when replacing.\nFor example, if your string is 555-555-5555 and you ask us to skip `-` and\nmask 5 chars with * we would produce ***-*55-5555.","items":{"$ref":"#/components/schemas/GooglePrivacyDlpV2CharsToIgnore"},"type":"array"},"maskingCharacter":{"description":"Character to mask the sensitive values—for example, \"*\" for an\nalphabetic string such as name, or \"0\" for a numeric string such as ZIP\ncode or credit card number. String must have length 1. If not supplied, we\nwill default to \"*\" for strings, 0 for digits.","type":"string"},"numberToMask":{"description":"Number of characters to mask. If not set, all matching chars will be\nmasked. Skipped characters do not count towards this tally.","format":"int32","type":"integer"},"reverseOrder":{"description":"Mask characters in reverse order. For example, if `masking_character` is\n'0', number_to_mask is 14, and `reverse_order` is false, then\n1234-5678-9012-3456 -> 00000000000000-3456\nIf `masking_character` is '*', `number_to_mask` is 3, and `reverse_order`\nis true, then 12345 -> 12***","type":"boolean"}},"type":"object"},"GooglePrivacyDlpV2CharsToIgnore":{"description":"Characters to skip when doing deidentification of a value. These will be left\nalone and skipped.","properties":{"charactersToSkip":{"type":"string"},"commonCharactersToIgnore":{"enum":["COMMON_CHARS_TO_IGNORE_UNSPECIFIED","NUMERIC","ALPHA_UPPER_CASE","ALPHA_LOWER_CASE","PUNCTUATION","WHITESPACE"],"type":"string"}},"type":"object"},"GooglePrivacyDlpV2CloudStorageFileSet":{"description":"Message representing a set of files in Cloud Storage.","properties":{"url":{"description":"The url, in the format `gs://<bucket>/<path>`. Trailing wildcard in the\npath is allowed.","type":"string"}},"type":"object"},"GooglePrivacyDlpV2CloudStorageOptions":{"description":"Options defining a file or a set of files within a Google Cloud Storage\nbucket.","properties":{"bytesLimitPerFile":{"description":"Max number of bytes to scan from a file. If a scanned file's size is bigger\nthan this value then the rest of the bytes are omitted. Only one\nof bytes_limit_per_file and bytes_limit_per_file_percent can be specified.","format":"int64","type":"string"},"bytesLimitPerFilePercent":{"description":"Max percentage of bytes to scan from a file. The rest are omitted. The\nnumber of bytes scanned is rounded down. Must be between 0 and 100,\ninclusively. Both 0 and 100 means no limit. Defaults to 0. Only one\nof bytes_limit_per_file and bytes_limit_per_file_percent can be specified.","format":"int32","type":"integer"},"fileSet":{"$ref":"#/components/schemas/GooglePrivacyDlpV2FileSet"},"fileTypes":{"description":"List of file type groups to include in the scan.\nIf empty, all files are scanned and available data format processors\nare applied. In addition, the binary content of the selected files\nis always scanned as well.","items":{"enum":["FILE_TYPE_UNSPECIFIED","BINARY_FILE","TEXT_FILE"],"type":"string"},"type":"array"},"filesLimitPercent":{"description":"Limits the number of files to scan to this percentage of the input FileSet.\nNumber of files scanned is rounded down. Must be between 0 and 100,\ninclusively. Both 0 and 100 means no limit. Defaults to 0.","format":"int32","type":"integer"},"sampleMethod":{"enum":["SAMPLE_METHOD_UNSPECIFIED","TOP","RANDOM_START"],"type":"string"}},"type":"object"},"GooglePrivacyDlpV2CloudStoragePath":{"description":"Message representing a single file or path in Cloud Storage.","properties":{"path":{"description":"A url representing a file or path (no wildcards) in Cloud Storage.\nExample: gs://[BUCKET_NAME]/dictionary.txt","type":"string"}},"type":"object"},"GooglePrivacyDlpV2CloudStorageRegexFileSet":{"description":"Message representing a set of files in a Cloud Storage bucket. Regular\nexpressions are used to allow fine-grained control over which files in the\nbucket to include.\n\nIncluded files are those that match at least one item in `include_regex` and\ndo not match any items in `exclude_regex`. Note that a file that matches\nitems from both lists will _not_ be included. For a match to occur, the\nentire file path (i.e., everything in the url after the bucket name) must\nmatch the regular expression.\n\nFor example, given the input `{bucket_name: \"mybucket\", include_regex:\n[\"directory1/.*\"], exclude_regex:\n[\"directory1/excluded.*\"]}`:\n\n* `gs://mybucket/directory1/myfile` will be included\n* `gs://mybucket/directory1/directory2/myfile` will be included (`.*` matches\nacross `/`)\n* `gs://mybucket/directory0/directory1/myfile` will _not_ be included (the\nfull path doesn't match any items in `include_regex`)\n* `gs://mybucket/directory1/excludedfile` will _not_ be included (the path\nmatches an item in `exclude_regex`)\n\nIf `include_regex` is left empty, it will match all files by default\n(this is equivalent to setting `include_regex: [\".*\"]`).\n\nSome other common use cases:\n\n* `{bucket_name: \"mybucket\", exclude_regex: [\".*\\.pdf\"]}` will include all\nfiles in `mybucket` except for .pdf files\n* `{bucket_name: \"mybucket\", include_regex: [\"directory/[^/]+\"]}` will\ninclude all files directly under `gs://mybucket/directory/`, without matching\nacross `/`","properties":{"bucketName":{"description":"The name of a Cloud Storage bucket. Required.","type":"string"},"excludeRegex":{"description":"A list of regular expressions matching file paths to exclude. All files in\nthe bucket that match at least one of these regular expressions will be\nexcluded from the scan.\n\nRegular expressions use RE2\n[syntax](https://github.com/google/re2/wiki/Syntax); a guide can be found\nunder the google/re2 repository on GitHub.","items":{"type":"string"},"type":"array"},"includeRegex":{"description":"A list of regular expressions matching file paths to include. All files in\nthe bucket that match at least one of these regular expressions will be\nincluded in the set of files, except for those that also match an item in\n`exclude_regex`. Leaving this field empty will match all files by default\n(this is equivalent to including `.*` in the list).\n\nRegular expressions use RE2\n[syntax](https://github.com/google/re2/wiki/Syntax); a guide can be found\nunder the google/re2 repository on GitHub.","items":{"type":"string"},"type":"array"}},"type":"object"},"GooglePrivacyDlpV2Color":{"description":"Represents a color in the RGB color space.","properties":{"blue":{"description":"The amount of blue in the color as a value in the interval [0, 1].","format":"float","type":"number"},"green":{"description":"The amount of green in the color as a value in the interval [0, 1].","format":"float","type":"number"},"red":{"description":"The amount of red in the color as a value in the interval [0, 1].","format":"float","type":"number"}},"type":"object"},"GooglePrivacyDlpV2Condition":{"description":"The field type of `value` and `field` do not need to match to be\nconsidered equal, but not all comparisons are possible.\n\nA `value` of type:\n\n- `string` can be compared against all other types\n- `boolean` can only be compared against other booleans\n- `integer` can be compared against doubles or a string if the string value\ncan be parsed as an integer.\n- `double` can be compared against integers or a string if the string can\nbe parsed as a double.\n- `Timestamp` can be compared against strings in RFC 3339 date string\nformat.\n- `TimeOfDay` can be compared against timestamps and strings in the format\nof 'HH:mm:ss'.\n\nIf we fail to compare do to type mismatch, a warning will be given and\nthe condition will evaluate to false.","properties":{"field":{"$ref":"#/components/schemas/GooglePrivacyDlpV2FieldId"},"operator":{"description":"Operator used to compare the field or infoType to the value. [required]","enum":["RELATIONAL_OPERATOR_UNSPECIFIED","EQUAL_TO","NOT_EQUAL_TO","GREATER_THAN","LESS_THAN","GREATER_THAN_OR_EQUALS","LESS_THAN_OR_EQUALS","EXISTS"],"type":"string"},"value":{"$ref":"#/components/schemas/GooglePrivacyDlpV2Value"}},"type":"object"},"GooglePrivacyDlpV2Conditions":{"description":"A collection of conditions.","properties":{"conditions":{"items":{"$ref":"#/components/schemas/GooglePrivacyDlpV2Condition"}