public interface InspectDataSourceDetailsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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 inspect job.
|
InspectDataSourceDetails.ResultOrBuilder |
getResultOrBuilder()
A summary of the outcome of this inspect job.
|
boolean |
hasRequestedOptions()
The configuration used for this job.
|
boolean |
hasResult()
A summary of the outcome of this inspect job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasRequestedOptions()
The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
InspectDataSourceDetails.RequestedOptions getRequestedOptions()
The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
InspectDataSourceDetails.RequestedOptionsOrBuilder getRequestedOptionsOrBuilder()
The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
boolean hasResult()
A summary of the outcome of this inspect job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;
InspectDataSourceDetails.Result getResult()
A summary of the outcome of this inspect job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;
InspectDataSourceDetails.ResultOrBuilder getResultOrBuilder()
A summary of the outcome of this inspect job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;