public interface ListInspectFindingsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilter()
Restricts findings to items that match.
|
ByteString |
getFilterBytes()
Restricts findings to items that match.
|
java.lang.String |
getName()
Identifier of the results set returned as metadata of
the longrunning operation created by a call to InspectDataSource.
|
ByteString |
getNameBytes()
Identifier of the results set returned as metadata of
the longrunning operation created by a call to InspectDataSource.
|
int |
getPageSize()
Maximum number of results to return.
|
java.lang.String |
getPageToken()
The value returned by the last `ListInspectFindingsResponse`; indicates
that this is a continuation of a prior `ListInspectFindings` call, and that
the system should return the next page of data.
|
ByteString |
getPageTokenBytes()
The value returned by the last `ListInspectFindingsResponse`; indicates
that this is a continuation of a prior `ListInspectFindings` call, and that
the system should return the next page of data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Identifier of the results set returned as metadata of the longrunning operation created by a call to InspectDataSource. Should be in the format of `inspect/results/{id}`.
string name = 1;
ByteString getNameBytes()
Identifier of the results set returned as metadata of the longrunning operation created by a call to InspectDataSource. Should be in the format of `inspect/results/{id}`.
string name = 1;
int getPageSize()
Maximum number of results to return. If 0, the implementation selects a reasonable value.
int32 page_size = 2;
java.lang.String getPageToken()
The value returned by the last `ListInspectFindingsResponse`; indicates that this is a continuation of a prior `ListInspectFindings` call, and that the system should return the next page of data.
string page_token = 3;
ByteString getPageTokenBytes()
The value returned by the last `ListInspectFindingsResponse`; indicates that this is a continuation of a prior `ListInspectFindings` call, and that the system should return the next page of data.
string page_token = 3;
java.lang.String getFilter()
Restricts findings to items that match. Supports info_type and likelihood. Examples: - info_type=EMAIL_ADDRESS - info_type=PHONE_NUMBER,EMAIL_ADDRESS - likelihood=VERY_LIKELY - likelihood=VERY_LIKELY,LIKELY - info_type=EMAIL_ADDRESS,likelihood=VERY_LIKELY,LIKELY
string filter = 4;
ByteString getFilterBytes()
Restricts findings to items that match. Supports info_type and likelihood. Examples: - info_type=EMAIL_ADDRESS - info_type=PHONE_NUMBER,EMAIL_ADDRESS - likelihood=VERY_LIKELY - likelihood=VERY_LIKELY,LIKELY - info_type=EMAIL_ADDRESS,likelihood=VERY_LIKELY,LIKELY
string filter = 4;