public interface InspectDataSourceDetailsOrBuilder
extends com.google.protobuf.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 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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 inspection job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;InspectDataSourceDetails.Result getResult()
A summary of the outcome of this inspection job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;InspectDataSourceDetails.ResultOrBuilder getResultOrBuilder()
A summary of the outcome of this inspection job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;Copyright © 2022 Google LLC. All rights reserved.