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

Commit

Permalink
docs(regen): regenerate protos with updated docs (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 13, 2020
1 parent 511abb2 commit 76ee474
Show file tree
Hide file tree
Showing 102 changed files with 10,559 additions and 4,455 deletions.
Expand Up @@ -219,18 +219,38 @@ public interface SaveFindingsOrBuilder
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*
* @return Whether the outputConfig field is set.
*/
boolean hasOutputConfig();
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*
* @return The outputConfig.
*/
com.google.privacy.dlp.v2.OutputStorageConfig getOutputConfig();
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*/
com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder getOutputConfigOrBuilder();
}
/**
Expand Down Expand Up @@ -339,6 +359,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
public static final int OUTPUT_CONFIG_FIELD_NUMBER = 1;
private com.google.privacy.dlp.v2.OutputStorageConfig outputConfig_;
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*
* @return Whether the outputConfig field is set.
Expand All @@ -347,6 +373,12 @@ public boolean hasOutputConfig() {
return outputConfig_ != null;
}
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*
* @return The outputConfig.
Expand All @@ -356,7 +388,15 @@ public com.google.privacy.dlp.v2.OutputStorageConfig getOutputConfig() {
? com.google.privacy.dlp.v2.OutputStorageConfig.getDefaultInstance()
: outputConfig_;
}
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*/
public com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder getOutputConfigOrBuilder() {
return getOutputConfig();
}
Expand Down Expand Up @@ -704,6 +744,12 @@ public Builder mergeFrom(
com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder>
outputConfigBuilder_;
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*
* @return Whether the outputConfig field is set.
Expand All @@ -712,6 +758,12 @@ public boolean hasOutputConfig() {
return outputConfigBuilder_ != null || outputConfig_ != null;
}
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*
* @return The outputConfig.
Expand All @@ -725,7 +777,15 @@ public com.google.privacy.dlp.v2.OutputStorageConfig getOutputConfig() {
return outputConfigBuilder_.getMessage();
}
}
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*/
public Builder setOutputConfig(com.google.privacy.dlp.v2.OutputStorageConfig value) {
if (outputConfigBuilder_ == null) {
if (value == null) {
Expand All @@ -739,7 +799,15 @@ public Builder setOutputConfig(com.google.privacy.dlp.v2.OutputStorageConfig val

return this;
}
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*/
public Builder setOutputConfig(
com.google.privacy.dlp.v2.OutputStorageConfig.Builder builderForValue) {
if (outputConfigBuilder_ == null) {
Expand All @@ -751,7 +819,15 @@ public Builder setOutputConfig(

return this;
}
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*/
public Builder mergeOutputConfig(com.google.privacy.dlp.v2.OutputStorageConfig value) {
if (outputConfigBuilder_ == null) {
if (outputConfig_ != null) {
Expand All @@ -769,7 +845,15 @@ public Builder mergeOutputConfig(com.google.privacy.dlp.v2.OutputStorageConfig v

return this;
}
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*/
public Builder clearOutputConfig() {
if (outputConfigBuilder_ == null) {
outputConfig_ = null;
Expand All @@ -781,13 +865,29 @@ public Builder clearOutputConfig() {

return this;
}
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*/
public com.google.privacy.dlp.v2.OutputStorageConfig.Builder getOutputConfigBuilder() {

onChanged();
return getOutputConfigFieldBuilder().getBuilder();
}
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*/
public com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder getOutputConfigOrBuilder() {
if (outputConfigBuilder_ != null) {
return outputConfigBuilder_.getMessageOrBuilder();
Expand All @@ -797,7 +897,15 @@ public com.google.privacy.dlp.v2.OutputStorageConfigOrBuilder getOutputConfigOrB
: outputConfig_;
}
}
/** <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code> */
/**
*
*
* <pre>
* Location to store findings outside of DLP.
* </pre>
*
* <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.privacy.dlp.v2.OutputStorageConfig,
com.google.privacy.dlp.v2.OutputStorageConfig.Builder,
Expand Down Expand Up @@ -3662,7 +3770,7 @@ public boolean hasPublishFindingsToCloudDataCatalog() {
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -3677,7 +3785,7 @@ public boolean hasJobNotificationEmails() {
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -3695,7 +3803,7 @@ public com.google.privacy.dlp.v2.Action.JobNotificationEmails getJobNotification
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand Down Expand Up @@ -5121,7 +5229,7 @@ public Builder clearPublishFindingsToCloudDataCatalog() {
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -5136,7 +5244,7 @@ public boolean hasJobNotificationEmails() {
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -5161,7 +5269,7 @@ public com.google.privacy.dlp.v2.Action.JobNotificationEmails getJobNotification
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -5185,7 +5293,7 @@ public Builder setJobNotificationEmails(
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -5206,7 +5314,7 @@ public Builder setJobNotificationEmails(
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand Down Expand Up @@ -5240,7 +5348,7 @@ public Builder mergeJobNotificationEmails(
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -5266,7 +5374,7 @@ public Builder clearJobNotificationEmails() {
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -5280,7 +5388,7 @@ public Builder clearJobNotificationEmails() {
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -5301,7 +5409,7 @@ public Builder clearJobNotificationEmails() {
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand Down
Expand Up @@ -175,7 +175,7 @@ public interface ActionOrBuilder
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -188,7 +188,7 @@ public interface ActionOrBuilder
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand All @@ -201,7 +201,7 @@ public interface ActionOrBuilder
*
*
* <pre>
* Enable email notification to project owners and editors on job's
* Enable email notification for project owners and editors on job's
* completion/failure.
* </pre>
*
Expand Down

0 comments on commit 76ee474

Please sign in to comment.