public static final class ListRetrohuntsResponse.Builder extends GeneratedMessage.Builder<ListRetrohuntsResponse.Builder> implements ListRetrohuntsResponseOrBuilderResponse message for ListRetrohunts method.
Protobuf type google.cloud.chronicle.v1.ListRetrohuntsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListRetrohuntsResponse.BuilderImplements
ListRetrohuntsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllRetrohunts(Iterable<? extends Retrohunt> values)
public ListRetrohuntsResponse.Builder addAllRetrohunts(Iterable<? extends Retrohunt> values)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.chronicle.v1.Retrohunt> |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
addRetrohunts(Retrohunt value)
public ListRetrohuntsResponse.Builder addRetrohunts(Retrohunt value)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Retrohunt |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
addRetrohunts(Retrohunt.Builder builderForValue)
public ListRetrohuntsResponse.Builder addRetrohunts(Retrohunt.Builder builderForValue)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Retrohunt.Builder |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
addRetrohunts(int index, Retrohunt value)
public ListRetrohuntsResponse.Builder addRetrohunts(int index, Retrohunt value)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Retrohunt |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
addRetrohunts(int index, Retrohunt.Builder builderForValue)
public ListRetrohuntsResponse.Builder addRetrohunts(int index, Retrohunt.Builder builderForValue)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Retrohunt.Builder |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
addRetrohuntsBuilder()
public Retrohunt.Builder addRetrohuntsBuilder()The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Returns | |
|---|---|
| Type | Description |
Retrohunt.Builder |
|
addRetrohuntsBuilder(int index)
public Retrohunt.Builder addRetrohuntsBuilder(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.Builder |
|
build()
public ListRetrohuntsResponse build()| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse |
|
buildPartial()
public ListRetrohuntsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse |
|
clear()
public ListRetrohuntsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
clearNextPageToken()
public ListRetrohuntsResponse.Builder clearNextPageToken() 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 |
ListRetrohuntsResponse.Builder |
This builder for chaining. |
clearRetrohunts()
public ListRetrohuntsResponse.Builder clearRetrohunts()The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
getDefaultInstanceForType()
public ListRetrohuntsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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 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 |
|
getRetrohuntsBuilder(int index)
public Retrohunt.Builder getRetrohuntsBuilder(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.Builder |
|
getRetrohuntsBuilderList()
public List<Retrohunt.Builder> getRetrohuntsBuilderList()The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getRetrohuntsCount()
public int getRetrohuntsCount()The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRetrohuntsList()
public 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 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 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListRetrohuntsResponse other)
public ListRetrohuntsResponse.Builder mergeFrom(ListRetrohuntsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRetrohuntsResponse |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListRetrohuntsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListRetrohuntsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
removeRetrohunts(int index)
public ListRetrohuntsResponse.Builder removeRetrohunts(int index)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
setNextPageToken(String value)
public ListRetrohuntsResponse.Builder setNextPageToken(String value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListRetrohuntsResponse.Builder setNextPageTokenBytes(ByteString value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
This builder for chaining. |
setRetrohunts(int index, Retrohunt value)
public ListRetrohuntsResponse.Builder setRetrohunts(int index, Retrohunt value)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Retrohunt |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|
setRetrohunts(int index, Retrohunt.Builder builderForValue)
public ListRetrohuntsResponse.Builder setRetrohunts(int index, Retrohunt.Builder builderForValue)The retrohunts from the specified rule.
repeated .google.cloud.chronicle.v1.Retrohunt retrohunts = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Retrohunt.Builder |
| Returns | |
|---|---|
| Type | Description |
ListRetrohuntsResponse.Builder |
|