public static final class ListFeaturedContentNativeDashboardsResponse.Builder extends GeneratedMessage.Builder<ListFeaturedContentNativeDashboardsResponse.Builder> implements ListFeaturedContentNativeDashboardsResponseOrBuilderResponse message for listing FeaturedContentNativeDashboards.
Protobuf type google.cloud.chronicle.v1.ListFeaturedContentNativeDashboardsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListFeaturedContentNativeDashboardsResponse.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllFeaturedContentNativeDashboards(Iterable<? extends FeaturedContentNativeDashboard> values)
public ListFeaturedContentNativeDashboardsResponse.Builder addAllFeaturedContentNativeDashboards(Iterable<? extends FeaturedContentNativeDashboard> values)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.chronicle.v1.FeaturedContentNativeDashboard> |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
addFeaturedContentNativeDashboards(FeaturedContentNativeDashboard value)
public ListFeaturedContentNativeDashboardsResponse.Builder addFeaturedContentNativeDashboards(FeaturedContentNativeDashboard value)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
FeaturedContentNativeDashboard |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
addFeaturedContentNativeDashboards(FeaturedContentNativeDashboard.Builder builderForValue)
public ListFeaturedContentNativeDashboardsResponse.Builder addFeaturedContentNativeDashboards(FeaturedContentNativeDashboard.Builder builderForValue)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
FeaturedContentNativeDashboard.Builder |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
addFeaturedContentNativeDashboards(int index, FeaturedContentNativeDashboard value)
public ListFeaturedContentNativeDashboardsResponse.Builder addFeaturedContentNativeDashboards(int index, FeaturedContentNativeDashboard value)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
FeaturedContentNativeDashboard |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
addFeaturedContentNativeDashboards(int index, FeaturedContentNativeDashboard.Builder builderForValue)
public ListFeaturedContentNativeDashboardsResponse.Builder addFeaturedContentNativeDashboards(int index, FeaturedContentNativeDashboard.Builder builderForValue)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
FeaturedContentNativeDashboard.Builder |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
addFeaturedContentNativeDashboardsBuilder()
public FeaturedContentNativeDashboard.Builder addFeaturedContentNativeDashboardsBuilder()The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
FeaturedContentNativeDashboard.Builder |
|
addFeaturedContentNativeDashboardsBuilder(int index)
public FeaturedContentNativeDashboard.Builder addFeaturedContentNativeDashboardsBuilder(int index)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeaturedContentNativeDashboard.Builder |
|
build()
public ListFeaturedContentNativeDashboardsResponse build()| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse |
|
buildPartial()
public ListFeaturedContentNativeDashboardsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse |
|
clear()
public ListFeaturedContentNativeDashboardsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
clearFeaturedContentNativeDashboards()
public ListFeaturedContentNativeDashboardsResponse.Builder clearFeaturedContentNativeDashboards()The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
clearNextPageToken()
public ListFeaturedContentNativeDashboardsResponse.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 |
ListFeaturedContentNativeDashboardsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListFeaturedContentNativeDashboardsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFeaturedContentNativeDashboards(int index)
public FeaturedContentNativeDashboard getFeaturedContentNativeDashboards(int index)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeaturedContentNativeDashboard |
|
getFeaturedContentNativeDashboardsBuilder(int index)
public FeaturedContentNativeDashboard.Builder getFeaturedContentNativeDashboardsBuilder(int index)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeaturedContentNativeDashboard.Builder |
|
getFeaturedContentNativeDashboardsBuilderList()
public List<FeaturedContentNativeDashboard.Builder> getFeaturedContentNativeDashboardsBuilderList()The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getFeaturedContentNativeDashboardsCount()
public int getFeaturedContentNativeDashboardsCount()The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFeaturedContentNativeDashboardsList()
public List<FeaturedContentNativeDashboard> getFeaturedContentNativeDashboardsList()The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<FeaturedContentNativeDashboard> |
|
getFeaturedContentNativeDashboardsOrBuilder(int index)
public FeaturedContentNativeDashboardOrBuilder getFeaturedContentNativeDashboardsOrBuilder(int index)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeaturedContentNativeDashboardOrBuilder |
|
getFeaturedContentNativeDashboardsOrBuilderList()
public List<? extends FeaturedContentNativeDashboardOrBuilder> getFeaturedContentNativeDashboardsOrBuilderList()The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.FeaturedContentNativeDashboardOrBuilder> |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListFeaturedContentNativeDashboardsResponse other)
public ListFeaturedContentNativeDashboardsResponse.Builder mergeFrom(ListFeaturedContentNativeDashboardsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeaturedContentNativeDashboardsResponse |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListFeaturedContentNativeDashboardsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListFeaturedContentNativeDashboardsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
removeFeaturedContentNativeDashboards(int index)
public ListFeaturedContentNativeDashboardsResponse.Builder removeFeaturedContentNativeDashboards(int index)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
setFeaturedContentNativeDashboards(int index, FeaturedContentNativeDashboard value)
public ListFeaturedContentNativeDashboardsResponse.Builder setFeaturedContentNativeDashboards(int index, FeaturedContentNativeDashboard value)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
FeaturedContentNativeDashboard |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
setFeaturedContentNativeDashboards(int index, FeaturedContentNativeDashboard.Builder builderForValue)
public ListFeaturedContentNativeDashboardsResponse.Builder setFeaturedContentNativeDashboards(int index, FeaturedContentNativeDashboard.Builder builderForValue)The list of FeaturedContentNativeDashboards. Ordered by name by default.
repeated .google.cloud.chronicle.v1.FeaturedContentNativeDashboard featured_content_native_dashboards = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
FeaturedContentNativeDashboard.Builder |
| Returns | |
|---|---|
| Type | Description |
ListFeaturedContentNativeDashboardsResponse.Builder |
|
setNextPageToken(String value)
public ListFeaturedContentNativeDashboardsResponse.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 |
ListFeaturedContentNativeDashboardsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListFeaturedContentNativeDashboardsResponse.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 |
ListFeaturedContentNativeDashboardsResponse.Builder |
This builder for chaining. |