From 479956f3801527774d612e8d4555bfe45bcee2ce Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 31 Aug 2019 19:34:45 -0400 Subject: [PATCH] chore: run synthtool (#329) --- packages/google-privacy-dlp/README.md | 4 +- .../google-privacy-dlp/protos/protos.json | 4833 +++++++++++++++++ .../src/service_proto_list.json | 1 + .../src/v2/dlp_service_client.js | 32 +- .../v2/doc/google/protobuf/doc_timestamp.js | 10 +- packages/google-privacy-dlp/synth.metadata | 10 +- 6 files changed, 4877 insertions(+), 13 deletions(-) create mode 100644 packages/google-privacy-dlp/protos/protos.json create mode 100644 packages/google-privacy-dlp/src/service_proto_list.json diff --git a/packages/google-privacy-dlp/README.md b/packages/google-privacy-dlp/README.md index 2b02ac924d6..22aa664b7ed 100644 --- a/packages/google-privacy-dlp/README.md +++ b/packages/google-privacy-dlp/README.md @@ -166,12 +166,10 @@ Apache Version 2.0 See [LICENSE](https://github.com/googleapis/nodejs-dlp/blob/master/LICENSE) -[client-docs]: https://googleapis.dev/nodejs/dlp/latest#reference +[client-docs]: https://googleapis.dev/nodejs/dlp/latest [product-docs]: https://cloud.google.com/dlp/docs/ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png [projects]: https://console.cloud.google.com/project [billing]: https://support.google.com/cloud/answer/6293499#enable-billing [enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=dlp.googleapis.com [auth]: https://cloud.google.com/docs/authentication/getting-started - - diff --git a/packages/google-privacy-dlp/protos/protos.json b/packages/google-privacy-dlp/protos/protos.json new file mode 100644 index 00000000000..4d906ae05fa --- /dev/null +++ b/packages/google-privacy-dlp/protos/protos.json @@ -0,0 +1,4833 @@ +{ + "nested": { + "google": { + "nested": { + "privacy": { + "nested": { + "dlp": { + "nested": { + "v2": { + "options": { + "csharp_namespace": "Google.Cloud.Dlp.V2", + "go_package": "google.golang.org/genproto/googleapis/privacy/dlp/v2;dlp", + "java_multiple_files": true, + "java_outer_classname": "DlpStorage", + "java_package": "com.google.privacy.dlp.v2", + "php_namespace": "Google\\Cloud\\Dlp\\V2" + }, + "nested": { + "DlpService": { + "options": { + "(google.api.default_host)": "dlp.googleapis.com", + "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform" + }, + "methods": { + "InspectContent": { + "requestType": "InspectContentRequest", + "responseType": "InspectContentResponse", + "options": { + "(google.api.http).post": "/v2/{parent=projects/*}/content:inspect", + "(google.api.http).body": "*" + } + }, + "RedactImage": { + "requestType": "RedactImageRequest", + "responseType": "RedactImageResponse", + "options": { + "(google.api.http).post": "/v2/{parent=projects/*}/image:redact", + "(google.api.http).body": "*" + } + }, + "DeidentifyContent": { + "requestType": "DeidentifyContentRequest", + "responseType": "DeidentifyContentResponse", + "options": { + "(google.api.http).post": "/v2/{parent=projects/*}/content:deidentify", + "(google.api.http).body": "*" + } + }, + "ReidentifyContent": { + "requestType": "ReidentifyContentRequest", + "responseType": "ReidentifyContentResponse", + "options": { + "(google.api.http).post": "/v2/{parent=projects/*}/content:reidentify", + "(google.api.http).body": "*" + } + }, + "ListInfoTypes": { + "requestType": "ListInfoTypesRequest", + "responseType": "ListInfoTypesResponse", + "options": { + "(google.api.http).get": "/v2/infoTypes" + } + }, + "CreateInspectTemplate": { + "requestType": "CreateInspectTemplateRequest", + "responseType": "InspectTemplate", + "options": { + "(google.api.http).post": "/v2/{parent=organizations/*}/inspectTemplates", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v2/{parent=projects/*}/inspectTemplates", + "(google.api.http).additional_bindings.body": "*" + } + }, + "UpdateInspectTemplate": { + "requestType": "UpdateInspectTemplateRequest", + "responseType": "InspectTemplate", + "options": { + "(google.api.http).patch": "/v2/{name=organizations/*/inspectTemplates/*}", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.patch": "/v2/{name=projects/*/inspectTemplates/*}", + "(google.api.http).additional_bindings.body": "*" + } + }, + "GetInspectTemplate": { + "requestType": "GetInspectTemplateRequest", + "responseType": "InspectTemplate", + "options": { + "(google.api.http).get": "/v2/{name=organizations/*/inspectTemplates/*}", + "(google.api.http).additional_bindings.get": "/v2/{name=projects/*/inspectTemplates/*}" + } + }, + "ListInspectTemplates": { + "requestType": "ListInspectTemplatesRequest", + "responseType": "ListInspectTemplatesResponse", + "options": { + "(google.api.http).get": "/v2/{parent=organizations/*}/inspectTemplates", + "(google.api.http).additional_bindings.get": "/v2/{parent=projects/*}/inspectTemplates" + } + }, + "DeleteInspectTemplate": { + "requestType": "DeleteInspectTemplateRequest", + "responseType": "google.protobuf.Empty", + "options": { + "(google.api.http).delete": "/v2/{name=organizations/*/inspectTemplates/*}", + "(google.api.http).additional_bindings.delete": "/v2/{name=projects/*/inspectTemplates/*}" + } + }, + "CreateDeidentifyTemplate": { + "requestType": "CreateDeidentifyTemplateRequest", + "responseType": "DeidentifyTemplate", + "options": { + "(google.api.http).post": "/v2/{parent=organizations/*}/deidentifyTemplates", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v2/{parent=projects/*}/deidentifyTemplates", + "(google.api.http).additional_bindings.body": "*" + } + }, + "UpdateDeidentifyTemplate": { + "requestType": "UpdateDeidentifyTemplateRequest", + "responseType": "DeidentifyTemplate", + "options": { + "(google.api.http).patch": "/v2/{name=organizations/*/deidentifyTemplates/*}", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.patch": "/v2/{name=projects/*/deidentifyTemplates/*}", + "(google.api.http).additional_bindings.body": "*" + } + }, + "GetDeidentifyTemplate": { + "requestType": "GetDeidentifyTemplateRequest", + "responseType": "DeidentifyTemplate", + "options": { + "(google.api.http).get": "/v2/{name=organizations/*/deidentifyTemplates/*}", + "(google.api.http).additional_bindings.get": "/v2/{name=projects/*/deidentifyTemplates/*}" + } + }, + "ListDeidentifyTemplates": { + "requestType": "ListDeidentifyTemplatesRequest", + "responseType": "ListDeidentifyTemplatesResponse", + "options": { + "(google.api.http).get": "/v2/{parent=organizations/*}/deidentifyTemplates", + "(google.api.http).additional_bindings.get": "/v2/{parent=projects/*}/deidentifyTemplates" + } + }, + "DeleteDeidentifyTemplate": { + "requestType": "DeleteDeidentifyTemplateRequest", + "responseType": "google.protobuf.Empty", + "options": { + "(google.api.http).delete": "/v2/{name=organizations/*/deidentifyTemplates/*}", + "(google.api.http).additional_bindings.delete": "/v2/{name=projects/*/deidentifyTemplates/*}" + } + }, + "CreateJobTrigger": { + "requestType": "CreateJobTriggerRequest", + "responseType": "JobTrigger", + "options": { + "(google.api.http).post": "/v2/{parent=projects/*}/jobTriggers", + "(google.api.http).body": "*" + } + }, + "UpdateJobTrigger": { + "requestType": "UpdateJobTriggerRequest", + "responseType": "JobTrigger", + "options": { + "(google.api.http).patch": "/v2/{name=projects/*/jobTriggers/*}", + "(google.api.http).body": "*" + } + }, + "GetJobTrigger": { + "requestType": "GetJobTriggerRequest", + "responseType": "JobTrigger", + "options": { + "(google.api.http).get": "/v2/{name=projects/*/jobTriggers/*}" + } + }, + "ListJobTriggers": { + "requestType": "ListJobTriggersRequest", + "responseType": "ListJobTriggersResponse", + "options": { + "(google.api.http).get": "/v2/{parent=projects/*}/jobTriggers" + } + }, + "DeleteJobTrigger": { + "requestType": "DeleteJobTriggerRequest", + "responseType": "google.protobuf.Empty", + "options": { + "(google.api.http).delete": "/v2/{name=projects/*/jobTriggers/*}" + } + }, + "ActivateJobTrigger": { + "requestType": "ActivateJobTriggerRequest", + "responseType": "DlpJob", + "options": { + "(google.api.http).post": "/v2/{name=projects/*/jobTriggers/*}:activate", + "(google.api.http).body": "*" + } + }, + "CreateDlpJob": { + "requestType": "CreateDlpJobRequest", + "responseType": "DlpJob", + "options": { + "(google.api.http).post": "/v2/{parent=projects/*}/dlpJobs", + "(google.api.http).body": "*" + } + }, + "ListDlpJobs": { + "requestType": "ListDlpJobsRequest", + "responseType": "ListDlpJobsResponse", + "options": { + "(google.api.http).get": "/v2/{parent=projects/*}/dlpJobs" + } + }, + "GetDlpJob": { + "requestType": "GetDlpJobRequest", + "responseType": "DlpJob", + "options": { + "(google.api.http).get": "/v2/{name=projects/*/dlpJobs/*}" + } + }, + "DeleteDlpJob": { + "requestType": "DeleteDlpJobRequest", + "responseType": "google.protobuf.Empty", + "options": { + "(google.api.http).delete": "/v2/{name=projects/*/dlpJobs/*}" + } + }, + "CancelDlpJob": { + "requestType": "CancelDlpJobRequest", + "responseType": "google.protobuf.Empty", + "options": { + "(google.api.http).post": "/v2/{name=projects/*/dlpJobs/*}:cancel", + "(google.api.http).body": "*" + } + }, + "CreateStoredInfoType": { + "requestType": "CreateStoredInfoTypeRequest", + "responseType": "StoredInfoType", + "options": { + "(google.api.http).post": "/v2/{parent=organizations/*}/storedInfoTypes", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.post": "/v2/{parent=projects/*}/storedInfoTypes", + "(google.api.http).additional_bindings.body": "*" + } + }, + "UpdateStoredInfoType": { + "requestType": "UpdateStoredInfoTypeRequest", + "responseType": "StoredInfoType", + "options": { + "(google.api.http).patch": "/v2/{name=organizations/*/storedInfoTypes/*}", + "(google.api.http).body": "*", + "(google.api.http).additional_bindings.patch": "/v2/{name=projects/*/storedInfoTypes/*}", + "(google.api.http).additional_bindings.body": "*" + } + }, + "GetStoredInfoType": { + "requestType": "GetStoredInfoTypeRequest", + "responseType": "StoredInfoType", + "options": { + "(google.api.http).get": "/v2/{name=organizations/*/storedInfoTypes/*}", + "(google.api.http).additional_bindings.get": "/v2/{name=projects/*/storedInfoTypes/*}" + } + }, + "ListStoredInfoTypes": { + "requestType": "ListStoredInfoTypesRequest", + "responseType": "ListStoredInfoTypesResponse", + "options": { + "(google.api.http).get": "/v2/{parent=organizations/*}/storedInfoTypes", + "(google.api.http).additional_bindings.get": "/v2/{parent=projects/*}/storedInfoTypes" + } + }, + "DeleteStoredInfoType": { + "requestType": "DeleteStoredInfoTypeRequest", + "responseType": "google.protobuf.Empty", + "options": { + "(google.api.http).delete": "/v2/{name=organizations/*/storedInfoTypes/*}", + "(google.api.http).additional_bindings.delete": "/v2/{name=projects/*/storedInfoTypes/*}" + } + } + } + }, + "ExcludeInfoTypes": { + "fields": { + "infoTypes": { + "rule": "repeated", + "type": "InfoType", + "id": 1 + } + } + }, + "ContentOption": { + "values": { + "CONTENT_UNSPECIFIED": 0, + "CONTENT_TEXT": 1, + "CONTENT_IMAGE": 2 + } + }, + "ExclusionRule": { + "oneofs": { + "type": { + "oneof": [ + "dictionary", + "regex", + "excludeInfoTypes" + ] + } + }, + "fields": { + "dictionary": { + "type": "CustomInfoType.Dictionary", + "id": 1 + }, + "regex": { + "type": "CustomInfoType.Regex", + "id": 2 + }, + "excludeInfoTypes": { + "type": "ExcludeInfoTypes", + "id": 3 + }, + "matchingType": { + "type": "MatchingType", + "id": 4 + } + } + }, + "InspectionRule": { + "oneofs": { + "type": { + "oneof": [ + "hotwordRule", + "exclusionRule" + ] + } + }, + "fields": { + "hotwordRule": { + "type": "CustomInfoType.DetectionRule.HotwordRule", + "id": 1 + }, + "exclusionRule": { + "type": "ExclusionRule", + "id": 2 + } + } + }, + "InspectionRuleSet": { + "fields": { + "infoTypes": { + "rule": "repeated", + "type": "InfoType", + "id": 1 + }, + "rules": { + "rule": "repeated", + "type": "InspectionRule", + "id": 2 + } + } + }, + "InspectConfig": { + "fields": { + "infoTypes": { + "rule": "repeated", + "type": "InfoType", + "id": 1 + }, + "minLikelihood": { + "type": "Likelihood", + "id": 2 + }, + "limits": { + "type": "FindingLimits", + "id": 3 + }, + "includeQuote": { + "type": "bool", + "id": 4 + }, + "excludeInfoTypes": { + "type": "bool", + "id": 5 + }, + "customInfoTypes": { + "rule": "repeated", + "type": "CustomInfoType", + "id": 6 + }, + "contentOptions": { + "rule": "repeated", + "type": "ContentOption", + "id": 8 + }, + "ruleSet": { + "rule": "repeated", + "type": "InspectionRuleSet", + "id": 10 + } + }, + "nested": { + "FindingLimits": { + "fields": { + "maxFindingsPerItem": { + "type": "int32", + "id": 1 + }, + "maxFindingsPerRequest": { + "type": "int32", + "id": 2 + }, + "maxFindingsPerInfoType": { + "rule": "repeated", + "type": "InfoTypeLimit", + "id": 3 + } + }, + "nested": { + "InfoTypeLimit": { + "fields": { + "infoType": { + "type": "InfoType", + "id": 1 + }, + "maxFindings": { + "type": "int32", + "id": 2 + } + } + } + } + } + } + }, + "ByteContentItem": { + "fields": { + "type": { + "type": "BytesType", + "id": 1 + }, + "data": { + "type": "bytes", + "id": 2 + } + }, + "nested": { + "BytesType": { + "values": { + "BYTES_TYPE_UNSPECIFIED": 0, + "IMAGE": 6, + "IMAGE_JPEG": 1, + "IMAGE_BMP": 2, + "IMAGE_PNG": 3, + "IMAGE_SVG": 4, + "TEXT_UTF8": 5, + "AVRO": 11 + } + } + } + }, + "ContentItem": { + "oneofs": { + "dataItem": { + "oneof": [ + "value", + "table", + "byteItem" + ] + } + }, + "fields": { + "value": { + "type": "string", + "id": 3 + }, + "table": { + "type": "Table", + "id": 4 + }, + "byteItem": { + "type": "ByteContentItem", + "id": 5 + } + } + }, + "Table": { + "fields": { + "headers": { + "rule": "repeated", + "type": "FieldId", + "id": 1 + }, + "rows": { + "rule": "repeated", + "type": "Row", + "id": 2 + } + }, + "nested": { + "Row": { + "fields": { + "values": { + "rule": "repeated", + "type": "Value", + "id": 1 + } + } + } + } + }, + "InspectResult": { + "fields": { + "findings": { + "rule": "repeated", + "type": "Finding", + "id": 1 + }, + "findingsTruncated": { + "type": "bool", + "id": 2 + } + } + }, + "Finding": { + "fields": { + "quote": { + "type": "string", + "id": 1 + }, + "infoType": { + "type": "InfoType", + "id": 2 + }, + "likelihood": { + "type": "Likelihood", + "id": 3 + }, + "location": { + "type": "Location", + "id": 4 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 6 + }, + "quoteInfo": { + "type": "QuoteInfo", + "id": 7 + } + } + }, + "Location": { + "fields": { + "byteRange": { + "type": "Range", + "id": 1 + }, + "codepointRange": { + "type": "Range", + "id": 2 + }, + "contentLocations": { + "rule": "repeated", + "type": "ContentLocation", + "id": 7 + } + } + }, + "MatchingType": { + "values": { + "MATCHING_TYPE_UNSPECIFIED": 0, + "MATCHING_TYPE_FULL_MATCH": 1, + "MATCHING_TYPE_PARTIAL_MATCH": 2, + "MATCHING_TYPE_INVERSE_MATCH": 3 + } + }, + "ContentLocation": { + "oneofs": { + "location": { + "oneof": [ + "recordLocation", + "imageLocation", + "documentLocation" + ] + } + }, + "fields": { + "containerName": { + "type": "string", + "id": 1 + }, + "recordLocation": { + "type": "RecordLocation", + "id": 2 + }, + "imageLocation": { + "type": "ImageLocation", + "id": 3 + }, + "documentLocation": { + "type": "DocumentLocation", + "id": 5 + }, + "containerTimestamp": { + "type": "google.protobuf.Timestamp", + "id": 6 + }, + "containerVersion": { + "type": "string", + "id": 7 + } + } + }, + "DocumentLocation": { + "fields": { + "fileOffset": { + "type": "int64", + "id": 1 + } + } + }, + "RecordLocation": { + "fields": { + "recordKey": { + "type": "RecordKey", + "id": 1 + }, + "fieldId": { + "type": "FieldId", + "id": 2 + }, + "tableLocation": { + "type": "TableLocation", + "id": 3 + } + } + }, + "TableLocation": { + "fields": { + "rowIndex": { + "type": "int64", + "id": 1 + } + } + }, + "Range": { + "fields": { + "start": { + "type": "int64", + "id": 1 + }, + "end": { + "type": "int64", + "id": 2 + } + } + }, + "ImageLocation": { + "fields": { + "boundingBoxes": { + "rule": "repeated", + "type": "BoundingBox", + "id": 1 + } + } + }, + "BoundingBox": { + "fields": { + "top": { + "type": "int32", + "id": 1 + }, + "left": { + "type": "int32", + "id": 2 + }, + "width": { + "type": "int32", + "id": 3 + }, + "height": { + "type": "int32", + "id": 4 + } + } + }, + "RedactImageRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "inspectConfig": { + "type": "InspectConfig", + "id": 2 + }, + "imageRedactionConfigs": { + "rule": "repeated", + "type": "ImageRedactionConfig", + "id": 5 + }, + "includeFindings": { + "type": "bool", + "id": 6 + }, + "byteItem": { + "type": "ByteContentItem", + "id": 7 + } + }, + "nested": { + "ImageRedactionConfig": { + "oneofs": { + "target": { + "oneof": [ + "infoType", + "redactAllText" + ] + } + }, + "fields": { + "infoType": { + "type": "InfoType", + "id": 1 + }, + "redactAllText": { + "type": "bool", + "id": 2 + }, + "redactionColor": { + "type": "Color", + "id": 3 + } + } + } + } + }, + "Color": { + "fields": { + "red": { + "type": "float", + "id": 1 + }, + "green": { + "type": "float", + "id": 2 + }, + "blue": { + "type": "float", + "id": 3 + } + } + }, + "RedactImageResponse": { + "fields": { + "redactedImage": { + "type": "bytes", + "id": 1 + }, + "extractedText": { + "type": "string", + "id": 2 + }, + "inspectResult": { + "type": "InspectResult", + "id": 3 + } + } + }, + "DeidentifyContentRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "deidentifyConfig": { + "type": "DeidentifyConfig", + "id": 2 + }, + "inspectConfig": { + "type": "InspectConfig", + "id": 3 + }, + "item": { + "type": "ContentItem", + "id": 4 + }, + "inspectTemplateName": { + "type": "string", + "id": 5 + }, + "deidentifyTemplateName": { + "type": "string", + "id": 6 + } + } + }, + "DeidentifyContentResponse": { + "fields": { + "item": { + "type": "ContentItem", + "id": 1 + }, + "overview": { + "type": "TransformationOverview", + "id": 2 + } + } + }, + "ReidentifyContentRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "reidentifyConfig": { + "type": "DeidentifyConfig", + "id": 2 + }, + "inspectConfig": { + "type": "InspectConfig", + "id": 3 + }, + "item": { + "type": "ContentItem", + "id": 4 + }, + "inspectTemplateName": { + "type": "string", + "id": 5 + }, + "reidentifyTemplateName": { + "type": "string", + "id": 6 + } + } + }, + "ReidentifyContentResponse": { + "fields": { + "item": { + "type": "ContentItem", + "id": 1 + }, + "overview": { + "type": "TransformationOverview", + "id": 2 + } + } + }, + "InspectContentRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "inspectConfig": { + "type": "InspectConfig", + "id": 2 + }, + "item": { + "type": "ContentItem", + "id": 3 + }, + "inspectTemplateName": { + "type": "string", + "id": 4 + } + } + }, + "InspectContentResponse": { + "fields": { + "result": { + "type": "InspectResult", + "id": 1 + } + } + }, + "OutputStorageConfig": { + "oneofs": { + "type": { + "oneof": [ + "table" + ] + } + }, + "fields": { + "table": { + "type": "BigQueryTable", + "id": 1 + }, + "outputSchema": { + "type": "OutputSchema", + "id": 3 + } + }, + "nested": { + "OutputSchema": { + "values": { + "OUTPUT_SCHEMA_UNSPECIFIED": 0, + "BASIC_COLUMNS": 1, + "GCS_COLUMNS": 2, + "DATASTORE_COLUMNS": 3, + "BIG_QUERY_COLUMNS": 4, + "ALL_COLUMNS": 5 + } + } + } + }, + "InfoTypeStats": { + "fields": { + "infoType": { + "type": "InfoType", + "id": 1 + }, + "count": { + "type": "int64", + "id": 2 + } + } + }, + "InspectDataSourceDetails": { + "fields": { + "requestedOptions": { + "type": "RequestedOptions", + "id": 2 + }, + "result": { + "type": "Result", + "id": 3 + } + }, + "nested": { + "RequestedOptions": { + "fields": { + "snapshotInspectTemplate": { + "type": "InspectTemplate", + "id": 1 + }, + "jobConfig": { + "type": "InspectJobConfig", + "id": 3 + } + } + }, + "Result": { + "fields": { + "processedBytes": { + "type": "int64", + "id": 1 + }, + "totalEstimatedBytes": { + "type": "int64", + "id": 2 + }, + "infoTypeStats": { + "rule": "repeated", + "type": "InfoTypeStats", + "id": 3 + } + } + } + } + }, + "InfoTypeDescription": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "displayName": { + "type": "string", + "id": 2 + }, + "supportedBy": { + "rule": "repeated", + "type": "InfoTypeSupportedBy", + "id": 3 + }, + "description": { + "type": "string", + "id": 4 + } + } + }, + "ListInfoTypesRequest": { + "fields": { + "languageCode": { + "type": "string", + "id": 1 + }, + "filter": { + "type": "string", + "id": 2 + } + } + }, + "ListInfoTypesResponse": { + "fields": { + "infoTypes": { + "rule": "repeated", + "type": "InfoTypeDescription", + "id": 1 + } + } + }, + "RiskAnalysisJobConfig": { + "fields": { + "privacyMetric": { + "type": "PrivacyMetric", + "id": 1 + }, + "sourceTable": { + "type": "BigQueryTable", + "id": 2 + }, + "actions": { + "rule": "repeated", + "type": "Action", + "id": 3 + } + } + }, + "QuasiId": { + "oneofs": { + "tag": { + "oneof": [ + "infoType", + "customTag", + "inferred" + ] + } + }, + "fields": { + "field": { + "type": "FieldId", + "id": 1 + }, + "infoType": { + "type": "InfoType", + "id": 2 + }, + "customTag": { + "type": "string", + "id": 3 + }, + "inferred": { + "type": "google.protobuf.Empty", + "id": 4 + } + } + }, + "StatisticalTable": { + "fields": { + "table": { + "type": "BigQueryTable", + "id": 3 + }, + "quasiIds": { + "rule": "repeated", + "type": "QuasiIdentifierField", + "id": 1 + }, + "relativeFrequency": { + "type": "FieldId", + "id": 2 + } + }, + "nested": { + "QuasiIdentifierField": { + "fields": { + "field": { + "type": "FieldId", + "id": 1 + }, + "customTag": { + "type": "string", + "id": 2 + } + } + } + } + }, + "PrivacyMetric": { + "oneofs": { + "type": { + "oneof": [ + "numericalStatsConfig", + "categoricalStatsConfig", + "kAnonymityConfig", + "lDiversityConfig", + "kMapEstimationConfig", + "deltaPresenceEstimationConfig" + ] + } + }, + "fields": { + "numericalStatsConfig": { + "type": "NumericalStatsConfig", + "id": 1 + }, + "categoricalStatsConfig": { + "type": "CategoricalStatsConfig", + "id": 2 + }, + "kAnonymityConfig": { + "type": "KAnonymityConfig", + "id": 3 + }, + "lDiversityConfig": { + "type": "LDiversityConfig", + "id": 4 + }, + "kMapEstimationConfig": { + "type": "KMapEstimationConfig", + "id": 5 + }, + "deltaPresenceEstimationConfig": { + "type": "DeltaPresenceEstimationConfig", + "id": 6 + } + }, + "nested": { + "NumericalStatsConfig": { + "fields": { + "field": { + "type": "FieldId", + "id": 1 + } + } + }, + "CategoricalStatsConfig": { + "fields": { + "field": { + "type": "FieldId", + "id": 1 + } + } + }, + "KAnonymityConfig": { + "fields": { + "quasiIds": { + "rule": "repeated", + "type": "FieldId", + "id": 1 + }, + "entityId": { + "type": "EntityId", + "id": 2 + } + } + }, + "LDiversityConfig": { + "fields": { + "quasiIds": { + "rule": "repeated", + "type": "FieldId", + "id": 1 + }, + "sensitiveAttribute": { + "type": "FieldId", + "id": 2 + } + } + }, + "KMapEstimationConfig": { + "fields": { + "quasiIds": { + "rule": "repeated", + "type": "TaggedField", + "id": 1 + }, + "regionCode": { + "type": "string", + "id": 2 + }, + "auxiliaryTables": { + "rule": "repeated", + "type": "AuxiliaryTable", + "id": 3 + } + }, + "nested": { + "TaggedField": { + "oneofs": { + "tag": { + "oneof": [ + "infoType", + "customTag", + "inferred" + ] + } + }, + "fields": { + "field": { + "type": "FieldId", + "id": 1 + }, + "infoType": { + "type": "InfoType", + "id": 2 + }, + "customTag": { + "type": "string", + "id": 3 + }, + "inferred": { + "type": "google.protobuf.Empty", + "id": 4 + } + } + }, + "AuxiliaryTable": { + "fields": { + "table": { + "type": "BigQueryTable", + "id": 3 + }, + "quasiIds": { + "rule": "repeated", + "type": "QuasiIdField", + "id": 1 + }, + "relativeFrequency": { + "type": "FieldId", + "id": 2 + } + }, + "nested": { + "QuasiIdField": { + "fields": { + "field": { + "type": "FieldId", + "id": 1 + }, + "customTag": { + "type": "string", + "id": 2 + } + } + } + } + } + } + }, + "DeltaPresenceEstimationConfig": { + "fields": { + "quasiIds": { + "rule": "repeated", + "type": "QuasiId", + "id": 1 + }, + "regionCode": { + "type": "string", + "id": 2 + }, + "auxiliaryTables": { + "rule": "repeated", + "type": "StatisticalTable", + "id": 3 + } + } + } + } + }, + "AnalyzeDataSourceRiskDetails": { + "oneofs": { + "result": { + "oneof": [ + "numericalStatsResult", + "categoricalStatsResult", + "kAnonymityResult", + "lDiversityResult", + "kMapEstimationResult", + "deltaPresenceEstimationResult" + ] + } + }, + "fields": { + "requestedPrivacyMetric": { + "type": "PrivacyMetric", + "id": 1 + }, + "requestedSourceTable": { + "type": "BigQueryTable", + "id": 2 + }, + "numericalStatsResult": { + "type": "NumericalStatsResult", + "id": 3 + }, + "categoricalStatsResult": { + "type": "CategoricalStatsResult", + "id": 4 + }, + "kAnonymityResult": { + "type": "KAnonymityResult", + "id": 5 + }, + "lDiversityResult": { + "type": "LDiversityResult", + "id": 6 + }, + "kMapEstimationResult": { + "type": "KMapEstimationResult", + "id": 7 + }, + "deltaPresenceEstimationResult": { + "type": "DeltaPresenceEstimationResult", + "id": 9 + } + }, + "nested": { + "NumericalStatsResult": { + "fields": { + "minValue": { + "type": "Value", + "id": 1 + }, + "maxValue": { + "type": "Value", + "id": 2 + }, + "quantileValues": { + "rule": "repeated", + "type": "Value", + "id": 4 + } + } + }, + "CategoricalStatsResult": { + "fields": { + "valueFrequencyHistogramBuckets": { + "rule": "repeated", + "type": "CategoricalStatsHistogramBucket", + "id": 5 + } + }, + "nested": { + "CategoricalStatsHistogramBucket": { + "fields": { + "valueFrequencyLowerBound": { + "type": "int64", + "id": 1 + }, + "valueFrequencyUpperBound": { + "type": "int64", + "id": 2 + }, + "bucketSize": { + "type": "int64", + "id": 3 + }, + "bucketValues": { + "rule": "repeated", + "type": "ValueFrequency", + "id": 4 + }, + "bucketValueCount": { + "type": "int64", + "id": 5 + } + } + } + } + }, + "KAnonymityResult": { + "fields": { + "equivalenceClassHistogramBuckets": { + "rule": "repeated", + "type": "KAnonymityHistogramBucket", + "id": 5 + } + }, + "nested": { + "KAnonymityEquivalenceClass": { + "fields": { + "quasiIdsValues": { + "rule": "repeated", + "type": "Value", + "id": 1 + }, + "equivalenceClassSize": { + "type": "int64", + "id": 2 + } + } + }, + "KAnonymityHistogramBucket": { + "fields": { + "equivalenceClassSizeLowerBound": { + "type": "int64", + "id": 1 + }, + "equivalenceClassSizeUpperBound": { + "type": "int64", + "id": 2 + }, + "bucketSize": { + "type": "int64", + "id": 3 + }, + "bucketValues": { + "rule": "repeated", + "type": "KAnonymityEquivalenceClass", + "id": 4 + }, + "bucketValueCount": { + "type": "int64", + "id": 5 + } + } + } + } + }, + "LDiversityResult": { + "fields": { + "sensitiveValueFrequencyHistogramBuckets": { + "rule": "repeated", + "type": "LDiversityHistogramBucket", + "id": 5 + } + }, + "nested": { + "LDiversityEquivalenceClass": { + "fields": { + "quasiIdsValues": { + "rule": "repeated", + "type": "Value", + "id": 1 + }, + "equivalenceClassSize": { + "type": "int64", + "id": 2 + }, + "numDistinctSensitiveValues": { + "type": "int64", + "id": 3 + }, + "topSensitiveValues": { + "rule": "repeated", + "type": "ValueFrequency", + "id": 4 + } + } + }, + "LDiversityHistogramBucket": { + "fields": { + "sensitiveValueFrequencyLowerBound": { + "type": "int64", + "id": 1 + }, + "sensitiveValueFrequencyUpperBound": { + "type": "int64", + "id": 2 + }, + "bucketSize": { + "type": "int64", + "id": 3 + }, + "bucketValues": { + "rule": "repeated", + "type": "LDiversityEquivalenceClass", + "id": 4 + }, + "bucketValueCount": { + "type": "int64", + "id": 5 + } + } + } + } + }, + "KMapEstimationResult": { + "fields": { + "kMapEstimationHistogram": { + "rule": "repeated", + "type": "KMapEstimationHistogramBucket", + "id": 1 + } + }, + "nested": { + "KMapEstimationQuasiIdValues": { + "fields": { + "quasiIdsValues": { + "rule": "repeated", + "type": "Value", + "id": 1 + }, + "estimatedAnonymity": { + "type": "int64", + "id": 2 + } + } + }, + "KMapEstimationHistogramBucket": { + "fields": { + "minAnonymity": { + "type": "int64", + "id": 1 + }, + "maxAnonymity": { + "type": "int64", + "id": 2 + }, + "bucketSize": { + "type": "int64", + "id": 5 + }, + "bucketValues": { + "rule": "repeated", + "type": "KMapEstimationQuasiIdValues", + "id": 6 + }, + "bucketValueCount": { + "type": "int64", + "id": 7 + } + } + } + } + }, + "DeltaPresenceEstimationResult": { + "fields": { + "deltaPresenceEstimationHistogram": { + "rule": "repeated", + "type": "DeltaPresenceEstimationHistogramBucket", + "id": 1 + } + }, + "nested": { + "DeltaPresenceEstimationQuasiIdValues": { + "fields": { + "quasiIdsValues": { + "rule": "repeated", + "type": "Value", + "id": 1 + }, + "estimatedProbability": { + "type": "double", + "id": 2 + } + } + }, + "DeltaPresenceEstimationHistogramBucket": { + "fields": { + "minProbability": { + "type": "double", + "id": 1 + }, + "maxProbability": { + "type": "double", + "id": 2 + }, + "bucketSize": { + "type": "int64", + "id": 5 + }, + "bucketValues": { + "rule": "repeated", + "type": "DeltaPresenceEstimationQuasiIdValues", + "id": 6 + }, + "bucketValueCount": { + "type": "int64", + "id": 7 + } + } + } + } + } + } + }, + "ValueFrequency": { + "fields": { + "value": { + "type": "Value", + "id": 1 + }, + "count": { + "type": "int64", + "id": 2 + } + } + }, + "Value": { + "oneofs": { + "type": { + "oneof": [ + "integerValue", + "floatValue", + "stringValue", + "booleanValue", + "timestampValue", + "timeValue", + "dateValue", + "dayOfWeekValue" + ] + } + }, + "fields": { + "integerValue": { + "type": "int64", + "id": 1 + }, + "floatValue": { + "type": "double", + "id": 2 + }, + "stringValue": { + "type": "string", + "id": 3 + }, + "booleanValue": { + "type": "bool", + "id": 4 + }, + "timestampValue": { + "type": "google.protobuf.Timestamp", + "id": 5 + }, + "timeValue": { + "type": "google.type.TimeOfDay", + "id": 6 + }, + "dateValue": { + "type": "google.type.Date", + "id": 7 + }, + "dayOfWeekValue": { + "type": "google.type.DayOfWeek", + "id": 8 + } + } + }, + "QuoteInfo": { + "oneofs": { + "parsedQuote": { + "oneof": [ + "dateTime" + ] + } + }, + "fields": { + "dateTime": { + "type": "DateTime", + "id": 2 + } + } + }, + "DateTime": { + "fields": { + "date": { + "type": "google.type.Date", + "id": 1 + }, + "dayOfWeek": { + "type": "google.type.DayOfWeek", + "id": 2 + }, + "time": { + "type": "google.type.TimeOfDay", + "id": 3 + }, + "timeZone": { + "type": "TimeZone", + "id": 4 + } + }, + "nested": { + "TimeZone": { + "fields": { + "offsetMinutes": { + "type": "int32", + "id": 1 + } + } + } + } + }, + "DeidentifyConfig": { + "oneofs": { + "transformation": { + "oneof": [ + "infoTypeTransformations", + "recordTransformations" + ] + } + }, + "fields": { + "infoTypeTransformations": { + "type": "InfoTypeTransformations", + "id": 1 + }, + "recordTransformations": { + "type": "RecordTransformations", + "id": 2 + } + } + }, + "PrimitiveTransformation": { + "oneofs": { + "transformation": { + "oneof": [ + "replaceConfig", + "redactConfig", + "characterMaskConfig", + "cryptoReplaceFfxFpeConfig", + "fixedSizeBucketingConfig", + "bucketingConfig", + "replaceWithInfoTypeConfig", + "timePartConfig", + "cryptoHashConfig", + "dateShiftConfig", + "cryptoDeterministicConfig" + ] + } + }, + "fields": { + "replaceConfig": { + "type": "ReplaceValueConfig", + "id": 1 + }, + "redactConfig": { + "type": "RedactConfig", + "id": 2 + }, + "characterMaskConfig": { + "type": "CharacterMaskConfig", + "id": 3 + }, + "cryptoReplaceFfxFpeConfig": { + "type": "CryptoReplaceFfxFpeConfig", + "id": 4 + }, + "fixedSizeBucketingConfig": { + "type": "FixedSizeBucketingConfig", + "id": 5 + }, + "bucketingConfig": { + "type": "BucketingConfig", + "id": 6 + }, + "replaceWithInfoTypeConfig": { + "type": "ReplaceWithInfoTypeConfig", + "id": 7 + }, + "timePartConfig": { + "type": "TimePartConfig", + "id": 8 + }, + "cryptoHashConfig": { + "type": "CryptoHashConfig", + "id": 9 + }, + "dateShiftConfig": { + "type": "DateShiftConfig", + "id": 11 + }, + "cryptoDeterministicConfig": { + "type": "CryptoDeterministicConfig", + "id": 12 + } + } + }, + "TimePartConfig": { + "fields": { + "partToExtract": { + "type": "TimePart", + "id": 1 + } + }, + "nested": { + "TimePart": { + "values": { + "TIME_PART_UNSPECIFIED": 0, + "YEAR": 1, + "MONTH": 2, + "DAY_OF_MONTH": 3, + "DAY_OF_WEEK": 4, + "WEEK_OF_YEAR": 5, + "HOUR_OF_DAY": 6 + } + } + } + }, + "CryptoHashConfig": { + "fields": { + "cryptoKey": { + "type": "CryptoKey", + "id": 1 + } + } + }, + "CryptoDeterministicConfig": { + "fields": { + "cryptoKey": { + "type": "CryptoKey", + "id": 1 + }, + "surrogateInfoType": { + "type": "InfoType", + "id": 2 + }, + "context": { + "type": "FieldId", + "id": 3 + } + } + }, + "ReplaceValueConfig": { + "fields": { + "newValue": { + "type": "Value", + "id": 1 + } + } + }, + "ReplaceWithInfoTypeConfig": { + "fields": {} + }, + "RedactConfig": { + "fields": {} + }, + "CharsToIgnore": { + "oneofs": { + "characters": { + "oneof": [ + "charactersToSkip", + "commonCharactersToIgnore" + ] + } + }, + "fields": { + "charactersToSkip": { + "type": "string", + "id": 1 + }, + "commonCharactersToIgnore": { + "type": "CommonCharsToIgnore", + "id": 2 + } + }, + "nested": { + "CommonCharsToIgnore": { + "values": { + "COMMON_CHARS_TO_IGNORE_UNSPECIFIED": 0, + "NUMERIC": 1, + "ALPHA_UPPER_CASE": 2, + "ALPHA_LOWER_CASE": 3, + "PUNCTUATION": 4, + "WHITESPACE": 5 + } + } + } + }, + "CharacterMaskConfig": { + "fields": { + "maskingCharacter": { + "type": "string", + "id": 1 + }, + "numberToMask": { + "type": "int32", + "id": 2 + }, + "reverseOrder": { + "type": "bool", + "id": 3 + }, + "charactersToIgnore": { + "rule": "repeated", + "type": "CharsToIgnore", + "id": 4 + } + } + }, + "FixedSizeBucketingConfig": { + "fields": { + "lowerBound": { + "type": "Value", + "id": 1 + }, + "upperBound": { + "type": "Value", + "id": 2 + }, + "bucketSize": { + "type": "double", + "id": 3 + } + } + }, + "BucketingConfig": { + "fields": { + "buckets": { + "rule": "repeated", + "type": "Bucket", + "id": 1 + } + }, + "nested": { + "Bucket": { + "fields": { + "min": { + "type": "Value", + "id": 1 + }, + "max": { + "type": "Value", + "id": 2 + }, + "replacementValue": { + "type": "Value", + "id": 3 + } + } + } + } + }, + "CryptoReplaceFfxFpeConfig": { + "oneofs": { + "alphabet": { + "oneof": [ + "commonAlphabet", + "customAlphabet", + "radix" + ] + } + }, + "fields": { + "cryptoKey": { + "type": "CryptoKey", + "id": 1 + }, + "context": { + "type": "FieldId", + "id": 2 + }, + "commonAlphabet": { + "type": "FfxCommonNativeAlphabet", + "id": 4 + }, + "customAlphabet": { + "type": "string", + "id": 5 + }, + "radix": { + "type": "int32", + "id": 6 + }, + "surrogateInfoType": { + "type": "InfoType", + "id": 8 + } + }, + "nested": { + "FfxCommonNativeAlphabet": { + "values": { + "FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED": 0, + "NUMERIC": 1, + "HEXADECIMAL": 2, + "UPPER_CASE_ALPHA_NUMERIC": 3, + "ALPHA_NUMERIC": 4 + } + } + } + }, + "CryptoKey": { + "oneofs": { + "source": { + "oneof": [ + "transient", + "unwrapped", + "kmsWrapped" + ] + } + }, + "fields": { + "transient": { + "type": "TransientCryptoKey", + "id": 1 + }, + "unwrapped": { + "type": "UnwrappedCryptoKey", + "id": 2 + }, + "kmsWrapped": { + "type": "KmsWrappedCryptoKey", + "id": 3 + } + } + }, + "TransientCryptoKey": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "InfoTypeSupportedBy": { + "values": { + "ENUM_TYPE_UNSPECIFIED": 0, + "INSPECT": 1, + "RISK_ANALYSIS": 2 + } + }, + "UnwrappedCryptoKey": { + "fields": { + "key": { + "type": "bytes", + "id": 1 + } + } + }, + "KmsWrappedCryptoKey": { + "fields": { + "wrappedKey": { + "type": "bytes", + "id": 1 + }, + "cryptoKeyName": { + "type": "string", + "id": 2 + } + } + }, + "DateShiftConfig": { + "oneofs": { + "method": { + "oneof": [ + "cryptoKey" + ] + } + }, + "fields": { + "upperBoundDays": { + "type": "int32", + "id": 1 + }, + "lowerBoundDays": { + "type": "int32", + "id": 2 + }, + "context": { + "type": "FieldId", + "id": 3 + }, + "cryptoKey": { + "type": "CryptoKey", + "id": 4 + } + } + }, + "InfoTypeTransformations": { + "fields": { + "transformations": { + "rule": "repeated", + "type": "InfoTypeTransformation", + "id": 1 + } + }, + "nested": { + "InfoTypeTransformation": { + "fields": { + "infoTypes": { + "rule": "repeated", + "type": "InfoType", + "id": 1 + }, + "primitiveTransformation": { + "type": "PrimitiveTransformation", + "id": 2 + } + } + } + } + }, + "FieldTransformation": { + "oneofs": { + "transformation": { + "oneof": [ + "primitiveTransformation", + "infoTypeTransformations" + ] + } + }, + "fields": { + "fields": { + "rule": "repeated", + "type": "FieldId", + "id": 1 + }, + "condition": { + "type": "RecordCondition", + "id": 3 + }, + "primitiveTransformation": { + "type": "PrimitiveTransformation", + "id": 4 + }, + "infoTypeTransformations": { + "type": "InfoTypeTransformations", + "id": 5 + } + } + }, + "RecordTransformations": { + "fields": { + "fieldTransformations": { + "rule": "repeated", + "type": "FieldTransformation", + "id": 1 + }, + "recordSuppressions": { + "rule": "repeated", + "type": "RecordSuppression", + "id": 2 + } + } + }, + "RecordSuppression": { + "fields": { + "condition": { + "type": "RecordCondition", + "id": 1 + } + } + }, + "RecordCondition": { + "fields": { + "expressions": { + "type": "Expressions", + "id": 3 + } + }, + "nested": { + "Condition": { + "fields": { + "field": { + "type": "FieldId", + "id": 1 + }, + "operator": { + "type": "RelationalOperator", + "id": 3 + }, + "value": { + "type": "Value", + "id": 4 + } + } + }, + "Conditions": { + "fields": { + "conditions": { + "rule": "repeated", + "type": "Condition", + "id": 1 + } + } + }, + "Expressions": { + "oneofs": { + "type": { + "oneof": [ + "conditions" + ] + } + }, + "fields": { + "logicalOperator": { + "type": "LogicalOperator", + "id": 1 + }, + "conditions": { + "type": "Conditions", + "id": 3 + } + }, + "nested": { + "LogicalOperator": { + "values": { + "LOGICAL_OPERATOR_UNSPECIFIED": 0, + "AND": 1 + } + } + } + } + } + }, + "TransformationOverview": { + "fields": { + "transformedBytes": { + "type": "int64", + "id": 2 + }, + "transformationSummaries": { + "rule": "repeated", + "type": "TransformationSummary", + "id": 3 + } + } + }, + "TransformationSummary": { + "fields": { + "infoType": { + "type": "InfoType", + "id": 1 + }, + "field": { + "type": "FieldId", + "id": 2 + }, + "transformation": { + "type": "PrimitiveTransformation", + "id": 3 + }, + "fieldTransformations": { + "rule": "repeated", + "type": "FieldTransformation", + "id": 5 + }, + "recordSuppress": { + "type": "RecordSuppression", + "id": 6 + }, + "results": { + "rule": "repeated", + "type": "SummaryResult", + "id": 4 + }, + "transformedBytes": { + "type": "int64", + "id": 7 + } + }, + "nested": { + "SummaryResult": { + "fields": { + "count": { + "type": "int64", + "id": 1 + }, + "code": { + "type": "TransformationResultCode", + "id": 2 + }, + "details": { + "type": "string", + "id": 3 + } + } + }, + "TransformationResultCode": { + "values": { + "TRANSFORMATION_RESULT_CODE_UNSPECIFIED": 0, + "SUCCESS": 1, + "ERROR": 2 + } + } + } + }, + "Schedule": { + "oneofs": { + "option": { + "oneof": [ + "recurrencePeriodDuration" + ] + } + }, + "fields": { + "recurrencePeriodDuration": { + "type": "google.protobuf.Duration", + "id": 1 + } + } + }, + "InspectTemplate": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "displayName": { + "type": "string", + "id": 2 + }, + "description": { + "type": "string", + "id": 3 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 4 + }, + "updateTime": { + "type": "google.protobuf.Timestamp", + "id": 5 + }, + "inspectConfig": { + "type": "InspectConfig", + "id": 6 + } + } + }, + "DeidentifyTemplate": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "displayName": { + "type": "string", + "id": 2 + }, + "description": { + "type": "string", + "id": 3 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 4 + }, + "updateTime": { + "type": "google.protobuf.Timestamp", + "id": 5 + }, + "deidentifyConfig": { + "type": "DeidentifyConfig", + "id": 6 + } + } + }, + "Error": { + "fields": { + "details": { + "type": "google.rpc.Status", + "id": 1 + }, + "timestamps": { + "rule": "repeated", + "type": "google.protobuf.Timestamp", + "id": 2 + } + } + }, + "JobTrigger": { + "oneofs": { + "job": { + "oneof": [ + "inspectJob" + ] + } + }, + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "displayName": { + "type": "string", + "id": 2 + }, + "description": { + "type": "string", + "id": 3 + }, + "inspectJob": { + "type": "InspectJobConfig", + "id": 4 + }, + "triggers": { + "rule": "repeated", + "type": "Trigger", + "id": 5 + }, + "errors": { + "rule": "repeated", + "type": "Error", + "id": 6 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 7 + }, + "updateTime": { + "type": "google.protobuf.Timestamp", + "id": 8 + }, + "lastRunTime": { + "type": "google.protobuf.Timestamp", + "id": 9 + }, + "status": { + "type": "Status", + "id": 10 + } + }, + "nested": { + "Trigger": { + "oneofs": { + "trigger": { + "oneof": [ + "schedule" + ] + } + }, + "fields": { + "schedule": { + "type": "Schedule", + "id": 1 + } + } + }, + "Status": { + "values": { + "STATUS_UNSPECIFIED": 0, + "HEALTHY": 1, + "PAUSED": 2, + "CANCELLED": 3 + } + } + } + }, + "Action": { + "oneofs": { + "action": { + "oneof": [ + "saveFindings", + "pubSub", + "publishSummaryToCscc", + "publishFindingsToCloudDataCatalog", + "jobNotificationEmails" + ] + } + }, + "fields": { + "saveFindings": { + "type": "SaveFindings", + "id": 1 + }, + "pubSub": { + "type": "PublishToPubSub", + "id": 2 + }, + "publishSummaryToCscc": { + "type": "PublishSummaryToCscc", + "id": 3 + }, + "publishFindingsToCloudDataCatalog": { + "type": "PublishFindingsToCloudDataCatalog", + "id": 5 + }, + "jobNotificationEmails": { + "type": "JobNotificationEmails", + "id": 8 + } + }, + "nested": { + "SaveFindings": { + "fields": { + "outputConfig": { + "type": "OutputStorageConfig", + "id": 1 + } + } + }, + "PublishToPubSub": { + "fields": { + "topic": { + "type": "string", + "id": 1 + } + } + }, + "PublishSummaryToCscc": { + "fields": {} + }, + "PublishFindingsToCloudDataCatalog": { + "fields": {} + }, + "JobNotificationEmails": { + "fields": {} + } + } + }, + "CreateInspectTemplateRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "inspectTemplate": { + "type": "InspectTemplate", + "id": 2 + }, + "templateId": { + "type": "string", + "id": 3 + } + } + }, + "UpdateInspectTemplateRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "inspectTemplate": { + "type": "InspectTemplate", + "id": 2 + }, + "updateMask": { + "type": "google.protobuf.FieldMask", + "id": 3 + } + } + }, + "GetInspectTemplateRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ListInspectTemplatesRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "pageToken": { + "type": "string", + "id": 2 + }, + "pageSize": { + "type": "int32", + "id": 3 + }, + "orderBy": { + "type": "string", + "id": 4 + } + } + }, + "ListInspectTemplatesResponse": { + "fields": { + "inspectTemplates": { + "rule": "repeated", + "type": "InspectTemplate", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "DeleteInspectTemplateRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "CreateJobTriggerRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "jobTrigger": { + "type": "JobTrigger", + "id": 2 + }, + "triggerId": { + "type": "string", + "id": 3 + } + } + }, + "ActivateJobTriggerRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "UpdateJobTriggerRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "jobTrigger": { + "type": "JobTrigger", + "id": 2 + }, + "updateMask": { + "type": "google.protobuf.FieldMask", + "id": 3 + } + } + }, + "GetJobTriggerRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "CreateDlpJobRequest": { + "oneofs": { + "job": { + "oneof": [ + "inspectJob", + "riskJob" + ] + } + }, + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "inspectJob": { + "type": "InspectJobConfig", + "id": 2 + }, + "riskJob": { + "type": "RiskAnalysisJobConfig", + "id": 3 + }, + "jobId": { + "type": "string", + "id": 4 + } + } + }, + "ListJobTriggersRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "pageToken": { + "type": "string", + "id": 2 + }, + "pageSize": { + "type": "int32", + "id": 3 + }, + "orderBy": { + "type": "string", + "id": 4 + }, + "filter": { + "type": "string", + "id": 5 + } + } + }, + "ListJobTriggersResponse": { + "fields": { + "jobTriggers": { + "rule": "repeated", + "type": "JobTrigger", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "DeleteJobTriggerRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "InspectJobConfig": { + "fields": { + "storageConfig": { + "type": "StorageConfig", + "id": 1 + }, + "inspectConfig": { + "type": "InspectConfig", + "id": 2 + }, + "inspectTemplateName": { + "type": "string", + "id": 3 + }, + "actions": { + "rule": "repeated", + "type": "Action", + "id": 4 + } + } + }, + "DlpJob": { + "oneofs": { + "details": { + "oneof": [ + "riskDetails", + "inspectDetails" + ] + } + }, + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "type": { + "type": "DlpJobType", + "id": 2 + }, + "state": { + "type": "JobState", + "id": 3 + }, + "riskDetails": { + "type": "AnalyzeDataSourceRiskDetails", + "id": 4 + }, + "inspectDetails": { + "type": "InspectDataSourceDetails", + "id": 5 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 6 + }, + "startTime": { + "type": "google.protobuf.Timestamp", + "id": 7 + }, + "endTime": { + "type": "google.protobuf.Timestamp", + "id": 8 + }, + "jobTriggerName": { + "type": "string", + "id": 10 + }, + "errors": { + "rule": "repeated", + "type": "Error", + "id": 11 + } + }, + "nested": { + "JobState": { + "values": { + "JOB_STATE_UNSPECIFIED": 0, + "PENDING": 1, + "RUNNING": 2, + "DONE": 3, + "CANCELED": 4, + "FAILED": 5 + } + } + } + }, + "RelationalOperator": { + "values": { + "RELATIONAL_OPERATOR_UNSPECIFIED": 0, + "EQUAL_TO": 1, + "NOT_EQUAL_TO": 2, + "GREATER_THAN": 3, + "LESS_THAN": 4, + "GREATER_THAN_OR_EQUALS": 5, + "LESS_THAN_OR_EQUALS": 6, + "EXISTS": 7 + } + }, + "GetDlpJobRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ListDlpJobsRequest": { + "fields": { + "parent": { + "type": "string", + "id": 4 + }, + "filter": { + "type": "string", + "id": 1 + }, + "pageSize": { + "type": "int32", + "id": 2 + }, + "pageToken": { + "type": "string", + "id": 3 + }, + "type": { + "type": "DlpJobType", + "id": 5 + }, + "orderBy": { + "type": "string", + "id": 6 + } + } + }, + "ListDlpJobsResponse": { + "fields": { + "jobs": { + "rule": "repeated", + "type": "DlpJob", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "CancelDlpJobRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "DeleteDlpJobRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "CreateDeidentifyTemplateRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "deidentifyTemplate": { + "type": "DeidentifyTemplate", + "id": 2 + }, + "templateId": { + "type": "string", + "id": 3 + } + } + }, + "UpdateDeidentifyTemplateRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "deidentifyTemplate": { + "type": "DeidentifyTemplate", + "id": 2 + }, + "updateMask": { + "type": "google.protobuf.FieldMask", + "id": 3 + } + } + }, + "GetDeidentifyTemplateRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ListDeidentifyTemplatesRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "pageToken": { + "type": "string", + "id": 2 + }, + "pageSize": { + "type": "int32", + "id": 3 + }, + "orderBy": { + "type": "string", + "id": 4 + } + } + }, + "ListDeidentifyTemplatesResponse": { + "fields": { + "deidentifyTemplates": { + "rule": "repeated", + "type": "DeidentifyTemplate", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "DeleteDeidentifyTemplateRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "LargeCustomDictionaryConfig": { + "oneofs": { + "source": { + "oneof": [ + "cloudStorageFileSet", + "bigQueryField" + ] + } + }, + "fields": { + "outputPath": { + "type": "CloudStoragePath", + "id": 1 + }, + "cloudStorageFileSet": { + "type": "CloudStorageFileSet", + "id": 2 + }, + "bigQueryField": { + "type": "BigQueryField", + "id": 3 + } + } + }, + "LargeCustomDictionaryStats": { + "fields": { + "approxNumPhrases": { + "type": "int64", + "id": 1 + } + } + }, + "StoredInfoTypeConfig": { + "oneofs": { + "type": { + "oneof": [ + "largeCustomDictionary" + ] + } + }, + "fields": { + "displayName": { + "type": "string", + "id": 1 + }, + "description": { + "type": "string", + "id": 2 + }, + "largeCustomDictionary": { + "type": "LargeCustomDictionaryConfig", + "id": 3 + } + } + }, + "StoredInfoTypeStats": { + "oneofs": { + "type": { + "oneof": [ + "largeCustomDictionary" + ] + } + }, + "fields": { + "largeCustomDictionary": { + "type": "LargeCustomDictionaryStats", + "id": 1 + } + } + }, + "StoredInfoTypeVersion": { + "fields": { + "config": { + "type": "StoredInfoTypeConfig", + "id": 1 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 2 + }, + "state": { + "type": "StoredInfoTypeState", + "id": 3 + }, + "errors": { + "rule": "repeated", + "type": "Error", + "id": 4 + }, + "stats": { + "type": "StoredInfoTypeStats", + "id": 5 + } + } + }, + "StoredInfoType": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "currentVersion": { + "type": "StoredInfoTypeVersion", + "id": 2 + }, + "pendingVersions": { + "rule": "repeated", + "type": "StoredInfoTypeVersion", + "id": 3 + } + } + }, + "CreateStoredInfoTypeRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "config": { + "type": "StoredInfoTypeConfig", + "id": 2 + }, + "storedInfoTypeId": { + "type": "string", + "id": 3 + } + } + }, + "UpdateStoredInfoTypeRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "config": { + "type": "StoredInfoTypeConfig", + "id": 2 + }, + "updateMask": { + "type": "google.protobuf.FieldMask", + "id": 3 + } + } + }, + "GetStoredInfoTypeRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ListStoredInfoTypesRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "pageToken": { + "type": "string", + "id": 2 + }, + "pageSize": { + "type": "int32", + "id": 3 + }, + "orderBy": { + "type": "string", + "id": 4 + } + } + }, + "ListStoredInfoTypesResponse": { + "fields": { + "storedInfoTypes": { + "rule": "repeated", + "type": "StoredInfoType", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "DeleteStoredInfoTypeRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "DlpJobType": { + "values": { + "DLP_JOB_TYPE_UNSPECIFIED": 0, + "INSPECT_JOB": 1, + "RISK_ANALYSIS_JOB": 2 + } + }, + "StoredInfoTypeState": { + "values": { + "STORED_INFO_TYPE_STATE_UNSPECIFIED": 0, + "PENDING": 1, + "READY": 2, + "FAILED": 3, + "INVALID": 4 + } + }, + "InfoType": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "StoredType": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 2 + } + } + }, + "Likelihood": { + "values": { + "LIKELIHOOD_UNSPECIFIED": 0, + "VERY_UNLIKELY": 1, + "UNLIKELY": 2, + "POSSIBLE": 3, + "LIKELY": 4, + "VERY_LIKELY": 5 + } + }, + "CustomInfoType": { + "oneofs": { + "type": { + "oneof": [ + "dictionary", + "regex", + "surrogateType", + "storedType" + ] + } + }, + "fields": { + "infoType": { + "type": "InfoType", + "id": 1 + }, + "likelihood": { + "type": "Likelihood", + "id": 6 + }, + "dictionary": { + "type": "Dictionary", + "id": 2 + }, + "regex": { + "type": "Regex", + "id": 3 + }, + "surrogateType": { + "type": "SurrogateType", + "id": 4 + }, + "storedType": { + "type": "StoredType", + "id": 5 + }, + "detectionRules": { + "rule": "repeated", + "type": "DetectionRule", + "id": 7 + }, + "exclusionType": { + "type": "ExclusionType", + "id": 8 + } + }, + "nested": { + "Dictionary": { + "oneofs": { + "source": { + "oneof": [ + "wordList", + "cloudStoragePath" + ] + } + }, + "fields": { + "wordList": { + "type": "WordList", + "id": 1 + }, + "cloudStoragePath": { + "type": "CloudStoragePath", + "id": 3 + } + }, + "nested": { + "WordList": { + "fields": { + "words": { + "rule": "repeated", + "type": "string", + "id": 1 + } + } + } + } + }, + "Regex": { + "fields": { + "pattern": { + "type": "string", + "id": 1 + }, + "groupIndexes": { + "rule": "repeated", + "type": "int32", + "id": 2 + } + } + }, + "SurrogateType": { + "fields": {} + }, + "DetectionRule": { + "oneofs": { + "type": { + "oneof": [ + "hotwordRule" + ] + } + }, + "fields": { + "hotwordRule": { + "type": "HotwordRule", + "id": 1 + } + }, + "nested": { + "Proximity": { + "fields": { + "windowBefore": { + "type": "int32", + "id": 1 + }, + "windowAfter": { + "type": "int32", + "id": 2 + } + } + }, + "LikelihoodAdjustment": { + "oneofs": { + "adjustment": { + "oneof": [ + "fixedLikelihood", + "relativeLikelihood" + ] + } + }, + "fields": { + "fixedLikelihood": { + "type": "Likelihood", + "id": 1 + }, + "relativeLikelihood": { + "type": "int32", + "id": 2 + } + } + }, + "HotwordRule": { + "fields": { + "hotwordRegex": { + "type": "Regex", + "id": 1 + }, + "proximity": { + "type": "Proximity", + "id": 2 + }, + "likelihoodAdjustment": { + "type": "LikelihoodAdjustment", + "id": 3 + } + } + } + } + }, + "ExclusionType": { + "values": { + "EXCLUSION_TYPE_UNSPECIFIED": 0, + "EXCLUSION_TYPE_EXCLUDE": 1 + } + } + } + }, + "FieldId": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "PartitionId": { + "fields": { + "projectId": { + "type": "string", + "id": 2 + }, + "namespaceId": { + "type": "string", + "id": 4 + } + } + }, + "KindExpression": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "DatastoreOptions": { + "fields": { + "partitionId": { + "type": "PartitionId", + "id": 1 + }, + "kind": { + "type": "KindExpression", + "id": 2 + } + } + }, + "CloudStorageRegexFileSet": { + "fields": { + "bucketName": { + "type": "string", + "id": 1 + }, + "includeRegex": { + "rule": "repeated", + "type": "string", + "id": 2 + }, + "excludeRegex": { + "rule": "repeated", + "type": "string", + "id": 3 + } + } + }, + "CloudStorageOptions": { + "fields": { + "fileSet": { + "type": "FileSet", + "id": 1 + }, + "bytesLimitPerFile": { + "type": "int64", + "id": 4 + }, + "bytesLimitPerFilePercent": { + "type": "int32", + "id": 8 + }, + "fileTypes": { + "rule": "repeated", + "type": "FileType", + "id": 5 + }, + "sampleMethod": { + "type": "SampleMethod", + "id": 6 + }, + "filesLimitPercent": { + "type": "int32", + "id": 7 + } + }, + "nested": { + "FileSet": { + "fields": { + "url": { + "type": "string", + "id": 1 + }, + "regexFileSet": { + "type": "CloudStorageRegexFileSet", + "id": 2 + } + } + }, + "SampleMethod": { + "values": { + "SAMPLE_METHOD_UNSPECIFIED": 0, + "TOP": 1, + "RANDOM_START": 2 + } + } + } + }, + "CloudStorageFileSet": { + "fields": { + "url": { + "type": "string", + "id": 1 + } + } + }, + "CloudStoragePath": { + "fields": { + "path": { + "type": "string", + "id": 1 + } + } + }, + "BigQueryOptions": { + "fields": { + "tableReference": { + "type": "BigQueryTable", + "id": 1 + }, + "identifyingFields": { + "rule": "repeated", + "type": "FieldId", + "id": 2 + }, + "rowsLimit": { + "type": "int64", + "id": 3 + }, + "rowsLimitPercent": { + "type": "int32", + "id": 6 + }, + "sampleMethod": { + "type": "SampleMethod", + "id": 4 + }, + "excludedFields": { + "rule": "repeated", + "type": "FieldId", + "id": 5 + } + }, + "nested": { + "SampleMethod": { + "values": { + "SAMPLE_METHOD_UNSPECIFIED": 0, + "TOP": 1, + "RANDOM_START": 2 + } + } + } + }, + "StorageConfig": { + "oneofs": { + "type": { + "oneof": [ + "datastoreOptions", + "cloudStorageOptions", + "bigQueryOptions" + ] + } + }, + "fields": { + "datastoreOptions": { + "type": "DatastoreOptions", + "id": 2 + }, + "cloudStorageOptions": { + "type": "CloudStorageOptions", + "id": 3 + }, + "bigQueryOptions": { + "type": "BigQueryOptions", + "id": 4 + }, + "timespanConfig": { + "type": "TimespanConfig", + "id": 6 + } + }, + "nested": { + "TimespanConfig": { + "fields": { + "startTime": { + "type": "google.protobuf.Timestamp", + "id": 1 + }, + "endTime": { + "type": "google.protobuf.Timestamp", + "id": 2 + }, + "timestampField": { + "type": "FieldId", + "id": 3 + }, + "enableAutoPopulationOfTimespanConfig": { + "type": "bool", + "id": 4 + } + } + } + } + }, + "FileType": { + "values": { + "FILE_TYPE_UNSPECIFIED": 0, + "BINARY_FILE": 1, + "TEXT_FILE": 2, + "IMAGE": 3, + "AVRO": 7 + } + }, + "BigQueryKey": { + "fields": { + "tableReference": { + "type": "BigQueryTable", + "id": 1 + }, + "rowNumber": { + "type": "int64", + "id": 2 + } + } + }, + "DatastoreKey": { + "fields": { + "entityKey": { + "type": "Key", + "id": 1 + } + } + }, + "Key": { + "fields": { + "partitionId": { + "type": "PartitionId", + "id": 1 + }, + "path": { + "rule": "repeated", + "type": "PathElement", + "id": 2 + } + }, + "nested": { + "PathElement": { + "oneofs": { + "idType": { + "oneof": [ + "id", + "name" + ] + } + }, + "fields": { + "kind": { + "type": "string", + "id": 1 + }, + "id": { + "type": "int64", + "id": 2 + }, + "name": { + "type": "string", + "id": 3 + } + } + } + } + }, + "RecordKey": { + "oneofs": { + "type": { + "oneof": [ + "datastoreKey", + "bigQueryKey" + ] + } + }, + "fields": { + "datastoreKey": { + "type": "DatastoreKey", + "id": 2 + }, + "bigQueryKey": { + "type": "BigQueryKey", + "id": 3 + }, + "idValues": { + "rule": "repeated", + "type": "string", + "id": 5 + } + } + }, + "BigQueryTable": { + "fields": { + "projectId": { + "type": "string", + "id": 1 + }, + "datasetId": { + "type": "string", + "id": 2 + }, + "tableId": { + "type": "string", + "id": 3 + } + } + }, + "BigQueryField": { + "fields": { + "table": { + "type": "BigQueryTable", + "id": 1 + }, + "field": { + "type": "FieldId", + "id": 2 + } + } + }, + "EntityId": { + "fields": { + "field": { + "type": "FieldId", + "id": 1 + } + } + } + } + } + } + } + } + }, + "api": { + "options": { + "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations", + "java_multiple_files": true, + "java_outer_classname": "ClientProto", + "java_package": "com.google.api", + "objc_class_prefix": "GAPI", + "cc_enable_arenas": true + }, + "nested": { + "http": { + "type": "HttpRule", + "id": 72295728, + "extend": "google.protobuf.MethodOptions" + }, + "Http": { + "fields": { + "rules": { + "rule": "repeated", + "type": "HttpRule", + "id": 1 + }, + "fullyDecodeReservedExpansion": { + "type": "bool", + "id": 2 + } + } + }, + "HttpRule": { + "oneofs": { + "pattern": { + "oneof": [ + "get", + "put", + "post", + "delete", + "patch", + "custom" + ] + } + }, + "fields": { + "selector": { + "type": "string", + "id": 1 + }, + "get": { + "type": "string", + "id": 2 + }, + "put": { + "type": "string", + "id": 3 + }, + "post": { + "type": "string", + "id": 4 + }, + "delete": { + "type": "string", + "id": 5 + }, + "patch": { + "type": "string", + "id": 6 + }, + "custom": { + "type": "CustomHttpPattern", + "id": 8 + }, + "body": { + "type": "string", + "id": 7 + }, + "responseBody": { + "type": "string", + "id": 12 + }, + "additionalBindings": { + "rule": "repeated", + "type": "HttpRule", + "id": 11 + } + } + }, + "CustomHttpPattern": { + "fields": { + "kind": { + "type": "string", + "id": 1 + }, + "path": { + "type": "string", + "id": 2 + } + } + }, + "methodSignature": { + "rule": "repeated", + "type": "string", + "id": 1051, + "extend": "google.protobuf.MethodOptions" + }, + "defaultHost": { + "type": "string", + "id": 1049, + "extend": "google.protobuf.ServiceOptions" + }, + "oauthScopes": { + "type": "string", + "id": 1050, + "extend": "google.protobuf.ServiceOptions" + } + } + }, + "protobuf": { + "options": { + "go_package": "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor", + "java_package": "com.google.protobuf", + "java_outer_classname": "DescriptorProtos", + "csharp_namespace": "Google.Protobuf.Reflection", + "objc_class_prefix": "GPB", + "cc_enable_arenas": true, + "optimize_for": "SPEED" + }, + "nested": { + "FileDescriptorSet": { + "fields": { + "file": { + "rule": "repeated", + "type": "FileDescriptorProto", + "id": 1 + } + } + }, + "FileDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "package": { + "type": "string", + "id": 2 + }, + "dependency": { + "rule": "repeated", + "type": "string", + "id": 3 + }, + "publicDependency": { + "rule": "repeated", + "type": "int32", + "id": 10, + "options": { + "packed": false + } + }, + "weakDependency": { + "rule": "repeated", + "type": "int32", + "id": 11, + "options": { + "packed": false + } + }, + "messageType": { + "rule": "repeated", + "type": "DescriptorProto", + "id": 4 + }, + "enumType": { + "rule": "repeated", + "type": "EnumDescriptorProto", + "id": 5 + }, + "service": { + "rule": "repeated", + "type": "ServiceDescriptorProto", + "id": 6 + }, + "extension": { + "rule": "repeated", + "type": "FieldDescriptorProto", + "id": 7 + }, + "options": { + "type": "FileOptions", + "id": 8 + }, + "sourceCodeInfo": { + "type": "SourceCodeInfo", + "id": 9 + }, + "syntax": { + "type": "string", + "id": 12 + } + } + }, + "DescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "field": { + "rule": "repeated", + "type": "FieldDescriptorProto", + "id": 2 + }, + "extension": { + "rule": "repeated", + "type": "FieldDescriptorProto", + "id": 6 + }, + "nestedType": { + "rule": "repeated", + "type": "DescriptorProto", + "id": 3 + }, + "enumType": { + "rule": "repeated", + "type": "EnumDescriptorProto", + "id": 4 + }, + "extensionRange": { + "rule": "repeated", + "type": "ExtensionRange", + "id": 5 + }, + "oneofDecl": { + "rule": "repeated", + "type": "OneofDescriptorProto", + "id": 8 + }, + "options": { + "type": "MessageOptions", + "id": 7 + }, + "reservedRange": { + "rule": "repeated", + "type": "ReservedRange", + "id": 9 + }, + "reservedName": { + "rule": "repeated", + "type": "string", + "id": 10 + } + }, + "nested": { + "ExtensionRange": { + "fields": { + "start": { + "type": "int32", + "id": 1 + }, + "end": { + "type": "int32", + "id": 2 + }, + "options": { + "type": "ExtensionRangeOptions", + "id": 3 + } + } + }, + "ReservedRange": { + "fields": { + "start": { + "type": "int32", + "id": 1 + }, + "end": { + "type": "int32", + "id": 2 + } + } + } + } + }, + "ExtensionRangeOptions": { + "fields": { + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "FieldDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "number": { + "type": "int32", + "id": 3 + }, + "label": { + "type": "Label", + "id": 4 + }, + "type": { + "type": "Type", + "id": 5 + }, + "typeName": { + "type": "string", + "id": 6 + }, + "extendee": { + "type": "string", + "id": 2 + }, + "defaultValue": { + "type": "string", + "id": 7 + }, + "oneofIndex": { + "type": "int32", + "id": 9 + }, + "jsonName": { + "type": "string", + "id": 10 + }, + "options": { + "type": "FieldOptions", + "id": 8 + } + }, + "nested": { + "Type": { + "values": { + "TYPE_DOUBLE": 1, + "TYPE_FLOAT": 2, + "TYPE_INT64": 3, + "TYPE_UINT64": 4, + "TYPE_INT32": 5, + "TYPE_FIXED64": 6, + "TYPE_FIXED32": 7, + "TYPE_BOOL": 8, + "TYPE_STRING": 9, + "TYPE_GROUP": 10, + "TYPE_MESSAGE": 11, + "TYPE_BYTES": 12, + "TYPE_UINT32": 13, + "TYPE_ENUM": 14, + "TYPE_SFIXED32": 15, + "TYPE_SFIXED64": 16, + "TYPE_SINT32": 17, + "TYPE_SINT64": 18 + } + }, + "Label": { + "values": { + "LABEL_OPTIONAL": 1, + "LABEL_REQUIRED": 2, + "LABEL_REPEATED": 3 + } + } + } + }, + "OneofDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "options": { + "type": "OneofOptions", + "id": 2 + } + } + }, + "EnumDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "value": { + "rule": "repeated", + "type": "EnumValueDescriptorProto", + "id": 2 + }, + "options": { + "type": "EnumOptions", + "id": 3 + }, + "reservedRange": { + "rule": "repeated", + "type": "EnumReservedRange", + "id": 4 + }, + "reservedName": { + "rule": "repeated", + "type": "string", + "id": 5 + } + }, + "nested": { + "EnumReservedRange": { + "fields": { + "start": { + "type": "int32", + "id": 1 + }, + "end": { + "type": "int32", + "id": 2 + } + } + } + } + }, + "EnumValueDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "number": { + "type": "int32", + "id": 2 + }, + "options": { + "type": "EnumValueOptions", + "id": 3 + } + } + }, + "ServiceDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "method": { + "rule": "repeated", + "type": "MethodDescriptorProto", + "id": 2 + }, + "options": { + "type": "ServiceOptions", + "id": 3 + } + } + }, + "MethodDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "inputType": { + "type": "string", + "id": 2 + }, + "outputType": { + "type": "string", + "id": 3 + }, + "options": { + "type": "MethodOptions", + "id": 4 + }, + "clientStreaming": { + "type": "bool", + "id": 5, + "options": { + "default": false + } + }, + "serverStreaming": { + "type": "bool", + "id": 6, + "options": { + "default": false + } + } + } + }, + "FileOptions": { + "fields": { + "javaPackage": { + "type": "string", + "id": 1 + }, + "javaOuterClassname": { + "type": "string", + "id": 8 + }, + "javaMultipleFiles": { + "type": "bool", + "id": 10, + "options": { + "default": false + } + }, + "javaGenerateEqualsAndHash": { + "type": "bool", + "id": 20, + "options": { + "deprecated": true + } + }, + "javaStringCheckUtf8": { + "type": "bool", + "id": 27, + "options": { + "default": false + } + }, + "optimizeFor": { + "type": "OptimizeMode", + "id": 9, + "options": { + "default": "SPEED" + } + }, + "goPackage": { + "type": "string", + "id": 11 + }, + "ccGenericServices": { + "type": "bool", + "id": 16, + "options": { + "default": false + } + }, + "javaGenericServices": { + "type": "bool", + "id": 17, + "options": { + "default": false + } + }, + "pyGenericServices": { + "type": "bool", + "id": 18, + "options": { + "default": false + } + }, + "phpGenericServices": { + "type": "bool", + "id": 42, + "options": { + "default": false + } + }, + "deprecated": { + "type": "bool", + "id": 23, + "options": { + "default": false + } + }, + "ccEnableArenas": { + "type": "bool", + "id": 31, + "options": { + "default": false + } + }, + "objcClassPrefix": { + "type": "string", + "id": 36 + }, + "csharpNamespace": { + "type": "string", + "id": 37 + }, + "swiftPrefix": { + "type": "string", + "id": 39 + }, + "phpClassPrefix": { + "type": "string", + "id": 40 + }, + "phpNamespace": { + "type": "string", + "id": 41 + }, + "phpMetadataNamespace": { + "type": "string", + "id": 44 + }, + "rubyPackage": { + "type": "string", + "id": 45 + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 38, + 38 + ] + ], + "nested": { + "OptimizeMode": { + "values": { + "SPEED": 1, + "CODE_SIZE": 2, + "LITE_RUNTIME": 3 + } + } + } + }, + "MessageOptions": { + "fields": { + "messageSetWireFormat": { + "type": "bool", + "id": 1, + "options": { + "default": false + } + }, + "noStandardDescriptorAccessor": { + "type": "bool", + "id": 2, + "options": { + "default": false + } + }, + "deprecated": { + "type": "bool", + "id": 3, + "options": { + "default": false + } + }, + "mapEntry": { + "type": "bool", + "id": 7 + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 8, + 8 + ], + [ + 9, + 9 + ] + ] + }, + "FieldOptions": { + "fields": { + "ctype": { + "type": "CType", + "id": 1, + "options": { + "default": "STRING" + } + }, + "packed": { + "type": "bool", + "id": 2 + }, + "jstype": { + "type": "JSType", + "id": 6, + "options": { + "default": "JS_NORMAL" + } + }, + "lazy": { + "type": "bool", + "id": 5, + "options": { + "default": false + } + }, + "deprecated": { + "type": "bool", + "id": 3, + "options": { + "default": false + } + }, + "weak": { + "type": "bool", + "id": 10, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 4, + 4 + ] + ], + "nested": { + "CType": { + "values": { + "STRING": 0, + "CORD": 1, + "STRING_PIECE": 2 + } + }, + "JSType": { + "values": { + "JS_NORMAL": 0, + "JS_STRING": 1, + "JS_NUMBER": 2 + } + } + } + }, + "OneofOptions": { + "fields": { + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "EnumOptions": { + "fields": { + "allowAlias": { + "type": "bool", + "id": 2 + }, + "deprecated": { + "type": "bool", + "id": 3, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 5, + 5 + ] + ] + }, + "EnumValueOptions": { + "fields": { + "deprecated": { + "type": "bool", + "id": 1, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "ServiceOptions": { + "fields": { + "deprecated": { + "type": "bool", + "id": 33, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "MethodOptions": { + "fields": { + "deprecated": { + "type": "bool", + "id": 33, + "options": { + "default": false + } + }, + "idempotencyLevel": { + "type": "IdempotencyLevel", + "id": 34, + "options": { + "default": "IDEMPOTENCY_UNKNOWN" + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "nested": { + "IdempotencyLevel": { + "values": { + "IDEMPOTENCY_UNKNOWN": 0, + "NO_SIDE_EFFECTS": 1, + "IDEMPOTENT": 2 + } + } + } + }, + "UninterpretedOption": { + "fields": { + "name": { + "rule": "repeated", + "type": "NamePart", + "id": 2 + }, + "identifierValue": { + "type": "string", + "id": 3 + }, + "positiveIntValue": { + "type": "uint64", + "id": 4 + }, + "negativeIntValue": { + "type": "int64", + "id": 5 + }, + "doubleValue": { + "type": "double", + "id": 6 + }, + "stringValue": { + "type": "bytes", + "id": 7 + }, + "aggregateValue": { + "type": "string", + "id": 8 + } + }, + "nested": { + "NamePart": { + "fields": { + "namePart": { + "rule": "required", + "type": "string", + "id": 1 + }, + "isExtension": { + "rule": "required", + "type": "bool", + "id": 2 + } + } + } + } + }, + "SourceCodeInfo": { + "fields": { + "location": { + "rule": "repeated", + "type": "Location", + "id": 1 + } + }, + "nested": { + "Location": { + "fields": { + "path": { + "rule": "repeated", + "type": "int32", + "id": 1 + }, + "span": { + "rule": "repeated", + "type": "int32", + "id": 2 + }, + "leadingComments": { + "type": "string", + "id": 3 + }, + "trailingComments": { + "type": "string", + "id": 4 + }, + "leadingDetachedComments": { + "rule": "repeated", + "type": "string", + "id": 6 + } + } + } + } + }, + "GeneratedCodeInfo": { + "fields": { + "annotation": { + "rule": "repeated", + "type": "Annotation", + "id": 1 + } + }, + "nested": { + "Annotation": { + "fields": { + "path": { + "rule": "repeated", + "type": "int32", + "id": 1 + }, + "sourceFile": { + "type": "string", + "id": 2 + }, + "begin": { + "type": "int32", + "id": 3 + }, + "end": { + "type": "int32", + "id": 4 + } + } + } + } + }, + "Timestamp": { + "fields": { + "seconds": { + "type": "int64", + "id": 1 + }, + "nanos": { + "type": "int32", + "id": 2 + } + } + }, + "Duration": { + "fields": { + "seconds": { + "type": "int64", + "id": 1 + }, + "nanos": { + "type": "int32", + "id": 2 + } + } + }, + "Empty": { + "fields": {} + }, + "FieldMask": { + "fields": { + "paths": { + "rule": "repeated", + "type": "string", + "id": 1 + } + } + }, + "Any": { + "fields": { + "type_url": { + "type": "string", + "id": 1 + }, + "value": { + "type": "bytes", + "id": 2 + } + } + } + } + }, + "rpc": { + "options": { + "go_package": "google.golang.org/genproto/googleapis/rpc/status;status", + "java_multiple_files": true, + "java_outer_classname": "StatusProto", + "java_package": "com.google.rpc", + "objc_class_prefix": "RPC" + }, + "nested": { + "Status": { + "fields": { + "code": { + "type": "int32", + "id": 1 + }, + "message": { + "type": "string", + "id": 2 + }, + "details": { + "rule": "repeated", + "type": "google.protobuf.Any", + "id": 3 + } + } + } + } + }, + "type": { + "options": { + "cc_enable_arenas": true, + "go_package": "google.golang.org/genproto/googleapis/type/timeofday;timeofday", + "java_multiple_files": true, + "java_outer_classname": "TimeOfDayProto", + "java_package": "com.google.type", + "objc_class_prefix": "GTP" + }, + "nested": { + "Date": { + "fields": { + "year": { + "type": "int32", + "id": 1 + }, + "month": { + "type": "int32", + "id": 2 + }, + "day": { + "type": "int32", + "id": 3 + } + } + }, + "DayOfWeek": { + "values": { + "DAY_OF_WEEK_UNSPECIFIED": 0, + "MONDAY": 1, + "TUESDAY": 2, + "WEDNESDAY": 3, + "THURSDAY": 4, + "FRIDAY": 5, + "SATURDAY": 6, + "SUNDAY": 7 + } + }, + "TimeOfDay": { + "fields": { + "hours": { + "type": "int32", + "id": 1 + }, + "minutes": { + "type": "int32", + "id": 2 + }, + "seconds": { + "type": "int32", + "id": 3 + }, + "nanos": { + "type": "int32", + "id": 4 + } + } + } + } + } + } + } + } +} \ No newline at end of file diff --git a/packages/google-privacy-dlp/src/service_proto_list.json b/packages/google-privacy-dlp/src/service_proto_list.json new file mode 100644 index 00000000000..5a79338f143 --- /dev/null +++ b/packages/google-privacy-dlp/src/service_proto_list.json @@ -0,0 +1 @@ +["../protos/google/privacy/dlp/v2/dlp.proto", "../protos/google/privacy/dlp/v2/storage.proto"] \ No newline at end of file diff --git a/packages/google-privacy-dlp/src/v2/dlp_service_client.js b/packages/google-privacy-dlp/src/v2/dlp_service_client.js index 0b743442bbc..2f32cd6e383 100644 --- a/packages/google-privacy-dlp/src/v2/dlp_service_client.js +++ b/packages/google-privacy-dlp/src/v2/dlp_service_client.js @@ -89,7 +89,7 @@ class DlpServiceClient { // Determine the client header string. const clientHeader = [ - `gl-node/${process.version}`, + `gl-node/${process.versions.node}`, `grpc/${gaxGrpc.grpcVersion}`, `gax/${gax.version}`, `gapic/${VERSION}`, @@ -345,6 +345,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -420,6 +421,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -508,6 +510,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -597,6 +600,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -657,6 +661,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; return this._innerApiCalls.listInfoTypes(request, options, callback); @@ -715,6 +720,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -783,6 +789,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -843,6 +850,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -960,6 +968,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1078,6 +1087,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1148,6 +1158,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1217,6 +1228,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1278,6 +1290,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1400,6 +1413,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1523,6 +1537,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1595,6 +1610,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1745,6 +1761,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1902,6 +1919,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1951,6 +1969,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2000,6 +2019,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2143,6 +2163,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2294,6 +2315,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2341,6 +2363,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2404,6 +2427,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2468,6 +2492,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2533,6 +2558,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2601,6 +2627,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2658,6 +2685,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2777,6 +2805,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2897,6 +2926,7 @@ class DlpServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; diff --git a/packages/google-privacy-dlp/src/v2/doc/google/protobuf/doc_timestamp.js b/packages/google-privacy-dlp/src/v2/doc/google/protobuf/doc_timestamp.js index 98c19dbf0d3..c457acc0c7d 100644 --- a/packages/google-privacy-dlp/src/v2/doc/google/protobuf/doc_timestamp.js +++ b/packages/google-privacy-dlp/src/v2/doc/google/protobuf/doc_timestamp.js @@ -89,11 +89,13 @@ * 01:30 UTC on January 15, 2017. * * In JavaScript, one can convert a Date object to this format using the - * standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString) + * standard + * [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString) * method. In Python, a standard `datetime.datetime` object can be converted - * to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) - * with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one - * can use the Joda Time's [`ISODateTimeFormat.dateTime()`](https://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D) to obtain a formatter capable of generating timestamps in this format. + * to this format using + * [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with + * the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use + * the Joda Time's [`ISODateTimeFormat.dateTime()`](https://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D) to obtain a formatter capable of generating timestamps in this format. * * @property {number} seconds * Represents seconds of UTC time since Unix epoch diff --git a/packages/google-privacy-dlp/synth.metadata b/packages/google-privacy-dlp/synth.metadata index 2a2402b2e38..39f83c06bc0 100644 --- a/packages/google-privacy-dlp/synth.metadata +++ b/packages/google-privacy-dlp/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-07-04T11:11:17.345057Z", + "updateTime": "2019-08-29T21:07:45.619702Z", "sources": [ { "generator": { "name": "artman", - "version": "0.29.3", - "dockerImage": "googleapis/artman@sha256:8900f94a81adaab0238965aa8a7b3648791f4f3a95ee65adc6a56cfcc3753101" + "version": "0.35.1", + "dockerImage": "googleapis/artman@sha256:b11c7ea0d0831c54016fb50f4b796d24d1971439b30fbc32a369ba1ac887c384" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "b4c73face84fefb967ef6c72f0eae64faf67895f", - "internalRef": "256453142" + "sha": "e121a35579e73377f998c11bcc09ba0486736404", + "internalRef": "265953539" } }, {