Interface ListViewsResponseOrBuilder (3.16.0)

public interface ListViewsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getViews(int index)

public abstract LogView getViews(int index)

A list of views.

repeated .google.logging.v2.LogView views = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogView

getViewsCount()

public abstract int getViewsCount()

A list of views.

repeated .google.logging.v2.LogView views = 1;

Returns
TypeDescription
int

getViewsList()

public abstract List<LogView> getViewsList()

A list of views.

repeated .google.logging.v2.LogView views = 1;

Returns
TypeDescription
List<LogView>

getViewsOrBuilder(int index)

public abstract LogViewOrBuilder getViewsOrBuilder(int index)

A list of views.

repeated .google.logging.v2.LogView views = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogViewOrBuilder

getViewsOrBuilderList()

public abstract List<? extends LogViewOrBuilder> getViewsOrBuilderList()

A list of views.

repeated .google.logging.v2.LogView views = 1;

Returns
TypeDescription
List<? extends com.google.logging.v2.LogViewOrBuilder>