Interface ListDlpJobsResponseOrBuilder (3.2.1)

public interface ListDlpJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobs(int index)

public abstract DlpJob getJobs(int index)

A list of DlpJobs that matches the specified filter in the request.

repeated .google.privacy.dlp.v2.DlpJob jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DlpJob

getJobsCount()

public abstract int getJobsCount()

A list of DlpJobs that matches the specified filter in the request.

repeated .google.privacy.dlp.v2.DlpJob jobs = 1;

Returns
TypeDescription
int

getJobsList()

public abstract List<DlpJob> getJobsList()

A list of DlpJobs that matches the specified filter in the request.

repeated .google.privacy.dlp.v2.DlpJob jobs = 1;

Returns
TypeDescription
List<DlpJob>

getJobsOrBuilder(int index)

public abstract DlpJobOrBuilder getJobsOrBuilder(int index)

A list of DlpJobs that matches the specified filter in the request.

repeated .google.privacy.dlp.v2.DlpJob jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DlpJobOrBuilder

getJobsOrBuilderList()

public abstract List<? extends DlpJobOrBuilder> getJobsOrBuilderList()

A list of DlpJobs that matches the specified filter in the request.

repeated .google.privacy.dlp.v2.DlpJob jobs = 1;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.DlpJobOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.