- 2.85.0 (latest)
- 2.83.0
- 2.82.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.4
- 2.1.1
- 2.0.15
public static final class ListFindingsResponse.Builder extends GeneratedMessage.Builder<ListFindingsResponse.Builder> implements ListFindingsResponseOrBuilder Response for the ListFindings method.
Protobuf type google.cloud.websecurityscanner.v1.ListFindingsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListFindingsResponse.BuilderImplements
ListFindingsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllFindings(Iterable<? extends Finding> values)
public ListFindingsResponse.Builder addAllFindings(Iterable<? extends Finding> values)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.websecurityscanner.v1.Finding> |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
addFindings(Finding value)
public ListFindingsResponse.Builder addFindings(Finding value)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Finding |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
addFindings(Finding.Builder builderForValue)
public ListFindingsResponse.Builder addFindings(Finding.Builder builderForValue)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Finding.Builder |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
addFindings(int index, Finding value)
public ListFindingsResponse.Builder addFindings(int index, Finding value)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Finding |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
addFindings(int index, Finding.Builder builderForValue)
public ListFindingsResponse.Builder addFindings(int index, Finding.Builder builderForValue)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Finding.Builder |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
addFindingsBuilder()
public Finding.Builder addFindingsBuilder()The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Returns | |
|---|---|
| Type | Description |
Finding.Builder |
|
addFindingsBuilder(int index)
public Finding.Builder addFindingsBuilder(int index)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Finding.Builder |
|
build()
public ListFindingsResponse build()| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse |
|
buildPartial()
public ListFindingsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse |
|
clear()
public ListFindingsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
clearFindings()
public ListFindingsResponse.Builder clearFindings()The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
clearNextPageToken()
public ListFindingsResponse.Builder clearNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListFindingsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFindings(int index)
public Finding getFindings(int index)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Finding |
|
getFindingsBuilder(int index)
public Finding.Builder getFindingsBuilder(int index)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Finding.Builder |
|
getFindingsBuilderList()
public List<Finding.Builder> getFindingsBuilderList()The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getFindingsCount()
public int getFindingsCount()The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFindingsList()
public List<Finding> getFindingsList()The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Returns | |
|---|---|
| Type | Description |
List<Finding> |
|
getFindingsOrBuilder(int index)
public FindingOrBuilder getFindingsOrBuilder(int index)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FindingOrBuilder |
|
getFindingsOrBuilderList()
public List<? extends FindingOrBuilder> getFindingsOrBuilderList()The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.websecurityscanner.v1.FindingOrBuilder> |
|
getNextPageToken()
public String getNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results in the list.
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(ListFindingsResponse other)
public ListFindingsResponse.Builder mergeFrom(ListFindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFindingsResponse |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListFindingsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListFindingsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
removeFindings(int index)
public ListFindingsResponse.Builder removeFindings(int index)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
setFindings(int index, Finding value)
public ListFindingsResponse.Builder setFindings(int index, Finding value)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Finding |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
setFindings(int index, Finding.Builder builderForValue)
public ListFindingsResponse.Builder setFindings(int index, Finding.Builder builderForValue)The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1.Finding findings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Finding.Builder |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
|
setNextPageToken(String value)
public ListFindingsResponse.Builder setNextPageToken(String value)Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListFindingsResponse.Builder setNextPageTokenBytes(ByteString value)Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListFindingsResponse.Builder |
This builder for chaining. |