Package | Description |
---|---|
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.Builder.addSuppressionInfoBuilder()
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.Builder.addSuppressionInfoBuilder(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.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.clear() |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.clearReason()
The reason that entries were omitted from the session.
|
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.clearSuppressedCount()
A lower bound on the count of entries omitted due to `reason`.
|
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.clone() |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.Builder.getSuppressionInfoBuilder(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.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.mergeFrom(TailLogEntriesResponse.SuppressionInfo other) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.newBuilder() |
static TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.newBuilder(TailLogEntriesResponse.SuppressionInfo prototype) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.newBuilderForType() |
protected TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.setReason(TailLogEntriesResponse.SuppressionInfo.Reason value)
The reason that entries were omitted from the session.
|
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.setReasonValue(int value)
The reason that entries were omitted from the session.
|
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.setSuppressedCount(int value)
A lower bound on the count of entries omitted due to `reason`.
|
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TailLogEntriesResponse.SuppressionInfo.Builder |
TailLogEntriesResponse.SuppressionInfo.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<TailLogEntriesResponse.SuppressionInfo.Builder> |
TailLogEntriesResponse.Builder.getSuppressionInfoBuilderList()
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.
|
Modifier and Type | Method and Description |
---|---|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.addSuppressionInfo(int index,
TailLogEntriesResponse.SuppressionInfo.Builder builderForValue)
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.Builder builderForValue)
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.setSuppressionInfo(int index,
TailLogEntriesResponse.SuppressionInfo.Builder builderForValue)
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.
|
Copyright © 2023 Google LLC. All rights reserved.