public interface ListInspectFindingsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
If not empty, indicates that there may be more results that match the
request; this value should be passed in a new `ListInspectFindingsRequest`.
|
ByteString |
getNextPageTokenBytes()
If not empty, indicates that there may be more results that match the
request; this value should be passed in a new `ListInspectFindingsRequest`.
|
InspectResult |
getResult()
The results.
|
InspectResultOrBuilder |
getResultOrBuilder()
The results.
|
boolean |
hasResult()
The results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasResult()
The results.
.google.privacy.dlp.v2beta1.InspectResult result = 1;
InspectResult getResult()
The results.
.google.privacy.dlp.v2beta1.InspectResult result = 1;
InspectResultOrBuilder getResultOrBuilder()
The results.
.google.privacy.dlp.v2beta1.InspectResult result = 1;
java.lang.String getNextPageToken()
If not empty, indicates that there may be more results that match the request; this value should be passed in a new `ListInspectFindingsRequest`.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more results that match the request; this value should be passed in a new `ListInspectFindingsRequest`.
string next_page_token = 2;