Package com.google.privacy.dlp.v2
Interface Action.SaveFindingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Action.SaveFindings
,Action.SaveFindings.Builder
- Enclosing class:
- Action
public static interface Action.SaveFindingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStorageConfig
getOutputConfig()
Location to store findings outside of DLP.OutputStorageConfigOrBuilder
getOutputConfigOrBuilder()
Location to store findings outside of DLP.boolean
hasOutputConfig()
Location to store findings outside of DLP.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOutputConfig
boolean hasOutputConfig()
Location to store findings outside of DLP.
.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;
- Returns:
- Whether the outputConfig field is set.
-
getOutputConfig
OutputStorageConfig getOutputConfig()
Location to store findings outside of DLP.
.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;
- Returns:
- The outputConfig.
-
getOutputConfigOrBuilder
OutputStorageConfigOrBuilder getOutputConfigOrBuilder()
Location to store findings outside of DLP.
.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;
-
-