blob: ce1511402fb0fb6e8bd2731f40b13e59d216dd51 [file] [log] [blame]
{
"resources": {
"inspect": {
"resources": {
"operations": {
"methods": {
"delete": {
"description": "This method is not supported and the server returns `UNIMPLEMENTED`.",
"httpMethod": "DELETE",
"parameterOrder": [
"name"
],
"response": {
"$ref": "GoogleProtobufEmpty"
},
"parameters": {
"name": {
"pattern": "^inspect/operations/[^/]+$",
"location": "path",
"description": "The name of the operation resource to be deleted.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v2beta1/inspect/operations/{operationsId}",
"path": "v2beta1/{+name}",
"id": "dlp.inspect.operations.delete"
},
"get": {
"response": {
"$ref": "GoogleLongrunningOperation"
},
"parameterOrder": [
"name"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"name": {
"description": "The name of the operation resource.",
"type": "string",
"required": true,
"pattern": "^inspect/operations/[^/]+$",
"location": "path"
}
},
"flatPath": "v2beta1/inspect/operations/{operationsId}",
"id": "dlp.inspect.operations.get",
"path": "v2beta1/{+name}",
"description": "Gets the latest state of a long-running operation. Clients can use this\nmethod to poll the operation result at intervals as recommended by the API\nservice."
},
"list": {
"httpMethod": "GET",
"parameterOrder": [
"name"
],
"response": {
"$ref": "GoogleLongrunningListOperationsResponse"
},
"parameters": {
"filter": {
"location": "query",
"description": "This parameter supports filtering by done, ie done=true or done=false.",
"type": "string"
},
"pageToken": {
"description": "The standard list page token.",
"type": "string",
"location": "query"
},
"name": {
"location": "path",
"description": "The name of the operation's parent resource.",
"type": "string",
"required": true,
"pattern": "^inspect/operations$"
},
"pageSize": {
"location": "query",
"format": "int32",
"description": "The list page size. The max allowed value is 256 and default is 100.",
"type": "integer"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v2beta1/inspect/operations",
"path": "v2beta1/{+name}",
"id": "dlp.inspect.operations.list",
"description": "Fetch the list of long running operations."
},
"create": {
"response": {
"$ref": "GoogleLongrunningOperation"
},
"parameterOrder": [],
"httpMethod": "POST",
"parameters": {},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v2beta1/inspect/operations",
"id": "dlp.inspect.operations.create",
"path": "v2beta1/inspect/operations",
"description": "Schedules a job scanning content in a Google Cloud Platform data\nrepository.",
"request": {
"$ref": "GooglePrivacyDlpV2beta1CreateInspectOperationRequest"
}
},
"cancel": {
"id": "dlp.inspect.operations.cancel",
"path": "v2beta1/{+name}:cancel",
"description": "Cancels an operation. Use the get method to check whether the cancellation succeeded or whether the operation completed despite cancellation.",
"request": {
"$ref": "GoogleLongrunningCancelOperationRequest"
},
"response": {
"$ref": "GoogleProtobufEmpty"
},
"parameterOrder": [
"name"
],
"httpMethod": "POST",
"parameters": {
"name": {
"location": "path",
"description": "The name of the operation resource to be cancelled.",
"type": "string",
"required": true,
"pattern": "^inspect/operations/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v2beta1/inspect/operations/{operationsId}:cancel"
}
}
},
"results": {
"resources": {
"findings": {
"methods": {
"list": {
"response": {
"$ref": "GooglePrivacyDlpV2beta1ListInspectFindingsResponse"
},
"parameterOrder": [
"name"
],
"httpMethod": "GET",
"parameters": {
"filter": {
"location": "query",
"description": "Restricts findings to items that match. Supports info_type and likelihood.\n\u003cp\u003eExamples:\u003cbr/\u003e\n\u003cli\u003einfo_type=EMAIL_ADDRESS\n\u003cli\u003einfo_type=PHONE_NUMBER,EMAIL_ADDRESS\n\u003cli\u003elikelihood=VERY_LIKELY\n\u003cli\u003elikelihood=VERY_LIKELY,LIKELY\n\u003cli\u003einfo_type=EMAIL_ADDRESS,likelihood=VERY_LIKELY,LIKELY",
"type": "string"
},
"pageToken": {
"description": "The value returned by the last `ListInspectFindingsResponse`; indicates\nthat this is a continuation of a prior `ListInspectFindings` call, and that\nthe system should return the next page of data.",
"type": "string",
"location": "query"
},
"name": {
"pattern": "^inspect/results/[^/]+$",
"location": "path",
"description": "Identifier of the results set returned as metadata of\nthe longrunning operation created by a call to CreateInspectOperation.\nShould be in the format of `inspect/results/{id}`.",
"type": "string",
"required": true
},
"pageSize": {
"location": "query",
"format": "int32",
"description": "Maximum number of results to return.\nIf 0, the implementation selects a reasonable value.",
"type": "integer"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v2beta1/inspect/results/{resultsId}/findings",
"id": "dlp.inspect.results.findings.list",
"path": "v2beta1/{+name}/findings",
"description": "Returns list of results for given inspect operation result set id."
}
}
}
}
}
}
},
"rootCategories": {
"methods": {
"list": {
"description": "Returns the list of root categories of sensitive information.",
"response": {
"$ref": "GooglePrivacyDlpV2beta1ListRootCategoriesResponse"
},
"parameterOrder": [],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"languageCode": {
"description": "Optional language code for localized friendly category names.\nIf omitted or if localized strings are not available,\nen-US strings will be returned.",
"type": "string",
"location": "query"
}
},
"flatPath": "v2beta1/rootCategories",
"id": "dlp.rootCategories.list",
"path": "v2beta1/rootCategories"
}
},
"resources": {
"infoTypes": {
"methods": {
"list": {
"description": "Returns sensitive information types for given category.",
"response": {
"$ref": "GooglePrivacyDlpV2beta1ListInfoTypesResponse"
},
"parameterOrder": [
"category"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"category": {
"location": "path",
"description": "Category name as returned by ListRootCategories.",
"type": "string",
"required": true,
"pattern": "^[^/]+$"
},
"languageCode": {
"description": "Optional BCP-47 language code for localized info type friendly\nnames. If omitted, or if localized strings are not available,\nen-US strings will be returned.",
"type": "string",
"location": "query"
}
},
"flatPath": "v2beta1/rootCategories/{rootCategoriesId}/infoTypes",
"id": "dlp.rootCategories.infoTypes.list",
"path": "v2beta1/rootCategories/{+category}/infoTypes"
}
}
}
}
},
"content": {
"methods": {
"inspect": {
"parameters": {},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v2beta1/content:inspect",
"id": "dlp.content.inspect",
"path": "v2beta1/content:inspect",
"description": "Finds potentially sensitive info in a list of strings.\nThis method has limits on input size, processing time, and output size.",
"request": {
"$ref": "GooglePrivacyDlpV2beta1InspectContentRequest"
},
"response": {
"$ref": "GooglePrivacyDlpV2beta1InspectContentResponse"
},
"parameterOrder": [],
"httpMethod": "POST"
},
"redact": {
"httpMethod": "POST",
"parameterOrder": [],
"response": {
"$ref": "GooglePrivacyDlpV2beta1RedactContentResponse"
},
"parameters": {},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v2beta1/content:redact",
"path": "v2beta1/content:redact",
"id": "dlp.content.redact",
"description": "Redacts potentially sensitive info from a list of strings.\nThis method has limits on input size, processing time, and output size.",
"request": {
"$ref": "GooglePrivacyDlpV2beta1RedactContentRequest"
}
}
}
}
},
"parameters": {
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"type": "string",
"location": "query"
},
"uploadType": {
"location": "query",
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"type": "string"
},
"callback": {
"description": "JSONP",
"type": "string",
"location": "query"
},
"$.xgafv": {
"description": "V1 error format.",
"type": "string",
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"enum": [
"1",
"2"
]
},
"alt": {
"type": "string",
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"description": "Data format for response.",
"default": "json",
"enum": [
"json",
"media",
"proto"
]
},
"key": {
"location": "query",
"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.",
"type": "string"
},
"access_token": {
"description": "OAuth access token.",
"type": "string",
"location": "query"
},
"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.",
"type": "string",
"location": "query"
},
"pp": {
"description": "Pretty-print response.",
"default": "true",
"type": "boolean",
"location": "query"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"type": "string",
"location": "query"
},
"bearer_token": {
"location": "query",
"description": "OAuth bearer token.",
"type": "string"
},
"upload_protocol": {
"type": "string",
"location": "query",
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
},
"prettyPrint": {
"location": "query",
"description": "Returns response with indentations and line breaks.",
"default": "true",
"type": "boolean"
}
},
"version": "v2beta1",
"baseUrl": "https://dlp.googleapis.com/",
"servicePath": "",
"kind": "discovery#restDescription",
"description": "The Google Data Loss Prevention API provides methods for detection of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.",
"basePath": "",
"revision": "20170822",
"documentationLink": "https://cloud.google.com/dlp/docs/",
"id": "dlp:v2beta1",
"discoveryVersion": "v1",
"version_module": true,
"schemas": {
"GooglePrivacyDlpV2beta1FieldId": {
"description": "General identifier of a data field in a storage service.",
"type": "object",
"properties": {
"columnName": {
"description": "Name describing the field.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1FieldId"
},
"GooglePrivacyDlpV2beta1DatastoreOptions": {
"description": "Options defining a data set within Google Cloud Datastore.",
"type": "object",
"properties": {
"projection": {
"description": "Properties to scan. If none are specified, all properties will be scanned\nby default.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1Projection"
},
"type": "array"
},
"kind": {
"description": "The kind to process.",
"$ref": "GooglePrivacyDlpV2beta1KindExpression"
},
"partitionId": {
"$ref": "GooglePrivacyDlpV2beta1PartitionId",
"description": "A partition ID identifies a grouping of entities. The grouping is always\nby project and namespace, however the namespace ID may be empty."
}
},
"id": "GooglePrivacyDlpV2beta1DatastoreOptions"
},
"GoogleLongrunningCancelOperationRequest": {
"description": "The request message for Operations.CancelOperation.",
"type": "object",
"properties": {},
"id": "GoogleLongrunningCancelOperationRequest"
},
"GooglePrivacyDlpV2beta1InspectConfig": {
"id": "GooglePrivacyDlpV2beta1InspectConfig",
"description": "Configuration description of the scanning process.\nWhen used with redactContent only info_types and min_likelihood are currently\nused.",
"type": "object",
"properties": {
"excludeTypes": {
"description": "When true, excludes type information of the findings.",
"type": "boolean"
},
"minLikelihood": {
"enum": [
"LIKELIHOOD_UNSPECIFIED",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"description": "Only returns findings equal or above this threshold.",
"type": "string",
"enumDescriptions": [
"Default value; information with all likelihoods is included.",
"Few matching elements.",
"",
"Some matching elements.",
"",
"Many matching elements."
]
},
"infoTypeLimits": {
"items": {
"$ref": "GooglePrivacyDlpV2beta1InfoTypeLimit"
},
"type": "array",
"description": "Configuration of findings limit given for specified info types."
},
"maxFindings": {
"format": "int32",
"description": "Limits the number of findings per content item or long running operation.",
"type": "integer"
},
"infoTypes": {
"description": "Restricts what info_types to look for. The values must correspond to\nInfoType values returned by ListInfoTypes or found in documentation.\nEmpty info_types runs all enabled detectors.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1InfoType"
},
"type": "array"
},
"includeQuote": {
"description": "When true, a contextual quote from the data that triggered a finding is\nincluded in the response; see Finding.quote.",
"type": "boolean"
}
}
},
"GooglePrivacyDlpV2beta1Projection": {
"id": "GooglePrivacyDlpV2beta1Projection",
"description": "A representation of a Datastore property in a projection.",
"type": "object",
"properties": {
"property": {
"$ref": "GooglePrivacyDlpV2beta1PropertyReference",
"description": "The property to project."
}
}
},
"GooglePrivacyDlpV2beta1CreateInspectOperationRequest": {
"id": "GooglePrivacyDlpV2beta1CreateInspectOperationRequest",
"description": "Request for scheduling a scan of a data subset from a Google Platform data\nrepository.",
"type": "object",
"properties": {
"inspectConfig": {
"$ref": "GooglePrivacyDlpV2beta1InspectConfig",
"description": "Configuration for the inspector."
},
"storageConfig": {
"$ref": "GooglePrivacyDlpV2beta1StorageConfig",
"description": "Specification of the data set to process."
},
"outputConfig": {
"$ref": "GooglePrivacyDlpV2beta1OutputStorageConfig",
"description": "Optional location to store findings. The bucket must already exist and\nthe Google APIs service account for DLP must have write permission to\nwrite to the given bucket.\n\u003cp\u003eResults are split over multiple csv files with each file name matching\nthe pattern \"[operation_id]_[count].csv\", for example\n`3094877188788974909_1.csv`. The `operation_id` matches the\nidentifier for the Operation, and the `count` is a counter used for\ntracking the number of files written. \u003cp\u003eThe CSV file(s) contain the\nfollowing columns regardless of storage type scanned: \u003cli\u003eid \u003cli\u003einfo_type\n\u003cli\u003elikelihood \u003cli\u003ebyte size of finding \u003cli\u003equote \u003cli\u003etimestamp\u003cbr/\u003e\n\u003cp\u003eFor Cloud Storage the next columns are: \u003cli\u003efile_path\n\u003cli\u003estart_offset\u003cbr/\u003e\n\u003cp\u003eFor Cloud Datastore the next columns are: \u003cli\u003eproject_id\n\u003cli\u003enamespace_id \u003cli\u003epath \u003cli\u003ecolumn_name \u003cli\u003eoffset\u003cbr/\u003e\n\u003cp\u003eFor BigQuery the next columns are: \u003cli\u003erow_number \u003cli\u003eproject_id\n\u003cli\u003edataset_id \u003cli\u003etable_id"
},
"operationConfig": {
"description": "Additional configuration settings for long running operations.",
"$ref": "GooglePrivacyDlpV2beta1OperationConfig"
}
}
},
"GooglePrivacyDlpV2beta1Key": {
"description": "A unique identifier for a Datastore entity.\nIf a key's partition ID or any of its path kinds or names are\nreserved/read-only, the key is reserved/read-only.\nA reserved/read-only key is forbidden in certain documented contexts.",
"type": "object",
"properties": {
"partitionId": {
"description": "Entities are partitioned into subsets, currently identified by a project\nID and namespace ID.\nQueries are scoped to a single partition.",
"$ref": "GooglePrivacyDlpV2beta1PartitionId"
},
"path": {
"description": "The entity path.\nAn entity path consists of one or more elements composed of a kind and a\nstring or numerical identifier, which identify entities. The first\nelement identifies a _root entity_, the second element identifies\na _child_ of the root entity, the third element identifies a child of the\nsecond entity, and so forth. The entities identified by all prefixes of\nthe path are called the element's _ancestors_.\n\nA path can never be empty, and a path can have at most 100 elements.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1PathElement"
},
"type": "array"
}
},
"id": "GooglePrivacyDlpV2beta1Key"
},
"GooglePrivacyDlpV2beta1InspectContentRequest": {
"type": "object",
"properties": {
"items": {
"description": "The list of items to inspect. Items in a single request are\nconsidered \"related\" unless inspect_config.independent_inputs is true.\nUp to 100 are allowed per request.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1ContentItem"
},
"type": "array"
},
"inspectConfig": {
"description": "Configuration for the inspector.",
"$ref": "GooglePrivacyDlpV2beta1InspectConfig"
}
},
"id": "GooglePrivacyDlpV2beta1InspectContentRequest",
"description": "Request to search for potentially sensitive info in a list of items."
},
"GoogleTypeDate": {
"description": "Represents a whole calendar date, e.g. date of birth. The time of day and\ntime zone are either specified elsewhere or are not significant. The date\nis relative to the Proleptic Gregorian Calendar. The day may be 0 to\nrepresent a year and month where the day is not significant, e.g. credit card\nexpiration date. The year may be 0 to represent a month and day independent\nof year, e.g. anniversary date. Related types are google.type.TimeOfDay\nand `google.protobuf.Timestamp`.",
"type": "object",
"properties": {
"day": {
"format": "int32",
"description": "Day of month. Must be from 1 to 31 and valid for the year and month, or 0\nif specifying a year/month where the day is not significant.",
"type": "integer"
},
"year": {
"format": "int32",
"description": "Year of date. Must be from 1 to 9999, or 0 if specifying a date without\na year.",
"type": "integer"
},
"month": {
"format": "int32",
"description": "Month of year. Must be from 1 to 12.",
"type": "integer"
}
},
"id": "GoogleTypeDate"
},
"GooglePrivacyDlpV2beta1RedactContentResponse": {
"description": "Results of redacting a list of items.",
"type": "object",
"properties": {
"items": {
"description": "The redacted content.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1ContentItem"
},
"type": "array"
}
},
"id": "GooglePrivacyDlpV2beta1RedactContentResponse"
},
"GooglePrivacyDlpV2beta1ImageRedactionConfig": {
"description": "Configuration for determing how redaction of images should occur.",
"type": "object",
"properties": {
"redactionColor": {
"description": "The color to use when redacting content from an image. If not specified,\nthe default is black.",
"$ref": "GooglePrivacyDlpV2beta1Color"
},
"redactAllText": {
"description": "If true, all text found in the image, regardless whether it matches an\ninfo_type, is redacted.",
"type": "boolean"
},
"infoType": {
"$ref": "GooglePrivacyDlpV2beta1InfoType",
"description": "Only one per info_type should be provided per request. If not\nspecified, and redact_all_text is false, the DLP API will redact all\ntext that it matches against all info_types that are found, but not\nspecified in another ImageRedactionConfig."
}
},
"id": "GooglePrivacyDlpV2beta1ImageRedactionConfig"
},
"GooglePrivacyDlpV2beta1InfoTypeStatistics": {
"id": "GooglePrivacyDlpV2beta1InfoTypeStatistics",
"description": "Statistics regarding a specific InfoType.",
"type": "object",
"properties": {
"infoType": {
"$ref": "GooglePrivacyDlpV2beta1InfoType",
"description": "The type of finding this stat is for."
},
"count": {
"type": "string",
"format": "int64",
"description": "Number of findings for this info type."
}
}
},
"GooglePrivacyDlpV2beta1PropertyReference": {
"description": "A reference to a property relative to the Datastore kind expressions.",
"type": "object",
"properties": {
"name": {
"description": "The name of the property.\nIf name includes \".\"s, it may be interpreted as a property name path.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1PropertyReference"
},
"GooglePrivacyDlpV2beta1Location": {
"description": "Specifies the location of a finding within its source item.",
"type": "object",
"properties": {
"codepointRange": {
"$ref": "GooglePrivacyDlpV2beta1Range",
"description": "Character offsets within a content item, included when content type\nis a text. Default charset assumed to be UTF-8."
},
"fieldId": {
"$ref": "GooglePrivacyDlpV2beta1FieldId",
"description": "Field id of the field containing the finding."
},
"imageBoxes": {
"description": "Location within an image's pixels.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1ImageLocation"
},
"type": "array"
},
"byteRange": {
"$ref": "GooglePrivacyDlpV2beta1Range",
"description": "Zero-based byte offsets within a content item."
},
"recordKey": {
"description": "Key of the finding.",
"$ref": "GooglePrivacyDlpV2beta1RecordKey"
},
"tableLocation": {
"$ref": "GooglePrivacyDlpV2beta1TableLocation",
"description": "Location within a `ContentItem.Table`."
}
},
"id": "GooglePrivacyDlpV2beta1Location"
},
"GooglePrivacyDlpV2beta1InfoTypeDescription": {
"description": "Info type description.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Internal name of the info type."
},
"displayName": {
"description": "Human readable form of the info type name.",
"type": "string"
},
"categories": {
"description": "List of categories this info type belongs to.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1CategoryDescription"
},
"type": "array"
}
},
"id": "GooglePrivacyDlpV2beta1InfoTypeDescription"
},
"GooglePrivacyDlpV2beta1OutputStorageConfig": {
"description": "Cloud repository for storing output.",
"type": "object",
"properties": {
"table": {
"$ref": "GooglePrivacyDlpV2beta1BigQueryTable",
"description": "Store findings in a new table in the dataset."
},
"storagePath": {
"$ref": "GooglePrivacyDlpV2beta1CloudStoragePath",
"description": "The path to a Google Cloud Storage location to store output."
}
},
"id": "GooglePrivacyDlpV2beta1OutputStorageConfig"
},
"GoogleRpcStatus": {
"description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.",
"type": "object",
"properties": {
"code": {
"format": "int32",
"description": "The status code, which should be an enum value of google.rpc.Code.",
"type": "integer"
},
"message": {
"description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.",
"type": "string"
},
"details": {
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use.",
"items": {
"type": "object",
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
}
},
"type": "array"
}
},
"id": "GoogleRpcStatus"
},
"GoogleLongrunningOperation": {
"properties": {
"metadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "This field will contain an InspectOperationMetadata object. This will always be returned with the Operation.",
"type": "object"
},
"done": {
"description": "If the value is `false`, it means the operation is still in progress.\nIf true, the operation is completed, and either `error` or `response` is\navailable.",
"type": "boolean"
},
"response": {
"additionalProperties": {
"type": "any",
"description": "Properties of the object. Contains field @type with type URL."
},
"description": "This field will contain an InspectOperationResult object.",
"type": "object"
},
"name": {
"description": "The server-assigned name, The `name` should have the format of `inspect/operations/\u003cidentifier\u003e`.",
"type": "string"
},
"error": {
"$ref": "GoogleRpcStatus",
"description": "The error result of the operation in case of failure or cancellation."
}
},
"id": "GoogleLongrunningOperation",
"description": "This resource represents a long-running operation that is the result of a\nnetwork API call.",
"type": "object"
},
"GooglePrivacyDlpV2beta1InspectOperationMetadata": {
"description": "Metadata returned within GetOperation for an inspect request.",
"type": "object",
"properties": {
"totalEstimatedBytes": {
"format": "int64",
"description": "Estimate of the number of bytes to process.",
"type": "string"
},
"infoTypeStats": {
"items": {
"$ref": "GooglePrivacyDlpV2beta1InfoTypeStatistics"
},
"type": "array"
},
"requestInspectConfig": {
"description": "The inspect config used to create the Operation.",
"$ref": "GooglePrivacyDlpV2beta1InspectConfig"
},
"requestOutputConfig": {
"$ref": "GooglePrivacyDlpV2beta1OutputStorageConfig",
"description": "Optional location to store findings."
},
"createTime": {
"format": "google-datetime",
"description": "The time which this request was started.",
"type": "string"
},
"requestStorageConfig": {
"$ref": "GooglePrivacyDlpV2beta1StorageConfig",
"description": "The storage config used to create the Operation."
},
"processedBytes": {
"format": "int64",
"description": "Total size in bytes that were processed.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1InspectOperationMetadata"
},
"GooglePrivacyDlpV2beta1InfoType": {
"description": "Type of information detected by the API.",
"type": "object",
"properties": {
"name": {
"description": "Name of the information type.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1InfoType"
},
"GooglePrivacyDlpV2beta1PathElement": {
"description": "A (kind, ID/name) pair used to construct a key path.\n\nIf either name or ID is set, the element is complete.\nIf neither is set, the element is incomplete.",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "int64",
"description": "The auto-allocated ID of the entity.\nNever equal to zero. Values less than zero are discouraged and may not\nbe supported in the future."
},
"name": {
"description": "The name of the entity.\nA name matching regex `__.*__` is reserved/read-only.\nA name must not be more than 1500 bytes when UTF-8 encoded.\nCannot be `\"\"`.",
"type": "string"
},
"kind": {
"description": "The kind of the entity.\nA kind matching regex `__.*__` is reserved/read-only.\nA kind must not contain more than 1500 bytes when UTF-8 encoded.\nCannot be `\"\"`.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1PathElement"
},
"GooglePrivacyDlpV2beta1CategoryDescription": {
"description": "Info Type Category description.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Internal name of the category."
},
"displayName": {
"type": "string",
"description": "Human readable form of the category name."
}
},
"id": "GooglePrivacyDlpV2beta1CategoryDescription"
},
"GooglePrivacyDlpV2beta1BigQueryTable": {
"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`\u003cproject_id\u003e:\u003cdataset_id\u003e.\u003ctable_id\u003e` or\n`\u003cproject_id\u003e.\u003cdataset_id\u003e.\u003ctable_id\u003e`.",
"type": "object",
"properties": {
"tableId": {
"description": "Name 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"
},
"datasetId": {
"type": "string",
"description": "Dataset ID of the table."
}
},
"id": "GooglePrivacyDlpV2beta1BigQueryTable"
},
"GooglePrivacyDlpV2beta1ListRootCategoriesResponse": {
"description": "Response for ListRootCategories request.",
"type": "object",
"properties": {
"categories": {
"items": {
"$ref": "GooglePrivacyDlpV2beta1CategoryDescription"
},
"type": "array",
"description": "List of all into type categories supported by the API."
}
},
"id": "GooglePrivacyDlpV2beta1ListRootCategoriesResponse"
},
"GooglePrivacyDlpV2beta1Finding": {
"description": "Container structure describing a single finding within a string or image.",
"type": "object",
"properties": {
"createTime": {
"format": "google-datetime",
"description": "Timestamp when finding was detected.",
"type": "string"
},
"infoType": {
"description": "The specific type of info the string might be.",
"$ref": "GooglePrivacyDlpV2beta1InfoType"
},
"location": {
"$ref": "GooglePrivacyDlpV2beta1Location",
"description": "Location of the info found."
},
"quote": {
"description": "The specific string that may be potentially sensitive info.",
"type": "string"
},
"likelihood": {
"enumDescriptions": [
"Default value; information with all likelihoods is included.",
"Few matching elements.",
"",
"Some matching elements.",
"",
"Many matching elements."
],
"enum": [
"LIKELIHOOD_UNSPECIFIED",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"description": "Estimate of how likely it is that the info_type is correct.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1Finding"
},
"GooglePrivacyDlpV2beta1KindExpression": {
"description": "A representation of a Datastore kind.",
"type": "object",
"properties": {
"name": {
"description": "The name of the kind.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1KindExpression"
},
"GoogleLongrunningListOperationsResponse": {
"description": "The response message for Operations.ListOperations.",
"type": "object",
"properties": {
"operations": {
"description": "A list of operations that matches the specified filter in the request.",
"items": {
"$ref": "GoogleLongrunningOperation"
},
"type": "array"
},
"nextPageToken": {
"description": "The standard List next-page token.",
"type": "string"
}
},
"id": "GoogleLongrunningListOperationsResponse"
},
"GooglePrivacyDlpV2beta1Row": {
"type": "object",
"properties": {
"values": {
"items": {
"$ref": "GooglePrivacyDlpV2beta1Value"
},
"type": "array"
}
},
"id": "GooglePrivacyDlpV2beta1Row"
},
"GooglePrivacyDlpV2beta1FileSet": {
"description": "Set of files to scan.",
"type": "object",
"properties": {
"url": {
"description": "The url, in the format `gs://\u003cbucket\u003e/\u003cpath\u003e`. Trailing wildcard in the\npath is allowed.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1FileSet"
},
"GoogleProtobufEmpty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.",
"type": "object",
"properties": {},
"id": "GoogleProtobufEmpty"
},
"GooglePrivacyDlpV2beta1ListInspectFindingsResponse": {
"type": "object",
"properties": {
"nextPageToken": {
"description": "If not empty, indicates that there may be more results that match the\nrequest; this value should be passed in a new `ListInspectFindingsRequest`.",
"type": "string"
},
"result": {
"$ref": "GooglePrivacyDlpV2beta1InspectResult",
"description": "The results."
}
},
"id": "GooglePrivacyDlpV2beta1ListInspectFindingsResponse",
"description": "Response to the ListInspectFindings request."
},
"GooglePrivacyDlpV2beta1TableLocation": {
"description": "Location of a finding within a `ContentItem.Table`.",
"type": "object",
"properties": {
"rowIndex": {
"format": "int64",
"description": "The zero-based index of the row where the finding is located.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1TableLocation"
},
"GooglePrivacyDlpV2beta1DatastoreKey": {
"type": "object",
"properties": {
"entityKey": {
"description": "Datastore entity key.",
"$ref": "GooglePrivacyDlpV2beta1Key"
}
},
"id": "GooglePrivacyDlpV2beta1DatastoreKey",
"description": "Record key for a finding in Cloud Datastore."
},
"GooglePrivacyDlpV2beta1CloudStorageOptions": {
"type": "object",
"properties": {
"fileSet": {
"$ref": "GooglePrivacyDlpV2beta1FileSet"
}
},
"id": "GooglePrivacyDlpV2beta1CloudStorageOptions",
"description": "Options defining a file or a set of files (path ending with *) within\na Google Cloud Storage bucket."
},
"GooglePrivacyDlpV2beta1RecordKey": {
"description": "Message for a unique key indicating a record that contains a finding.",
"type": "object",
"properties": {
"cloudStorageKey": {
"$ref": "GooglePrivacyDlpV2beta1CloudStorageKey"
},
"datastoreKey": {
"$ref": "GooglePrivacyDlpV2beta1DatastoreKey"
}
},
"id": "GooglePrivacyDlpV2beta1RecordKey"
},
"GooglePrivacyDlpV2beta1CloudStoragePath": {
"description": "A location in Cloud Storage.",
"type": "object",
"properties": {
"path": {
"description": "The url, in the format of `gs://bucket/\u003cpath\u003e`.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1CloudStoragePath"
},
"GooglePrivacyDlpV2beta1InspectOperationResult": {
"description": "The operational data.",
"type": "object",
"properties": {
"name": {
"description": "The server-assigned name, which is only unique within the same service that\noriginally returns it. If you use the default HTTP mapping, the\n`name` should have the format of `inspect/results/{id}`.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1InspectOperationResult"
},
"GooglePrivacyDlpV2beta1Range": {
"description": "Generic half-open interval [start, end)",
"type": "object",
"properties": {
"end": {
"format": "int64",
"description": "Index of the last character of the range (exclusive).",
"type": "string"
},
"start": {
"format": "int64",
"description": "Index of the first character of the range (inclusive).",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1Range"
},
"GoogleTypeTimeOfDay": {
"description": "Represents a time of day. The date and time zone are either not significant\nor are specified elsewhere. An API may choose to allow leap seconds. Related\ntypes are google.type.Date and `google.protobuf.Timestamp`.",
"type": "object",
"properties": {
"minutes": {
"type": "integer",
"format": "int32",
"description": "Minutes of hour of day. Must be from 0 to 59."
},
"hours": {
"type": "integer",
"format": "int32",
"description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose\nto allow the value \"24:00:00\" for scenarios like business closing time."
},
"nanos": {
"format": "int32",
"description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
"type": "integer"
},
"seconds": {
"format": "int32",
"description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may\nallow the value 60 if it allows leap-seconds.",
"type": "integer"
}
},
"id": "GoogleTypeTimeOfDay"
},
"GooglePrivacyDlpV2beta1InspectResult": {
"description": "All the findings for a single scanned item.",
"type": "object",
"properties": {
"findingsTruncated": {
"description": "If true, then this item might have more findings than were returned,\nand the findings returned are an arbitrary subset of all findings.\nThe findings list might be truncated because the input items were too\nlarge, or because the server reached the maximum amount of resources\nallowed for a single API call. For best results, divide the input into\nsmaller batches.",
"type": "boolean"
},
"findings": {
"description": "List of findings for an item.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1Finding"
},
"type": "array"
}
},
"id": "GooglePrivacyDlpV2beta1InspectResult"
},
"GooglePrivacyDlpV2beta1ImageLocation": {
"properties": {
"height": {
"format": "int32",
"description": "Height of the bounding box in pixels.",
"type": "integer"
},
"top": {
"type": "integer",
"format": "int32",
"description": "Top coordinate of the bounding box. (0,0) is upper left."
},
"left": {
"format": "int32",
"description": "Left coordinate of the bounding box. (0,0) is upper left.",
"type": "integer"
},
"width": {
"type": "integer",
"format": "int32",
"description": "Width of the bounding box in pixels."
}
},
"id": "GooglePrivacyDlpV2beta1ImageLocation",
"description": "Bounding box encompassing detected text within an image.",
"type": "object"
},
"GooglePrivacyDlpV2beta1StorageConfig": {
"description": "Shared message indicating Cloud storage type.",
"type": "object",
"properties": {
"cloudStorageOptions": {
"$ref": "GooglePrivacyDlpV2beta1CloudStorageOptions",
"description": "Google Cloud Storage options specification."
},
"datastoreOptions": {
"$ref": "GooglePrivacyDlpV2beta1DatastoreOptions",
"description": "Google Cloud Datastore options specification."
},
"bigQueryOptions": {
"$ref": "GooglePrivacyDlpV2beta1BigQueryOptions",
"description": "BigQuery options specification."
}
},
"id": "GooglePrivacyDlpV2beta1StorageConfig"
},
"GooglePrivacyDlpV2beta1ContentItem": {
"description": "Container structure for the content to inspect.",
"type": "object",
"properties": {
"table": {
"$ref": "GooglePrivacyDlpV2beta1Table",
"description": "Structured content for inspection."
},
"data": {
"format": "byte",
"description": "Content data to inspect or redact.",
"type": "string"
},
"type": {
"description": "Type of the content, as defined in Content-Type HTTP header.\nSupported types are: all \"text\" types, octet streams, PNG images,\nJPEG images.",
"type": "string"
},
"value": {
"description": "String data to inspect or redact.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1ContentItem"
},
"GooglePrivacyDlpV2beta1BigQueryOptions": {
"description": "Options defining BigQuery table and row identifiers.",
"type": "object",
"properties": {
"identifyingFields": {
"description": "References to fields uniquely identifying rows within the table.\nNested fields in the format, like `person.birthdate.year`, are allowed.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1FieldId"
},
"type": "array"
},
"tableReference": {
"$ref": "GooglePrivacyDlpV2beta1BigQueryTable",
"description": "Complete BigQuery table reference."
}
},
"id": "GooglePrivacyDlpV2beta1BigQueryOptions"
},
"GooglePrivacyDlpV2beta1OperationConfig": {
"description": "Additional configuration for inspect long running operations.",
"type": "object",
"properties": {
"maxItemFindings": {
"format": "int64",
"description": "Max number of findings per file, Datastore entity, or database row.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1OperationConfig"
},
"GooglePrivacyDlpV2beta1ReplaceConfig": {
"type": "object",
"properties": {
"infoType": {
"$ref": "GooglePrivacyDlpV2beta1InfoType",
"description": "Type of information to replace. Only one ReplaceConfig per info_type\nshould be provided. If ReplaceConfig does not have an info_type, the DLP\nAPI matches it against all info_types that are found but not specified in\nanother ReplaceConfig."
},
"replaceWith": {
"description": "Content replacing sensitive information of given type. Max 256 chars.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1ReplaceConfig"
},
"GooglePrivacyDlpV2beta1Color": {
"description": "Represents a color in the RGB color space.",
"type": "object",
"properties": {
"red": {
"format": "float",
"description": "The amount of red in the color as a value in the interval [0, 1].",
"type": "number"
},
"blue": {
"type": "number",
"format": "float",
"description": "The amount of blue in the color as a value in the interval [0, 1]."
},
"green": {
"type": "number",
"format": "float",
"description": "The amount of green in the color as a value in the interval [0, 1]."
}
},
"id": "GooglePrivacyDlpV2beta1Color"
},
"GooglePrivacyDlpV2beta1Table": {
"description": "Structured content to inspect. Up to 50,000 `Value`s per request allowed.",
"type": "object",
"properties": {
"headers": {
"items": {
"$ref": "GooglePrivacyDlpV2beta1FieldId"
},
"type": "array"
},
"rows": {
"items": {
"$ref": "GooglePrivacyDlpV2beta1Row"
},
"type": "array"
}
},
"id": "GooglePrivacyDlpV2beta1Table"
},
"GooglePrivacyDlpV2beta1InfoTypeLimit": {
"description": "Max findings configuration per info type, per content item or long running\noperation.",
"type": "object",
"properties": {
"infoType": {
"description": "Type of information the findings limit applies to. Only one limit per\ninfo_type should be provided. If InfoTypeLimit does not have an\ninfo_type, the DLP API applies the limit against all info_types that are\nfound but not specified in another InfoTypeLimit.",
"$ref": "GooglePrivacyDlpV2beta1InfoType"
},
"maxFindings": {
"type": "integer",
"format": "int32",
"description": "Max findings limit for the given infoType."
}
},
"id": "GooglePrivacyDlpV2beta1InfoTypeLimit"
},
"GooglePrivacyDlpV2beta1ListInfoTypesResponse": {
"description": "Response to the ListInfoTypes request.",
"type": "object",
"properties": {
"infoTypes": {
"items": {
"$ref": "GooglePrivacyDlpV2beta1InfoTypeDescription"
},
"type": "array",
"description": "Set of sensitive info types belonging to a category."
}
},
"id": "GooglePrivacyDlpV2beta1ListInfoTypesResponse"
},
"GooglePrivacyDlpV2beta1Value": {
"description": "Set of primitive values supported by the system.",
"type": "object",
"properties": {
"timeValue": {
"$ref": "GoogleTypeTimeOfDay"
},
"integerValue": {
"format": "int64",
"type": "string"
},
"stringValue": {
"type": "string"
},
"dateValue": {
"$ref": "GoogleTypeDate"
},
"timestampValue": {
"type": "string",
"format": "google-datetime"
},
"booleanValue": {
"type": "boolean"
},
"floatValue": {
"format": "double",
"type": "number"
}
},
"id": "GooglePrivacyDlpV2beta1Value"
},
"GooglePrivacyDlpV2beta1CloudStorageKey": {
"id": "GooglePrivacyDlpV2beta1CloudStorageKey",
"description": "Record key for a finding in a Cloud Storage file.",
"type": "object",
"properties": {
"filePath": {
"type": "string",
"description": "Path to the file."
},
"startOffset": {
"format": "int64",
"description": "Byte offset of the referenced data in the file.",
"type": "string"
}
}
},
"GooglePrivacyDlpV2beta1PartitionId": {
"description": "Datastore partition ID.\nA partition ID identifies a grouping of entities. The grouping is always\nby project and namespace, however the namespace ID may be empty.\n\nA partition ID contains several dimensions:\nproject ID and namespace ID.",
"type": "object",
"properties": {
"namespaceId": {
"description": "If not empty, the ID of the namespace to which the entities belong.",
"type": "string"
},
"projectId": {
"description": "The ID of the project to which the entities belong.",
"type": "string"
}
},
"id": "GooglePrivacyDlpV2beta1PartitionId"
},
"GooglePrivacyDlpV2beta1InspectContentResponse": {
"type": "object",
"properties": {
"results": {
"description": "Each content_item from the request has a result in this list, in the\nsame order as the request.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1InspectResult"
},
"type": "array"
}
},
"id": "GooglePrivacyDlpV2beta1InspectContentResponse",
"description": "Results of inspecting a list of items."
},
"GooglePrivacyDlpV2beta1RedactContentRequest": {
"description": "Request to search for potentially sensitive info in a list of items\nand replace it with a default or provided content.",
"type": "object",
"properties": {
"replaceConfigs": {
"items": {
"$ref": "GooglePrivacyDlpV2beta1ReplaceConfig"
},
"type": "array",
"description": "The strings to replace findings text findings with. Must specify at least\none of these or one ImageRedactionConfig if redacting images."
},
"imageRedactionConfigs": {
"description": "The configuration for specifying what content to redact from images.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1ImageRedactionConfig"
},
"type": "array"
},
"inspectConfig": {
"$ref": "GooglePrivacyDlpV2beta1InspectConfig",
"description": "Configuration for the inspector."
},
"items": {
"description": "The list of items to inspect. Up to 100 are allowed per request.",
"items": {
"$ref": "GooglePrivacyDlpV2beta1ContentItem"
},
"type": "array"
}
},
"id": "GooglePrivacyDlpV2beta1RedactContentRequest"
}
},
"icons": {
"x32": "http://www.google.com/images/icons/product/search-32.gif",
"x16": "http://www.google.com/images/icons/product/search-16.gif"
},
"protocol": "rest",
"canonicalName": "DLP",
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
}
}
}
},
"rootUrl": "https://dlp.googleapis.com/",
"ownerDomain": "google.com",
"name": "dlp",
"batchPath": "batch",
"title": "DLP API",
"ownerName": "Google"
}