public interface ListRetrohuntsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getRetrohunts(int index)
public abstract Retrohunt getRetrohunts(int index)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Retrohunt |
|
getRetrohuntsCount()
public abstract int getRetrohuntsCount()The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRetrohuntsList()
public abstract List<Retrohunt> getRetrohuntsList()The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Retrohunt> |
|
getRetrohuntsOrBuilder(int index)
public abstract RetrohuntOrBuilder getRetrohuntsOrBuilder(int index)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetrohuntOrBuilder |
|
getRetrohuntsOrBuilderList()
public abstract List<? extends RetrohuntOrBuilder> getRetrohuntsOrBuilderList()The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.RetrohuntOrBuilder> |
|