Interface ListNativeDashboardsResponseOrBuilder (0.31.0)

public interface ListNativeDashboardsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNativeDashboards(int index)

public abstract NativeDashboard getNativeDashboards(int index)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
index int
Returns
Type Description
NativeDashboard

getNativeDashboardsCount()

public abstract int getNativeDashboardsCount()

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Returns
Type Description
int

getNativeDashboardsList()

public abstract List<NativeDashboard> getNativeDashboardsList()

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Returns
Type Description
List<NativeDashboard>

getNativeDashboardsOrBuilder(int index)

public abstract NativeDashboardOrBuilder getNativeDashboardsOrBuilder(int index)

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Parameter
Name Description
index int
Returns
Type Description
NativeDashboardOrBuilder

getNativeDashboardsOrBuilderList()

public abstract List<? extends NativeDashboardOrBuilder> getNativeDashboardsOrBuilderList()

The dashboards from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.NativeDashboard native_dashboards = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.NativeDashboardOrBuilder>

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.