public interface ListExclusionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LogExclusion |
getExclusions(int index)
A list of exclusions.
|
int |
getExclusionsCount()
A list of exclusions.
|
java.util.List<LogExclusion> |
getExclusionsList()
A list of exclusions.
|
LogExclusionOrBuilder |
getExclusionsOrBuilder(int index)
A list of exclusions.
|
java.util.List<? extends LogExclusionOrBuilder> |
getExclusionsOrBuilderList()
A list of exclusions.
|
java.lang.String |
getNextPageToken()
If there might be more results than appear in this response, then
`nextPageToken` is included.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there might be more results than appear in this response, then
`nextPageToken` is included.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<LogExclusion> getExclusionsList()
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;LogExclusion getExclusions(int index)
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;int getExclusionsCount()
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;java.util.List<? extends LogExclusionOrBuilder> getExclusionsOrBuilderList()
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;LogExclusionOrBuilder getExclusionsOrBuilder(int index)
A list of exclusions.
repeated .google.logging.v2.LogExclusion exclusions = 1;java.lang.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;com.google.protobuf.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;