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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
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 |
Name |
Description |
value |
DlpJob
|
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;
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 |
Name |
Description |
index |
int
|
value |
DlpJob
|
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;
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;
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 |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDlpJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListDlpJobsResponse build()
buildPartial()
public ListDlpJobsResponse buildPartial()
clear()
public ListDlpJobsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListDlpJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
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;
clearNextPageToken()
public ListDlpJobsResponse.Builder clearNextPageToken()
The standard List next-page token.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDlpJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListDlpJobsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListDlpJobsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
DlpJob |
|
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 |
Name |
Description |
index |
int
|
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;
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 |
Type |
Description |
int |
|
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;
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 |
Name |
Description |
index |
int
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListDlpJobsResponse other)
public ListDlpJobsResponse.Builder mergeFrom(ListDlpJobsResponse other)
public ListDlpJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListDlpJobsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDlpJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListDlpJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
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 |
Name |
Description |
index |
int
|
value |
DlpJob
|
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;
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDlpJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDlpJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides