Interface ListViewsResponseOrBuilder (3.17.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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
LogView

getViewsCount()

public abstract int getViewsCount()

A list of views.

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

Returns
Type Description
int

getViewsList()

public abstract List<LogView> getViewsList()

A list of views.

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

Returns
Type Description
List<LogView>

getViewsOrBuilder(int index)

public abstract LogViewOrBuilder getViewsOrBuilder(int index)

A list of views.

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

Parameter
Name Description
index int
Returns
Type Description
LogViewOrBuilder

getViewsOrBuilderList()

public abstract List<? extends LogViewOrBuilder> getViewsOrBuilderList()

A list of views.

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

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