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

docs(regen): updated javadocs from protoc update #36

Merged
merged 1 commit into from Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

Large diffs are not rendered by default.

Expand Up @@ -31,6 +31,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;</code>
*
* @return Whether the saveFindings field is set.
*/
boolean hasSaveFindings();
/**
Expand All @@ -41,6 +43,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;</code>
*
* @return The saveFindings.
*/
com.google.privacy.dlp.v2.Action.SaveFindings getSaveFindings();
/**
Expand All @@ -62,6 +66,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;</code>
*
* @return Whether the pubSub field is set.
*/
boolean hasPubSub();
/**
Expand All @@ -72,6 +78,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;</code>
*
* @return The pubSub.
*/
com.google.privacy.dlp.v2.Action.PublishToPubSub getPubSub();
/**
Expand All @@ -93,6 +101,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;</code>
*
* @return Whether the publishSummaryToCscc field is set.
*/
boolean hasPublishSummaryToCscc();
/**
Expand All @@ -103,6 +113,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;</code>
*
* @return The publishSummaryToCscc.
*/
com.google.privacy.dlp.v2.Action.PublishSummaryToCscc getPublishSummaryToCscc();
/**
Expand All @@ -126,6 +138,8 @@ public interface ActionOrBuilder
* <code>
* .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
* </code>
*
* @return Whether the publishFindingsToCloudDataCatalog field is set.
*/
boolean hasPublishFindingsToCloudDataCatalog();
/**
Expand All @@ -138,6 +152,8 @@ public interface ActionOrBuilder
* <code>
* .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
* </code>
*
* @return The publishFindingsToCloudDataCatalog.
*/
com.google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog
getPublishFindingsToCloudDataCatalog();
Expand All @@ -164,6 +180,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.JobNotificationEmails job_notification_emails = 8;</code>
*
* @return Whether the jobNotificationEmails field is set.
*/
boolean hasJobNotificationEmails();
/**
Expand All @@ -175,6 +193,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.JobNotificationEmails job_notification_emails = 8;</code>
*
* @return The jobNotificationEmails.
*/
com.google.privacy.dlp.v2.Action.JobNotificationEmails getJobNotificationEmails();
/**
Expand All @@ -198,6 +218,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;</code>
*
* @return Whether the publishToStackdriver field is set.
*/
boolean hasPublishToStackdriver();
/**
Expand All @@ -208,6 +230,8 @@ public interface ActionOrBuilder
* </pre>
*
* <code>.google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;</code>
*
* @return The publishToStackdriver.
*/
com.google.privacy.dlp.v2.Action.PublishToStackdriver getPublishToStackdriver();
/**
Expand Down
Expand Up @@ -41,6 +41,12 @@ private ActivateJobTriggerRequest() {
name_ = "";
}

@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new ActivateJobTriggerRequest();
}

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand All @@ -54,7 +60,6 @@ private ActivateJobTriggerRequest(
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
Expand Down Expand Up @@ -119,6 +124,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
Expand All @@ -142,6 +149,8 @@ public java.lang.String getName() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for name.
*/
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
Expand Down Expand Up @@ -485,6 +494,8 @@ public Builder mergeFrom(
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
Expand All @@ -508,6 +519,8 @@ public java.lang.String getName() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for name.
*/
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
Expand All @@ -531,6 +544,9 @@ public com.google.protobuf.ByteString getNameBytes() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(java.lang.String value) {
if (value == null) {
Expand All @@ -552,6 +568,8 @@ public Builder setName(java.lang.String value) {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return This builder for chaining.
*/
public Builder clearName() {

Expand All @@ -570,6 +588,9 @@ public Builder clearName() {
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand Down
Expand Up @@ -34,6 +34,8 @@ public interface ActivateJobTriggerRequestOrBuilder
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The name.
*/
java.lang.String getName();
/**
Expand All @@ -47,6 +49,8 @@ public interface ActivateJobTriggerRequestOrBuilder
* <code>
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* </code>
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
}