Package com.google.privacy.dlp.v2
Interface InspectDataSourceDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InspectDataSourceDetails,InspectDataSourceDetails.Builder
public interface InspectDataSourceDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InspectDataSourceDetails.RequestedOptionsgetRequestedOptions()The configuration used for this job.InspectDataSourceDetails.RequestedOptionsOrBuildergetRequestedOptionsOrBuilder()The configuration used for this job.InspectDataSourceDetails.ResultgetResult()A summary of the outcome of this inspection job.InspectDataSourceDetails.ResultOrBuildergetResultOrBuilder()A summary of the outcome of this inspection job.booleanhasRequestedOptions()The configuration used for this job.booleanhasResult()A summary of the outcome of this inspection job.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRequestedOptions
boolean hasRequestedOptions()
The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;- Returns:
- Whether the requestedOptions field is set.
-
getRequestedOptions
InspectDataSourceDetails.RequestedOptions getRequestedOptions()
The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;- Returns:
- The requestedOptions.
-
getRequestedOptionsOrBuilder
InspectDataSourceDetails.RequestedOptionsOrBuilder getRequestedOptionsOrBuilder()
The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
-
hasResult
boolean hasResult()
A summary of the outcome of this inspection job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;- Returns:
- Whether the result field is set.
-
getResult
InspectDataSourceDetails.Result getResult()
A summary of the outcome of this inspection job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;- Returns:
- The result.
-
getResultOrBuilder
InspectDataSourceDetails.ResultOrBuilder getResultOrBuilder()
A summary of the outcome of this inspection job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;
-
-