public interface ListIntelligenceFindingsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIntelligenceFindings(int index)
public abstract 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 |
|
getIntelligenceFindingsCount()
public abstract int getIntelligenceFindingsCount() The IntelligenceFinding resources from the specified project.
repeated .google.storage.control.v2.IntelligenceFinding intelligence_findings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIntelligenceFindingsList()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |