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.RequestedOptions
getRequestedOptions()
The configuration used for this job.InspectDataSourceDetails.RequestedOptionsOrBuilder
getRequestedOptionsOrBuilder()
The configuration used for this job.InspectDataSourceDetails.Result
getResult()
A summary of the outcome of this inspection job.InspectDataSourceDetails.ResultOrBuilder
getResultOrBuilder()
A summary of the outcome of this inspection job.boolean
hasRequestedOptions()
The configuration used for this job.boolean
hasResult()
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;
-
-