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

Commit 76ee474

Browse files
yoshi-automationchingor13
authored andcommitted
docs(regen): regenerate protos with updated docs (#54)
1 parent 511abb2 commit 76ee474

File tree

102 files changed

+10559
-4455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+10559
-4455
lines changed

proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/Action.java

Lines changed: 129 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -219,18 +219,38 @@ public interface SaveFindingsOrBuilder
219219
com.google.protobuf.MessageOrBuilder {
220220

221221
/**
222+
*
223+
*
224+
* <pre>
225+
* Location to store findings outside of DLP.
226+
* </pre>
227+
*
222228
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
223229
*
224230
* @return Whether the outputConfig field is set.
225231
*/
226232
boolean hasOutputConfig();
227233
/**
234+
*
235+
*
236+
* <pre>
237+
* Location to store findings outside of DLP.
238+
* </pre>
239+
*
228240
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
229241
*
230242
* @return The outputConfig.
231243
*/
232244
com.google.privacy.dlp.v2.OutputStorageConfig getOutputConfig();
233-
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
245+
/**
246+
*
247+
*
248+
* <pre>
249+
* Location to store findings outside of DLP.
250+
* </pre>
251+
*
252+
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
253+
*/
234254
com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder getOutputConfigOrBuilder();
235255
}
236256
/**
@@ -339,6 +359,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
339359
public static final int OUTPUT_CONFIG_FIELD_NUMBER = 1;
340360
private com.google.privacy.dlp.v2.OutputStorageConfig outputConfig_;
341361
/**
362+
*
363+
*
364+
* <pre>
365+
* Location to store findings outside of DLP.
366+
* </pre>
367+
*
342368
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
343369
*
344370
* @return Whether the outputConfig field is set.
@@ -347,6 +373,12 @@ public boolean hasOutputConfig() {
347373
return outputConfig_ != null;
348374
}
349375
/**
376+
*
377+
*
378+
* <pre>
379+
* Location to store findings outside of DLP.
380+
* </pre>
381+
*
350382
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
351383
*
352384
* @return The outputConfig.
@@ -356,7 +388,15 @@ public com.google.privacy.dlp.v2.OutputStorageConfig getOutputConfig() {
356388
? com.google.privacy.dlp.v2.OutputStorageConfig.getDefaultInstance()
357389
: outputConfig_;
358390
}
359-
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
391+
/**
392+
*
393+
*
394+
* <pre>
395+
* Location to store findings outside of DLP.
396+
* </pre>
397+
*
398+
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
399+
*/
360400
public com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder getOutputConfigOrBuilder() {
361401
return getOutputConfig();
362402
}
@@ -704,6 +744,12 @@ public Builder mergeFrom(
704744
com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder>
705745
outputConfigBuilder_;
706746
/**
747+
*
748+
*
749+
* <pre>
750+
* Location to store findings outside of DLP.
751+
* </pre>
752+
*
707753
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
708754
*
709755
* @return Whether the outputConfig field is set.
@@ -712,6 +758,12 @@ public boolean hasOutputConfig() {
712758
return outputConfigBuilder_ != null || outputConfig_ != null;
713759
}
714760
/**
761+
*
762+
*
763+
* <pre>
764+
* Location to store findings outside of DLP.
765+
* </pre>
766+
*
715767
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
716768
*
717769
* @return The outputConfig.
@@ -725,7 +777,15 @@ public com.google.privacy.dlp.v2.OutputStorageConfig getOutputConfig() {
725777
return outputConfigBuilder_.getMessage();
726778
}
727779
}
728-
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
780+
/**
781+
*
782+
*
783+
* <pre>
784+
* Location to store findings outside of DLP.
785+
* </pre>
786+
*
787+
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
788+
*/
729789
public Builder setOutputConfig(com.google.privacy.dlp.v2.OutputStorageConfig value) {
730790
if (outputConfigBuilder_ == null) {
731791
if (value == null) {
@@ -739,7 +799,15 @@ public Builder setOutputConfig(com.google.privacy.dlp.v2.OutputStorageConfig val
739799

740800
return this;
741801
}
742-
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
802+
/**
803+
*
804+
*
805+
* <pre>
806+
* Location to store findings outside of DLP.
807+
* </pre>
808+
*
809+
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
810+
*/
743811
public Builder setOutputConfig(
744812
com.google.privacy.dlp.v2.OutputStorageConfig.Builder builderForValue) {
745813
if (outputConfigBuilder_ == null) {
@@ -751,7 +819,15 @@ public Builder setOutputConfig(
751819

752820
return this;
753821
}
754-
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
822+
/**
823+
*
824+
*
825+
* <pre>
826+
* Location to store findings outside of DLP.
827+
* </pre>
828+
*
829+
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
830+
*/
755831
public Builder mergeOutputConfig(com.google.privacy.dlp.v2.OutputStorageConfig value) {
756832
if (outputConfigBuilder_ == null) {
757833
if (outputConfig_ != null) {
@@ -769,7 +845,15 @@ public Builder mergeOutputConfig(com.google.privacy.dlp.v2.OutputStorageConfig v
769845

770846
return this;
771847
}
772-
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
848+
/**
849+
*
850+
*
851+
* <pre>
852+
* Location to store findings outside of DLP.
853+
* </pre>
854+
*
855+
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
856+
*/
773857
public Builder clearOutputConfig() {
774858
if (outputConfigBuilder_ == null) {
775859
outputConfig_ = null;
@@ -781,13 +865,29 @@ public Builder clearOutputConfig() {
781865

782866
return this;
783867
}
784-
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
868+
/**
869+
*
870+
*
871+
* <pre>
872+
* Location to store findings outside of DLP.
873+
* </pre>
874+
*
875+
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
876+
*/
785877
public com.google.privacy.dlp.v2.OutputStorageConfig.Builder getOutputConfigBuilder() {
786878

787879
onChanged();
788880
return getOutputConfigFieldBuilder().getBuilder();
789881
}
790-
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
882+
/**
883+
*
884+
*
885+
* <pre>
886+
* Location to store findings outside of DLP.
887+
* </pre>
888+
*
889+
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
890+
*/
791891
public com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder getOutputConfigOrBuilder() {
792892
if (outputConfigBuilder_ != null) {
793893
return outputConfigBuilder_.getMessageOrBuilder();
@@ -797,7 +897,15 @@ public com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder getOutputConfigOrB
797897
: outputConfig_;
798898
}
799899
}
800-
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
900+
/**
901+
*
902+
*
903+
* <pre>
904+
* Location to store findings outside of DLP.
905+
* </pre>
906+
*
907+
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
908+
*/
801909
private com.google.protobuf.SingleFieldBuilderV3<
802910
com.google.privacy.dlp.v2.OutputStorageConfig,
803911
com.google.privacy.dlp.v2.OutputStorageConfig.Builder,
@@ -3662,7 +3770,7 @@ public boolean hasPublishFindingsToCloudDataCatalog() {
36623770
*
36633771
*
36643772
* <pre>
3665-
* Enable email notification to project owners and editors on job's
3773+
* Enable email notification for project owners and editors on job's
36663774
* completion/failure.
36673775
* </pre>
36683776
*
@@ -3677,7 +3785,7 @@ public boolean hasJobNotificationEmails() {
36773785
*
36783786
*
36793787
* <pre>
3680-
* Enable email notification to project owners and editors on job's
3788+
* Enable email notification for project owners and editors on job's
36813789
* completion/failure.
36823790
* </pre>
36833791
*
@@ -3695,7 +3803,7 @@ public com.google.privacy.dlp.v2.Action.JobNotificationEmails getJobNotification
36953803
*
36963804
*
36973805
* <pre>
3698-
* Enable email notification to project owners and editors on job's
3806+
* Enable email notification for project owners and editors on job's
36993807
* completion/failure.
37003808
* </pre>
37013809
*
@@ -5121,7 +5229,7 @@ public Builder clearPublishFindingsToCloudDataCatalog() {
51215229
*
51225230
*
51235231
* <pre>
5124-
* Enable email notification to project owners and editors on job's
5232+
* Enable email notification for project owners and editors on job's
51255233
* completion/failure.
51265234
* </pre>
51275235
*
@@ -5136,7 +5244,7 @@ public boolean hasJobNotificationEmails() {
51365244
*
51375245
*
51385246
* <pre>
5139-
* Enable email notification to project owners and editors on job's
5247+
* Enable email notification for project owners and editors on job's
51405248
* completion/failure.
51415249
* </pre>
51425250
*
@@ -5161,7 +5269,7 @@ public com.google.privacy.dlp.v2.Action.JobNotificationEmails getJobNotification
51615269
*
51625270
*
51635271
* <pre>
5164-
* Enable email notification to project owners and editors on job's
5272+
* Enable email notification for project owners and editors on job's
51655273
* completion/failure.
51665274
* </pre>
51675275
*
@@ -5185,7 +5293,7 @@ public Builder setJobNotificationEmails(
51855293
*
51865294
*
51875295
* <pre>
5188-
* Enable email notification to project owners and editors on job's
5296+
* Enable email notification for project owners and editors on job's
51895297
* completion/failure.
51905298
* </pre>
51915299
*
@@ -5206,7 +5314,7 @@ public Builder setJobNotificationEmails(
52065314
*
52075315
*
52085316
* <pre>
5209-
* Enable email notification to project owners and editors on job's
5317+
* Enable email notification for project owners and editors on job's
52105318
* completion/failure.
52115319
* </pre>
52125320
*
@@ -5240,7 +5348,7 @@ public Builder mergeJobNotificationEmails(
52405348
*
52415349
*
52425350
* <pre>
5243-
* Enable email notification to project owners and editors on job's
5351+
* Enable email notification for project owners and editors on job's
52445352
* completion/failure.
52455353
* </pre>
52465354
*
@@ -5266,7 +5374,7 @@ public Builder clearJobNotificationEmails() {
52665374
*
52675375
*
52685376
* <pre>
5269-
* Enable email notification to project owners and editors on job's
5377+
* Enable email notification for project owners and editors on job's
52705378
* completion/failure.
52715379
* </pre>
52725380
*
@@ -5280,7 +5388,7 @@ public Builder clearJobNotificationEmails() {
52805388
*
52815389
*
52825390
* <pre>
5283-
* Enable email notification to project owners and editors on job's
5391+
* Enable email notification for project owners and editors on job's
52845392
* completion/failure.
52855393
* </pre>
52865394
*
@@ -5301,7 +5409,7 @@ public Builder clearJobNotificationEmails() {
53015409
*
53025410
*
53035411
* <pre>
5304-
* Enable email notification to project owners and editors on job's
5412+
* Enable email notification for project owners and editors on job's
53055413
* completion/failure.
53065414
* </pre>
53075415
*

proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ActionOrBuilder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public interface ActionOrBuilder
175175
*
176176
*
177177
* <pre>
178-
* Enable email notification to project owners and editors on job's
178+
* Enable email notification for project owners and editors on job's
179179
* completion/failure.
180180
* </pre>
181181
*
@@ -188,7 +188,7 @@ public interface ActionOrBuilder
188188
*
189189
*
190190
* <pre>
191-
* Enable email notification to project owners and editors on job's
191+
* Enable email notification for project owners and editors on job's
192192
* completion/failure.
193193
* </pre>
194194
*
@@ -201,7 +201,7 @@ public interface ActionOrBuilder
201201
*
202202
*
203203
* <pre>
204-
* Enable email notification to project owners and editors on job's
204+
* Enable email notification for project owners and editors on job's
205205
* completion/failure.
206206
* </pre>
207207
*

0 commit comments

Comments
 (0)