public interface ListDlpJobsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DlpJob |
getJobs(int index)
A list of DlpJobs that matches the specified filter in the request.
|
int |
getJobsCount()
A list of DlpJobs that matches the specified filter in the request.
|
java.util.List<DlpJob> |
getJobsList()
A list of DlpJobs that matches the specified filter in the request.
|
DlpJobOrBuilder |
getJobsOrBuilder(int index)
A list of DlpJobs that matches the specified filter in the request.
|
java.util.List<? extends DlpJobOrBuilder> |
getJobsOrBuilderList()
A list of DlpJobs that matches the specified filter in the request.
|
java.lang.String |
getNextPageToken()
The standard List next-page token.
|
ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<DlpJob> getJobsList()
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
DlpJob getJobs(int index)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
int getJobsCount()
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
java.util.List<? extends DlpJobOrBuilder> getJobsOrBuilderList()
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
DlpJobOrBuilder getJobsOrBuilder(int index)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
java.lang.String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;