public static final class TailLogEntriesResponse.SuppressionInfo.Builder extends GeneratedMessage.Builder<TailLogEntriesResponse.SuppressionInfo.Builder> implements TailLogEntriesResponse.SuppressionInfoOrBuilderInformation about entries that were omitted from the session.
Protobuf type google.logging.v2.TailLogEntriesResponse.SuppressionInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TailLogEntriesResponse.SuppressionInfo.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TailLogEntriesResponse.SuppressionInfo build()| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo |
|
buildPartial()
public TailLogEntriesResponse.SuppressionInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo |
|
clear()
public TailLogEntriesResponse.SuppressionInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
|
clearReason()
public TailLogEntriesResponse.SuppressionInfo.Builder clearReason()The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
This builder for chaining. |
clearSuppressedCount()
public TailLogEntriesResponse.SuppressionInfo.Builder clearSuppressedCount() A lower bound on the count of entries omitted due to reason.
int32 suppressed_count = 2;
| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public TailLogEntriesResponse.SuppressionInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getReason()
public TailLogEntriesResponse.SuppressionInfo.Reason getReason()The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Reason |
The reason. |
getReasonValue()
public int getReasonValue()The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for reason. |
getSuppressedCount()
public int getSuppressedCount() A lower bound on the count of entries omitted due to reason.
int32 suppressed_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The suppressedCount. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TailLogEntriesResponse.SuppressionInfo other)
public TailLogEntriesResponse.SuppressionInfo.Builder mergeFrom(TailLogEntriesResponse.SuppressionInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
TailLogEntriesResponse.SuppressionInfo |
| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TailLogEntriesResponse.SuppressionInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TailLogEntriesResponse.SuppressionInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
|
setReason(TailLogEntriesResponse.SuppressionInfo.Reason value)
public TailLogEntriesResponse.SuppressionInfo.Builder setReason(TailLogEntriesResponse.SuppressionInfo.Reason value)The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
TailLogEntriesResponse.SuppressionInfo.ReasonThe reason to set. |
| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
This builder for chaining. |
setReasonValue(int value)
public TailLogEntriesResponse.SuppressionInfo.Builder setReasonValue(int value)The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for reason to set. |
| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
This builder for chaining. |
setSuppressedCount(int value)
public TailLogEntriesResponse.SuppressionInfo.Builder setSuppressedCount(int value) A lower bound on the count of entries omitted due to reason.
int32 suppressed_count = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe suppressedCount to set. |
| Returns | |
|---|---|
| Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
This builder for chaining. |