Uses of Interface
com.google.logging.v2.TailLogEntriesResponse.SuppressionInfoOrBuilder
-
Packages that use TailLogEntriesResponse.SuppressionInfoOrBuilder Package Description com.google.logging.v2 -
-
Uses of TailLogEntriesResponse.SuppressionInfoOrBuilder in com.google.logging.v2
Classes in com.google.logging.v2 that implement TailLogEntriesResponse.SuppressionInfoOrBuilder Modifier and Type Class Description static class
TailLogEntriesResponse.SuppressionInfo
Information about entries that were omitted from the session.static class
TailLogEntriesResponse.SuppressionInfo.Builder
Information about entries that were omitted from the session.Methods in com.google.logging.v2 that return TailLogEntriesResponse.SuppressionInfoOrBuilder Modifier and Type Method Description TailLogEntriesResponse.SuppressionInfoOrBuilder
TailLogEntriesResponse.Builder. getSuppressionInfoOrBuilder(int index)
If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included.TailLogEntriesResponse.SuppressionInfoOrBuilder
TailLogEntriesResponse. getSuppressionInfoOrBuilder(int index)
If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included.TailLogEntriesResponse.SuppressionInfoOrBuilder
TailLogEntriesResponseOrBuilder. getSuppressionInfoOrBuilder(int index)
If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included.Methods in com.google.logging.v2 that return types with arguments of type TailLogEntriesResponse.SuppressionInfoOrBuilder Modifier and Type Method Description List<? extends TailLogEntriesResponse.SuppressionInfoOrBuilder>
TailLogEntriesResponse.Builder. getSuppressionInfoOrBuilderList()
If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included.List<? extends TailLogEntriesResponse.SuppressionInfoOrBuilder>
TailLogEntriesResponse. getSuppressionInfoOrBuilderList()
If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included.List<? extends TailLogEntriesResponse.SuppressionInfoOrBuilder>
TailLogEntriesResponseOrBuilder. getSuppressionInfoOrBuilderList()
If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included.
-