Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Change triggered by none of the following:
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 7, 2020
1 parent a88e49f commit 02aa5e7
Show file tree
Hide file tree
Showing 14 changed files with 304 additions and 243 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>4.3.0</version>
<version>4.4.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Expand Up @@ -1785,13 +1785,13 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "/{name=projects/*/locations/*/dlpJobs/*}"
+ ":finish:\001*\032F\312A\022dlp.googleapis.com\322A.http"
+ "s://www.googleapis.com/auth/cloud-platfo"
+ "rmB\354\001\n\031com.google.privacy.dlp.v2B\010DlpPro"
+ "rmB\205\002\n\031com.google.privacy.dlp.v2B\010DlpPro"
+ "toP\001Z8google.golang.org/genproto/googlea"
+ "pis/privacy/dlp/v2;dlp\252\002\023Google.Cloud.Dl"
+ "p.V2\312\002\023Google\\Cloud\\Dlp\\V2\352A\\\n\'dlp.googl"
+ "eapis.com/OrganizationLocation\0221organiza"
+ "tions/{organization}/locations/{location"
+ "}b\006proto3"
+ "p.V2\312\002\023Google\\Cloud\\Dlp\\V2\352\002\026Google::Clo"
+ "ud::Dlp::V2\352A\\\n\'dlp.googleapis.com/Organ"
+ "izationLocation\0221organizations/{organiza"
+ "tion}/locations/{location}b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -294,11 +294,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "LIKELY\020\001\022\014\n\010UNLIKELY\020\002\022\014\n\010POSSIBLE\020\003\022\n\n\006"
+ "LIKELY\020\004\022\017\n\013VERY_LIKELY\020\005*Z\n\010FileType\022\031\n"
+ "\025FILE_TYPE_UNSPECIFIED\020\000\022\017\n\013BINARY_FILE\020"
+ "\001\022\r\n\tTEXT_FILE\020\002\022\t\n\005IMAGE\020\003\022\010\n\004AVRO\020\007B\217\001"
+ "\001\022\r\n\tTEXT_FILE\020\002\022\t\n\005IMAGE\020\003\022\010\n\004AVRO\020\007B\250\001"
+ "\n\031com.google.privacy.dlp.v2B\nDlpStorageP"
+ "\001Z8google.golang.org/genproto/googleapis"
+ "/privacy/dlp/v2;dlp\252\002\023Google.Cloud.Dlp.V"
+ "2\312\002\023Google\\Cloud\\Dlp\\V2b\006proto3"
+ "2\312\002\023Google\\Cloud\\Dlp\\V2\352\002\026Google::Cloud:"
+ ":Dlp::V2b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -708,12 +708,13 @@ public int getLabelsCount() {
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -735,12 +736,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabels() {
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -754,12 +756,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabelsMap() {
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -777,12 +780,13 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand Down Expand Up @@ -2832,12 +2836,13 @@ public int getLabelsCount() {
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -2859,12 +2864,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabels() {
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -2878,12 +2884,13 @@ public java.util.Map<java.lang.String, java.lang.String> getLabelsMap() {
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -2902,12 +2909,13 @@ public java.lang.String getLabelsOrDefault(
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -2933,12 +2941,13 @@ public Builder clearLabels() {
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -2961,12 +2970,13 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableLabels() {
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -2987,12 +2997,13 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand Down
Expand Up @@ -323,12 +323,13 @@ public interface FindingOrBuilder
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -340,12 +341,13 @@ public interface FindingOrBuilder
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -360,12 +362,13 @@ public interface FindingOrBuilder
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -377,12 +380,13 @@ public interface FindingOrBuilder
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand All @@ -394,12 +398,13 @@ public interface FindingOrBuilder
* <pre>
* The labels associated with this `InspectFinding`.
* Label keys must be between 1 and 63 characters long and must conform
* to the following regular expression: &#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?.
* 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 (&#92;[a-z&#92;](&#92;[-a-z0-9&#92;]*&#92;[a-z0-9&#92;])?)?.
* 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: &lt;code&gt;"environment" : "production"&lt;/code&gt;
* Example: &lt;code&gt;"pipeline" : "etl"&lt;/code&gt;
* Examples:
* * `"environment" : "production"`
* * `"pipeline" : "etl"`
* </pre>
*
* <code>map&lt;string, string&gt; labels = 10;</code>
Expand Down

0 comments on commit 02aa5e7

Please sign in to comment.