Class ListIntelligenceFindingsResponse.Builder (2.69.0)

public static final class ListIntelligenceFindingsResponse.Builder extends GeneratedMessage.Builder<ListIntelligenceFindingsResponse.Builder> implements ListIntelligenceFindingsResponseOrBuilder

Response message to list the IntelligenceFinding resources associated with a project.

Protobuf type google.storage.control.v2.ListIntelligenceFindingsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllIntelligenceFindings(Iterable<? extends IntelligenceFinding> values)

public ListIntelligenceFindingsResponse.Builder addAllIntelligenceFindings(Iterable<? extends IntelligenceFinding> values)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameter
Name Description
values Iterable<? extends com.google.storage.control.v2.IntelligenceFinding>
Returns
Type Description
ListIntelligenceFindingsResponse.Builder

addIntelligenceFindings(IntelligenceFinding value)

public ListIntelligenceFindingsResponse.Builder addIntelligenceFindings(IntelligenceFinding value)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameter
Name Description
value IntelligenceFinding
Returns
Type Description
ListIntelligenceFindingsResponse.Builder

addIntelligenceFindings(IntelligenceFinding.Builder builderForValue)

public ListIntelligenceFindingsResponse.Builder addIntelligenceFindings(IntelligenceFinding.Builder builderForValue)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameter
Name Description
builderForValue IntelligenceFinding.Builder
Returns
Type Description
ListIntelligenceFindingsResponse.Builder

addIntelligenceFindings(int index, IntelligenceFinding value)

public ListIntelligenceFindingsResponse.Builder addIntelligenceFindings(int index, IntelligenceFinding value)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameters
Name Description
index int
value IntelligenceFinding
Returns
Type Description
ListIntelligenceFindingsResponse.Builder

addIntelligenceFindings(int index, IntelligenceFinding.Builder builderForValue)

public ListIntelligenceFindingsResponse.Builder addIntelligenceFindings(int index, IntelligenceFinding.Builder builderForValue)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameters
Name Description
index int
builderForValue IntelligenceFinding.Builder
Returns
Type Description
ListIntelligenceFindingsResponse.Builder

addIntelligenceFindingsBuilder()

public IntelligenceFinding.Builder addIntelligenceFindingsBuilder()

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Returns
Type Description
IntelligenceFinding.Builder

addIntelligenceFindingsBuilder(int index)

public IntelligenceFinding.Builder addIntelligenceFindingsBuilder(int index)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameter
Name Description
index int
Returns
Type Description
IntelligenceFinding.Builder

build()

public ListIntelligenceFindingsResponse build()
Returns
Type Description
ListIntelligenceFindingsResponse

buildPartial()

public ListIntelligenceFindingsResponse buildPartial()
Returns
Type Description
ListIntelligenceFindingsResponse

clear()

public ListIntelligenceFindingsResponse.Builder clear()
Returns
Type Description
ListIntelligenceFindingsResponse.Builder
Overrides

clearIntelligenceFindings()

public ListIntelligenceFindingsResponse.Builder clearIntelligenceFindings()

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Returns
Type Description
ListIntelligenceFindingsResponse.Builder

clearNextPageToken()

public ListIntelligenceFindingsResponse.Builder clearNextPageToken()

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call.

string next_page_token = 2;

Returns
Type Description
ListIntelligenceFindingsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListIntelligenceFindingsResponse getDefaultInstanceForType()
Returns
Type Description
ListIntelligenceFindingsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIntelligenceFindings(int index)

public IntelligenceFinding getIntelligenceFindings(int index)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameter
Name Description
index int
Returns
Type Description
IntelligenceFinding

getIntelligenceFindingsBuilder(int index)

public IntelligenceFinding.Builder getIntelligenceFindingsBuilder(int index)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameter
Name Description
index int
Returns
Type Description
IntelligenceFinding.Builder

getIntelligenceFindingsBuilderList()

public List<IntelligenceFinding.Builder> getIntelligenceFindingsBuilderList()

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Returns
Type Description
List<Builder>

getIntelligenceFindingsCount()

public int getIntelligenceFindingsCount()

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Returns
Type Description
int

getIntelligenceFindingsList()

public List<IntelligenceFinding> getIntelligenceFindingsList()

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Returns
Type Description
List<IntelligenceFinding>

getIntelligenceFindingsOrBuilder(int index)

public IntelligenceFindingOrBuilder getIntelligenceFindingsOrBuilder(int index)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameter
Name Description
index int
Returns
Type Description
IntelligenceFindingOrBuilder

getIntelligenceFindingsOrBuilderList()

public List<? extends IntelligenceFindingOrBuilder> getIntelligenceFindingsOrBuilderList()

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Returns
Type Description
List<? extends com.google.storage.control.v2.IntelligenceFindingOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListIntelligenceFindingsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListIntelligenceFindingsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListIntelligenceFindingsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListIntelligenceFindingsResponse.Builder
Overrides

mergeFrom(ListIntelligenceFindingsResponse other)

public ListIntelligenceFindingsResponse.Builder mergeFrom(ListIntelligenceFindingsResponse other)
Parameter
Name Description
other ListIntelligenceFindingsResponse
Returns
Type Description
ListIntelligenceFindingsResponse.Builder

removeIntelligenceFindings(int index)

public ListIntelligenceFindingsResponse.Builder removeIntelligenceFindings(int index)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameter
Name Description
index int
Returns
Type Description
ListIntelligenceFindingsResponse.Builder

setIntelligenceFindings(int index, IntelligenceFinding value)

public ListIntelligenceFindingsResponse.Builder setIntelligenceFindings(int index, IntelligenceFinding value)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameters
Name Description
index int
value IntelligenceFinding
Returns
Type Description
ListIntelligenceFindingsResponse.Builder

setIntelligenceFindings(int index, IntelligenceFinding.Builder builderForValue)

public ListIntelligenceFindingsResponse.Builder setIntelligenceFindings(int index, IntelligenceFinding.Builder builderForValue)

The IntelligenceFinding resources from the specified project.

repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;

Parameters
Name Description
index int
builderForValue IntelligenceFinding.Builder
Returns
Type Description
ListIntelligenceFindingsResponse.Builder

setNextPageToken(String value)

public ListIntelligenceFindingsResponse.Builder setNextPageToken(String value)

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListIntelligenceFindingsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListIntelligenceFindingsResponse.Builder setNextPageTokenBytes(ByteString value)

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListIntelligenceFindingsResponse.Builder

This builder for chaining.