- 3.87.0 (latest)
- 3.86.0
- 3.85.0
- 3.84.0
- 3.82.0
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class ListDlpJobsResponse.Builder extends GeneratedMessage.Builder<ListDlpJobsResponse.Builder> implements ListDlpJobsResponseOrBuilderThe response message for listing DLP jobs.
Protobuf type google.privacy.dlp.v2.ListDlpJobsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDlpJobsResponse.BuilderImplements
ListDlpJobsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
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 | |
|---|---|
| Name | Description |
builderForValue |
DlpJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
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 | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DlpJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
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 | |
|---|---|
| Type | Description |
DlpJob.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
DlpJob.Builder |
|
build()
public ListDlpJobsResponse build()| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse |
|
buildPartial()
public ListDlpJobsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse |
|
clear()
public ListDlpJobsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
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 | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
clearNextPageToken()
public ListDlpJobsResponse.Builder clearNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListDlpJobsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
| Returns | |
|---|---|
| Type | Description |
DlpJob.Builder |
|
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 | |
|---|---|
| Type | Description |
List<Builder> |
|
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;
| Returns | |
|---|---|
| Type | Description |
List<DlpJob> |
|
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 |
| Returns | |
|---|---|
| Type | Description |
DlpJobOrBuilder |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDlpJobsResponse other)
public ListDlpJobsResponse.Builder mergeFrom(ListDlpJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDlpJobsResponse |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDlpJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDlpJobsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
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 | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DlpJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
|
setNextPageToken(String value)
public ListDlpJobsResponse.Builder setNextPageToken(String value)The standard List next-page token.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListDlpJobsResponse.Builder setNextPageTokenBytes(ByteString value)The standard List next-page token.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDlpJobsResponse.Builder |
This builder for chaining. |