getMutableLabels() {
*
* To organize findings, these labels will be added to each finding.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* Label values must be between 0 and 63 characters long and must conform
- * to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ * to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* No more than 10 labels can be associated with a given finding.
- * Example: <code>"environment" : "production"</code>
- * Example: <code>"pipeline" : "etl"</code>
+ * Examples:
+ * * `"environment" : "production"`
+ * * `"pipeline" : "etl"`
*
*
* map<string, string> labels = 3;
@@ -1400,12 +1410,13 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
*
* To organize findings, these labels will be added to each finding.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* Label values must be between 0 and 63 characters long and must conform
- * to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ * to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* No more than 10 labels can be associated with a given finding.
- * Example: <code>"environment" : "production"</code>
- * Example: <code>"pipeline" : "etl"</code>
+ * Examples:
+ * * `"environment" : "production"`
+ * * `"pipeline" : "etl"`
*
*
* map<string, string> labels = 3;
diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridOptionsOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridOptionsOrBuilder.java
index 2c27b6b8..a2942c01 100644
--- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridOptionsOrBuilder.java
+++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/HybridOptionsOrBuilder.java
@@ -58,7 +58,7 @@ public interface HybridOptionsOrBuilder
* 'finding_labels' map. Request may contain others, but any missing one of
* these will be rejected.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* No more than 10 keys can be required.
*
*
@@ -75,7 +75,7 @@ public interface HybridOptionsOrBuilder
* 'finding_labels' map. Request may contain others, but any missing one of
* these will be rejected.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* No more than 10 keys can be required.
*
*
@@ -92,7 +92,7 @@ public interface HybridOptionsOrBuilder
* 'finding_labels' map. Request may contain others, but any missing one of
* these will be rejected.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* No more than 10 keys can be required.
*
*
@@ -110,7 +110,7 @@ public interface HybridOptionsOrBuilder
* 'finding_labels' map. Request may contain others, but any missing one of
* these will be rejected.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* No more than 10 keys can be required.
*
*
@@ -127,12 +127,13 @@ public interface HybridOptionsOrBuilder
*
* To organize findings, these labels will be added to each finding.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* Label values must be between 0 and 63 characters long and must conform
- * to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ * to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* No more than 10 labels can be associated with a given finding.
- * Example: <code>"environment" : "production"</code>
- * Example: <code>"pipeline" : "etl"</code>
+ * Examples:
+ * * `"environment" : "production"`
+ * * `"pipeline" : "etl"`
*
*
* map<string, string> labels = 3;
@@ -144,12 +145,13 @@ public interface HybridOptionsOrBuilder
*
* To organize findings, these labels will be added to each finding.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* Label values must be between 0 and 63 characters long and must conform
- * to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ * to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* No more than 10 labels can be associated with a given finding.
- * Example: <code>"environment" : "production"</code>
- * Example: <code>"pipeline" : "etl"</code>
+ * Examples:
+ * * `"environment" : "production"`
+ * * `"pipeline" : "etl"`
*
*
* map<string, string> labels = 3;
@@ -164,12 +166,13 @@ public interface HybridOptionsOrBuilder
*
* To organize findings, these labels will be added to each finding.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* Label values must be between 0 and 63 characters long and must conform
- * to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ * to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* No more than 10 labels can be associated with a given finding.
- * Example: <code>"environment" : "production"</code>
- * Example: <code>"pipeline" : "etl"</code>
+ * Examples:
+ * * `"environment" : "production"`
+ * * `"pipeline" : "etl"`
*
*
* map<string, string> labels = 3;
@@ -181,12 +184,13 @@ public interface HybridOptionsOrBuilder
*
* To organize findings, these labels will be added to each finding.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* Label values must be between 0 and 63 characters long and must conform
- * to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ * to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* No more than 10 labels can be associated with a given finding.
- * Example: <code>"environment" : "production"</code>
- * Example: <code>"pipeline" : "etl"</code>
+ * Examples:
+ * * `"environment" : "production"`
+ * * `"pipeline" : "etl"`
*
*
* map<string, string> labels = 3;
@@ -198,12 +202,13 @@ public interface HybridOptionsOrBuilder
*
* To organize findings, these labels will be added to each finding.
* Label keys must be between 1 and 63 characters long and must conform
- * to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ * to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* Label values must be between 0 and 63 characters long and must conform
- * to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ * to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* No more than 10 labels can be associated with a given finding.
- * Example: <code>"environment" : "production"</code>
- * Example: <code>"pipeline" : "etl"</code>
+ * Examples:
+ * * `"environment" : "production"`
+ * * `"pipeline" : "etl"`
*
*
* map<string, string> labels = 3;
diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoType.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoType.java
index 08a4ffe5..8354615a 100644
--- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoType.java
+++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoType.java
@@ -121,7 +121,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* creating a CustomInfoType, or one of the names listed
* at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
* a built-in type. InfoType names should conform to the pattern
- * [a-zA-Z0-9_]{1,64}.
+ * `[a-zA-Z0-9_]{1,64}`.
*
*
* string name = 1;
@@ -147,7 +147,7 @@ public java.lang.String getName() {
* creating a CustomInfoType, or one of the names listed
* at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
* a built-in type. InfoType names should conform to the pattern
- * [a-zA-Z0-9_]{1,64}.
+ * `[a-zA-Z0-9_]{1,64}`.
*
*
* string name = 1;
@@ -488,7 +488,7 @@ public Builder mergeFrom(
* creating a CustomInfoType, or one of the names listed
* at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
* a built-in type. InfoType names should conform to the pattern
- * [a-zA-Z0-9_]{1,64}.
+ * `[a-zA-Z0-9_]{1,64}`.
*
*
* string name = 1;
@@ -514,7 +514,7 @@ public java.lang.String getName() {
* creating a CustomInfoType, or one of the names listed
* at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
* a built-in type. InfoType names should conform to the pattern
- * [a-zA-Z0-9_]{1,64}.
+ * `[a-zA-Z0-9_]{1,64}`.
*
*
* string name = 1;
@@ -540,7 +540,7 @@ public com.google.protobuf.ByteString getNameBytes() {
* creating a CustomInfoType, or one of the names listed
* at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
* a built-in type. InfoType names should conform to the pattern
- * [a-zA-Z0-9_]{1,64}.
+ * `[a-zA-Z0-9_]{1,64}`.
*
*
* string name = 1;
@@ -565,7 +565,7 @@ public Builder setName(java.lang.String value) {
* creating a CustomInfoType, or one of the names listed
* at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
* a built-in type. InfoType names should conform to the pattern
- * [a-zA-Z0-9_]{1,64}.
+ * `[a-zA-Z0-9_]{1,64}`.
*
*
* string name = 1;
@@ -586,7 +586,7 @@ public Builder clearName() {
* creating a CustomInfoType, or one of the names listed
* at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
* a built-in type. InfoType names should conform to the pattern
- * [a-zA-Z0-9_]{1,64}.
+ * `[a-zA-Z0-9_]{1,64}`.
*
*
* string name = 1;
diff --git a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeOrBuilder.java b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeOrBuilder.java
index 3b8cd8cc..0e36b1a8 100644
--- a/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeOrBuilder.java
+++ b/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeOrBuilder.java
@@ -31,7 +31,7 @@ public interface InfoTypeOrBuilder
* creating a CustomInfoType, or one of the names listed
* at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
* a built-in type. InfoType names should conform to the pattern
- * [a-zA-Z0-9_]{1,64}.
+ * `[a-zA-Z0-9_]{1,64}`.
*
*
* string name = 1;
@@ -47,7 +47,7 @@ public interface InfoTypeOrBuilder
* creating a CustomInfoType, or one of the names listed
* at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
* a built-in type. InfoType names should conform to the pattern
- * [a-zA-Z0-9_]{1,64}.
+ * `[a-zA-Z0-9_]{1,64}`.
*
*
* string name = 1;
diff --git a/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/dlp.proto b/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/dlp.proto
index cc077d6d..d0ab08df 100644
--- a/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/dlp.proto
+++ b/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/dlp.proto
@@ -36,6 +36,7 @@ option java_multiple_files = true;
option java_outer_classname = "DlpProto";
option java_package = "com.google.privacy.dlp.v2";
option php_namespace = "Google\\Cloud\\Dlp\\V2";
+option ruby_package = "Google::Cloud::Dlp::V2";
option (google.api.resource_definition) = {
type: "dlp.googleapis.com/OrganizationLocation"
pattern: "organizations/{organization}/locations/{location}"
@@ -920,15 +921,16 @@ message Finding {
// The labels associated with this `InspectFinding`.
//
// Label keys must be between 1 and 63 characters long and must conform
- // to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ // to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
//
// Label values must be between 0 and 63 characters long and must conform
- // to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ // to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
//
// No more than 10 labels can be associated with a given finding.
//
- // Example: "environment" : "production"
- // Example: "pipeline" : "etl"
+ // Examples:
+ // * `"environment" : "production"`
+ // * `"pipeline" : "etl"`
map labels = 10;
// Time the job started that produced this finding.
@@ -3957,15 +3959,16 @@ message HybridFindingDetails {
// inspection.
//
// Label keys must be between 1 and 63 characters long and must conform
- // to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ // to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
//
// Label values must be between 0 and 63 characters long and must conform
- // to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ // to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
//
// No more than 10 labels can be associated with a given finding.
//
- // Example: "environment" : "production"
- // Example: "pipeline" : "etl"
+ // Examples:
+ // * `"environment" : "production"`
+ // * `"pipeline" : "etl"`
map labels = 5;
}
diff --git a/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/storage.proto b/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/storage.proto
index 585d777d..f0348501 100644
--- a/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/storage.proto
+++ b/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/storage.proto
@@ -25,6 +25,7 @@ option java_multiple_files = true;
option java_outer_classname = "DlpStorage";
option java_package = "com.google.privacy.dlp.v2";
option php_namespace = "Google\\Cloud\\Dlp\\V2";
+option ruby_package = "Google::Cloud::Dlp::V2";
// Type of information detected by the API.
message InfoType {
@@ -32,7 +33,7 @@ message InfoType {
// creating a CustomInfoType, or one of the names listed
// at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
// a built-in type. InfoType names should conform to the pattern
- // [a-zA-Z0-9_]{1,64}.
+ // `[a-zA-Z0-9_]{1,64}`.
string name = 1;
}
@@ -552,7 +553,7 @@ message HybridOptions {
// these will be rejected.
//
// Label keys must be between 1 and 63 characters long and must conform
- // to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ // to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
//
// No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;
@@ -560,15 +561,16 @@ message HybridOptions {
// To organize findings, these labels will be added to each finding.
//
// Label keys must be between 1 and 63 characters long and must conform
- // to the following regular expression: \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?.
+ // to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
//
// Label values must be between 0 and 63 characters long and must conform
- // to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?.
+ // to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
//
// No more than 10 labels can be associated with a given finding.
//
- // Example: "environment" : "production"
- // Example: "pipeline" : "etl"
+ // Examples:
+ // * `"environment" : "production"`
+ // * `"pipeline" : "etl"`
map labels = 3;
// If the container is a table, additional information to make findings
diff --git a/synth.metadata b/synth.metadata
index 254904ca..70ae2bfb 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -1,12 +1,27 @@
{
- "updateTime": "2020-04-03T21:45:30.394733Z",
+ "updateTime": "2020-04-09T00:15:55.607491Z",
"sources": [
+ {
+ "git": {
+ "name": ".",
+ "remote": "https://github.com/googleapis/java-dlp.git",
+ "sha": "a77fe01e0b20744c51b866e9345900f7cf7c2732"
+ }
+ },
+ {
+ "git": {
+ "name": "googleapis",
+ "remote": "https://github.com/googleapis/googleapis.git",
+ "sha": "d741cd976975c745d0199987aff0e908b8352992",
+ "internalRef": "305561906"
+ }
+ },
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "99820243d348191bc9c634f2b48ddf65096285ed",
- "log": "99820243d348191bc9c634f2b48ddf65096285ed\nfix: update template files for Node.js libraries (#463)\n\n\n3cbe6bcd5623139ac9834c43818424ddca5430cb\nfix(ruby): remove dead troubleshooting link from generated auth guide (#462)\n\n\na003d8655d3ebec2bbbd5fc3898e91e152265c67\ndocs: remove \"install stable\" instructions (#461)\n\nThe package hasn't been released to PyPI in some time\nf5e8c88d9870d8aa4eb43fa0b39f07e02bfbe4df\nchore(python): add license headers to config files; make small tweaks to templates (#458)\n\n\n"
+ "sha": "7f8e62aa3edd225f76347a16f92e400661fdfb52",
+ "log": "7f8e62aa3edd225f76347a16f92e400661fdfb52\nchore(java): release-please only updates non maven versions in README (#476)\n\nPrevent release-please and synthtool from fighting over the released library version. Synthtool updates the install snippets from the samples pom.xml files so the bots fight if they are temporarily out of sync after a release.\nc7e0e517d7f46f77bebd27da2e5afcaa6eee7e25\nbuild(java): fix nightly integration test config to run integrations (#465)\n\nThis was only running the units.\nbd69a2aa7b70875f3c988e269706b22fefbef40e\nbuild(java): fix retry_with_backoff when -e option set (#475)\n\n\nd9b173c427bfa0c6cca818233562e7e8841a357c\nfix: record version of working repo in synth.metadata (#473)\n\nPartial revert of b37cf74d12e9a42b9de9e61a4f26133d7cd9c168.\nf73a541770d95a609e5be6bf6b3b220d17cefcbe\nfeat(discogapic): allow local discovery-artifact-manager (#474)\n\n\n8cf0f5d93a70c3dcb0b4999d3152c46d4d9264bf\ndoc: describe the Autosynth & Synthtool protocol (#472)\n\n* doc: describe the Autosynth & Synthtool protocol\n\n* Accommodate review comments.\n980baaa738a1ad8fa02b4fdbd56be075ee77ece5\nfix: pin sphinx to <3.0.0 as new version causes new error (#471)\n\nThe error `toctree contains reference to document changlelog that doesn't have a title: no link will be generated` occurs as of 3.0.0. Pinning to 2.x until we address the docs build issue.\n\nTowards #470\n\nI did this manually for python-datastore https://github.com/googleapis/python-datastore/pull/22\n928b2998ac5023e7c7e254ab935f9ef022455aad\nchore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.15 (#466)\n\nCo-authored-by: Jeffrey Rennie \n188f1b1d53181f739b98f8aa5d40cfe99eb90c47\nfix: allow local and external deps to be specified (#469)\n\nModify noxfile.py to allow local and external dependencies for\nsystem tests to be specified.\n1df68ed6735ddce6797d0f83641a731c3c3f75b4\nfix: apache license URL (#468)\n\n\nf4a59efa54808c4b958263de87bc666ce41e415f\nfeat: Add discogapic support for GAPICBazel generation (#459)\n\n* feat: Add discogapic support for GAPICBazel generation\n\n* reformat with black\n\n* Rename source repository variable\n\nCo-authored-by: Jeffrey Rennie \n"
}
}
],
From 1026ff85b45e28c478ed7881daf04b1c2842c8b2 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Thu, 9 Apr 2020 22:00:49 -0700
Subject: [PATCH 5/6] chore: regenerate README (#132)
Source-Repo: googleapis/java-dlp
Source-Sha: 69517fc9587b91ba970d49c6afd620aabf6ce2c7
Source-Link: https://github.com/googleapis/java-dlp/commit/69517fc9587b91ba970d49c6afd620aabf6ce2c7
Author: Yoshi Automation Bot
Date: Wed Apr 8 20:49:36 2020 -0700
Original-Commit-Message: docs(v2): regenerate documentation from protos (#129)
* Change triggered by none of the following:
This git repo (https://github.com/googleapis/java-dlp.git)
Git repo https://github.com/googleapis/synthtool.git
* chore: release 1.1.1 (#123)
https://github.com/googleapis/java-dlp/commit/6efb4a4d3b21f92a68ec86ba543f87915d3ff0d3
commit 6efb4a4d3b21f92a68ec86ba543f87915d3ff0d3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue Apr 7 18:02:22 2020 +0000
chore: release 1.1.1 (#123)
:robot: I have created a release \*beep\* \*boop\*
---
### [1.1.1](https://www.github.com/googleapis/java-dlp/compare/v1.1.0...v1.1.1) (2020-04-07)
### Dependencies
* update core dependencies ([#94](https://www.github.com/googleapis/java-dlp/issues/94)) ([88d8307](https://www.github.com/googleapis/java-dlp/commit/88d83071de1ce2251af5c69691221e26c9526618))
* update dependency org.threeten:threetenbp to v1.4.3 ([#105](https://www.github.com/googleapis/java-dlp/issues/105)) ([b636547](https://www.github.com/googleapis/java-dlp/commit/b63654725c1e22a3c1e0ee46b33bfbd71a65c99c))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please).
* build(java): fix retry_with_backoff when -e option set (#475)
https://github.com/googleapis/synthtool/commit/bd69a2aa7b70875f3c988e269706b22fefbef40e
commit bd69a2aa7b70875f3c988e269706b22fefbef40e
Author: Jeff Ching
Date: Wed Apr 8 14:01:08 2020 -0700
build(java): fix retry_with_backoff when -e option set (#475)
* build(java): fix nightly integration test config to run integrations (#465)
https://github.com/googleapis/synthtool/commit/c7e0e517d7f46f77bebd27da2e5afcaa6eee7e25
commit c7e0e517d7f46f77bebd27da2e5afcaa6eee7e25
Author: Jeff Ching
Date: Wed Apr 8 14:06:04 2020 -0700
build(java): fix nightly integration test config to run integrations (#465)
This was only running the units.
* chore(java): release-please only updates non maven versions in README (#476)
https://github.com/googleapis/synthtool/commit/7f8e62aa3edd225f76347a16f92e400661fdfb52
commit 7f8e62aa3edd225f76347a16f92e400661fdfb52
Author: Jeff Ching
Date: Wed Apr 8 14:14:25 2020 -0700
chore(java): release-please only updates non maven versions in README (#476)
Prevent release-please and synthtool from fighting over the released library version. Synthtool updates the install snippets from the samples pom.xml files so the bots fight if they are temporarily out of sync after a release.
---
README.md | 2 +-
synth.metadata | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 957ea43b..5f3a273a 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-dlp
- 1.1.0
+ 1.1.1
```
diff --git a/synth.metadata b/synth.metadata
index 70ae2bfb..0c1e9232 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -1,11 +1,10 @@
{
- "updateTime": "2020-04-09T00:15:55.607491Z",
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dlp.git",
- "sha": "a77fe01e0b20744c51b866e9345900f7cf7c2732"
+ "sha": "69517fc9587b91ba970d49c6afd620aabf6ce2c7"
}
},
{
@@ -20,8 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "7f8e62aa3edd225f76347a16f92e400661fdfb52",
- "log": "7f8e62aa3edd225f76347a16f92e400661fdfb52\nchore(java): release-please only updates non maven versions in README (#476)\n\nPrevent release-please and synthtool from fighting over the released library version. Synthtool updates the install snippets from the samples pom.xml files so the bots fight if they are temporarily out of sync after a release.\nc7e0e517d7f46f77bebd27da2e5afcaa6eee7e25\nbuild(java): fix nightly integration test config to run integrations (#465)\n\nThis was only running the units.\nbd69a2aa7b70875f3c988e269706b22fefbef40e\nbuild(java): fix retry_with_backoff when -e option set (#475)\n\n\nd9b173c427bfa0c6cca818233562e7e8841a357c\nfix: record version of working repo in synth.metadata (#473)\n\nPartial revert of b37cf74d12e9a42b9de9e61a4f26133d7cd9c168.\nf73a541770d95a609e5be6bf6b3b220d17cefcbe\nfeat(discogapic): allow local discovery-artifact-manager (#474)\n\n\n8cf0f5d93a70c3dcb0b4999d3152c46d4d9264bf\ndoc: describe the Autosynth & Synthtool protocol (#472)\n\n* doc: describe the Autosynth & Synthtool protocol\n\n* Accommodate review comments.\n980baaa738a1ad8fa02b4fdbd56be075ee77ece5\nfix: pin sphinx to <3.0.0 as new version causes new error (#471)\n\nThe error `toctree contains reference to document changlelog that doesn't have a title: no link will be generated` occurs as of 3.0.0. Pinning to 2.x until we address the docs build issue.\n\nTowards #470\n\nI did this manually for python-datastore https://github.com/googleapis/python-datastore/pull/22\n928b2998ac5023e7c7e254ab935f9ef022455aad\nchore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.15 (#466)\n\nCo-authored-by: Jeffrey Rennie \n188f1b1d53181f739b98f8aa5d40cfe99eb90c47\nfix: allow local and external deps to be specified (#469)\n\nModify noxfile.py to allow local and external dependencies for\nsystem tests to be specified.\n1df68ed6735ddce6797d0f83641a731c3c3f75b4\nfix: apache license URL (#468)\n\n\nf4a59efa54808c4b958263de87bc666ce41e415f\nfeat: Add discogapic support for GAPICBazel generation (#459)\n\n* feat: Add discogapic support for GAPICBazel generation\n\n* reformat with black\n\n* Rename source repository variable\n\nCo-authored-by: Jeffrey Rennie \n"
+ "sha": "7f8e62aa3edd225f76347a16f92e400661fdfb52"
}
}
],
From 6059e9d6afe25249b7fa5e22540372078a484101 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 13 Apr 2020 18:58:05 +0000
Subject: [PATCH 6/6] chore: release 1.1.2 (#130)
:robot: I have created a release \*beep\* \*boop\*
---
### [1.1.2](https://www.github.com/googleapis/java-dlp/compare/v1.1.1...v1.1.2) (2020-04-10)
### Documentation
* **v2:** regenerate documentation from protos ([#129](https://www.github.com/googleapis/java-dlp/issues/129)) ([69517fc](https://www.github.com/googleapis/java-dlp/commit/69517fc9587b91ba970d49c6afd620aabf6ce2c7)), closes [#123](https://www.github.com/googleapis/java-dlp/issues/123) [#123](https://www.github.com/googleapis/java-dlp/issues/123) [#94](https://www.github.com/googleapis/java-dlp/issues/94) [#105](https://www.github.com/googleapis/java-dlp/issues/105) [#475](https://www.github.com/googleapis/java-dlp/issues/475) [#475](https://www.github.com/googleapis/java-dlp/issues/475) [#465](https://www.github.com/googleapis/java-dlp/issues/465) [#465](https://www.github.com/googleapis/java-dlp/issues/465) [#476](https://www.github.com/googleapis/java-dlp/issues/476) [#476](https://www.github.com/googleapis/java-dlp/issues/476)
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please).
---
CHANGELOG.md | 7 +++++++
README.md | 4 ++--
google-cloud-dlp-bom/pom.xml | 8 ++++----
google-cloud-dlp/pom.xml | 4 ++--
grpc-google-cloud-dlp-v2/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-dlp-v2/pom.xml | 4 ++--
versions.txt | 6 +++---
8 files changed, 26 insertions(+), 19 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59250c92..27fecbd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.1.2](https://www.github.com/googleapis/java-dlp/compare/v1.1.1...v1.1.2) (2020-04-10)
+
+
+### Documentation
+
+* **v2:** regenerate documentation from protos ([#129](https://www.github.com/googleapis/java-dlp/issues/129)) ([69517fc](https://www.github.com/googleapis/java-dlp/commit/69517fc9587b91ba970d49c6afd620aabf6ce2c7)), closes [#123](https://www.github.com/googleapis/java-dlp/issues/123) [#123](https://www.github.com/googleapis/java-dlp/issues/123) [#94](https://www.github.com/googleapis/java-dlp/issues/94) [#105](https://www.github.com/googleapis/java-dlp/issues/105) [#475](https://www.github.com/googleapis/java-dlp/issues/475) [#475](https://www.github.com/googleapis/java-dlp/issues/475) [#465](https://www.github.com/googleapis/java-dlp/issues/465) [#465](https://www.github.com/googleapis/java-dlp/issues/465) [#476](https://www.github.com/googleapis/java-dlp/issues/476) [#476](https://www.github.com/googleapis/java-dlp/issues/476)
+
### [1.1.1](https://www.github.com/googleapis/java-dlp/compare/v1.1.0...v1.1.1) (2020-04-07)
diff --git a/README.md b/README.md
index 5f3a273a..7e942e3a 100644
--- a/README.md
+++ b/README.md
@@ -47,11 +47,11 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-dlp:1.1.1'
+compile 'com.google.cloud:google-cloud-dlp:1.1.2'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "1.1.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "1.1.2"
```
[//]: # ({x-version-update-end})
diff --git a/google-cloud-dlp-bom/pom.xml b/google-cloud-dlp-bom/pom.xml
index 60407d8a..a57184cf 100644
--- a/google-cloud-dlp-bom/pom.xml
+++ b/google-cloud-dlp-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-dlp-bom
- 1.1.2-SNAPSHOT
+ 1.1.2
pom
com.google.cloud
@@ -64,17 +64,17 @@
com.google.api.grpc
grpc-google-cloud-dlp-v2
- 1.1.2-SNAPSHOT
+ 1.1.2
com.google.cloud
google-cloud-dlp
- 1.1.2-SNAPSHOT
+ 1.1.2
com.google.api.grpc
proto-google-cloud-dlp-v2
- 1.1.2-SNAPSHOT
+ 1.1.2