public static final class ListDlpJobsResponse.Builder extends GeneratedMessageV3.Builder<ListDlpJobsResponse.Builder> implements ListDlpJobsResponseOrBuilder
The response message for listing DLP jobs.
Protobuf type google.privacy.dlp.v2.ListDlpJobsResponse
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllJobs(Iterable<? extends DlpJob> values)
public ListDlpJobsResponse.Builder addAllJobs(Iterable<? extends DlpJob> values)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.privacy.dlp.v2.DlpJob>
|
Returns
addJobs(DlpJob value)
public ListDlpJobsResponse.Builder addJobs(DlpJob value)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameter
Returns
addJobs(DlpJob.Builder builderForValue)
public ListDlpJobsResponse.Builder addJobs(DlpJob.Builder builderForValue)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameter
Returns
addJobs(int index, DlpJob value)
public ListDlpJobsResponse.Builder addJobs(int index, DlpJob value)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameters
Returns
addJobs(int index, DlpJob.Builder builderForValue)
public ListDlpJobsResponse.Builder addJobs(int index, DlpJob.Builder builderForValue)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameters
Returns
addJobsBuilder()
public DlpJob.Builder addJobsBuilder()
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Returns
addJobsBuilder(int index)
public DlpJob.Builder addJobsBuilder(int index)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDlpJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListDlpJobsResponse build()
Returns
buildPartial()
public ListDlpJobsResponse buildPartial()
Returns
clear()
public ListDlpJobsResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListDlpJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearJobs()
public ListDlpJobsResponse.Builder clearJobs()
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Returns
clearNextPageToken()
public ListDlpJobsResponse.Builder clearNextPageToken()
The standard List next-page token.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDlpJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ListDlpJobsResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListDlpJobsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getJobs(int index)
public 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
Returns
getJobsBuilder(int index)
public DlpJob.Builder getJobsBuilder(int index)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameter
Returns
getJobsBuilderList()
public List<DlpJob.Builder> getJobsBuilderList()
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Returns
getJobsCount()
public int getJobsCount()
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Returns
getJobsList()
public List<DlpJob> getJobsList()
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Returns
getJobsOrBuilder(int index)
public 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
Returns
getJobsOrBuilderList()
public 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
Type | Description |
List<? extends com.google.privacy.dlp.v2.DlpJobOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListDlpJobsResponse other)
public ListDlpJobsResponse.Builder mergeFrom(ListDlpJobsResponse other)
Parameter
Returns
public ListDlpJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListDlpJobsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDlpJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeJobs(int index)
public ListDlpJobsResponse.Builder removeJobs(int index)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListDlpJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setJobs(int index, DlpJob value)
public ListDlpJobsResponse.Builder setJobs(int index, DlpJob value)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameters
Returns
setJobs(int index, DlpJob.Builder builderForValue)
public ListDlpJobsResponse.Builder setJobs(int index, DlpJob.Builder builderForValue)
A list of DlpJobs that matches the specified filter in the request.
repeated .google.privacy.dlp.v2.DlpJob jobs = 1;
Parameters
Returns
setNextPageToken(String value)
public ListDlpJobsResponse.Builder setNextPageToken(String value)
The standard List next-page token.
string next_page_token = 2;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListDlpJobsResponse.Builder setNextPageTokenBytes(ByteString value)
The standard List next-page token.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDlpJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDlpJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides