Package | Description |
---|---|
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.addAllEntries(Iterable<? extends LogEntry> values)
A list of log entries.
|
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.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.addEntries(int index,
LogEntry.Builder builderForValue)
A list of log entries.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.addEntries(int index,
LogEntry value)
A list of log entries.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.addEntries(LogEntry.Builder builderForValue)
A list of log entries.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.addEntries(LogEntry value)
A list of log entries.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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(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.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 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.clear() |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.clearEntries()
A list of log entries.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.clearSuppressionInfo()
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.clone() |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.mergeFrom(TailLogEntriesResponse other) |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TailLogEntriesResponse.Builder |
TailLogEntriesResponse.newBuilder() |
static TailLogEntriesResponse.Builder |
TailLogEntriesResponse.newBuilder(TailLogEntriesResponse prototype) |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.newBuilderForType() |
protected TailLogEntriesResponse.Builder |
TailLogEntriesResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.removeEntries(int index)
A list of log entries.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.removeSuppressionInfo(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.Builder |
TailLogEntriesResponse.Builder.setEntries(int index,
LogEntry.Builder builderForValue)
A list of log entries.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.setEntries(int index,
LogEntry value)
A list of log entries.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
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.
|
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.
|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.toBuilder() |
Copyright © 2023 Google LLC. All rights reserved.