Interface ListFeaturedContentNativeDashboardsResponseOrBuilder (0.31.0)

public interface ListFeaturedContentNativeDashboardsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeaturedContentNativeDashboards(int index)

public abstract 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

getFeaturedContentNativeDashboardsCount()

public abstract 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 abstract 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 abstract 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 abstract 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 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.