Interface ListExclusionsResponseOrBuilder (3.16.0)

public interface ListExclusionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExclusions(int index)

public abstract LogExclusion getExclusions(int index)

A list of exclusions.

repeated .google.logging.v2.LogExclusion exclusions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogExclusion

getExclusionsCount()

public abstract int getExclusionsCount()

A list of exclusions.

repeated .google.logging.v2.LogExclusion exclusions = 1;

Returns
TypeDescription
int

getExclusionsList()

public abstract List<LogExclusion> getExclusionsList()

A list of exclusions.

repeated .google.logging.v2.LogExclusion exclusions = 1;

Returns
TypeDescription
List<LogExclusion>

getExclusionsOrBuilder(int index)

public abstract LogExclusionOrBuilder getExclusionsOrBuilder(int index)

A list of exclusions.

repeated .google.logging.v2.LogExclusion exclusions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogExclusionOrBuilder

getExclusionsOrBuilderList()

public abstract List<? extends LogExclusionOrBuilder> getExclusionsOrBuilderList()

A list of exclusions.

repeated .google.logging.v2.LogExclusion exclusions = 1;

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

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.