public interface ListExclusionsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExclusions(int index)
public abstract LogExclusion getExclusions(int index)
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;
Name | Description |
index | int |
Type | Description |
LogExclusion |
getExclusionsCount()
public abstract int getExclusionsCount()
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;
Type | Description |
int |
getExclusionsList()
public abstract List<LogExclusion> getExclusionsList()
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;
Type | Description |
List<LogExclusion> |
getExclusionsOrBuilder(int index)
public abstract LogExclusionOrBuilder getExclusionsOrBuilder(int index)
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;
Name | Description |
index | int |
Type | Description |
LogExclusionOrBuilder |
getExclusionsOrBuilderList()
public abstract List<? extends LogExclusionOrBuilder> getExclusionsOrBuilderList()
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;
Type | Description |
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;
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;
Type | Description |
ByteString | The bytes for nextPageToken. |