- 2.86.0 (latest)
 - 2.84.0
 - 2.83.0
 - 2.82.0
 - 2.81.0
 - 2.80.0
 - 2.78.0
 - 2.76.0
 - 2.75.0
 - 2.72.0
 - 2.71.0
 - 2.70.0
 - 2.68.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.1
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.1
 - 2.6.0
 - 2.5.6
 - 2.3.2
 
public static final class ListFindingsResponse.Builder extends GeneratedMessageV3.Builder<ListFindingsResponse.Builder> implements ListFindingsResponseOrBuilderResponse message for listing findings.
 Protobuf type google.cloud.securitycenter.v1.ListFindingsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListFindingsResponse.BuilderImplements
ListFindingsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addAllListFindingsResults(Iterable<? extends ListFindingsResponse.ListFindingsResult> values)
public ListFindingsResponse.Builder addAllListFindingsResults(Iterable<? extends ListFindingsResponse.ListFindingsResult> values)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult> | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
addListFindingsResults(ListFindingsResponse.ListFindingsResult value)
public ListFindingsResponse.Builder addListFindingsResults(ListFindingsResponse.ListFindingsResult value)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ListFindingsResponse.ListFindingsResult | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
addListFindingsResults(ListFindingsResponse.ListFindingsResult.Builder builderForValue)
public ListFindingsResponse.Builder addListFindingsResults(ListFindingsResponse.ListFindingsResult.Builder builderForValue)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        ListFindingsResponse.ListFindingsResult.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
addListFindingsResults(int index, ListFindingsResponse.ListFindingsResult value)
public ListFindingsResponse.Builder addListFindingsResults(int index, ListFindingsResponse.ListFindingsResult value)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        ListFindingsResponse.ListFindingsResult | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
addListFindingsResults(int index, ListFindingsResponse.ListFindingsResult.Builder builderForValue)
public ListFindingsResponse.Builder addListFindingsResults(int index, ListFindingsResponse.ListFindingsResult.Builder builderForValue)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        ListFindingsResponse.ListFindingsResult.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
addListFindingsResultsBuilder()
public ListFindingsResponse.ListFindingsResult.Builder addListFindingsResultsBuilder()Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.ListFindingsResult.Builder | 
        |
addListFindingsResultsBuilder(int index)
public ListFindingsResponse.ListFindingsResult.Builder addListFindingsResultsBuilder(int index)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.ListFindingsResult.Builder | 
        |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListFindingsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.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 | 
        |
clearField(Descriptors.FieldDescriptor field)
public ListFindingsResponse.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
clearListFindingsResults()
public ListFindingsResponse.Builder clearListFindingsResults()Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 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.
 string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ListFindingsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
clearReadTime()
public ListFindingsResponse.Builder clearReadTime()Time used for executing the list request.
 .google.protobuf.Timestamp read_time = 2;
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
clearTotalSize()
public ListFindingsResponse.Builder clearTotalSize()The total number of findings matching the query.
 int32 total_size = 4;
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        This builder for chaining.  | 
      
clone()
public ListFindingsResponse.Builder clone()| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
getDefaultInstanceForType()
public ListFindingsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getListFindingsResults(int index)
public ListFindingsResponse.ListFindingsResult getListFindingsResults(int index)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.ListFindingsResult | 
        |
getListFindingsResultsBuilder(int index)
public ListFindingsResponse.ListFindingsResult.Builder getListFindingsResultsBuilder(int index)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.ListFindingsResult.Builder | 
        |
getListFindingsResultsBuilderList()
public List<ListFindingsResponse.ListFindingsResult.Builder> getListFindingsResultsBuilderList()Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getListFindingsResultsCount()
public int getListFindingsResultsCount()Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getListFindingsResultsList()
public List<ListFindingsResponse.ListFindingsResult> getListFindingsResultsList()Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<ListFindingsResult> | 
        |
getListFindingsResultsOrBuilder(int index)
public ListFindingsResponse.ListFindingsResultOrBuilder getListFindingsResultsOrBuilder(int index)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.ListFindingsResultOrBuilder | 
        |
getListFindingsResultsOrBuilderList()
public List<? extends ListFindingsResponse.ListFindingsResultOrBuilder> getListFindingsResultsOrBuilderList()Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResultOrBuilder> | 
        |
getNextPageToken()
public String getNextPageToken()Token to retrieve the next page of results, or empty if there are no more results.
 string next_page_token = 3;
| 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.
 string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for nextPageToken.  | 
      
getReadTime()
public Timestamp getReadTime()Time used for executing the list request.
 .google.protobuf.Timestamp read_time = 2;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The readTime.  | 
      
getReadTimeBuilder()
public Timestamp.Builder getReadTimeBuilder()Time used for executing the list request.
 .google.protobuf.Timestamp read_time = 2;
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getReadTimeOrBuilder()
public TimestampOrBuilder getReadTimeOrBuilder()Time used for executing the list request.
 .google.protobuf.Timestamp read_time = 2;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getTotalSize()
public int getTotalSize()The total number of findings matching the query.
 int32 total_size = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The totalSize.  | 
      
hasReadTime()
public boolean hasReadTime()Time used for executing the list request.
 .google.protobuf.Timestamp read_time = 2;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the readTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.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 | 
        |
mergeReadTime(Timestamp value)
public ListFindingsResponse.Builder mergeReadTime(Timestamp value)Time used for executing the list request.
 .google.protobuf.Timestamp read_time = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListFindingsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
removeListFindingsResults(int index)
public ListFindingsResponse.Builder removeListFindingsResults(int index)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public ListFindingsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
setListFindingsResults(int index, ListFindingsResponse.ListFindingsResult value)
public ListFindingsResponse.Builder setListFindingsResults(int index, ListFindingsResponse.ListFindingsResult value)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        ListFindingsResponse.ListFindingsResult | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
setListFindingsResults(int index, ListFindingsResponse.ListFindingsResult.Builder builderForValue)
public ListFindingsResponse.Builder setListFindingsResults(int index, ListFindingsResponse.ListFindingsResult.Builder builderForValue)Findings matching the list request.
 
 repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        ListFindingsResponse.ListFindingsResult.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.
 string next_page_token = 3;
| 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.
 string next_page_token = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for nextPageToken to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        This builder for chaining.  | 
      
setReadTime(Timestamp value)
public ListFindingsResponse.Builder setReadTime(Timestamp value)Time used for executing the list request.
 .google.protobuf.Timestamp read_time = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
setReadTime(Timestamp.Builder builderForValue)
public ListFindingsResponse.Builder setReadTime(Timestamp.Builder builderForValue)Time used for executing the list request.
 .google.protobuf.Timestamp read_time = 2;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListFindingsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |
setTotalSize(int value)
public ListFindingsResponse.Builder setTotalSize(int value)The total number of findings matching the query.
 int32 total_size = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe totalSize to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final ListFindingsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ListFindingsResponse.Builder | 
        |