Interface ListDashboardsResponseOrBuilder (2.10.0)

public interface ListDashboardsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDashboards(int index)

public abstract Dashboard getDashboards(int index)

The list of requested dashboards.

repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Dashboard

getDashboardsCount()

public abstract int getDashboardsCount()

The list of requested dashboards.

repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;

Returns
TypeDescription
int

getDashboardsList()

public abstract List<Dashboard> getDashboardsList()

The list of requested dashboards.

repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;

Returns
TypeDescription
List<Dashboard>

getDashboardsOrBuilder(int index)

public abstract DashboardOrBuilder getDashboardsOrBuilder(int index)

The list of requested dashboards.

repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DashboardOrBuilder

getDashboardsOrBuilderList()

public abstract List<? extends DashboardOrBuilder> getDashboardsOrBuilderList()

The list of requested dashboards.

repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;

Returns
TypeDescription
List<? extends com.google.monitoring.dashboard.v1.DashboardOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.