public interface ActionOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Action.ActionCase |
getActionCase() |
Action.PublishToPubSub |
getPubSub()
Publish a notification to a pubsub topic.
|
Action.PublishToPubSubOrBuilder |
getPubSubOrBuilder()
Publish a notification to a pubsub topic.
|
Action.SaveFindings |
getSaveFindings()
Save resulting findings in a provided location.
|
Action.SaveFindingsOrBuilder |
getSaveFindingsOrBuilder()
Save resulting findings in a provided location.
|
boolean |
hasPubSub()
Publish a notification to a pubsub topic.
|
boolean |
hasSaveFindings()
Save resulting findings in a provided location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasSaveFindings()
Save resulting findings in a provided location.
.google.privacy.dlp.v2beta2.Action.SaveFindings save_findings = 1;Action.SaveFindings getSaveFindings()
Save resulting findings in a provided location.
.google.privacy.dlp.v2beta2.Action.SaveFindings save_findings = 1;Action.SaveFindingsOrBuilder getSaveFindingsOrBuilder()
Save resulting findings in a provided location.
.google.privacy.dlp.v2beta2.Action.SaveFindings save_findings = 1;boolean hasPubSub()
Publish a notification to a pubsub topic.
.google.privacy.dlp.v2beta2.Action.PublishToPubSub pub_sub = 2;Action.PublishToPubSub getPubSub()
Publish a notification to a pubsub topic.
.google.privacy.dlp.v2beta2.Action.PublishToPubSub pub_sub = 2;Action.PublishToPubSubOrBuilder getPubSubOrBuilder()
Publish a notification to a pubsub topic.
.google.privacy.dlp.v2beta2.Action.PublishToPubSub pub_sub = 2;Action.ActionCase getActionCase()