Uses of Class
com.google.logging.v2.TailLogEntriesResponse.SuppressionInfo
-
Packages that use TailLogEntriesResponse.SuppressionInfo Package Description com.google.logging.v2 -
-
Uses of TailLogEntriesResponse.SuppressionInfo in com.google.logging.v2
Methods in com.google.logging.v2 that return TailLogEntriesResponse.SuppressionInfo Modifier and Type Method Description TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo.Builder. build()
TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo.Builder. buildPartial()
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. getDefaultInstance()
TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo.Builder. getDefaultInstanceForType()
TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. getDefaultInstanceForType()
TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.Builder. getSuppressionInfo(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.SuppressionInfo
TailLogEntriesResponse. getSuppressionInfo(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.SuppressionInfo
TailLogEntriesResponseOrBuilder. getSuppressionInfo(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.static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseDelimitedFrom(InputStream input)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(byte[] data)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(com.google.protobuf.ByteString data)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(InputStream input)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(ByteBuffer data)
static TailLogEntriesResponse.SuppressionInfo
TailLogEntriesResponse.SuppressionInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type TailLogEntriesResponse.SuppressionInfo Modifier and Type Method Description com.google.protobuf.Parser<TailLogEntriesResponse.SuppressionInfo>
TailLogEntriesResponse.SuppressionInfo. getParserForType()
List<TailLogEntriesResponse.SuppressionInfo>
TailLogEntriesResponse.Builder. getSuppressionInfoList()
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<TailLogEntriesResponse.SuppressionInfo>
TailLogEntriesResponse. getSuppressionInfoList()
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<TailLogEntriesResponse.SuppressionInfo>
TailLogEntriesResponseOrBuilder. getSuppressionInfoList()
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.static com.google.protobuf.Parser<TailLogEntriesResponse.SuppressionInfo>
TailLogEntriesResponse.SuppressionInfo. parser()
Methods in com.google.logging.v2 with parameters of type TailLogEntriesResponse.SuppressionInfo Modifier and Type Method Description TailLogEntriesResponse.Builder
TailLogEntriesResponse.Builder. addSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo value)
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.Builder
TailLogEntriesResponse.Builder. addSuppressionInfo(TailLogEntriesResponse.SuppressionInfo value)
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.SuppressionInfo.Builder
TailLogEntriesResponse.SuppressionInfo.Builder. mergeFrom(TailLogEntriesResponse.SuppressionInfo other)
static TailLogEntriesResponse.SuppressionInfo.Builder
TailLogEntriesResponse.SuppressionInfo. newBuilder(TailLogEntriesResponse.SuppressionInfo prototype)
TailLogEntriesResponse.Builder
TailLogEntriesResponse.Builder. setSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo value)
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.Method parameters in com.google.logging.v2 with type arguments of type TailLogEntriesResponse.SuppressionInfo Modifier and Type Method Description TailLogEntriesResponse.Builder
TailLogEntriesResponse.Builder. addAllSuppressionInfo(Iterable<? extends TailLogEntriesResponse.SuppressionInfo> values)
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.
-