org.glowroot.wire.api.model.AggregateOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glowroot-agent-it-harness Show documentation
Show all versions of glowroot-agent-it-harness Show documentation
Glowroot Agent Integration Test Harness
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Aggregate.proto
package org.glowroot.wire.api.model;
public final class AggregateOuterClass {
private AggregateOuterClass() {}
public static void registerAllExtensions(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface OldAggregatesByTypeOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.OldAggregatesByType)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string transaction_type = 1;
*/
java.lang.String getTransactionType();
/**
* string transaction_type = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTransactionTypeBytes();
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
boolean hasOverallAggregate();
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate getOverallAggregate();
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder getOverallAggregateOrBuilder();
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
java.util.List
getTransactionAggregateList();
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate getTransactionAggregate(int index);
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
int getTransactionAggregateCount();
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder>
getTransactionAggregateOrBuilderList();
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder getTransactionAggregateOrBuilder(
int index);
}
/**
*
* deprecated in 0.9.5
*
*
* Protobuf type {@code org_glowroot_wire_api_model.OldAggregatesByType}
*/
public static final class OldAggregatesByType extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.OldAggregatesByType)
OldAggregatesByTypeOrBuilder {
private static final long serialVersionUID = 0L;
// Use OldAggregatesByType.newBuilder() to construct.
private OldAggregatesByType(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private OldAggregatesByType() {
transactionType_ = "";
transactionAggregate_ = java.util.Collections.emptyList();
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private OldAggregatesByType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
transactionType_ = s;
break;
}
case 18: {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder subBuilder = null;
if (overallAggregate_ != null) {
subBuilder = overallAggregate_.toBuilder();
}
overallAggregate_ = input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(overallAggregate_);
overallAggregate_ = subBuilder.buildPartial();
}
break;
}
case 26: {
if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
transactionAggregate_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000004;
}
transactionAggregate_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.parser(), extensionRegistry));
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
transactionAggregate_ = java.util.Collections.unmodifiableList(transactionAggregate_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldAggregatesByType_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldAggregatesByType_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType.class, org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType.Builder.class);
}
private int bitField0_;
public static final int TRANSACTION_TYPE_FIELD_NUMBER = 1;
private volatile java.lang.Object transactionType_;
/**
* string transaction_type = 1;
*/
public java.lang.String getTransactionType() {
java.lang.Object ref = transactionType_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
transactionType_ = s;
return s;
}
}
/**
* string transaction_type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTransactionTypeBytes() {
java.lang.Object ref = transactionType_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
transactionType_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int OVERALL_AGGREGATE_FIELD_NUMBER = 2;
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate overallAggregate_;
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public boolean hasOverallAggregate() {
return overallAggregate_ != null;
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate getOverallAggregate() {
return overallAggregate_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.getDefaultInstance() : overallAggregate_;
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder getOverallAggregateOrBuilder() {
return getOverallAggregate();
}
public static final int TRANSACTION_AGGREGATE_FIELD_NUMBER = 3;
private java.util.List transactionAggregate_;
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public java.util.List getTransactionAggregateList() {
return transactionAggregate_;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder>
getTransactionAggregateOrBuilderList() {
return transactionAggregate_;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public int getTransactionAggregateCount() {
return transactionAggregate_.size();
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate getTransactionAggregate(int index) {
return transactionAggregate_.get(index);
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder getTransactionAggregateOrBuilder(
int index) {
return transactionAggregate_.get(index);
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getTransactionTypeBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, transactionType_);
}
if (overallAggregate_ != null) {
output.writeMessage(2, getOverallAggregate());
}
for (int i = 0; i < transactionAggregate_.size(); i++) {
output.writeMessage(3, transactionAggregate_.get(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getTransactionTypeBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, transactionType_);
}
if (overallAggregate_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getOverallAggregate());
}
for (int i = 0; i < transactionAggregate_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(3, transactionAggregate_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType other = (org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType) obj;
boolean result = true;
result = result && getTransactionType()
.equals(other.getTransactionType());
result = result && (hasOverallAggregate() == other.hasOverallAggregate());
if (hasOverallAggregate()) {
result = result && getOverallAggregate()
.equals(other.getOverallAggregate());
}
result = result && getTransactionAggregateList()
.equals(other.getTransactionAggregateList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TRANSACTION_TYPE_FIELD_NUMBER;
hash = (53 * hash) + getTransactionType().hashCode();
if (hasOverallAggregate()) {
hash = (37 * hash) + OVERALL_AGGREGATE_FIELD_NUMBER;
hash = (53 * hash) + getOverallAggregate().hashCode();
}
if (getTransactionAggregateCount() > 0) {
hash = (37 * hash) + TRANSACTION_AGGREGATE_FIELD_NUMBER;
hash = (53 * hash) + getTransactionAggregateList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* deprecated in 0.9.5
*
*
* Protobuf type {@code org_glowroot_wire_api_model.OldAggregatesByType}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.OldAggregatesByType)
org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByTypeOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldAggregatesByType_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldAggregatesByType_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType.class, org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getTransactionAggregateFieldBuilder();
}
}
public Builder clear() {
super.clear();
transactionType_ = "";
if (overallAggregateBuilder_ == null) {
overallAggregate_ = null;
} else {
overallAggregate_ = null;
overallAggregateBuilder_ = null;
}
if (transactionAggregateBuilder_ == null) {
transactionAggregate_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
} else {
transactionAggregateBuilder_.clear();
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldAggregatesByType_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType build() {
org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType result = new org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.transactionType_ = transactionType_;
if (overallAggregateBuilder_ == null) {
result.overallAggregate_ = overallAggregate_;
} else {
result.overallAggregate_ = overallAggregateBuilder_.build();
}
if (transactionAggregateBuilder_ == null) {
if (((bitField0_ & 0x00000004) == 0x00000004)) {
transactionAggregate_ = java.util.Collections.unmodifiableList(transactionAggregate_);
bitField0_ = (bitField0_ & ~0x00000004);
}
result.transactionAggregate_ = transactionAggregate_;
} else {
result.transactionAggregate_ = transactionAggregateBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType.getDefaultInstance()) return this;
if (!other.getTransactionType().isEmpty()) {
transactionType_ = other.transactionType_;
onChanged();
}
if (other.hasOverallAggregate()) {
mergeOverallAggregate(other.getOverallAggregate());
}
if (transactionAggregateBuilder_ == null) {
if (!other.transactionAggregate_.isEmpty()) {
if (transactionAggregate_.isEmpty()) {
transactionAggregate_ = other.transactionAggregate_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureTransactionAggregateIsMutable();
transactionAggregate_.addAll(other.transactionAggregate_);
}
onChanged();
}
} else {
if (!other.transactionAggregate_.isEmpty()) {
if (transactionAggregateBuilder_.isEmpty()) {
transactionAggregateBuilder_.dispose();
transactionAggregateBuilder_ = null;
transactionAggregate_ = other.transactionAggregate_;
bitField0_ = (bitField0_ & ~0x00000004);
transactionAggregateBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getTransactionAggregateFieldBuilder() : null;
} else {
transactionAggregateBuilder_.addAllMessages(other.transactionAggregate_);
}
}
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object transactionType_ = "";
/**
* string transaction_type = 1;
*/
public java.lang.String getTransactionType() {
java.lang.Object ref = transactionType_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
transactionType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string transaction_type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTransactionTypeBytes() {
java.lang.Object ref = transactionType_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
transactionType_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string transaction_type = 1;
*/
public Builder setTransactionType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
transactionType_ = value;
onChanged();
return this;
}
/**
* string transaction_type = 1;
*/
public Builder clearTransactionType() {
transactionType_ = getDefaultInstance().getTransactionType();
onChanged();
return this;
}
/**
* string transaction_type = 1;
*/
public Builder setTransactionTypeBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
transactionType_ = value;
onChanged();
return this;
}
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate overallAggregate_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder, org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder> overallAggregateBuilder_;
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public boolean hasOverallAggregate() {
return overallAggregateBuilder_ != null || overallAggregate_ != null;
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate getOverallAggregate() {
if (overallAggregateBuilder_ == null) {
return overallAggregate_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.getDefaultInstance() : overallAggregate_;
} else {
return overallAggregateBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public Builder setOverallAggregate(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate value) {
if (overallAggregateBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
overallAggregate_ = value;
onChanged();
} else {
overallAggregateBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public Builder setOverallAggregate(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder builderForValue) {
if (overallAggregateBuilder_ == null) {
overallAggregate_ = builderForValue.build();
onChanged();
} else {
overallAggregateBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public Builder mergeOverallAggregate(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate value) {
if (overallAggregateBuilder_ == null) {
if (overallAggregate_ != null) {
overallAggregate_ =
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.newBuilder(overallAggregate_).mergeFrom(value).buildPartial();
} else {
overallAggregate_ = value;
}
onChanged();
} else {
overallAggregateBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public Builder clearOverallAggregate() {
if (overallAggregateBuilder_ == null) {
overallAggregate_ = null;
onChanged();
} else {
overallAggregate_ = null;
overallAggregateBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder getOverallAggregateBuilder() {
onChanged();
return getOverallAggregateFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder getOverallAggregateOrBuilder() {
if (overallAggregateBuilder_ != null) {
return overallAggregateBuilder_.getMessageOrBuilder();
} else {
return overallAggregate_ == null ?
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.getDefaultInstance() : overallAggregate_;
}
}
/**
* .org_glowroot_wire_api_model.Aggregate overall_aggregate = 2;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder, org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder>
getOverallAggregateFieldBuilder() {
if (overallAggregateBuilder_ == null) {
overallAggregateBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder, org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder>(
getOverallAggregate(),
getParentForChildren(),
isClean());
overallAggregate_ = null;
}
return overallAggregateBuilder_;
}
private java.util.List transactionAggregate_ =
java.util.Collections.emptyList();
private void ensureTransactionAggregateIsMutable() {
if (!((bitField0_ & 0x00000004) == 0x00000004)) {
transactionAggregate_ = new java.util.ArrayList(transactionAggregate_);
bitField0_ |= 0x00000004;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder> transactionAggregateBuilder_;
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public java.util.List getTransactionAggregateList() {
if (transactionAggregateBuilder_ == null) {
return java.util.Collections.unmodifiableList(transactionAggregate_);
} else {
return transactionAggregateBuilder_.getMessageList();
}
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public int getTransactionAggregateCount() {
if (transactionAggregateBuilder_ == null) {
return transactionAggregate_.size();
} else {
return transactionAggregateBuilder_.getCount();
}
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate getTransactionAggregate(int index) {
if (transactionAggregateBuilder_ == null) {
return transactionAggregate_.get(index);
} else {
return transactionAggregateBuilder_.getMessage(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public Builder setTransactionAggregate(
int index, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate value) {
if (transactionAggregateBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTransactionAggregateIsMutable();
transactionAggregate_.set(index, value);
onChanged();
} else {
transactionAggregateBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public Builder setTransactionAggregate(
int index, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder builderForValue) {
if (transactionAggregateBuilder_ == null) {
ensureTransactionAggregateIsMutable();
transactionAggregate_.set(index, builderForValue.build());
onChanged();
} else {
transactionAggregateBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public Builder addTransactionAggregate(org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate value) {
if (transactionAggregateBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTransactionAggregateIsMutable();
transactionAggregate_.add(value);
onChanged();
} else {
transactionAggregateBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public Builder addTransactionAggregate(
int index, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate value) {
if (transactionAggregateBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTransactionAggregateIsMutable();
transactionAggregate_.add(index, value);
onChanged();
} else {
transactionAggregateBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public Builder addTransactionAggregate(
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder builderForValue) {
if (transactionAggregateBuilder_ == null) {
ensureTransactionAggregateIsMutable();
transactionAggregate_.add(builderForValue.build());
onChanged();
} else {
transactionAggregateBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public Builder addTransactionAggregate(
int index, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder builderForValue) {
if (transactionAggregateBuilder_ == null) {
ensureTransactionAggregateIsMutable();
transactionAggregate_.add(index, builderForValue.build());
onChanged();
} else {
transactionAggregateBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public Builder addAllTransactionAggregate(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate> values) {
if (transactionAggregateBuilder_ == null) {
ensureTransactionAggregateIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, transactionAggregate_);
onChanged();
} else {
transactionAggregateBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public Builder clearTransactionAggregate() {
if (transactionAggregateBuilder_ == null) {
transactionAggregate_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
} else {
transactionAggregateBuilder_.clear();
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public Builder removeTransactionAggregate(int index) {
if (transactionAggregateBuilder_ == null) {
ensureTransactionAggregateIsMutable();
transactionAggregate_.remove(index);
onChanged();
} else {
transactionAggregateBuilder_.remove(index);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder getTransactionAggregateBuilder(
int index) {
return getTransactionAggregateFieldBuilder().getBuilder(index);
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder getTransactionAggregateOrBuilder(
int index) {
if (transactionAggregateBuilder_ == null) {
return transactionAggregate_.get(index); } else {
return transactionAggregateBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder>
getTransactionAggregateOrBuilderList() {
if (transactionAggregateBuilder_ != null) {
return transactionAggregateBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(transactionAggregate_);
}
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder addTransactionAggregateBuilder() {
return getTransactionAggregateFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder addTransactionAggregateBuilder(
int index) {
return getTransactionAggregateFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.OldTransactionAggregate transaction_aggregate = 3;
*/
public java.util.List
getTransactionAggregateBuilderList() {
return getTransactionAggregateFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder>
getTransactionAggregateFieldBuilder() {
if (transactionAggregateBuilder_ == null) {
transactionAggregateBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder>(
transactionAggregate_,
((bitField0_ & 0x00000004) == 0x00000004),
getParentForChildren(),
isClean());
transactionAggregate_ = null;
}
return transactionAggregateBuilder_;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.OldAggregatesByType)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.OldAggregatesByType)
private static final org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public OldAggregatesByType parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new OldAggregatesByType(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.OldAggregatesByType getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface OldTransactionAggregateOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.OldTransactionAggregate)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string transaction_name = 2;
*/
java.lang.String getTransactionName();
/**
* string transaction_name = 2;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTransactionNameBytes();
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
boolean hasAggregate();
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate getAggregate();
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder getAggregateOrBuilder();
}
/**
*
* deprecated in 0.9.5
*
*
* Protobuf type {@code org_glowroot_wire_api_model.OldTransactionAggregate}
*/
public static final class OldTransactionAggregate extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.OldTransactionAggregate)
OldTransactionAggregateOrBuilder {
private static final long serialVersionUID = 0L;
// Use OldTransactionAggregate.newBuilder() to construct.
private OldTransactionAggregate(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private OldTransactionAggregate() {
transactionName_ = "";
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private OldTransactionAggregate(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
transactionName_ = s;
break;
}
case 26: {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder subBuilder = null;
if (aggregate_ != null) {
subBuilder = aggregate_.toBuilder();
}
aggregate_ = input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(aggregate_);
aggregate_ = subBuilder.buildPartial();
}
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.class, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder.class);
}
public static final int TRANSACTION_NAME_FIELD_NUMBER = 2;
private volatile java.lang.Object transactionName_;
/**
* string transaction_name = 2;
*/
public java.lang.String getTransactionName() {
java.lang.Object ref = transactionName_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
transactionName_ = s;
return s;
}
}
/**
* string transaction_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTransactionNameBytes() {
java.lang.Object ref = transactionName_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
transactionName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int AGGREGATE_FIELD_NUMBER = 3;
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate aggregate_;
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public boolean hasAggregate() {
return aggregate_ != null;
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate getAggregate() {
return aggregate_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.getDefaultInstance() : aggregate_;
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder getAggregateOrBuilder() {
return getAggregate();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getTransactionNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, transactionName_);
}
if (aggregate_ != null) {
output.writeMessage(3, getAggregate());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getTransactionNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, transactionName_);
}
if (aggregate_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getAggregate());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate other = (org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate) obj;
boolean result = true;
result = result && getTransactionName()
.equals(other.getTransactionName());
result = result && (hasAggregate() == other.hasAggregate());
if (hasAggregate()) {
result = result && getAggregate()
.equals(other.getAggregate());
}
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TRANSACTION_NAME_FIELD_NUMBER;
hash = (53 * hash) + getTransactionName().hashCode();
if (hasAggregate()) {
hash = (37 * hash) + AGGREGATE_FIELD_NUMBER;
hash = (53 * hash) + getAggregate().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* deprecated in 0.9.5
*
*
* Protobuf type {@code org_glowroot_wire_api_model.OldTransactionAggregate}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.OldTransactionAggregate)
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregateOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.class, org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
transactionName_ = "";
if (aggregateBuilder_ == null) {
aggregate_ = null;
} else {
aggregate_ = null;
aggregateBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate build() {
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate result = new org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate(this);
result.transactionName_ = transactionName_;
if (aggregateBuilder_ == null) {
result.aggregate_ = aggregate_;
} else {
result.aggregate_ = aggregateBuilder_.build();
}
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate.getDefaultInstance()) return this;
if (!other.getTransactionName().isEmpty()) {
transactionName_ = other.transactionName_;
onChanged();
}
if (other.hasAggregate()) {
mergeAggregate(other.getAggregate());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object transactionName_ = "";
/**
* string transaction_name = 2;
*/
public java.lang.String getTransactionName() {
java.lang.Object ref = transactionName_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
transactionName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string transaction_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTransactionNameBytes() {
java.lang.Object ref = transactionName_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
transactionName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string transaction_name = 2;
*/
public Builder setTransactionName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
transactionName_ = value;
onChanged();
return this;
}
/**
* string transaction_name = 2;
*/
public Builder clearTransactionName() {
transactionName_ = getDefaultInstance().getTransactionName();
onChanged();
return this;
}
/**
* string transaction_name = 2;
*/
public Builder setTransactionNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
transactionName_ = value;
onChanged();
return this;
}
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate aggregate_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder, org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder> aggregateBuilder_;
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public boolean hasAggregate() {
return aggregateBuilder_ != null || aggregate_ != null;
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate getAggregate() {
if (aggregateBuilder_ == null) {
return aggregate_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.getDefaultInstance() : aggregate_;
} else {
return aggregateBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public Builder setAggregate(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate value) {
if (aggregateBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
aggregate_ = value;
onChanged();
} else {
aggregateBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public Builder setAggregate(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder builderForValue) {
if (aggregateBuilder_ == null) {
aggregate_ = builderForValue.build();
onChanged();
} else {
aggregateBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public Builder mergeAggregate(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate value) {
if (aggregateBuilder_ == null) {
if (aggregate_ != null) {
aggregate_ =
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.newBuilder(aggregate_).mergeFrom(value).buildPartial();
} else {
aggregate_ = value;
}
onChanged();
} else {
aggregateBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public Builder clearAggregate() {
if (aggregateBuilder_ == null) {
aggregate_ = null;
onChanged();
} else {
aggregate_ = null;
aggregateBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder getAggregateBuilder() {
onChanged();
return getAggregateFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder getAggregateOrBuilder() {
if (aggregateBuilder_ != null) {
return aggregateBuilder_.getMessageOrBuilder();
} else {
return aggregate_ == null ?
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.getDefaultInstance() : aggregate_;
}
}
/**
* .org_glowroot_wire_api_model.Aggregate aggregate = 3;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder, org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder>
getAggregateFieldBuilder() {
if (aggregateBuilder_ == null) {
aggregateBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder, org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder>(
getAggregate(),
getParentForChildren(),
isClean());
aggregate_ = null;
}
return aggregateBuilder_;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.OldTransactionAggregate)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.OldTransactionAggregate)
private static final org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public OldTransactionAggregate parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new OldTransactionAggregate(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.OldTransactionAggregate getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface AggregateOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* double total_duration_nanos = 1;
*/
double getTotalDurationNanos();
/**
* int64 transaction_count = 2;
*/
long getTransactionCount();
/**
* int64 error_count = 3;
*/
long getErrorCount();
/**
*
* true if there was at least one async transaction in aggregate
*
*
* bool async_transactions = 4;
*/
boolean getAsyncTransactions();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
java.util.List
getMainThreadRootTimerList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getMainThreadRootTimer(int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
int getMainThreadRootTimerCount();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getMainThreadRootTimerOrBuilderList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getMainThreadRootTimerOrBuilder(
int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
java.util.List
getAuxThreadRootTimerList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getAuxThreadRootTimer(int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
int getAuxThreadRootTimerCount();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getAuxThreadRootTimerOrBuilderList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getAuxThreadRootTimerOrBuilder(
int index);
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
java.util.List
getAsyncTimerList();
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getAsyncTimer(int index);
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
int getAsyncTimerCount();
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getAsyncTimerOrBuilderList();
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getAsyncTimerOrBuilder(
int index);
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
boolean hasOldMainThreadStats();
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats getOldMainThreadStats();
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder getOldMainThreadStatsOrBuilder();
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
boolean hasOldAuxThreadStats();
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats getOldAuxThreadStats();
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder getOldAuxThreadStatsOrBuilder();
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
boolean hasMainThreadStats();
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats getMainThreadStats();
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder getMainThreadStatsOrBuilder();
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
boolean hasAuxThreadStats();
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats getAuxThreadStats();
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder getAuxThreadStatsOrBuilder();
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
boolean hasDurationNanosHistogram();
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram getDurationNanosHistogram();
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.HistogramOrBuilder getDurationNanosHistogramOrBuilder();
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
java.util.List
getOldQueriesByTypeList();
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType getOldQueriesByType(int index);
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
int getOldQueriesByTypeCount();
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder>
getOldQueriesByTypeOrBuilderList();
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder getOldQueriesByTypeOrBuilder(
int index);
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
java.util.List
getOldServiceCallsByTypeList();
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType getOldServiceCallsByType(int index);
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
int getOldServiceCallsByTypeCount();
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder>
getOldServiceCallsByTypeOrBuilderList();
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder getOldServiceCallsByTypeOrBuilder(
int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
java.util.List
getQueryList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query getQuery(int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
int getQueryCount();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder>
getQueryOrBuilderList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder getQueryOrBuilder(
int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
java.util.List
getServiceCallList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall getServiceCall(int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
int getServiceCallCount();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder>
getServiceCallOrBuilderList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder getServiceCallOrBuilder(
int index);
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
boolean hasMainThreadProfile();
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
org.glowroot.wire.api.model.ProfileOuterClass.Profile getMainThreadProfile();
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getMainThreadProfileOrBuilder();
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
boolean hasAuxThreadProfile();
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
org.glowroot.wire.api.model.ProfileOuterClass.Profile getAuxThreadProfile();
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getAuxThreadProfileOrBuilder();
}
/**
*
* aggregate uses double instead of int64 to avoid (unlikely) 292 year nanosecond rollover
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate}
*/
public static final class Aggregate extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate)
AggregateOrBuilder {
private static final long serialVersionUID = 0L;
// Use Aggregate.newBuilder() to construct.
private Aggregate(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Aggregate() {
totalDurationNanos_ = 0D;
transactionCount_ = 0L;
errorCount_ = 0L;
asyncTransactions_ = false;
mainThreadRootTimer_ = java.util.Collections.emptyList();
auxThreadRootTimer_ = java.util.Collections.emptyList();
asyncTimer_ = java.util.Collections.emptyList();
oldQueriesByType_ = java.util.Collections.emptyList();
oldServiceCallsByType_ = java.util.Collections.emptyList();
query_ = java.util.Collections.emptyList();
serviceCall_ = java.util.Collections.emptyList();
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Aggregate(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 9: {
totalDurationNanos_ = input.readDouble();
break;
}
case 16: {
transactionCount_ = input.readInt64();
break;
}
case 24: {
errorCount_ = input.readInt64();
break;
}
case 32: {
asyncTransactions_ = input.readBool();
break;
}
case 42: {
if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
mainThreadRootTimer_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000010;
}
mainThreadRootTimer_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.parser(), extensionRegistry));
break;
}
case 50: {
if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
auxThreadRootTimer_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000020;
}
auxThreadRootTimer_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.parser(), extensionRegistry));
break;
}
case 58: {
if (!((mutable_bitField0_ & 0x00000040) == 0x00000040)) {
asyncTimer_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000040;
}
asyncTimer_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.parser(), extensionRegistry));
break;
}
case 66: {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder subBuilder = null;
if (oldMainThreadStats_ != null) {
subBuilder = oldMainThreadStats_.toBuilder();
}
oldMainThreadStats_ = input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(oldMainThreadStats_);
oldMainThreadStats_ = subBuilder.buildPartial();
}
break;
}
case 74: {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder subBuilder = null;
if (oldAuxThreadStats_ != null) {
subBuilder = oldAuxThreadStats_.toBuilder();
}
oldAuxThreadStats_ = input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(oldAuxThreadStats_);
oldAuxThreadStats_ = subBuilder.buildPartial();
}
break;
}
case 82: {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.Builder subBuilder = null;
if (durationNanosHistogram_ != null) {
subBuilder = durationNanosHistogram_.toBuilder();
}
durationNanosHistogram_ = input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(durationNanosHistogram_);
durationNanosHistogram_ = subBuilder.buildPartial();
}
break;
}
case 90: {
if (!((mutable_bitField0_ & 0x00001000) == 0x00001000)) {
oldQueriesByType_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00001000;
}
oldQueriesByType_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.parser(), extensionRegistry));
break;
}
case 98: {
if (!((mutable_bitField0_ & 0x00002000) == 0x00002000)) {
oldServiceCallsByType_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00002000;
}
oldServiceCallsByType_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.parser(), extensionRegistry));
break;
}
case 106: {
org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder subBuilder = null;
if (mainThreadProfile_ != null) {
subBuilder = mainThreadProfile_.toBuilder();
}
mainThreadProfile_ = input.readMessage(org.glowroot.wire.api.model.ProfileOuterClass.Profile.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(mainThreadProfile_);
mainThreadProfile_ = subBuilder.buildPartial();
}
break;
}
case 114: {
org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder subBuilder = null;
if (auxThreadProfile_ != null) {
subBuilder = auxThreadProfile_.toBuilder();
}
auxThreadProfile_ = input.readMessage(org.glowroot.wire.api.model.ProfileOuterClass.Profile.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(auxThreadProfile_);
auxThreadProfile_ = subBuilder.buildPartial();
}
break;
}
case 122: {
if (!((mutable_bitField0_ & 0x00004000) == 0x00004000)) {
query_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00004000;
}
query_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.parser(), extensionRegistry));
break;
}
case 130: {
if (!((mutable_bitField0_ & 0x00008000) == 0x00008000)) {
serviceCall_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00008000;
}
serviceCall_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.parser(), extensionRegistry));
break;
}
case 138: {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder subBuilder = null;
if (mainThreadStats_ != null) {
subBuilder = mainThreadStats_.toBuilder();
}
mainThreadStats_ = input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(mainThreadStats_);
mainThreadStats_ = subBuilder.buildPartial();
}
break;
}
case 146: {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder subBuilder = null;
if (auxThreadStats_ != null) {
subBuilder = auxThreadStats_.toBuilder();
}
auxThreadStats_ = input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(auxThreadStats_);
auxThreadStats_ = subBuilder.buildPartial();
}
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
mainThreadRootTimer_ = java.util.Collections.unmodifiableList(mainThreadRootTimer_);
}
if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
auxThreadRootTimer_ = java.util.Collections.unmodifiableList(auxThreadRootTimer_);
}
if (((mutable_bitField0_ & 0x00000040) == 0x00000040)) {
asyncTimer_ = java.util.Collections.unmodifiableList(asyncTimer_);
}
if (((mutable_bitField0_ & 0x00001000) == 0x00001000)) {
oldQueriesByType_ = java.util.Collections.unmodifiableList(oldQueriesByType_);
}
if (((mutable_bitField0_ & 0x00002000) == 0x00002000)) {
oldServiceCallsByType_ = java.util.Collections.unmodifiableList(oldServiceCallsByType_);
}
if (((mutable_bitField0_ & 0x00004000) == 0x00004000)) {
query_ = java.util.Collections.unmodifiableList(query_);
}
if (((mutable_bitField0_ & 0x00008000) == 0x00008000)) {
serviceCall_ = java.util.Collections.unmodifiableList(serviceCall_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder.class);
}
public interface HistogramOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.Histogram)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
java.util.List getOrderedRawValueList();
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
int getOrderedRawValueCount();
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
long getOrderedRawValue(int index);
/**
*
* for larger numbers of transactions, the histogram is tracked and encoded using HdrHistogram
*
*
* bytes encoded_bytes = 2;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getEncodedBytes();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.Histogram}
*/
public static final class Histogram extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.Histogram)
HistogramOrBuilder {
private static final long serialVersionUID = 0L;
// Use Histogram.newBuilder() to construct.
private Histogram(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Histogram() {
orderedRawValue_ = java.util.Collections.emptyList();
encodedBytes_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.EMPTY;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Histogram(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 8: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
orderedRawValue_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
orderedRawValue_.add(input.readInt64());
break;
}
case 10: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001) && input.getBytesUntilLimit() > 0) {
orderedRawValue_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
while (input.getBytesUntilLimit() > 0) {
orderedRawValue_.add(input.readInt64());
}
input.popLimit(limit);
break;
}
case 18: {
encodedBytes_ = input.readBytes();
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
orderedRawValue_ = java.util.Collections.unmodifiableList(orderedRawValue_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.Builder.class);
}
private int bitField0_;
public static final int ORDERED_RAW_VALUE_FIELD_NUMBER = 1;
private java.util.List orderedRawValue_;
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public java.util.List
getOrderedRawValueList() {
return orderedRawValue_;
}
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public int getOrderedRawValueCount() {
return orderedRawValue_.size();
}
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public long getOrderedRawValue(int index) {
return orderedRawValue_.get(index);
}
private int orderedRawValueMemoizedSerializedSize = -1;
public static final int ENCODED_BYTES_FIELD_NUMBER = 2;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString encodedBytes_;
/**
*
* for larger numbers of transactions, the histogram is tracked and encoded using HdrHistogram
*
*
* bytes encoded_bytes = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getEncodedBytes() {
return encodedBytes_;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (getOrderedRawValueList().size() > 0) {
output.writeUInt32NoTag(10);
output.writeUInt32NoTag(orderedRawValueMemoizedSerializedSize);
}
for (int i = 0; i < orderedRawValue_.size(); i++) {
output.writeInt64NoTag(orderedRawValue_.get(i));
}
if (!encodedBytes_.isEmpty()) {
output.writeBytes(2, encodedBytes_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < orderedRawValue_.size(); i++) {
dataSize += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64SizeNoTag(orderedRawValue_.get(i));
}
size += dataSize;
if (!getOrderedRawValueList().isEmpty()) {
size += 1;
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
orderedRawValueMemoizedSerializedSize = dataSize;
}
if (!encodedBytes_.isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBytesSize(2, encodedBytes_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram) obj;
boolean result = true;
result = result && getOrderedRawValueList()
.equals(other.getOrderedRawValueList());
result = result && getEncodedBytes()
.equals(other.getEncodedBytes());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getOrderedRawValueCount() > 0) {
hash = (37 * hash) + ORDERED_RAW_VALUE_FIELD_NUMBER;
hash = (53 * hash) + getOrderedRawValueList().hashCode();
}
hash = (37 * hash) + ENCODED_BYTES_FIELD_NUMBER;
hash = (53 * hash) + getEncodedBytes().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.Histogram}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.Histogram)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.HistogramOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
orderedRawValue_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
encodedBytes_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.EMPTY;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
orderedRawValue_ = java.util.Collections.unmodifiableList(orderedRawValue_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.orderedRawValue_ = orderedRawValue_;
result.encodedBytes_ = encodedBytes_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.getDefaultInstance()) return this;
if (!other.orderedRawValue_.isEmpty()) {
if (orderedRawValue_.isEmpty()) {
orderedRawValue_ = other.orderedRawValue_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureOrderedRawValueIsMutable();
orderedRawValue_.addAll(other.orderedRawValue_);
}
onChanged();
}
if (other.getEncodedBytes() != org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.EMPTY) {
setEncodedBytes(other.getEncodedBytes());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List orderedRawValue_ = java.util.Collections.emptyList();
private void ensureOrderedRawValueIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
orderedRawValue_ = new java.util.ArrayList(orderedRawValue_);
bitField0_ |= 0x00000001;
}
}
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public java.util.List
getOrderedRawValueList() {
return java.util.Collections.unmodifiableList(orderedRawValue_);
}
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public int getOrderedRawValueCount() {
return orderedRawValue_.size();
}
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public long getOrderedRawValue(int index) {
return orderedRawValue_.get(index);
}
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public Builder setOrderedRawValue(
int index, long value) {
ensureOrderedRawValueIsMutable();
orderedRawValue_.set(index, value);
onChanged();
return this;
}
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public Builder addOrderedRawValue(long value) {
ensureOrderedRawValueIsMutable();
orderedRawValue_.add(value);
onChanged();
return this;
}
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public Builder addAllOrderedRawValue(
java.lang.Iterable extends java.lang.Long> values) {
ensureOrderedRawValueIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, orderedRawValue_);
onChanged();
return this;
}
/**
*
* for smaller numbers of transactions, the individual raw values are stored directly
* these values are ordered for fast percentile calculation on retrieval
*
*
* repeated int64 ordered_raw_value = 1;
*/
public Builder clearOrderedRawValue() {
orderedRawValue_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString encodedBytes_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.EMPTY;
/**
*
* for larger numbers of transactions, the histogram is tracked and encoded using HdrHistogram
*
*
* bytes encoded_bytes = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getEncodedBytes() {
return encodedBytes_;
}
/**
*
* for larger numbers of transactions, the histogram is tracked and encoded using HdrHistogram
*
*
* bytes encoded_bytes = 2;
*/
public Builder setEncodedBytes(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
encodedBytes_ = value;
onChanged();
return this;
}
/**
*
* for larger numbers of transactions, the histogram is tracked and encoded using HdrHistogram
*
*
* bytes encoded_bytes = 2;
*/
public Builder clearEncodedBytes() {
encodedBytes_ = getDefaultInstance().getEncodedBytes();
onChanged();
return this;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.Histogram)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.Histogram)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public Histogram parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new Histogram(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface TimerOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.Timer)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* name is null for synthetic root
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* name is null for synthetic root
*
*
* string name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getNameBytes();
/**
* bool extended = 2;
*/
boolean getExtended();
/**
* double total_nanos = 3;
*/
double getTotalNanos();
/**
* int64 count = 4;
*/
long getCount();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
java.util.List
getChildTimerList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getChildTimer(int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
int getChildTimerCount();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getChildTimerOrBuilderList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getChildTimerOrBuilder(
int index);
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.Timer}
*/
public static final class Timer extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.Timer)
TimerOrBuilder {
private static final long serialVersionUID = 0L;
// Use Timer.newBuilder() to construct.
private Timer(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Timer() {
name_ = "";
extended_ = false;
totalNanos_ = 0D;
count_ = 0L;
childTimer_ = java.util.Collections.emptyList();
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Timer(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
name_ = s;
break;
}
case 16: {
extended_ = input.readBool();
break;
}
case 25: {
totalNanos_ = input.readDouble();
break;
}
case 32: {
count_ = input.readInt64();
break;
}
case 42: {
if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
childTimer_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000010;
}
childTimer_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.parser(), extensionRegistry));
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
childTimer_ = java.util.Collections.unmodifiableList(childTimer_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Timer_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Timer_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder.class);
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object name_;
/**
*
* name is null for synthetic root
*
*
* string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
}
}
/**
*
* name is null for synthetic root
*
*
* string name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int EXTENDED_FIELD_NUMBER = 2;
private boolean extended_;
/**
* bool extended = 2;
*/
public boolean getExtended() {
return extended_;
}
public static final int TOTAL_NANOS_FIELD_NUMBER = 3;
private double totalNanos_;
/**
* double total_nanos = 3;
*/
public double getTotalNanos() {
return totalNanos_;
}
public static final int COUNT_FIELD_NUMBER = 4;
private long count_;
/**
* int64 count = 4;
*/
public long getCount() {
return count_;
}
public static final int CHILD_TIMER_FIELD_NUMBER = 5;
private java.util.List childTimer_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public java.util.List getChildTimerList() {
return childTimer_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getChildTimerOrBuilderList() {
return childTimer_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public int getChildTimerCount() {
return childTimer_.size();
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getChildTimer(int index) {
return childTimer_.get(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getChildTimerOrBuilder(
int index) {
return childTimer_.get(index);
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (extended_ != false) {
output.writeBool(2, extended_);
}
if (totalNanos_ != 0D) {
output.writeDouble(3, totalNanos_);
}
if (count_ != 0L) {
output.writeInt64(4, count_);
}
for (int i = 0; i < childTimer_.size(); i++) {
output.writeMessage(5, childTimer_.get(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (extended_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(2, extended_);
}
if (totalNanos_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(3, totalNanos_);
}
if (count_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(4, count_);
}
for (int i = 0; i < childTimer_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(5, childTimer_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer) obj;
boolean result = true;
result = result && getName()
.equals(other.getName());
result = result && (getExtended()
== other.getExtended());
result = result && (
java.lang.Double.doubleToLongBits(getTotalNanos())
== java.lang.Double.doubleToLongBits(
other.getTotalNanos()));
result = result && (getCount()
== other.getCount());
result = result && getChildTimerList()
.equals(other.getChildTimerList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
hash = (37 * hash) + EXTENDED_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getExtended());
hash = (37 * hash) + TOTAL_NANOS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalNanos()));
hash = (37 * hash) + COUNT_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getCount());
if (getChildTimerCount() > 0) {
hash = (37 * hash) + CHILD_TIMER_FIELD_NUMBER;
hash = (53 * hash) + getChildTimerList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.Timer}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.Timer)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Timer_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Timer_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getChildTimerFieldBuilder();
}
}
public Builder clear() {
super.clear();
name_ = "";
extended_ = false;
totalNanos_ = 0D;
count_ = 0L;
if (childTimerBuilder_ == null) {
childTimer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000010);
} else {
childTimerBuilder_.clear();
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Timer_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.name_ = name_;
result.extended_ = extended_;
result.totalNanos_ = totalNanos_;
result.count_ = count_;
if (childTimerBuilder_ == null) {
if (((bitField0_ & 0x00000010) == 0x00000010)) {
childTimer_ = java.util.Collections.unmodifiableList(childTimer_);
bitField0_ = (bitField0_ & ~0x00000010);
}
result.childTimer_ = childTimer_;
} else {
result.childTimer_ = childTimerBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance()) return this;
if (!other.getName().isEmpty()) {
name_ = other.name_;
onChanged();
}
if (other.getExtended() != false) {
setExtended(other.getExtended());
}
if (other.getTotalNanos() != 0D) {
setTotalNanos(other.getTotalNanos());
}
if (other.getCount() != 0L) {
setCount(other.getCount());
}
if (childTimerBuilder_ == null) {
if (!other.childTimer_.isEmpty()) {
if (childTimer_.isEmpty()) {
childTimer_ = other.childTimer_;
bitField0_ = (bitField0_ & ~0x00000010);
} else {
ensureChildTimerIsMutable();
childTimer_.addAll(other.childTimer_);
}
onChanged();
}
} else {
if (!other.childTimer_.isEmpty()) {
if (childTimerBuilder_.isEmpty()) {
childTimerBuilder_.dispose();
childTimerBuilder_ = null;
childTimer_ = other.childTimer_;
bitField0_ = (bitField0_ & ~0x00000010);
childTimerBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getChildTimerFieldBuilder() : null;
} else {
childTimerBuilder_.addAllMessages(other.childTimer_);
}
}
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object name_ = "";
/**
*
* name is null for synthetic root
*
*
* string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* name is null for synthetic root
*
*
* string name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* name is null for synthetic root
*
*
* string name = 1;
*/
public Builder setName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
name_ = value;
onChanged();
return this;
}
/**
*
* name is null for synthetic root
*
*
* string name = 1;
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
onChanged();
return this;
}
/**
*
* name is null for synthetic root
*
*
* string name = 1;
*/
public Builder setNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
name_ = value;
onChanged();
return this;
}
private boolean extended_ ;
/**
* bool extended = 2;
*/
public boolean getExtended() {
return extended_;
}
/**
* bool extended = 2;
*/
public Builder setExtended(boolean value) {
extended_ = value;
onChanged();
return this;
}
/**
* bool extended = 2;
*/
public Builder clearExtended() {
extended_ = false;
onChanged();
return this;
}
private double totalNanos_ ;
/**
* double total_nanos = 3;
*/
public double getTotalNanos() {
return totalNanos_;
}
/**
* double total_nanos = 3;
*/
public Builder setTotalNanos(double value) {
totalNanos_ = value;
onChanged();
return this;
}
/**
* double total_nanos = 3;
*/
public Builder clearTotalNanos() {
totalNanos_ = 0D;
onChanged();
return this;
}
private long count_ ;
/**
* int64 count = 4;
*/
public long getCount() {
return count_;
}
/**
* int64 count = 4;
*/
public Builder setCount(long value) {
count_ = value;
onChanged();
return this;
}
/**
* int64 count = 4;
*/
public Builder clearCount() {
count_ = 0L;
onChanged();
return this;
}
private java.util.List childTimer_ =
java.util.Collections.emptyList();
private void ensureChildTimerIsMutable() {
if (!((bitField0_ & 0x00000010) == 0x00000010)) {
childTimer_ = new java.util.ArrayList(childTimer_);
bitField0_ |= 0x00000010;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder> childTimerBuilder_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public java.util.List getChildTimerList() {
if (childTimerBuilder_ == null) {
return java.util.Collections.unmodifiableList(childTimer_);
} else {
return childTimerBuilder_.getMessageList();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public int getChildTimerCount() {
if (childTimerBuilder_ == null) {
return childTimer_.size();
} else {
return childTimerBuilder_.getCount();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getChildTimer(int index) {
if (childTimerBuilder_ == null) {
return childTimer_.get(index);
} else {
return childTimerBuilder_.getMessage(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public Builder setChildTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (childTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChildTimerIsMutable();
childTimer_.set(index, value);
onChanged();
} else {
childTimerBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public Builder setChildTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (childTimerBuilder_ == null) {
ensureChildTimerIsMutable();
childTimer_.set(index, builderForValue.build());
onChanged();
} else {
childTimerBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public Builder addChildTimer(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (childTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChildTimerIsMutable();
childTimer_.add(value);
onChanged();
} else {
childTimerBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public Builder addChildTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (childTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChildTimerIsMutable();
childTimer_.add(index, value);
onChanged();
} else {
childTimerBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public Builder addChildTimer(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (childTimerBuilder_ == null) {
ensureChildTimerIsMutable();
childTimer_.add(builderForValue.build());
onChanged();
} else {
childTimerBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public Builder addChildTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (childTimerBuilder_ == null) {
ensureChildTimerIsMutable();
childTimer_.add(index, builderForValue.build());
onChanged();
} else {
childTimerBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public Builder addAllChildTimer(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer> values) {
if (childTimerBuilder_ == null) {
ensureChildTimerIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, childTimer_);
onChanged();
} else {
childTimerBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public Builder clearChildTimer() {
if (childTimerBuilder_ == null) {
childTimer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
} else {
childTimerBuilder_.clear();
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public Builder removeChildTimer(int index) {
if (childTimerBuilder_ == null) {
ensureChildTimerIsMutable();
childTimer_.remove(index);
onChanged();
} else {
childTimerBuilder_.remove(index);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder getChildTimerBuilder(
int index) {
return getChildTimerFieldBuilder().getBuilder(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getChildTimerOrBuilder(
int index) {
if (childTimerBuilder_ == null) {
return childTimer_.get(index); } else {
return childTimerBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getChildTimerOrBuilderList() {
if (childTimerBuilder_ != null) {
return childTimerBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(childTimer_);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder addChildTimerBuilder() {
return getChildTimerFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder addChildTimerBuilder(
int index) {
return getChildTimerFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer child_timer = 5;
*/
public java.util.List
getChildTimerBuilderList() {
return getChildTimerFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getChildTimerFieldBuilder() {
if (childTimerBuilder_ == null) {
childTimerBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>(
childTimer_,
((bitField0_ & 0x00000010) == 0x00000010),
getParentForChildren(),
isClean());
childTimer_ = null;
}
return childTimerBuilder_;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.Timer)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.Timer)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public Timer parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new Timer(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface OldThreadStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.OldThreadStats)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
boolean hasTotalCpuNanos();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
org.glowroot.wire.api.model.Proto.OptionalDouble getTotalCpuNanos();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalCpuNanosOrBuilder();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
boolean hasTotalBlockedNanos();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
org.glowroot.wire.api.model.Proto.OptionalDouble getTotalBlockedNanos();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalBlockedNanosOrBuilder();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
boolean hasTotalWaitedNanos();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
org.glowroot.wire.api.model.Proto.OptionalDouble getTotalWaitedNanos();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalWaitedNanosOrBuilder();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
boolean hasTotalAllocatedBytes();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
org.glowroot.wire.api.model.Proto.OptionalDouble getTotalAllocatedBytes();
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalAllocatedBytesOrBuilder();
}
/**
*
* deprecated in 0.10.9
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldThreadStats}
*/
public static final class OldThreadStats extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.OldThreadStats)
OldThreadStatsOrBuilder {
private static final long serialVersionUID = 0L;
// Use OldThreadStats.newBuilder() to construct.
private OldThreadStats(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private OldThreadStats() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private OldThreadStats(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
org.glowroot.wire.api.model.Proto.OptionalDouble.Builder subBuilder = null;
if (totalCpuNanos_ != null) {
subBuilder = totalCpuNanos_.toBuilder();
}
totalCpuNanos_ = input.readMessage(org.glowroot.wire.api.model.Proto.OptionalDouble.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(totalCpuNanos_);
totalCpuNanos_ = subBuilder.buildPartial();
}
break;
}
case 18: {
org.glowroot.wire.api.model.Proto.OptionalDouble.Builder subBuilder = null;
if (totalBlockedNanos_ != null) {
subBuilder = totalBlockedNanos_.toBuilder();
}
totalBlockedNanos_ = input.readMessage(org.glowroot.wire.api.model.Proto.OptionalDouble.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(totalBlockedNanos_);
totalBlockedNanos_ = subBuilder.buildPartial();
}
break;
}
case 26: {
org.glowroot.wire.api.model.Proto.OptionalDouble.Builder subBuilder = null;
if (totalWaitedNanos_ != null) {
subBuilder = totalWaitedNanos_.toBuilder();
}
totalWaitedNanos_ = input.readMessage(org.glowroot.wire.api.model.Proto.OptionalDouble.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(totalWaitedNanos_);
totalWaitedNanos_ = subBuilder.buildPartial();
}
break;
}
case 34: {
org.glowroot.wire.api.model.Proto.OptionalDouble.Builder subBuilder = null;
if (totalAllocatedBytes_ != null) {
subBuilder = totalAllocatedBytes_.toBuilder();
}
totalAllocatedBytes_ = input.readMessage(org.glowroot.wire.api.model.Proto.OptionalDouble.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(totalAllocatedBytes_);
totalAllocatedBytes_ = subBuilder.buildPartial();
}
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder.class);
}
public static final int TOTAL_CPU_NANOS_FIELD_NUMBER = 1;
private org.glowroot.wire.api.model.Proto.OptionalDouble totalCpuNanos_;
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public boolean hasTotalCpuNanos() {
return totalCpuNanos_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble getTotalCpuNanos() {
return totalCpuNanos_ == null ? org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalCpuNanos_;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalCpuNanosOrBuilder() {
return getTotalCpuNanos();
}
public static final int TOTAL_BLOCKED_NANOS_FIELD_NUMBER = 2;
private org.glowroot.wire.api.model.Proto.OptionalDouble totalBlockedNanos_;
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public boolean hasTotalBlockedNanos() {
return totalBlockedNanos_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble getTotalBlockedNanos() {
return totalBlockedNanos_ == null ? org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalBlockedNanos_;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalBlockedNanosOrBuilder() {
return getTotalBlockedNanos();
}
public static final int TOTAL_WAITED_NANOS_FIELD_NUMBER = 3;
private org.glowroot.wire.api.model.Proto.OptionalDouble totalWaitedNanos_;
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public boolean hasTotalWaitedNanos() {
return totalWaitedNanos_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble getTotalWaitedNanos() {
return totalWaitedNanos_ == null ? org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalWaitedNanos_;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalWaitedNanosOrBuilder() {
return getTotalWaitedNanos();
}
public static final int TOTAL_ALLOCATED_BYTES_FIELD_NUMBER = 4;
private org.glowroot.wire.api.model.Proto.OptionalDouble totalAllocatedBytes_;
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public boolean hasTotalAllocatedBytes() {
return totalAllocatedBytes_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble getTotalAllocatedBytes() {
return totalAllocatedBytes_ == null ? org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalAllocatedBytes_;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalAllocatedBytesOrBuilder() {
return getTotalAllocatedBytes();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (totalCpuNanos_ != null) {
output.writeMessage(1, getTotalCpuNanos());
}
if (totalBlockedNanos_ != null) {
output.writeMessage(2, getTotalBlockedNanos());
}
if (totalWaitedNanos_ != null) {
output.writeMessage(3, getTotalWaitedNanos());
}
if (totalAllocatedBytes_ != null) {
output.writeMessage(4, getTotalAllocatedBytes());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (totalCpuNanos_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getTotalCpuNanos());
}
if (totalBlockedNanos_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getTotalBlockedNanos());
}
if (totalWaitedNanos_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getTotalWaitedNanos());
}
if (totalAllocatedBytes_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getTotalAllocatedBytes());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats) obj;
boolean result = true;
result = result && (hasTotalCpuNanos() == other.hasTotalCpuNanos());
if (hasTotalCpuNanos()) {
result = result && getTotalCpuNanos()
.equals(other.getTotalCpuNanos());
}
result = result && (hasTotalBlockedNanos() == other.hasTotalBlockedNanos());
if (hasTotalBlockedNanos()) {
result = result && getTotalBlockedNanos()
.equals(other.getTotalBlockedNanos());
}
result = result && (hasTotalWaitedNanos() == other.hasTotalWaitedNanos());
if (hasTotalWaitedNanos()) {
result = result && getTotalWaitedNanos()
.equals(other.getTotalWaitedNanos());
}
result = result && (hasTotalAllocatedBytes() == other.hasTotalAllocatedBytes());
if (hasTotalAllocatedBytes()) {
result = result && getTotalAllocatedBytes()
.equals(other.getTotalAllocatedBytes());
}
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasTotalCpuNanos()) {
hash = (37 * hash) + TOTAL_CPU_NANOS_FIELD_NUMBER;
hash = (53 * hash) + getTotalCpuNanos().hashCode();
}
if (hasTotalBlockedNanos()) {
hash = (37 * hash) + TOTAL_BLOCKED_NANOS_FIELD_NUMBER;
hash = (53 * hash) + getTotalBlockedNanos().hashCode();
}
if (hasTotalWaitedNanos()) {
hash = (37 * hash) + TOTAL_WAITED_NANOS_FIELD_NUMBER;
hash = (53 * hash) + getTotalWaitedNanos().hashCode();
}
if (hasTotalAllocatedBytes()) {
hash = (37 * hash) + TOTAL_ALLOCATED_BYTES_FIELD_NUMBER;
hash = (53 * hash) + getTotalAllocatedBytes().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* deprecated in 0.10.9
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldThreadStats}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.OldThreadStats)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
if (totalCpuNanosBuilder_ == null) {
totalCpuNanos_ = null;
} else {
totalCpuNanos_ = null;
totalCpuNanosBuilder_ = null;
}
if (totalBlockedNanosBuilder_ == null) {
totalBlockedNanos_ = null;
} else {
totalBlockedNanos_ = null;
totalBlockedNanosBuilder_ = null;
}
if (totalWaitedNanosBuilder_ == null) {
totalWaitedNanos_ = null;
} else {
totalWaitedNanos_ = null;
totalWaitedNanosBuilder_ = null;
}
if (totalAllocatedBytesBuilder_ == null) {
totalAllocatedBytes_ = null;
} else {
totalAllocatedBytes_ = null;
totalAllocatedBytesBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats(this);
if (totalCpuNanosBuilder_ == null) {
result.totalCpuNanos_ = totalCpuNanos_;
} else {
result.totalCpuNanos_ = totalCpuNanosBuilder_.build();
}
if (totalBlockedNanosBuilder_ == null) {
result.totalBlockedNanos_ = totalBlockedNanos_;
} else {
result.totalBlockedNanos_ = totalBlockedNanosBuilder_.build();
}
if (totalWaitedNanosBuilder_ == null) {
result.totalWaitedNanos_ = totalWaitedNanos_;
} else {
result.totalWaitedNanos_ = totalWaitedNanosBuilder_.build();
}
if (totalAllocatedBytesBuilder_ == null) {
result.totalAllocatedBytes_ = totalAllocatedBytes_;
} else {
result.totalAllocatedBytes_ = totalAllocatedBytesBuilder_.build();
}
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.getDefaultInstance()) return this;
if (other.hasTotalCpuNanos()) {
mergeTotalCpuNanos(other.getTotalCpuNanos());
}
if (other.hasTotalBlockedNanos()) {
mergeTotalBlockedNanos(other.getTotalBlockedNanos());
}
if (other.hasTotalWaitedNanos()) {
mergeTotalWaitedNanos(other.getTotalWaitedNanos());
}
if (other.hasTotalAllocatedBytes()) {
mergeTotalAllocatedBytes(other.getTotalAllocatedBytes());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private org.glowroot.wire.api.model.Proto.OptionalDouble totalCpuNanos_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder> totalCpuNanosBuilder_;
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public boolean hasTotalCpuNanos() {
return totalCpuNanosBuilder_ != null || totalCpuNanos_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble getTotalCpuNanos() {
if (totalCpuNanosBuilder_ == null) {
return totalCpuNanos_ == null ? org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalCpuNanos_;
} else {
return totalCpuNanosBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public Builder setTotalCpuNanos(org.glowroot.wire.api.model.Proto.OptionalDouble value) {
if (totalCpuNanosBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
totalCpuNanos_ = value;
onChanged();
} else {
totalCpuNanosBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public Builder setTotalCpuNanos(
org.glowroot.wire.api.model.Proto.OptionalDouble.Builder builderForValue) {
if (totalCpuNanosBuilder_ == null) {
totalCpuNanos_ = builderForValue.build();
onChanged();
} else {
totalCpuNanosBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public Builder mergeTotalCpuNanos(org.glowroot.wire.api.model.Proto.OptionalDouble value) {
if (totalCpuNanosBuilder_ == null) {
if (totalCpuNanos_ != null) {
totalCpuNanos_ =
org.glowroot.wire.api.model.Proto.OptionalDouble.newBuilder(totalCpuNanos_).mergeFrom(value).buildPartial();
} else {
totalCpuNanos_ = value;
}
onChanged();
} else {
totalCpuNanosBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public Builder clearTotalCpuNanos() {
if (totalCpuNanosBuilder_ == null) {
totalCpuNanos_ = null;
onChanged();
} else {
totalCpuNanos_ = null;
totalCpuNanosBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble.Builder getTotalCpuNanosBuilder() {
onChanged();
return getTotalCpuNanosFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
public org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalCpuNanosOrBuilder() {
if (totalCpuNanosBuilder_ != null) {
return totalCpuNanosBuilder_.getMessageOrBuilder();
} else {
return totalCpuNanos_ == null ?
org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalCpuNanos_;
}
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_cpu_nanos = 1;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder>
getTotalCpuNanosFieldBuilder() {
if (totalCpuNanosBuilder_ == null) {
totalCpuNanosBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder>(
getTotalCpuNanos(),
getParentForChildren(),
isClean());
totalCpuNanos_ = null;
}
return totalCpuNanosBuilder_;
}
private org.glowroot.wire.api.model.Proto.OptionalDouble totalBlockedNanos_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder> totalBlockedNanosBuilder_;
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public boolean hasTotalBlockedNanos() {
return totalBlockedNanosBuilder_ != null || totalBlockedNanos_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble getTotalBlockedNanos() {
if (totalBlockedNanosBuilder_ == null) {
return totalBlockedNanos_ == null ? org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalBlockedNanos_;
} else {
return totalBlockedNanosBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public Builder setTotalBlockedNanos(org.glowroot.wire.api.model.Proto.OptionalDouble value) {
if (totalBlockedNanosBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
totalBlockedNanos_ = value;
onChanged();
} else {
totalBlockedNanosBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public Builder setTotalBlockedNanos(
org.glowroot.wire.api.model.Proto.OptionalDouble.Builder builderForValue) {
if (totalBlockedNanosBuilder_ == null) {
totalBlockedNanos_ = builderForValue.build();
onChanged();
} else {
totalBlockedNanosBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public Builder mergeTotalBlockedNanos(org.glowroot.wire.api.model.Proto.OptionalDouble value) {
if (totalBlockedNanosBuilder_ == null) {
if (totalBlockedNanos_ != null) {
totalBlockedNanos_ =
org.glowroot.wire.api.model.Proto.OptionalDouble.newBuilder(totalBlockedNanos_).mergeFrom(value).buildPartial();
} else {
totalBlockedNanos_ = value;
}
onChanged();
} else {
totalBlockedNanosBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public Builder clearTotalBlockedNanos() {
if (totalBlockedNanosBuilder_ == null) {
totalBlockedNanos_ = null;
onChanged();
} else {
totalBlockedNanos_ = null;
totalBlockedNanosBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble.Builder getTotalBlockedNanosBuilder() {
onChanged();
return getTotalBlockedNanosFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
public org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalBlockedNanosOrBuilder() {
if (totalBlockedNanosBuilder_ != null) {
return totalBlockedNanosBuilder_.getMessageOrBuilder();
} else {
return totalBlockedNanos_ == null ?
org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalBlockedNanos_;
}
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_blocked_nanos = 2;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder>
getTotalBlockedNanosFieldBuilder() {
if (totalBlockedNanosBuilder_ == null) {
totalBlockedNanosBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder>(
getTotalBlockedNanos(),
getParentForChildren(),
isClean());
totalBlockedNanos_ = null;
}
return totalBlockedNanosBuilder_;
}
private org.glowroot.wire.api.model.Proto.OptionalDouble totalWaitedNanos_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder> totalWaitedNanosBuilder_;
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public boolean hasTotalWaitedNanos() {
return totalWaitedNanosBuilder_ != null || totalWaitedNanos_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble getTotalWaitedNanos() {
if (totalWaitedNanosBuilder_ == null) {
return totalWaitedNanos_ == null ? org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalWaitedNanos_;
} else {
return totalWaitedNanosBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public Builder setTotalWaitedNanos(org.glowroot.wire.api.model.Proto.OptionalDouble value) {
if (totalWaitedNanosBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
totalWaitedNanos_ = value;
onChanged();
} else {
totalWaitedNanosBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public Builder setTotalWaitedNanos(
org.glowroot.wire.api.model.Proto.OptionalDouble.Builder builderForValue) {
if (totalWaitedNanosBuilder_ == null) {
totalWaitedNanos_ = builderForValue.build();
onChanged();
} else {
totalWaitedNanosBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public Builder mergeTotalWaitedNanos(org.glowroot.wire.api.model.Proto.OptionalDouble value) {
if (totalWaitedNanosBuilder_ == null) {
if (totalWaitedNanos_ != null) {
totalWaitedNanos_ =
org.glowroot.wire.api.model.Proto.OptionalDouble.newBuilder(totalWaitedNanos_).mergeFrom(value).buildPartial();
} else {
totalWaitedNanos_ = value;
}
onChanged();
} else {
totalWaitedNanosBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public Builder clearTotalWaitedNanos() {
if (totalWaitedNanosBuilder_ == null) {
totalWaitedNanos_ = null;
onChanged();
} else {
totalWaitedNanos_ = null;
totalWaitedNanosBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble.Builder getTotalWaitedNanosBuilder() {
onChanged();
return getTotalWaitedNanosFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
public org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalWaitedNanosOrBuilder() {
if (totalWaitedNanosBuilder_ != null) {
return totalWaitedNanosBuilder_.getMessageOrBuilder();
} else {
return totalWaitedNanos_ == null ?
org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalWaitedNanos_;
}
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_waited_nanos = 3;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder>
getTotalWaitedNanosFieldBuilder() {
if (totalWaitedNanosBuilder_ == null) {
totalWaitedNanosBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder>(
getTotalWaitedNanos(),
getParentForChildren(),
isClean());
totalWaitedNanos_ = null;
}
return totalWaitedNanosBuilder_;
}
private org.glowroot.wire.api.model.Proto.OptionalDouble totalAllocatedBytes_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder> totalAllocatedBytesBuilder_;
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public boolean hasTotalAllocatedBytes() {
return totalAllocatedBytesBuilder_ != null || totalAllocatedBytes_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble getTotalAllocatedBytes() {
if (totalAllocatedBytesBuilder_ == null) {
return totalAllocatedBytes_ == null ? org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalAllocatedBytes_;
} else {
return totalAllocatedBytesBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public Builder setTotalAllocatedBytes(org.glowroot.wire.api.model.Proto.OptionalDouble value) {
if (totalAllocatedBytesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
totalAllocatedBytes_ = value;
onChanged();
} else {
totalAllocatedBytesBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public Builder setTotalAllocatedBytes(
org.glowroot.wire.api.model.Proto.OptionalDouble.Builder builderForValue) {
if (totalAllocatedBytesBuilder_ == null) {
totalAllocatedBytes_ = builderForValue.build();
onChanged();
} else {
totalAllocatedBytesBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public Builder mergeTotalAllocatedBytes(org.glowroot.wire.api.model.Proto.OptionalDouble value) {
if (totalAllocatedBytesBuilder_ == null) {
if (totalAllocatedBytes_ != null) {
totalAllocatedBytes_ =
org.glowroot.wire.api.model.Proto.OptionalDouble.newBuilder(totalAllocatedBytes_).mergeFrom(value).buildPartial();
} else {
totalAllocatedBytes_ = value;
}
onChanged();
} else {
totalAllocatedBytesBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public Builder clearTotalAllocatedBytes() {
if (totalAllocatedBytesBuilder_ == null) {
totalAllocatedBytes_ = null;
onChanged();
} else {
totalAllocatedBytes_ = null;
totalAllocatedBytesBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalDouble.Builder getTotalAllocatedBytesBuilder() {
onChanged();
return getTotalAllocatedBytesFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder getTotalAllocatedBytesOrBuilder() {
if (totalAllocatedBytesBuilder_ != null) {
return totalAllocatedBytesBuilder_.getMessageOrBuilder();
} else {
return totalAllocatedBytes_ == null ?
org.glowroot.wire.api.model.Proto.OptionalDouble.getDefaultInstance() : totalAllocatedBytes_;
}
}
/**
* .org_glowroot_wire_api_model.OptionalDouble total_allocated_bytes = 4;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder>
getTotalAllocatedBytesFieldBuilder() {
if (totalAllocatedBytesBuilder_ == null) {
totalAllocatedBytesBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalDouble, org.glowroot.wire.api.model.Proto.OptionalDouble.Builder, org.glowroot.wire.api.model.Proto.OptionalDoubleOrBuilder>(
getTotalAllocatedBytes(),
getParentForChildren(),
isClean());
totalAllocatedBytes_ = null;
}
return totalAllocatedBytesBuilder_;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.OldThreadStats)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.OldThreadStats)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public OldThreadStats parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new OldThreadStats(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ThreadStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.ThreadStats)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* -1 means N/A
*
*
* double total_cpu_nanos = 1;
*/
double getTotalCpuNanos();
/**
*
* -1 means N/A
*
*
* double total_blocked_nanos = 2;
*/
double getTotalBlockedNanos();
/**
*
* -1 means N/A
*
*
* double total_waited_nanos = 3;
*/
double getTotalWaitedNanos();
/**
*
* -1 means N/A
*
*
* double total_allocated_bytes = 4;
*/
double getTotalAllocatedBytes();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.ThreadStats}
*/
public static final class ThreadStats extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.ThreadStats)
ThreadStatsOrBuilder {
private static final long serialVersionUID = 0L;
// Use ThreadStats.newBuilder() to construct.
private ThreadStats(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ThreadStats() {
totalCpuNanos_ = 0D;
totalBlockedNanos_ = 0D;
totalWaitedNanos_ = 0D;
totalAllocatedBytes_ = 0D;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ThreadStats(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 9: {
totalCpuNanos_ = input.readDouble();
break;
}
case 17: {
totalBlockedNanos_ = input.readDouble();
break;
}
case 25: {
totalWaitedNanos_ = input.readDouble();
break;
}
case 33: {
totalAllocatedBytes_ = input.readDouble();
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder.class);
}
public static final int TOTAL_CPU_NANOS_FIELD_NUMBER = 1;
private double totalCpuNanos_;
/**
*
* -1 means N/A
*
*
* double total_cpu_nanos = 1;
*/
public double getTotalCpuNanos() {
return totalCpuNanos_;
}
public static final int TOTAL_BLOCKED_NANOS_FIELD_NUMBER = 2;
private double totalBlockedNanos_;
/**
*
* -1 means N/A
*
*
* double total_blocked_nanos = 2;
*/
public double getTotalBlockedNanos() {
return totalBlockedNanos_;
}
public static final int TOTAL_WAITED_NANOS_FIELD_NUMBER = 3;
private double totalWaitedNanos_;
/**
*
* -1 means N/A
*
*
* double total_waited_nanos = 3;
*/
public double getTotalWaitedNanos() {
return totalWaitedNanos_;
}
public static final int TOTAL_ALLOCATED_BYTES_FIELD_NUMBER = 4;
private double totalAllocatedBytes_;
/**
*
* -1 means N/A
*
*
* double total_allocated_bytes = 4;
*/
public double getTotalAllocatedBytes() {
return totalAllocatedBytes_;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (totalCpuNanos_ != 0D) {
output.writeDouble(1, totalCpuNanos_);
}
if (totalBlockedNanos_ != 0D) {
output.writeDouble(2, totalBlockedNanos_);
}
if (totalWaitedNanos_ != 0D) {
output.writeDouble(3, totalWaitedNanos_);
}
if (totalAllocatedBytes_ != 0D) {
output.writeDouble(4, totalAllocatedBytes_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (totalCpuNanos_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(1, totalCpuNanos_);
}
if (totalBlockedNanos_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(2, totalBlockedNanos_);
}
if (totalWaitedNanos_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(3, totalWaitedNanos_);
}
if (totalAllocatedBytes_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(4, totalAllocatedBytes_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats) obj;
boolean result = true;
result = result && (
java.lang.Double.doubleToLongBits(getTotalCpuNanos())
== java.lang.Double.doubleToLongBits(
other.getTotalCpuNanos()));
result = result && (
java.lang.Double.doubleToLongBits(getTotalBlockedNanos())
== java.lang.Double.doubleToLongBits(
other.getTotalBlockedNanos()));
result = result && (
java.lang.Double.doubleToLongBits(getTotalWaitedNanos())
== java.lang.Double.doubleToLongBits(
other.getTotalWaitedNanos()));
result = result && (
java.lang.Double.doubleToLongBits(getTotalAllocatedBytes())
== java.lang.Double.doubleToLongBits(
other.getTotalAllocatedBytes()));
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TOTAL_CPU_NANOS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalCpuNanos()));
hash = (37 * hash) + TOTAL_BLOCKED_NANOS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalBlockedNanos()));
hash = (37 * hash) + TOTAL_WAITED_NANOS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalWaitedNanos()));
hash = (37 * hash) + TOTAL_ALLOCATED_BYTES_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalAllocatedBytes()));
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.ThreadStats}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.ThreadStats)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
totalCpuNanos_ = 0D;
totalBlockedNanos_ = 0D;
totalWaitedNanos_ = 0D;
totalAllocatedBytes_ = 0D;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats(this);
result.totalCpuNanos_ = totalCpuNanos_;
result.totalBlockedNanos_ = totalBlockedNanos_;
result.totalWaitedNanos_ = totalWaitedNanos_;
result.totalAllocatedBytes_ = totalAllocatedBytes_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.getDefaultInstance()) return this;
if (other.getTotalCpuNanos() != 0D) {
setTotalCpuNanos(other.getTotalCpuNanos());
}
if (other.getTotalBlockedNanos() != 0D) {
setTotalBlockedNanos(other.getTotalBlockedNanos());
}
if (other.getTotalWaitedNanos() != 0D) {
setTotalWaitedNanos(other.getTotalWaitedNanos());
}
if (other.getTotalAllocatedBytes() != 0D) {
setTotalAllocatedBytes(other.getTotalAllocatedBytes());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private double totalCpuNanos_ ;
/**
*
* -1 means N/A
*
*
* double total_cpu_nanos = 1;
*/
public double getTotalCpuNanos() {
return totalCpuNanos_;
}
/**
*
* -1 means N/A
*
*
* double total_cpu_nanos = 1;
*/
public Builder setTotalCpuNanos(double value) {
totalCpuNanos_ = value;
onChanged();
return this;
}
/**
*
* -1 means N/A
*
*
* double total_cpu_nanos = 1;
*/
public Builder clearTotalCpuNanos() {
totalCpuNanos_ = 0D;
onChanged();
return this;
}
private double totalBlockedNanos_ ;
/**
*
* -1 means N/A
*
*
* double total_blocked_nanos = 2;
*/
public double getTotalBlockedNanos() {
return totalBlockedNanos_;
}
/**
*
* -1 means N/A
*
*
* double total_blocked_nanos = 2;
*/
public Builder setTotalBlockedNanos(double value) {
totalBlockedNanos_ = value;
onChanged();
return this;
}
/**
*
* -1 means N/A
*
*
* double total_blocked_nanos = 2;
*/
public Builder clearTotalBlockedNanos() {
totalBlockedNanos_ = 0D;
onChanged();
return this;
}
private double totalWaitedNanos_ ;
/**
*
* -1 means N/A
*
*
* double total_waited_nanos = 3;
*/
public double getTotalWaitedNanos() {
return totalWaitedNanos_;
}
/**
*
* -1 means N/A
*
*
* double total_waited_nanos = 3;
*/
public Builder setTotalWaitedNanos(double value) {
totalWaitedNanos_ = value;
onChanged();
return this;
}
/**
*
* -1 means N/A
*
*
* double total_waited_nanos = 3;
*/
public Builder clearTotalWaitedNanos() {
totalWaitedNanos_ = 0D;
onChanged();
return this;
}
private double totalAllocatedBytes_ ;
/**
*
* -1 means N/A
*
*
* double total_allocated_bytes = 4;
*/
public double getTotalAllocatedBytes() {
return totalAllocatedBytes_;
}
/**
*
* -1 means N/A
*
*
* double total_allocated_bytes = 4;
*/
public Builder setTotalAllocatedBytes(double value) {
totalAllocatedBytes_ = value;
onChanged();
return this;
}
/**
*
* -1 means N/A
*
*
* double total_allocated_bytes = 4;
*/
public Builder clearTotalAllocatedBytes() {
totalAllocatedBytes_ = 0D;
onChanged();
return this;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.ThreadStats)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.ThreadStats)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public ThreadStats parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new ThreadStats(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface OldQueriesByTypeOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.OldQueriesByType)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
java.lang.String getType();
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
java.util.List
getQueryList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery getQuery(int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
int getQueryCount();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder>
getQueryOrBuilderList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder getQueryOrBuilder(
int index);
}
/**
*
* deprecated in 0.10.6
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldQueriesByType}
*/
public static final class OldQueriesByType extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.OldQueriesByType)
OldQueriesByTypeOrBuilder {
private static final long serialVersionUID = 0L;
// Use OldQueriesByType.newBuilder() to construct.
private OldQueriesByType(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private OldQueriesByType() {
type_ = "";
query_ = java.util.Collections.emptyList();
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private OldQueriesByType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
type_ = s;
break;
}
case 18: {
if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
query_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000002;
}
query_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.parser(), extensionRegistry));
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
query_ = java.util.Collections.unmodifiableList(query_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder.class);
}
private int bitField0_;
public static final int TYPE_FIELD_NUMBER = 1;
private volatile java.lang.Object type_;
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
type_ = s;
return s;
}
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int QUERY_FIELD_NUMBER = 2;
private java.util.List query_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public java.util.List getQueryList() {
return query_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder>
getQueryOrBuilderList() {
return query_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public int getQueryCount() {
return query_.size();
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery getQuery(int index) {
return query_.get(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder getQueryOrBuilder(
int index) {
return query_.get(index);
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getTypeBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_);
}
for (int i = 0; i < query_.size(); i++) {
output.writeMessage(2, query_.get(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getTypeBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, type_);
}
for (int i = 0; i < query_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(2, query_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType) obj;
boolean result = true;
result = result && getType()
.equals(other.getType());
result = result && getQueryList()
.equals(other.getQueryList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
if (getQueryCount() > 0) {
hash = (37 * hash) + QUERY_FIELD_NUMBER;
hash = (53 * hash) + getQueryList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* deprecated in 0.10.6
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldQueriesByType}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.OldQueriesByType)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getQueryFieldBuilder();
}
}
public Builder clear() {
super.clear();
type_ = "";
if (queryBuilder_ == null) {
query_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
} else {
queryBuilder_.clear();
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.type_ = type_;
if (queryBuilder_ == null) {
if (((bitField0_ & 0x00000002) == 0x00000002)) {
query_ = java.util.Collections.unmodifiableList(query_);
bitField0_ = (bitField0_ & ~0x00000002);
}
result.query_ = query_;
} else {
result.query_ = queryBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.getDefaultInstance()) return this;
if (!other.getType().isEmpty()) {
type_ = other.type_;
onChanged();
}
if (queryBuilder_ == null) {
if (!other.query_.isEmpty()) {
if (query_.isEmpty()) {
query_ = other.query_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureQueryIsMutable();
query_.addAll(other.query_);
}
onChanged();
}
} else {
if (!other.query_.isEmpty()) {
if (queryBuilder_.isEmpty()) {
queryBuilder_.dispose();
queryBuilder_ = null;
query_ = other.query_;
bitField0_ = (bitField0_ & ~0x00000002);
queryBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getQueryFieldBuilder() : null;
} else {
queryBuilder_.addAllMessages(other.query_);
}
}
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object type_ = "";
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
type_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public Builder setType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
type_ = value;
onChanged();
return this;
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public Builder clearType() {
type_ = getDefaultInstance().getType();
onChanged();
return this;
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public Builder setTypeBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
type_ = value;
onChanged();
return this;
}
private java.util.List query_ =
java.util.Collections.emptyList();
private void ensureQueryIsMutable() {
if (!((bitField0_ & 0x00000002) == 0x00000002)) {
query_ = new java.util.ArrayList(query_);
bitField0_ |= 0x00000002;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder> queryBuilder_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public java.util.List getQueryList() {
if (queryBuilder_ == null) {
return java.util.Collections.unmodifiableList(query_);
} else {
return queryBuilder_.getMessageList();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public int getQueryCount() {
if (queryBuilder_ == null) {
return query_.size();
} else {
return queryBuilder_.getCount();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery getQuery(int index) {
if (queryBuilder_ == null) {
return query_.get(index);
} else {
return queryBuilder_.getMessage(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public Builder setQuery(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery value) {
if (queryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureQueryIsMutable();
query_.set(index, value);
onChanged();
} else {
queryBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public Builder setQuery(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder builderForValue) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
query_.set(index, builderForValue.build());
onChanged();
} else {
queryBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public Builder addQuery(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery value) {
if (queryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureQueryIsMutable();
query_.add(value);
onChanged();
} else {
queryBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public Builder addQuery(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery value) {
if (queryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureQueryIsMutable();
query_.add(index, value);
onChanged();
} else {
queryBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public Builder addQuery(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder builderForValue) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
query_.add(builderForValue.build());
onChanged();
} else {
queryBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public Builder addQuery(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder builderForValue) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
query_.add(index, builderForValue.build());
onChanged();
} else {
queryBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public Builder addAllQuery(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery> values) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, query_);
onChanged();
} else {
queryBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public Builder clearQuery() {
if (queryBuilder_ == null) {
query_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
} else {
queryBuilder_.clear();
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public Builder removeQuery(int index) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
query_.remove(index);
onChanged();
} else {
queryBuilder_.remove(index);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder getQueryBuilder(
int index) {
return getQueryFieldBuilder().getBuilder(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder getQueryOrBuilder(
int index) {
if (queryBuilder_ == null) {
return query_.get(index); } else {
return queryBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder>
getQueryOrBuilderList() {
if (queryBuilder_ != null) {
return queryBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(query_);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder addQueryBuilder() {
return getQueryFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder addQueryBuilder(
int index) {
return getQueryFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldQuery query = 2;
*/
public java.util.List
getQueryBuilderList() {
return getQueryFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder>
getQueryFieldBuilder() {
if (queryBuilder_ == null) {
queryBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder>(
query_,
((bitField0_ & 0x00000002) == 0x00000002),
getParentForChildren(),
isClean());
query_ = null;
}
return queryBuilder_;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.OldQueriesByType)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.OldQueriesByType)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public OldQueriesByType parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new OldQueriesByType(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface OldQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.OldQuery)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* introduced in 0.9.1, replacing full_text attribute
*
*
* int32 shared_query_text_index = 5;
*/
int getSharedQueryTextIndex();
/**
* double total_duration_nanos = 2;
*/
double getTotalDurationNanos();
/**
* int64 execution_count = 3;
*/
long getExecutionCount();
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
boolean hasTotalRows();
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
org.glowroot.wire.api.model.Proto.OptionalInt64 getTotalRows();
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getTotalRowsOrBuilder();
}
/**
*
* deprecated in 0.10.6
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldQuery}
*/
public static final class OldQuery extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.OldQuery)
OldQueryOrBuilder {
private static final long serialVersionUID = 0L;
// Use OldQuery.newBuilder() to construct.
private OldQuery(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private OldQuery() {
sharedQueryTextIndex_ = 0;
totalDurationNanos_ = 0D;
executionCount_ = 0L;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private OldQuery(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 17: {
totalDurationNanos_ = input.readDouble();
break;
}
case 24: {
executionCount_ = input.readInt64();
break;
}
case 34: {
org.glowroot.wire.api.model.Proto.OptionalInt64.Builder subBuilder = null;
if (totalRows_ != null) {
subBuilder = totalRows_.toBuilder();
}
totalRows_ = input.readMessage(org.glowroot.wire.api.model.Proto.OptionalInt64.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(totalRows_);
totalRows_ = subBuilder.buildPartial();
}
break;
}
case 40: {
sharedQueryTextIndex_ = input.readInt32();
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder.class);
}
public static final int SHARED_QUERY_TEXT_INDEX_FIELD_NUMBER = 5;
private int sharedQueryTextIndex_;
/**
*
* introduced in 0.9.1, replacing full_text attribute
*
*
* int32 shared_query_text_index = 5;
*/
public int getSharedQueryTextIndex() {
return sharedQueryTextIndex_;
}
public static final int TOTAL_DURATION_NANOS_FIELD_NUMBER = 2;
private double totalDurationNanos_;
/**
* double total_duration_nanos = 2;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
public static final int EXECUTION_COUNT_FIELD_NUMBER = 3;
private long executionCount_;
/**
* int64 execution_count = 3;
*/
public long getExecutionCount() {
return executionCount_;
}
public static final int TOTAL_ROWS_FIELD_NUMBER = 4;
private org.glowroot.wire.api.model.Proto.OptionalInt64 totalRows_;
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public boolean hasTotalRows() {
return totalRows_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64 getTotalRows() {
return totalRows_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : totalRows_;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getTotalRowsOrBuilder() {
return getTotalRows();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (totalDurationNanos_ != 0D) {
output.writeDouble(2, totalDurationNanos_);
}
if (executionCount_ != 0L) {
output.writeInt64(3, executionCount_);
}
if (totalRows_ != null) {
output.writeMessage(4, getTotalRows());
}
if (sharedQueryTextIndex_ != 0) {
output.writeInt32(5, sharedQueryTextIndex_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (totalDurationNanos_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(2, totalDurationNanos_);
}
if (executionCount_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(3, executionCount_);
}
if (totalRows_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getTotalRows());
}
if (sharedQueryTextIndex_ != 0) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt32Size(5, sharedQueryTextIndex_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery) obj;
boolean result = true;
result = result && (getSharedQueryTextIndex()
== other.getSharedQueryTextIndex());
result = result && (
java.lang.Double.doubleToLongBits(getTotalDurationNanos())
== java.lang.Double.doubleToLongBits(
other.getTotalDurationNanos()));
result = result && (getExecutionCount()
== other.getExecutionCount());
result = result && (hasTotalRows() == other.hasTotalRows());
if (hasTotalRows()) {
result = result && getTotalRows()
.equals(other.getTotalRows());
}
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + SHARED_QUERY_TEXT_INDEX_FIELD_NUMBER;
hash = (53 * hash) + getSharedQueryTextIndex();
hash = (37 * hash) + TOTAL_DURATION_NANOS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalDurationNanos()));
hash = (37 * hash) + EXECUTION_COUNT_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getExecutionCount());
if (hasTotalRows()) {
hash = (37 * hash) + TOTAL_ROWS_FIELD_NUMBER;
hash = (53 * hash) + getTotalRows().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* deprecated in 0.10.6
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldQuery}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.OldQuery)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueryOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
sharedQueryTextIndex_ = 0;
totalDurationNanos_ = 0D;
executionCount_ = 0L;
if (totalRowsBuilder_ == null) {
totalRows_ = null;
} else {
totalRows_ = null;
totalRowsBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery(this);
result.sharedQueryTextIndex_ = sharedQueryTextIndex_;
result.totalDurationNanos_ = totalDurationNanos_;
result.executionCount_ = executionCount_;
if (totalRowsBuilder_ == null) {
result.totalRows_ = totalRows_;
} else {
result.totalRows_ = totalRowsBuilder_.build();
}
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery.getDefaultInstance()) return this;
if (other.getSharedQueryTextIndex() != 0) {
setSharedQueryTextIndex(other.getSharedQueryTextIndex());
}
if (other.getTotalDurationNanos() != 0D) {
setTotalDurationNanos(other.getTotalDurationNanos());
}
if (other.getExecutionCount() != 0L) {
setExecutionCount(other.getExecutionCount());
}
if (other.hasTotalRows()) {
mergeTotalRows(other.getTotalRows());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int sharedQueryTextIndex_ ;
/**
*
* introduced in 0.9.1, replacing full_text attribute
*
*
* int32 shared_query_text_index = 5;
*/
public int getSharedQueryTextIndex() {
return sharedQueryTextIndex_;
}
/**
*
* introduced in 0.9.1, replacing full_text attribute
*
*
* int32 shared_query_text_index = 5;
*/
public Builder setSharedQueryTextIndex(int value) {
sharedQueryTextIndex_ = value;
onChanged();
return this;
}
/**
*
* introduced in 0.9.1, replacing full_text attribute
*
*
* int32 shared_query_text_index = 5;
*/
public Builder clearSharedQueryTextIndex() {
sharedQueryTextIndex_ = 0;
onChanged();
return this;
}
private double totalDurationNanos_ ;
/**
* double total_duration_nanos = 2;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
/**
* double total_duration_nanos = 2;
*/
public Builder setTotalDurationNanos(double value) {
totalDurationNanos_ = value;
onChanged();
return this;
}
/**
* double total_duration_nanos = 2;
*/
public Builder clearTotalDurationNanos() {
totalDurationNanos_ = 0D;
onChanged();
return this;
}
private long executionCount_ ;
/**
* int64 execution_count = 3;
*/
public long getExecutionCount() {
return executionCount_;
}
/**
* int64 execution_count = 3;
*/
public Builder setExecutionCount(long value) {
executionCount_ = value;
onChanged();
return this;
}
/**
* int64 execution_count = 3;
*/
public Builder clearExecutionCount() {
executionCount_ = 0L;
onChanged();
return this;
}
private org.glowroot.wire.api.model.Proto.OptionalInt64 totalRows_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder> totalRowsBuilder_;
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public boolean hasTotalRows() {
return totalRowsBuilder_ != null || totalRows_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64 getTotalRows() {
if (totalRowsBuilder_ == null) {
return totalRows_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : totalRows_;
} else {
return totalRowsBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public Builder setTotalRows(org.glowroot.wire.api.model.Proto.OptionalInt64 value) {
if (totalRowsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
totalRows_ = value;
onChanged();
} else {
totalRowsBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public Builder setTotalRows(
org.glowroot.wire.api.model.Proto.OptionalInt64.Builder builderForValue) {
if (totalRowsBuilder_ == null) {
totalRows_ = builderForValue.build();
onChanged();
} else {
totalRowsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public Builder mergeTotalRows(org.glowroot.wire.api.model.Proto.OptionalInt64 value) {
if (totalRowsBuilder_ == null) {
if (totalRows_ != null) {
totalRows_ =
org.glowroot.wire.api.model.Proto.OptionalInt64.newBuilder(totalRows_).mergeFrom(value).buildPartial();
} else {
totalRows_ = value;
}
onChanged();
} else {
totalRowsBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public Builder clearTotalRows() {
if (totalRowsBuilder_ == null) {
totalRows_ = null;
onChanged();
} else {
totalRows_ = null;
totalRowsBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64.Builder getTotalRowsBuilder() {
onChanged();
return getTotalRowsFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getTotalRowsOrBuilder() {
if (totalRowsBuilder_ != null) {
return totalRowsBuilder_.getMessageOrBuilder();
} else {
return totalRows_ == null ?
org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : totalRows_;
}
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 4;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder>
getTotalRowsFieldBuilder() {
if (totalRowsBuilder_ == null) {
totalRowsBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder>(
getTotalRows(),
getParentForChildren(),
isClean());
totalRows_ = null;
}
return totalRowsBuilder_;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.OldQuery)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.OldQuery)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public OldQuery parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new OldQuery(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQuery getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface QueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.Query)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
java.lang.String getType();
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes();
/**
* int32 shared_query_text_index = 2;
*/
int getSharedQueryTextIndex();
/**
* double total_duration_nanos = 3;
*/
double getTotalDurationNanos();
/**
* int64 execution_count = 4;
*/
long getExecutionCount();
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
boolean hasTotalRows();
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
org.glowroot.wire.api.model.Proto.OptionalInt64 getTotalRows();
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getTotalRowsOrBuilder();
/**
*
* only used for trace specific queries
*
*
* bool active = 6;
*/
boolean getActive();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.Query}
*/
public static final class Query extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.Query)
QueryOrBuilder {
private static final long serialVersionUID = 0L;
// Use Query.newBuilder() to construct.
private Query(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Query() {
type_ = "";
sharedQueryTextIndex_ = 0;
totalDurationNanos_ = 0D;
executionCount_ = 0L;
active_ = false;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Query(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
type_ = s;
break;
}
case 16: {
sharedQueryTextIndex_ = input.readInt32();
break;
}
case 25: {
totalDurationNanos_ = input.readDouble();
break;
}
case 32: {
executionCount_ = input.readInt64();
break;
}
case 42: {
org.glowroot.wire.api.model.Proto.OptionalInt64.Builder subBuilder = null;
if (totalRows_ != null) {
subBuilder = totalRows_.toBuilder();
}
totalRows_ = input.readMessage(org.glowroot.wire.api.model.Proto.OptionalInt64.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(totalRows_);
totalRows_ = subBuilder.buildPartial();
}
break;
}
case 48: {
active_ = input.readBool();
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Query_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Query_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder.class);
}
public static final int TYPE_FIELD_NUMBER = 1;
private volatile java.lang.Object type_;
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
type_ = s;
return s;
}
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int SHARED_QUERY_TEXT_INDEX_FIELD_NUMBER = 2;
private int sharedQueryTextIndex_;
/**
* int32 shared_query_text_index = 2;
*/
public int getSharedQueryTextIndex() {
return sharedQueryTextIndex_;
}
public static final int TOTAL_DURATION_NANOS_FIELD_NUMBER = 3;
private double totalDurationNanos_;
/**
* double total_duration_nanos = 3;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
public static final int EXECUTION_COUNT_FIELD_NUMBER = 4;
private long executionCount_;
/**
* int64 execution_count = 4;
*/
public long getExecutionCount() {
return executionCount_;
}
public static final int TOTAL_ROWS_FIELD_NUMBER = 5;
private org.glowroot.wire.api.model.Proto.OptionalInt64 totalRows_;
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public boolean hasTotalRows() {
return totalRows_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64 getTotalRows() {
return totalRows_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : totalRows_;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getTotalRowsOrBuilder() {
return getTotalRows();
}
public static final int ACTIVE_FIELD_NUMBER = 6;
private boolean active_;
/**
*
* only used for trace specific queries
*
*
* bool active = 6;
*/
public boolean getActive() {
return active_;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getTypeBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_);
}
if (sharedQueryTextIndex_ != 0) {
output.writeInt32(2, sharedQueryTextIndex_);
}
if (totalDurationNanos_ != 0D) {
output.writeDouble(3, totalDurationNanos_);
}
if (executionCount_ != 0L) {
output.writeInt64(4, executionCount_);
}
if (totalRows_ != null) {
output.writeMessage(5, getTotalRows());
}
if (active_ != false) {
output.writeBool(6, active_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getTypeBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, type_);
}
if (sharedQueryTextIndex_ != 0) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt32Size(2, sharedQueryTextIndex_);
}
if (totalDurationNanos_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(3, totalDurationNanos_);
}
if (executionCount_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(4, executionCount_);
}
if (totalRows_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(5, getTotalRows());
}
if (active_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(6, active_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query) obj;
boolean result = true;
result = result && getType()
.equals(other.getType());
result = result && (getSharedQueryTextIndex()
== other.getSharedQueryTextIndex());
result = result && (
java.lang.Double.doubleToLongBits(getTotalDurationNanos())
== java.lang.Double.doubleToLongBits(
other.getTotalDurationNanos()));
result = result && (getExecutionCount()
== other.getExecutionCount());
result = result && (hasTotalRows() == other.hasTotalRows());
if (hasTotalRows()) {
result = result && getTotalRows()
.equals(other.getTotalRows());
}
result = result && (getActive()
== other.getActive());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
hash = (37 * hash) + SHARED_QUERY_TEXT_INDEX_FIELD_NUMBER;
hash = (53 * hash) + getSharedQueryTextIndex();
hash = (37 * hash) + TOTAL_DURATION_NANOS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalDurationNanos()));
hash = (37 * hash) + EXECUTION_COUNT_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getExecutionCount());
if (hasTotalRows()) {
hash = (37 * hash) + TOTAL_ROWS_FIELD_NUMBER;
hash = (53 * hash) + getTotalRows().hashCode();
}
hash = (37 * hash) + ACTIVE_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getActive());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.Query}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.Query)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Query_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Query_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
type_ = "";
sharedQueryTextIndex_ = 0;
totalDurationNanos_ = 0D;
executionCount_ = 0L;
if (totalRowsBuilder_ == null) {
totalRows_ = null;
} else {
totalRows_ = null;
totalRowsBuilder_ = null;
}
active_ = false;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_Query_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query(this);
result.type_ = type_;
result.sharedQueryTextIndex_ = sharedQueryTextIndex_;
result.totalDurationNanos_ = totalDurationNanos_;
result.executionCount_ = executionCount_;
if (totalRowsBuilder_ == null) {
result.totalRows_ = totalRows_;
} else {
result.totalRows_ = totalRowsBuilder_.build();
}
result.active_ = active_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.getDefaultInstance()) return this;
if (!other.getType().isEmpty()) {
type_ = other.type_;
onChanged();
}
if (other.getSharedQueryTextIndex() != 0) {
setSharedQueryTextIndex(other.getSharedQueryTextIndex());
}
if (other.getTotalDurationNanos() != 0D) {
setTotalDurationNanos(other.getTotalDurationNanos());
}
if (other.getExecutionCount() != 0L) {
setExecutionCount(other.getExecutionCount());
}
if (other.hasTotalRows()) {
mergeTotalRows(other.getTotalRows());
}
if (other.getActive() != false) {
setActive(other.getActive());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object type_ = "";
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
type_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public Builder setType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
type_ = value;
onChanged();
return this;
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public Builder clearType() {
type_ = getDefaultInstance().getType();
onChanged();
return this;
}
/**
*
* e.g. "SQL", "CQL"
*
*
* string type = 1;
*/
public Builder setTypeBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
type_ = value;
onChanged();
return this;
}
private int sharedQueryTextIndex_ ;
/**
* int32 shared_query_text_index = 2;
*/
public int getSharedQueryTextIndex() {
return sharedQueryTextIndex_;
}
/**
* int32 shared_query_text_index = 2;
*/
public Builder setSharedQueryTextIndex(int value) {
sharedQueryTextIndex_ = value;
onChanged();
return this;
}
/**
* int32 shared_query_text_index = 2;
*/
public Builder clearSharedQueryTextIndex() {
sharedQueryTextIndex_ = 0;
onChanged();
return this;
}
private double totalDurationNanos_ ;
/**
* double total_duration_nanos = 3;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
/**
* double total_duration_nanos = 3;
*/
public Builder setTotalDurationNanos(double value) {
totalDurationNanos_ = value;
onChanged();
return this;
}
/**
* double total_duration_nanos = 3;
*/
public Builder clearTotalDurationNanos() {
totalDurationNanos_ = 0D;
onChanged();
return this;
}
private long executionCount_ ;
/**
* int64 execution_count = 4;
*/
public long getExecutionCount() {
return executionCount_;
}
/**
* int64 execution_count = 4;
*/
public Builder setExecutionCount(long value) {
executionCount_ = value;
onChanged();
return this;
}
/**
* int64 execution_count = 4;
*/
public Builder clearExecutionCount() {
executionCount_ = 0L;
onChanged();
return this;
}
private org.glowroot.wire.api.model.Proto.OptionalInt64 totalRows_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder> totalRowsBuilder_;
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public boolean hasTotalRows() {
return totalRowsBuilder_ != null || totalRows_ != null;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64 getTotalRows() {
if (totalRowsBuilder_ == null) {
return totalRows_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : totalRows_;
} else {
return totalRowsBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public Builder setTotalRows(org.glowroot.wire.api.model.Proto.OptionalInt64 value) {
if (totalRowsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
totalRows_ = value;
onChanged();
} else {
totalRowsBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public Builder setTotalRows(
org.glowroot.wire.api.model.Proto.OptionalInt64.Builder builderForValue) {
if (totalRowsBuilder_ == null) {
totalRows_ = builderForValue.build();
onChanged();
} else {
totalRowsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public Builder mergeTotalRows(org.glowroot.wire.api.model.Proto.OptionalInt64 value) {
if (totalRowsBuilder_ == null) {
if (totalRows_ != null) {
totalRows_ =
org.glowroot.wire.api.model.Proto.OptionalInt64.newBuilder(totalRows_).mergeFrom(value).buildPartial();
} else {
totalRows_ = value;
}
onChanged();
} else {
totalRowsBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public Builder clearTotalRows() {
if (totalRowsBuilder_ == null) {
totalRows_ = null;
onChanged();
} else {
totalRows_ = null;
totalRowsBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64.Builder getTotalRowsBuilder() {
onChanged();
return getTotalRowsFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
public org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getTotalRowsOrBuilder() {
if (totalRowsBuilder_ != null) {
return totalRowsBuilder_.getMessageOrBuilder();
} else {
return totalRows_ == null ?
org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : totalRows_;
}
}
/**
* .org_glowroot_wire_api_model.OptionalInt64 total_rows = 5;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder>
getTotalRowsFieldBuilder() {
if (totalRowsBuilder_ == null) {
totalRowsBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder>(
getTotalRows(),
getParentForChildren(),
isClean());
totalRows_ = null;
}
return totalRowsBuilder_;
}
private boolean active_ ;
/**
*
* only used for trace specific queries
*
*
* bool active = 6;
*/
public boolean getActive() {
return active_;
}
/**
*
* only used for trace specific queries
*
*
* bool active = 6;
*/
public Builder setActive(boolean value) {
active_ = value;
onChanged();
return this;
}
/**
*
* only used for trace specific queries
*
*
* bool active = 6;
*/
public Builder clearActive() {
active_ = false;
onChanged();
return this;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.Query)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.Query)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public Query parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new Query(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface OldServiceCallsByTypeOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
java.lang.String getType();
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
java.util.List
getServiceCallList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall getServiceCall(int index);
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
int getServiceCallCount();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder>
getServiceCallOrBuilderList();
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder getServiceCallOrBuilder(
int index);
}
/**
*
* deprecated in 0.10.6
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType}
*/
public static final class OldServiceCallsByType extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType)
OldServiceCallsByTypeOrBuilder {
private static final long serialVersionUID = 0L;
// Use OldServiceCallsByType.newBuilder() to construct.
private OldServiceCallsByType(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private OldServiceCallsByType() {
type_ = "";
serviceCall_ = java.util.Collections.emptyList();
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private OldServiceCallsByType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
type_ = s;
break;
}
case 18: {
if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
serviceCall_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000002;
}
serviceCall_.add(
input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.parser(), extensionRegistry));
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
serviceCall_ = java.util.Collections.unmodifiableList(serviceCall_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder.class);
}
private int bitField0_;
public static final int TYPE_FIELD_NUMBER = 1;
private volatile java.lang.Object type_;
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
type_ = s;
return s;
}
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int SERVICE_CALL_FIELD_NUMBER = 2;
private java.util.List serviceCall_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public java.util.List getServiceCallList() {
return serviceCall_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder>
getServiceCallOrBuilderList() {
return serviceCall_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public int getServiceCallCount() {
return serviceCall_.size();
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall getServiceCall(int index) {
return serviceCall_.get(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder getServiceCallOrBuilder(
int index) {
return serviceCall_.get(index);
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getTypeBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_);
}
for (int i = 0; i < serviceCall_.size(); i++) {
output.writeMessage(2, serviceCall_.get(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getTypeBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, type_);
}
for (int i = 0; i < serviceCall_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(2, serviceCall_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType) obj;
boolean result = true;
result = result && getType()
.equals(other.getType());
result = result && getServiceCallList()
.equals(other.getServiceCallList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
if (getServiceCallCount() > 0) {
hash = (37 * hash) + SERVICE_CALL_FIELD_NUMBER;
hash = (53 * hash) + getServiceCallList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* deprecated in 0.10.6
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getServiceCallFieldBuilder();
}
}
public Builder clear() {
super.clear();
type_ = "";
if (serviceCallBuilder_ == null) {
serviceCall_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
} else {
serviceCallBuilder_.clear();
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.type_ = type_;
if (serviceCallBuilder_ == null) {
if (((bitField0_ & 0x00000002) == 0x00000002)) {
serviceCall_ = java.util.Collections.unmodifiableList(serviceCall_);
bitField0_ = (bitField0_ & ~0x00000002);
}
result.serviceCall_ = serviceCall_;
} else {
result.serviceCall_ = serviceCallBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.getDefaultInstance()) return this;
if (!other.getType().isEmpty()) {
type_ = other.type_;
onChanged();
}
if (serviceCallBuilder_ == null) {
if (!other.serviceCall_.isEmpty()) {
if (serviceCall_.isEmpty()) {
serviceCall_ = other.serviceCall_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureServiceCallIsMutable();
serviceCall_.addAll(other.serviceCall_);
}
onChanged();
}
} else {
if (!other.serviceCall_.isEmpty()) {
if (serviceCallBuilder_.isEmpty()) {
serviceCallBuilder_.dispose();
serviceCallBuilder_ = null;
serviceCall_ = other.serviceCall_;
bitField0_ = (bitField0_ & ~0x00000002);
serviceCallBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getServiceCallFieldBuilder() : null;
} else {
serviceCallBuilder_.addAllMessages(other.serviceCall_);
}
}
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object type_ = "";
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
type_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public Builder setType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
type_ = value;
onChanged();
return this;
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public Builder clearType() {
type_ = getDefaultInstance().getType();
onChanged();
return this;
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public Builder setTypeBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
type_ = value;
onChanged();
return this;
}
private java.util.List serviceCall_ =
java.util.Collections.emptyList();
private void ensureServiceCallIsMutable() {
if (!((bitField0_ & 0x00000002) == 0x00000002)) {
serviceCall_ = new java.util.ArrayList(serviceCall_);
bitField0_ |= 0x00000002;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder> serviceCallBuilder_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public java.util.List getServiceCallList() {
if (serviceCallBuilder_ == null) {
return java.util.Collections.unmodifiableList(serviceCall_);
} else {
return serviceCallBuilder_.getMessageList();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public int getServiceCallCount() {
if (serviceCallBuilder_ == null) {
return serviceCall_.size();
} else {
return serviceCallBuilder_.getCount();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall getServiceCall(int index) {
if (serviceCallBuilder_ == null) {
return serviceCall_.get(index);
} else {
return serviceCallBuilder_.getMessage(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public Builder setServiceCall(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall value) {
if (serviceCallBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureServiceCallIsMutable();
serviceCall_.set(index, value);
onChanged();
} else {
serviceCallBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public Builder setServiceCall(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder builderForValue) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
serviceCall_.set(index, builderForValue.build());
onChanged();
} else {
serviceCallBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public Builder addServiceCall(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall value) {
if (serviceCallBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureServiceCallIsMutable();
serviceCall_.add(value);
onChanged();
} else {
serviceCallBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public Builder addServiceCall(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall value) {
if (serviceCallBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureServiceCallIsMutable();
serviceCall_.add(index, value);
onChanged();
} else {
serviceCallBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public Builder addServiceCall(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder builderForValue) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
serviceCall_.add(builderForValue.build());
onChanged();
} else {
serviceCallBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public Builder addServiceCall(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder builderForValue) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
serviceCall_.add(index, builderForValue.build());
onChanged();
} else {
serviceCallBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public Builder addAllServiceCall(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall> values) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, serviceCall_);
onChanged();
} else {
serviceCallBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public Builder clearServiceCall() {
if (serviceCallBuilder_ == null) {
serviceCall_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
} else {
serviceCallBuilder_.clear();
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public Builder removeServiceCall(int index) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
serviceCall_.remove(index);
onChanged();
} else {
serviceCallBuilder_.remove(index);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder getServiceCallBuilder(
int index) {
return getServiceCallFieldBuilder().getBuilder(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder getServiceCallOrBuilder(
int index) {
if (serviceCallBuilder_ == null) {
return serviceCall_.get(index); } else {
return serviceCallBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder>
getServiceCallOrBuilderList() {
if (serviceCallBuilder_ != null) {
return serviceCallBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(serviceCall_);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder addServiceCallBuilder() {
return getServiceCallFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder addServiceCallBuilder(
int index) {
return getServiceCallFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCall service_call = 2;
*/
public java.util.List
getServiceCallBuilderList() {
return getServiceCallFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder>
getServiceCallFieldBuilder() {
if (serviceCallBuilder_ == null) {
serviceCallBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder>(
serviceCall_,
((bitField0_ & 0x00000002) == 0x00000002),
getParentForChildren(),
isClean());
serviceCall_ = null;
}
return serviceCallBuilder_;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public OldServiceCallsByType parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new OldServiceCallsByType(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface OldServiceCallOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.OldServiceCall)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string text = 1;
*/
java.lang.String getText();
/**
* string text = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTextBytes();
/**
* double total_duration_nanos = 2;
*/
double getTotalDurationNanos();
/**
* int64 execution_count = 3;
*/
long getExecutionCount();
}
/**
*
* deprecated in 0.10.6
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldServiceCall}
*/
public static final class OldServiceCall extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.OldServiceCall)
OldServiceCallOrBuilder {
private static final long serialVersionUID = 0L;
// Use OldServiceCall.newBuilder() to construct.
private OldServiceCall(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private OldServiceCall() {
text_ = "";
totalDurationNanos_ = 0D;
executionCount_ = 0L;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private OldServiceCall(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
text_ = s;
break;
}
case 17: {
totalDurationNanos_ = input.readDouble();
break;
}
case 24: {
executionCount_ = input.readInt64();
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder.class);
}
public static final int TEXT_FIELD_NUMBER = 1;
private volatile java.lang.Object text_;
/**
* string text = 1;
*/
public java.lang.String getText() {
java.lang.Object ref = text_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
text_ = s;
return s;
}
}
/**
* string text = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTextBytes() {
java.lang.Object ref = text_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
text_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int TOTAL_DURATION_NANOS_FIELD_NUMBER = 2;
private double totalDurationNanos_;
/**
* double total_duration_nanos = 2;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
public static final int EXECUTION_COUNT_FIELD_NUMBER = 3;
private long executionCount_;
/**
* int64 execution_count = 3;
*/
public long getExecutionCount() {
return executionCount_;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getTextBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, text_);
}
if (totalDurationNanos_ != 0D) {
output.writeDouble(2, totalDurationNanos_);
}
if (executionCount_ != 0L) {
output.writeInt64(3, executionCount_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getTextBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, text_);
}
if (totalDurationNanos_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(2, totalDurationNanos_);
}
if (executionCount_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(3, executionCount_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall) obj;
boolean result = true;
result = result && getText()
.equals(other.getText());
result = result && (
java.lang.Double.doubleToLongBits(getTotalDurationNanos())
== java.lang.Double.doubleToLongBits(
other.getTotalDurationNanos()));
result = result && (getExecutionCount()
== other.getExecutionCount());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TEXT_FIELD_NUMBER;
hash = (53 * hash) + getText().hashCode();
hash = (37 * hash) + TOTAL_DURATION_NANOS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalDurationNanos()));
hash = (37 * hash) + EXECUTION_COUNT_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getExecutionCount());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* deprecated in 0.10.6
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.OldServiceCall}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.OldServiceCall)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
text_ = "";
totalDurationNanos_ = 0D;
executionCount_ = 0L;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall(this);
result.text_ = text_;
result.totalDurationNanos_ = totalDurationNanos_;
result.executionCount_ = executionCount_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall.getDefaultInstance()) return this;
if (!other.getText().isEmpty()) {
text_ = other.text_;
onChanged();
}
if (other.getTotalDurationNanos() != 0D) {
setTotalDurationNanos(other.getTotalDurationNanos());
}
if (other.getExecutionCount() != 0L) {
setExecutionCount(other.getExecutionCount());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object text_ = "";
/**
* string text = 1;
*/
public java.lang.String getText() {
java.lang.Object ref = text_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
text_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string text = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTextBytes() {
java.lang.Object ref = text_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
text_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string text = 1;
*/
public Builder setText(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
text_ = value;
onChanged();
return this;
}
/**
* string text = 1;
*/
public Builder clearText() {
text_ = getDefaultInstance().getText();
onChanged();
return this;
}
/**
* string text = 1;
*/
public Builder setTextBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
text_ = value;
onChanged();
return this;
}
private double totalDurationNanos_ ;
/**
* double total_duration_nanos = 2;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
/**
* double total_duration_nanos = 2;
*/
public Builder setTotalDurationNanos(double value) {
totalDurationNanos_ = value;
onChanged();
return this;
}
/**
* double total_duration_nanos = 2;
*/
public Builder clearTotalDurationNanos() {
totalDurationNanos_ = 0D;
onChanged();
return this;
}
private long executionCount_ ;
/**
* int64 execution_count = 3;
*/
public long getExecutionCount() {
return executionCount_;
}
/**
* int64 execution_count = 3;
*/
public Builder setExecutionCount(long value) {
executionCount_ = value;
onChanged();
return this;
}
/**
* int64 execution_count = 3;
*/
public Builder clearExecutionCount() {
executionCount_ = 0L;
onChanged();
return this;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.OldServiceCall)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.OldServiceCall)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public OldServiceCall parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new OldServiceCall(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCall getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ServiceCallOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.ServiceCall)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
java.lang.String getType();
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes();
/**
* string text = 2;
*/
java.lang.String getText();
/**
* string text = 2;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTextBytes();
/**
* double total_duration_nanos = 3;
*/
double getTotalDurationNanos();
/**
* int64 execution_count = 4;
*/
long getExecutionCount();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.ServiceCall}
*/
public static final class ServiceCall extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.ServiceCall)
ServiceCallOrBuilder {
private static final long serialVersionUID = 0L;
// Use ServiceCall.newBuilder() to construct.
private ServiceCall(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ServiceCall() {
type_ = "";
text_ = "";
totalDurationNanos_ = 0D;
executionCount_ = 0L;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ServiceCall(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
type_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
text_ = s;
break;
}
case 25: {
totalDurationNanos_ = input.readDouble();
break;
}
case 32: {
executionCount_ = input.readInt64();
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder.class);
}
public static final int TYPE_FIELD_NUMBER = 1;
private volatile java.lang.Object type_;
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
type_ = s;
return s;
}
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int TEXT_FIELD_NUMBER = 2;
private volatile java.lang.Object text_;
/**
* string text = 2;
*/
public java.lang.String getText() {
java.lang.Object ref = text_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
text_ = s;
return s;
}
}
/**
* string text = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTextBytes() {
java.lang.Object ref = text_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
text_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int TOTAL_DURATION_NANOS_FIELD_NUMBER = 3;
private double totalDurationNanos_;
/**
* double total_duration_nanos = 3;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
public static final int EXECUTION_COUNT_FIELD_NUMBER = 4;
private long executionCount_;
/**
* int64 execution_count = 4;
*/
public long getExecutionCount() {
return executionCount_;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getTypeBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_);
}
if (!getTextBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, text_);
}
if (totalDurationNanos_ != 0D) {
output.writeDouble(3, totalDurationNanos_);
}
if (executionCount_ != 0L) {
output.writeInt64(4, executionCount_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getTypeBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, type_);
}
if (!getTextBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, text_);
}
if (totalDurationNanos_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(3, totalDurationNanos_);
}
if (executionCount_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(4, executionCount_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall) obj;
boolean result = true;
result = result && getType()
.equals(other.getType());
result = result && getText()
.equals(other.getText());
result = result && (
java.lang.Double.doubleToLongBits(getTotalDurationNanos())
== java.lang.Double.doubleToLongBits(
other.getTotalDurationNanos()));
result = result && (getExecutionCount()
== other.getExecutionCount());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
hash = (37 * hash) + TEXT_FIELD_NUMBER;
hash = (53 * hash) + getText().hashCode();
hash = (37 * hash) + TOTAL_DURATION_NANOS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalDurationNanos()));
hash = (37 * hash) + EXECUTION_COUNT_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getExecutionCount());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.ServiceCall}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.ServiceCall)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
type_ = "";
text_ = "";
totalDurationNanos_ = 0D;
executionCount_ = 0L;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall(this);
result.type_ = type_;
result.text_ = text_;
result.totalDurationNanos_ = totalDurationNanos_;
result.executionCount_ = executionCount_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.getDefaultInstance()) return this;
if (!other.getType().isEmpty()) {
type_ = other.type_;
onChanged();
}
if (!other.getText().isEmpty()) {
text_ = other.text_;
onChanged();
}
if (other.getTotalDurationNanos() != 0D) {
setTotalDurationNanos(other.getTotalDurationNanos());
}
if (other.getExecutionCount() != 0L) {
setExecutionCount(other.getExecutionCount());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object type_ = "";
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
type_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public Builder setType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
type_ = value;
onChanged();
return this;
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public Builder clearType() {
type_ = getDefaultInstance().getType();
onChanged();
return this;
}
/**
*
* e.g. "HTTP"
*
*
* string type = 1;
*/
public Builder setTypeBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
type_ = value;
onChanged();
return this;
}
private java.lang.Object text_ = "";
/**
* string text = 2;
*/
public java.lang.String getText() {
java.lang.Object ref = text_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
text_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string text = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTextBytes() {
java.lang.Object ref = text_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
text_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string text = 2;
*/
public Builder setText(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
text_ = value;
onChanged();
return this;
}
/**
* string text = 2;
*/
public Builder clearText() {
text_ = getDefaultInstance().getText();
onChanged();
return this;
}
/**
* string text = 2;
*/
public Builder setTextBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
text_ = value;
onChanged();
return this;
}
private double totalDurationNanos_ ;
/**
* double total_duration_nanos = 3;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
/**
* double total_duration_nanos = 3;
*/
public Builder setTotalDurationNanos(double value) {
totalDurationNanos_ = value;
onChanged();
return this;
}
/**
* double total_duration_nanos = 3;
*/
public Builder clearTotalDurationNanos() {
totalDurationNanos_ = 0D;
onChanged();
return this;
}
private long executionCount_ ;
/**
* int64 execution_count = 4;
*/
public long getExecutionCount() {
return executionCount_;
}
/**
* int64 execution_count = 4;
*/
public Builder setExecutionCount(long value) {
executionCount_ = value;
onChanged();
return this;
}
/**
* int64 execution_count = 4;
*/
public Builder clearExecutionCount() {
executionCount_ = 0L;
onChanged();
return this;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.ServiceCall)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.ServiceCall)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public ServiceCall parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new ServiceCall(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface SharedQueryTextOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Aggregate.SharedQueryText)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* sent when query text <= 120 characters
*
*
* string full_text = 1;
*/
java.lang.String getFullText();
/**
*
* sent when query text <= 120 characters
*
*
* string full_text = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getFullTextBytes();
/**
*
* sent when query text > 120 characters
*
*
* string truncated_text = 2;
*/
java.lang.String getTruncatedText();
/**
*
* sent when query text > 120 characters
*
*
* string truncated_text = 2;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTruncatedTextBytes();
/**
*
* sent when query text > 120 characters
*
*
* string full_text_sha1 = 3;
*/
java.lang.String getFullTextSha1();
/**
*
* sent when query text > 120 characters
*
*
* string full_text_sha1 = 3;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getFullTextSha1Bytes();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.SharedQueryText}
*/
public static final class SharedQueryText extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Aggregate.SharedQueryText)
SharedQueryTextOrBuilder {
private static final long serialVersionUID = 0L;
// Use SharedQueryText.newBuilder() to construct.
private SharedQueryText(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SharedQueryText() {
fullText_ = "";
truncatedText_ = "";
fullTextSha1_ = "";
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private SharedQueryText(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
fullText_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
truncatedText_ = s;
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
fullTextSha1_ = s;
break;
}
}
}
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText.Builder.class);
}
public static final int FULL_TEXT_FIELD_NUMBER = 1;
private volatile java.lang.Object fullText_;
/**
*
* sent when query text <= 120 characters
*
*
* string full_text = 1;
*/
public java.lang.String getFullText() {
java.lang.Object ref = fullText_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
fullText_ = s;
return s;
}
}
/**
*
* sent when query text <= 120 characters
*
*
* string full_text = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getFullTextBytes() {
java.lang.Object ref = fullText_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fullText_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int TRUNCATED_TEXT_FIELD_NUMBER = 2;
private volatile java.lang.Object truncatedText_;
/**
*
* sent when query text > 120 characters
*
*
* string truncated_text = 2;
*/
public java.lang.String getTruncatedText() {
java.lang.Object ref = truncatedText_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
truncatedText_ = s;
return s;
}
}
/**
*
* sent when query text > 120 characters
*
*
* string truncated_text = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTruncatedTextBytes() {
java.lang.Object ref = truncatedText_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
truncatedText_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int FULL_TEXT_SHA1_FIELD_NUMBER = 3;
private volatile java.lang.Object fullTextSha1_;
/**
*
* sent when query text > 120 characters
*
*
* string full_text_sha1 = 3;
*/
public java.lang.String getFullTextSha1() {
java.lang.Object ref = fullTextSha1_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
fullTextSha1_ = s;
return s;
}
}
/**
*
* sent when query text > 120 characters
*
*
* string full_text_sha1 = 3;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getFullTextSha1Bytes() {
java.lang.Object ref = fullTextSha1_;
if (ref instanceof java.lang.String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fullTextSha1_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getFullTextBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fullText_);
}
if (!getTruncatedTextBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, truncatedText_);
}
if (!getFullTextSha1Bytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, fullTextSha1_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getFullTextBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, fullText_);
}
if (!getTruncatedTextBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, truncatedText_);
}
if (!getFullTextSha1Bytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(3, fullTextSha1_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText) obj;
boolean result = true;
result = result && getFullText()
.equals(other.getFullText());
result = result && getTruncatedText()
.equals(other.getTruncatedText());
result = result && getFullTextSha1()
.equals(other.getFullTextSha1());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + FULL_TEXT_FIELD_NUMBER;
hash = (53 * hash) + getFullText().hashCode();
hash = (37 * hash) + TRUNCATED_TEXT_FIELD_NUMBER;
hash = (53 * hash) + getTruncatedText().hashCode();
hash = (37 * hash) + FULL_TEXT_SHA1_FIELD_NUMBER;
hash = (53 * hash) + getFullTextSha1().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate.SharedQueryText}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate.SharedQueryText)
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryTextOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
fullText_ = "";
truncatedText_ = "";
fullTextSha1_ = "";
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText(this);
result.fullText_ = fullText_;
result.truncatedText_ = truncatedText_;
result.fullTextSha1_ = fullTextSha1_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText.getDefaultInstance()) return this;
if (!other.getFullText().isEmpty()) {
fullText_ = other.fullText_;
onChanged();
}
if (!other.getTruncatedText().isEmpty()) {
truncatedText_ = other.truncatedText_;
onChanged();
}
if (!other.getFullTextSha1().isEmpty()) {
fullTextSha1_ = other.fullTextSha1_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object fullText_ = "";
/**
*
* sent when query text <= 120 characters
*
*
* string full_text = 1;
*/
public java.lang.String getFullText() {
java.lang.Object ref = fullText_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
fullText_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* sent when query text <= 120 characters
*
*
* string full_text = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getFullTextBytes() {
java.lang.Object ref = fullText_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fullText_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* sent when query text <= 120 characters
*
*
* string full_text = 1;
*/
public Builder setFullText(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
fullText_ = value;
onChanged();
return this;
}
/**
*
* sent when query text <= 120 characters
*
*
* string full_text = 1;
*/
public Builder clearFullText() {
fullText_ = getDefaultInstance().getFullText();
onChanged();
return this;
}
/**
*
* sent when query text <= 120 characters
*
*
* string full_text = 1;
*/
public Builder setFullTextBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
fullText_ = value;
onChanged();
return this;
}
private java.lang.Object truncatedText_ = "";
/**
*
* sent when query text > 120 characters
*
*
* string truncated_text = 2;
*/
public java.lang.String getTruncatedText() {
java.lang.Object ref = truncatedText_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
truncatedText_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* sent when query text > 120 characters
*
*
* string truncated_text = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTruncatedTextBytes() {
java.lang.Object ref = truncatedText_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
truncatedText_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* sent when query text > 120 characters
*
*
* string truncated_text = 2;
*/
public Builder setTruncatedText(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
truncatedText_ = value;
onChanged();
return this;
}
/**
*
* sent when query text > 120 characters
*
*
* string truncated_text = 2;
*/
public Builder clearTruncatedText() {
truncatedText_ = getDefaultInstance().getTruncatedText();
onChanged();
return this;
}
/**
*
* sent when query text > 120 characters
*
*
* string truncated_text = 2;
*/
public Builder setTruncatedTextBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
truncatedText_ = value;
onChanged();
return this;
}
private java.lang.Object fullTextSha1_ = "";
/**
*
* sent when query text > 120 characters
*
*
* string full_text_sha1 = 3;
*/
public java.lang.String getFullTextSha1() {
java.lang.Object ref = fullTextSha1_;
if (!(ref instanceof java.lang.String)) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs =
(org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
fullTextSha1_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* sent when query text > 120 characters
*
*
* string full_text_sha1 = 3;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getFullTextSha1Bytes() {
java.lang.Object ref = fullTextSha1_;
if (ref instanceof String) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fullTextSha1_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* sent when query text > 120 characters
*
*
* string full_text_sha1 = 3;
*/
public Builder setFullTextSha1(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
fullTextSha1_ = value;
onChanged();
return this;
}
/**
*
* sent when query text > 120 characters
*
*
* string full_text_sha1 = 3;
*/
public Builder clearFullTextSha1() {
fullTextSha1_ = getDefaultInstance().getFullTextSha1();
onChanged();
return this;
}
/**
*
* sent when query text > 120 characters
*
*
* string full_text_sha1 = 3;
*/
public Builder setFullTextSha1Bytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
fullTextSha1_ = value;
onChanged();
return this;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate.SharedQueryText)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate.SharedQueryText)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public SharedQueryText parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new SharedQueryText(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.SharedQueryText getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private int bitField0_;
public static final int TOTAL_DURATION_NANOS_FIELD_NUMBER = 1;
private double totalDurationNanos_;
/**
* double total_duration_nanos = 1;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
public static final int TRANSACTION_COUNT_FIELD_NUMBER = 2;
private long transactionCount_;
/**
* int64 transaction_count = 2;
*/
public long getTransactionCount() {
return transactionCount_;
}
public static final int ERROR_COUNT_FIELD_NUMBER = 3;
private long errorCount_;
/**
* int64 error_count = 3;
*/
public long getErrorCount() {
return errorCount_;
}
public static final int ASYNC_TRANSACTIONS_FIELD_NUMBER = 4;
private boolean asyncTransactions_;
/**
*
* true if there was at least one async transaction in aggregate
*
*
* bool async_transactions = 4;
*/
public boolean getAsyncTransactions() {
return asyncTransactions_;
}
public static final int MAIN_THREAD_ROOT_TIMER_FIELD_NUMBER = 5;
private java.util.List mainThreadRootTimer_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public java.util.List getMainThreadRootTimerList() {
return mainThreadRootTimer_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getMainThreadRootTimerOrBuilderList() {
return mainThreadRootTimer_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public int getMainThreadRootTimerCount() {
return mainThreadRootTimer_.size();
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getMainThreadRootTimer(int index) {
return mainThreadRootTimer_.get(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getMainThreadRootTimerOrBuilder(
int index) {
return mainThreadRootTimer_.get(index);
}
public static final int AUX_THREAD_ROOT_TIMER_FIELD_NUMBER = 6;
private java.util.List auxThreadRootTimer_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public java.util.List getAuxThreadRootTimerList() {
return auxThreadRootTimer_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getAuxThreadRootTimerOrBuilderList() {
return auxThreadRootTimer_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public int getAuxThreadRootTimerCount() {
return auxThreadRootTimer_.size();
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getAuxThreadRootTimer(int index) {
return auxThreadRootTimer_.get(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getAuxThreadRootTimerOrBuilder(
int index) {
return auxThreadRootTimer_.get(index);
}
public static final int ASYNC_TIMER_FIELD_NUMBER = 7;
private java.util.List asyncTimer_;
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public java.util.List getAsyncTimerList() {
return asyncTimer_;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getAsyncTimerOrBuilderList() {
return asyncTimer_;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public int getAsyncTimerCount() {
return asyncTimer_.size();
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getAsyncTimer(int index) {
return asyncTimer_.get(index);
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getAsyncTimerOrBuilder(
int index) {
return asyncTimer_.get(index);
}
public static final int OLD_MAIN_THREAD_STATS_FIELD_NUMBER = 8;
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats oldMainThreadStats_;
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public boolean hasOldMainThreadStats() {
return oldMainThreadStats_ != null;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats getOldMainThreadStats() {
return oldMainThreadStats_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.getDefaultInstance() : oldMainThreadStats_;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder getOldMainThreadStatsOrBuilder() {
return getOldMainThreadStats();
}
public static final int OLD_AUX_THREAD_STATS_FIELD_NUMBER = 9;
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats oldAuxThreadStats_;
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public boolean hasOldAuxThreadStats() {
return oldAuxThreadStats_ != null;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats getOldAuxThreadStats() {
return oldAuxThreadStats_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.getDefaultInstance() : oldAuxThreadStats_;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder getOldAuxThreadStatsOrBuilder() {
return getOldAuxThreadStats();
}
public static final int MAIN_THREAD_STATS_FIELD_NUMBER = 17;
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats mainThreadStats_;
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public boolean hasMainThreadStats() {
return mainThreadStats_ != null;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats getMainThreadStats() {
return mainThreadStats_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.getDefaultInstance() : mainThreadStats_;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder getMainThreadStatsOrBuilder() {
return getMainThreadStats();
}
public static final int AUX_THREAD_STATS_FIELD_NUMBER = 18;
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats auxThreadStats_;
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public boolean hasAuxThreadStats() {
return auxThreadStats_ != null;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats getAuxThreadStats() {
return auxThreadStats_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.getDefaultInstance() : auxThreadStats_;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder getAuxThreadStatsOrBuilder() {
return getAuxThreadStats();
}
public static final int DURATION_NANOS_HISTOGRAM_FIELD_NUMBER = 10;
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram durationNanosHistogram_;
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public boolean hasDurationNanosHistogram() {
return durationNanosHistogram_ != null;
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram getDurationNanosHistogram() {
return durationNanosHistogram_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.getDefaultInstance() : durationNanosHistogram_;
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.HistogramOrBuilder getDurationNanosHistogramOrBuilder() {
return getDurationNanosHistogram();
}
public static final int OLD_QUERIES_BY_TYPE_FIELD_NUMBER = 11;
private java.util.List oldQueriesByType_;
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public java.util.List getOldQueriesByTypeList() {
return oldQueriesByType_;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder>
getOldQueriesByTypeOrBuilderList() {
return oldQueriesByType_;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public int getOldQueriesByTypeCount() {
return oldQueriesByType_.size();
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType getOldQueriesByType(int index) {
return oldQueriesByType_.get(index);
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder getOldQueriesByTypeOrBuilder(
int index) {
return oldQueriesByType_.get(index);
}
public static final int OLD_SERVICE_CALLS_BY_TYPE_FIELD_NUMBER = 12;
private java.util.List oldServiceCallsByType_;
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public java.util.List getOldServiceCallsByTypeList() {
return oldServiceCallsByType_;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder>
getOldServiceCallsByTypeOrBuilderList() {
return oldServiceCallsByType_;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public int getOldServiceCallsByTypeCount() {
return oldServiceCallsByType_.size();
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType getOldServiceCallsByType(int index) {
return oldServiceCallsByType_.get(index);
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder getOldServiceCallsByTypeOrBuilder(
int index) {
return oldServiceCallsByType_.get(index);
}
public static final int QUERY_FIELD_NUMBER = 15;
private java.util.List query_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public java.util.List getQueryList() {
return query_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder>
getQueryOrBuilderList() {
return query_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public int getQueryCount() {
return query_.size();
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query getQuery(int index) {
return query_.get(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder getQueryOrBuilder(
int index) {
return query_.get(index);
}
public static final int SERVICE_CALL_FIELD_NUMBER = 16;
private java.util.List serviceCall_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public java.util.List getServiceCallList() {
return serviceCall_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder>
getServiceCallOrBuilderList() {
return serviceCall_;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public int getServiceCallCount() {
return serviceCall_.size();
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall getServiceCall(int index) {
return serviceCall_.get(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder getServiceCallOrBuilder(
int index) {
return serviceCall_.get(index);
}
public static final int MAIN_THREAD_PROFILE_FIELD_NUMBER = 13;
private org.glowroot.wire.api.model.ProfileOuterClass.Profile mainThreadProfile_;
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public boolean hasMainThreadProfile() {
return mainThreadProfile_ != null;
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.Profile getMainThreadProfile() {
return mainThreadProfile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : mainThreadProfile_;
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getMainThreadProfileOrBuilder() {
return getMainThreadProfile();
}
public static final int AUX_THREAD_PROFILE_FIELD_NUMBER = 14;
private org.glowroot.wire.api.model.ProfileOuterClass.Profile auxThreadProfile_;
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public boolean hasAuxThreadProfile() {
return auxThreadProfile_ != null;
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.Profile getAuxThreadProfile() {
return auxThreadProfile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : auxThreadProfile_;
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getAuxThreadProfileOrBuilder() {
return getAuxThreadProfile();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (totalDurationNanos_ != 0D) {
output.writeDouble(1, totalDurationNanos_);
}
if (transactionCount_ != 0L) {
output.writeInt64(2, transactionCount_);
}
if (errorCount_ != 0L) {
output.writeInt64(3, errorCount_);
}
if (asyncTransactions_ != false) {
output.writeBool(4, asyncTransactions_);
}
for (int i = 0; i < mainThreadRootTimer_.size(); i++) {
output.writeMessage(5, mainThreadRootTimer_.get(i));
}
for (int i = 0; i < auxThreadRootTimer_.size(); i++) {
output.writeMessage(6, auxThreadRootTimer_.get(i));
}
for (int i = 0; i < asyncTimer_.size(); i++) {
output.writeMessage(7, asyncTimer_.get(i));
}
if (oldMainThreadStats_ != null) {
output.writeMessage(8, getOldMainThreadStats());
}
if (oldAuxThreadStats_ != null) {
output.writeMessage(9, getOldAuxThreadStats());
}
if (durationNanosHistogram_ != null) {
output.writeMessage(10, getDurationNanosHistogram());
}
for (int i = 0; i < oldQueriesByType_.size(); i++) {
output.writeMessage(11, oldQueriesByType_.get(i));
}
for (int i = 0; i < oldServiceCallsByType_.size(); i++) {
output.writeMessage(12, oldServiceCallsByType_.get(i));
}
if (mainThreadProfile_ != null) {
output.writeMessage(13, getMainThreadProfile());
}
if (auxThreadProfile_ != null) {
output.writeMessage(14, getAuxThreadProfile());
}
for (int i = 0; i < query_.size(); i++) {
output.writeMessage(15, query_.get(i));
}
for (int i = 0; i < serviceCall_.size(); i++) {
output.writeMessage(16, serviceCall_.get(i));
}
if (mainThreadStats_ != null) {
output.writeMessage(17, getMainThreadStats());
}
if (auxThreadStats_ != null) {
output.writeMessage(18, getAuxThreadStats());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (totalDurationNanos_ != 0D) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeDoubleSize(1, totalDurationNanos_);
}
if (transactionCount_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(2, transactionCount_);
}
if (errorCount_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(3, errorCount_);
}
if (asyncTransactions_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(4, asyncTransactions_);
}
for (int i = 0; i < mainThreadRootTimer_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(5, mainThreadRootTimer_.get(i));
}
for (int i = 0; i < auxThreadRootTimer_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(6, auxThreadRootTimer_.get(i));
}
for (int i = 0; i < asyncTimer_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(7, asyncTimer_.get(i));
}
if (oldMainThreadStats_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(8, getOldMainThreadStats());
}
if (oldAuxThreadStats_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(9, getOldAuxThreadStats());
}
if (durationNanosHistogram_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(10, getDurationNanosHistogram());
}
for (int i = 0; i < oldQueriesByType_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(11, oldQueriesByType_.get(i));
}
for (int i = 0; i < oldServiceCallsByType_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(12, oldServiceCallsByType_.get(i));
}
if (mainThreadProfile_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(13, getMainThreadProfile());
}
if (auxThreadProfile_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(14, getAuxThreadProfile());
}
for (int i = 0; i < query_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(15, query_.get(i));
}
for (int i = 0; i < serviceCall_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(16, serviceCall_.get(i));
}
if (mainThreadStats_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(17, getMainThreadStats());
}
if (auxThreadStats_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(18, getAuxThreadStats());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate other = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate) obj;
boolean result = true;
result = result && (
java.lang.Double.doubleToLongBits(getTotalDurationNanos())
== java.lang.Double.doubleToLongBits(
other.getTotalDurationNanos()));
result = result && (getTransactionCount()
== other.getTransactionCount());
result = result && (getErrorCount()
== other.getErrorCount());
result = result && (getAsyncTransactions()
== other.getAsyncTransactions());
result = result && getMainThreadRootTimerList()
.equals(other.getMainThreadRootTimerList());
result = result && getAuxThreadRootTimerList()
.equals(other.getAuxThreadRootTimerList());
result = result && getAsyncTimerList()
.equals(other.getAsyncTimerList());
result = result && (hasOldMainThreadStats() == other.hasOldMainThreadStats());
if (hasOldMainThreadStats()) {
result = result && getOldMainThreadStats()
.equals(other.getOldMainThreadStats());
}
result = result && (hasOldAuxThreadStats() == other.hasOldAuxThreadStats());
if (hasOldAuxThreadStats()) {
result = result && getOldAuxThreadStats()
.equals(other.getOldAuxThreadStats());
}
result = result && (hasMainThreadStats() == other.hasMainThreadStats());
if (hasMainThreadStats()) {
result = result && getMainThreadStats()
.equals(other.getMainThreadStats());
}
result = result && (hasAuxThreadStats() == other.hasAuxThreadStats());
if (hasAuxThreadStats()) {
result = result && getAuxThreadStats()
.equals(other.getAuxThreadStats());
}
result = result && (hasDurationNanosHistogram() == other.hasDurationNanosHistogram());
if (hasDurationNanosHistogram()) {
result = result && getDurationNanosHistogram()
.equals(other.getDurationNanosHistogram());
}
result = result && getOldQueriesByTypeList()
.equals(other.getOldQueriesByTypeList());
result = result && getOldServiceCallsByTypeList()
.equals(other.getOldServiceCallsByTypeList());
result = result && getQueryList()
.equals(other.getQueryList());
result = result && getServiceCallList()
.equals(other.getServiceCallList());
result = result && (hasMainThreadProfile() == other.hasMainThreadProfile());
if (hasMainThreadProfile()) {
result = result && getMainThreadProfile()
.equals(other.getMainThreadProfile());
}
result = result && (hasAuxThreadProfile() == other.hasAuxThreadProfile());
if (hasAuxThreadProfile()) {
result = result && getAuxThreadProfile()
.equals(other.getAuxThreadProfile());
}
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TOTAL_DURATION_NANOS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getTotalDurationNanos()));
hash = (37 * hash) + TRANSACTION_COUNT_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getTransactionCount());
hash = (37 * hash) + ERROR_COUNT_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getErrorCount());
hash = (37 * hash) + ASYNC_TRANSACTIONS_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getAsyncTransactions());
if (getMainThreadRootTimerCount() > 0) {
hash = (37 * hash) + MAIN_THREAD_ROOT_TIMER_FIELD_NUMBER;
hash = (53 * hash) + getMainThreadRootTimerList().hashCode();
}
if (getAuxThreadRootTimerCount() > 0) {
hash = (37 * hash) + AUX_THREAD_ROOT_TIMER_FIELD_NUMBER;
hash = (53 * hash) + getAuxThreadRootTimerList().hashCode();
}
if (getAsyncTimerCount() > 0) {
hash = (37 * hash) + ASYNC_TIMER_FIELD_NUMBER;
hash = (53 * hash) + getAsyncTimerList().hashCode();
}
if (hasOldMainThreadStats()) {
hash = (37 * hash) + OLD_MAIN_THREAD_STATS_FIELD_NUMBER;
hash = (53 * hash) + getOldMainThreadStats().hashCode();
}
if (hasOldAuxThreadStats()) {
hash = (37 * hash) + OLD_AUX_THREAD_STATS_FIELD_NUMBER;
hash = (53 * hash) + getOldAuxThreadStats().hashCode();
}
if (hasMainThreadStats()) {
hash = (37 * hash) + MAIN_THREAD_STATS_FIELD_NUMBER;
hash = (53 * hash) + getMainThreadStats().hashCode();
}
if (hasAuxThreadStats()) {
hash = (37 * hash) + AUX_THREAD_STATS_FIELD_NUMBER;
hash = (53 * hash) + getAuxThreadStats().hashCode();
}
if (hasDurationNanosHistogram()) {
hash = (37 * hash) + DURATION_NANOS_HISTOGRAM_FIELD_NUMBER;
hash = (53 * hash) + getDurationNanosHistogram().hashCode();
}
if (getOldQueriesByTypeCount() > 0) {
hash = (37 * hash) + OLD_QUERIES_BY_TYPE_FIELD_NUMBER;
hash = (53 * hash) + getOldQueriesByTypeList().hashCode();
}
if (getOldServiceCallsByTypeCount() > 0) {
hash = (37 * hash) + OLD_SERVICE_CALLS_BY_TYPE_FIELD_NUMBER;
hash = (53 * hash) + getOldServiceCallsByTypeList().hashCode();
}
if (getQueryCount() > 0) {
hash = (37 * hash) + QUERY_FIELD_NUMBER;
hash = (53 * hash) + getQueryList().hashCode();
}
if (getServiceCallCount() > 0) {
hash = (37 * hash) + SERVICE_CALL_FIELD_NUMBER;
hash = (53 * hash) + getServiceCallList().hashCode();
}
if (hasMainThreadProfile()) {
hash = (37 * hash) + MAIN_THREAD_PROFILE_FIELD_NUMBER;
hash = (53 * hash) + getMainThreadProfile().hashCode();
}
if (hasAuxThreadProfile()) {
hash = (37 * hash) + AUX_THREAD_PROFILE_FIELD_NUMBER;
hash = (53 * hash) + getAuxThreadProfile().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(
java.nio.ByteBuffer data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(
byte[] data,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseDelimitedFrom(
java.io.InputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parseFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* aggregate uses double instead of int64 to avoid (unlikely) 292 year nanosecond rollover
*
*
* Protobuf type {@code org_glowroot_wire_api_model.Aggregate}
*/
public static final class Builder extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Aggregate)
org.glowroot.wire.api.model.AggregateOuterClass.AggregateOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.class, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Builder.class);
}
// Construct using org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getMainThreadRootTimerFieldBuilder();
getAuxThreadRootTimerFieldBuilder();
getAsyncTimerFieldBuilder();
getOldQueriesByTypeFieldBuilder();
getOldServiceCallsByTypeFieldBuilder();
getQueryFieldBuilder();
getServiceCallFieldBuilder();
}
}
public Builder clear() {
super.clear();
totalDurationNanos_ = 0D;
transactionCount_ = 0L;
errorCount_ = 0L;
asyncTransactions_ = false;
if (mainThreadRootTimerBuilder_ == null) {
mainThreadRootTimer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000010);
} else {
mainThreadRootTimerBuilder_.clear();
}
if (auxThreadRootTimerBuilder_ == null) {
auxThreadRootTimer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000020);
} else {
auxThreadRootTimerBuilder_.clear();
}
if (asyncTimerBuilder_ == null) {
asyncTimer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000040);
} else {
asyncTimerBuilder_.clear();
}
if (oldMainThreadStatsBuilder_ == null) {
oldMainThreadStats_ = null;
} else {
oldMainThreadStats_ = null;
oldMainThreadStatsBuilder_ = null;
}
if (oldAuxThreadStatsBuilder_ == null) {
oldAuxThreadStats_ = null;
} else {
oldAuxThreadStats_ = null;
oldAuxThreadStatsBuilder_ = null;
}
if (mainThreadStatsBuilder_ == null) {
mainThreadStats_ = null;
} else {
mainThreadStats_ = null;
mainThreadStatsBuilder_ = null;
}
if (auxThreadStatsBuilder_ == null) {
auxThreadStats_ = null;
} else {
auxThreadStats_ = null;
auxThreadStatsBuilder_ = null;
}
if (durationNanosHistogramBuilder_ == null) {
durationNanosHistogram_ = null;
} else {
durationNanosHistogram_ = null;
durationNanosHistogramBuilder_ = null;
}
if (oldQueriesByTypeBuilder_ == null) {
oldQueriesByType_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00001000);
} else {
oldQueriesByTypeBuilder_.clear();
}
if (oldServiceCallsByTypeBuilder_ == null) {
oldServiceCallsByType_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00002000);
} else {
oldServiceCallsByTypeBuilder_.clear();
}
if (queryBuilder_ == null) {
query_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00004000);
} else {
queryBuilder_.clear();
}
if (serviceCallBuilder_ == null) {
serviceCall_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00008000);
} else {
serviceCallBuilder_.clear();
}
if (mainThreadProfileBuilder_ == null) {
mainThreadProfile_ = null;
} else {
mainThreadProfile_ = null;
mainThreadProfileBuilder_ = null;
}
if (auxThreadProfileBuilder_ == null) {
auxThreadProfile_ = null;
} else {
auxThreadProfile_ = null;
auxThreadProfileBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.internal_static_org_glowroot_wire_api_model_Aggregate_descriptor;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate getDefaultInstanceForType() {
return org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.getDefaultInstance();
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate build() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate buildPartial() {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate result = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.totalDurationNanos_ = totalDurationNanos_;
result.transactionCount_ = transactionCount_;
result.errorCount_ = errorCount_;
result.asyncTransactions_ = asyncTransactions_;
if (mainThreadRootTimerBuilder_ == null) {
if (((bitField0_ & 0x00000010) == 0x00000010)) {
mainThreadRootTimer_ = java.util.Collections.unmodifiableList(mainThreadRootTimer_);
bitField0_ = (bitField0_ & ~0x00000010);
}
result.mainThreadRootTimer_ = mainThreadRootTimer_;
} else {
result.mainThreadRootTimer_ = mainThreadRootTimerBuilder_.build();
}
if (auxThreadRootTimerBuilder_ == null) {
if (((bitField0_ & 0x00000020) == 0x00000020)) {
auxThreadRootTimer_ = java.util.Collections.unmodifiableList(auxThreadRootTimer_);
bitField0_ = (bitField0_ & ~0x00000020);
}
result.auxThreadRootTimer_ = auxThreadRootTimer_;
} else {
result.auxThreadRootTimer_ = auxThreadRootTimerBuilder_.build();
}
if (asyncTimerBuilder_ == null) {
if (((bitField0_ & 0x00000040) == 0x00000040)) {
asyncTimer_ = java.util.Collections.unmodifiableList(asyncTimer_);
bitField0_ = (bitField0_ & ~0x00000040);
}
result.asyncTimer_ = asyncTimer_;
} else {
result.asyncTimer_ = asyncTimerBuilder_.build();
}
if (oldMainThreadStatsBuilder_ == null) {
result.oldMainThreadStats_ = oldMainThreadStats_;
} else {
result.oldMainThreadStats_ = oldMainThreadStatsBuilder_.build();
}
if (oldAuxThreadStatsBuilder_ == null) {
result.oldAuxThreadStats_ = oldAuxThreadStats_;
} else {
result.oldAuxThreadStats_ = oldAuxThreadStatsBuilder_.build();
}
if (mainThreadStatsBuilder_ == null) {
result.mainThreadStats_ = mainThreadStats_;
} else {
result.mainThreadStats_ = mainThreadStatsBuilder_.build();
}
if (auxThreadStatsBuilder_ == null) {
result.auxThreadStats_ = auxThreadStats_;
} else {
result.auxThreadStats_ = auxThreadStatsBuilder_.build();
}
if (durationNanosHistogramBuilder_ == null) {
result.durationNanosHistogram_ = durationNanosHistogram_;
} else {
result.durationNanosHistogram_ = durationNanosHistogramBuilder_.build();
}
if (oldQueriesByTypeBuilder_ == null) {
if (((bitField0_ & 0x00001000) == 0x00001000)) {
oldQueriesByType_ = java.util.Collections.unmodifiableList(oldQueriesByType_);
bitField0_ = (bitField0_ & ~0x00001000);
}
result.oldQueriesByType_ = oldQueriesByType_;
} else {
result.oldQueriesByType_ = oldQueriesByTypeBuilder_.build();
}
if (oldServiceCallsByTypeBuilder_ == null) {
if (((bitField0_ & 0x00002000) == 0x00002000)) {
oldServiceCallsByType_ = java.util.Collections.unmodifiableList(oldServiceCallsByType_);
bitField0_ = (bitField0_ & ~0x00002000);
}
result.oldServiceCallsByType_ = oldServiceCallsByType_;
} else {
result.oldServiceCallsByType_ = oldServiceCallsByTypeBuilder_.build();
}
if (queryBuilder_ == null) {
if (((bitField0_ & 0x00004000) == 0x00004000)) {
query_ = java.util.Collections.unmodifiableList(query_);
bitField0_ = (bitField0_ & ~0x00004000);
}
result.query_ = query_;
} else {
result.query_ = queryBuilder_.build();
}
if (serviceCallBuilder_ == null) {
if (((bitField0_ & 0x00008000) == 0x00008000)) {
serviceCall_ = java.util.Collections.unmodifiableList(serviceCall_);
bitField0_ = (bitField0_ & ~0x00008000);
}
result.serviceCall_ = serviceCall_;
} else {
result.serviceCall_ = serviceCallBuilder_.build();
}
if (mainThreadProfileBuilder_ == null) {
result.mainThreadProfile_ = mainThreadProfile_;
} else {
result.mainThreadProfile_ = mainThreadProfileBuilder_.build();
}
if (auxThreadProfileBuilder_ == null) {
result.auxThreadProfile_ = auxThreadProfile_;
} else {
result.auxThreadProfile_ = auxThreadProfileBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) {
if (other instanceof org.glowroot.wire.api.model.AggregateOuterClass.Aggregate) {
return mergeFrom((org.glowroot.wire.api.model.AggregateOuterClass.Aggregate)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate other) {
if (other == org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.getDefaultInstance()) return this;
if (other.getTotalDurationNanos() != 0D) {
setTotalDurationNanos(other.getTotalDurationNanos());
}
if (other.getTransactionCount() != 0L) {
setTransactionCount(other.getTransactionCount());
}
if (other.getErrorCount() != 0L) {
setErrorCount(other.getErrorCount());
}
if (other.getAsyncTransactions() != false) {
setAsyncTransactions(other.getAsyncTransactions());
}
if (mainThreadRootTimerBuilder_ == null) {
if (!other.mainThreadRootTimer_.isEmpty()) {
if (mainThreadRootTimer_.isEmpty()) {
mainThreadRootTimer_ = other.mainThreadRootTimer_;
bitField0_ = (bitField0_ & ~0x00000010);
} else {
ensureMainThreadRootTimerIsMutable();
mainThreadRootTimer_.addAll(other.mainThreadRootTimer_);
}
onChanged();
}
} else {
if (!other.mainThreadRootTimer_.isEmpty()) {
if (mainThreadRootTimerBuilder_.isEmpty()) {
mainThreadRootTimerBuilder_.dispose();
mainThreadRootTimerBuilder_ = null;
mainThreadRootTimer_ = other.mainThreadRootTimer_;
bitField0_ = (bitField0_ & ~0x00000010);
mainThreadRootTimerBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getMainThreadRootTimerFieldBuilder() : null;
} else {
mainThreadRootTimerBuilder_.addAllMessages(other.mainThreadRootTimer_);
}
}
}
if (auxThreadRootTimerBuilder_ == null) {
if (!other.auxThreadRootTimer_.isEmpty()) {
if (auxThreadRootTimer_.isEmpty()) {
auxThreadRootTimer_ = other.auxThreadRootTimer_;
bitField0_ = (bitField0_ & ~0x00000020);
} else {
ensureAuxThreadRootTimerIsMutable();
auxThreadRootTimer_.addAll(other.auxThreadRootTimer_);
}
onChanged();
}
} else {
if (!other.auxThreadRootTimer_.isEmpty()) {
if (auxThreadRootTimerBuilder_.isEmpty()) {
auxThreadRootTimerBuilder_.dispose();
auxThreadRootTimerBuilder_ = null;
auxThreadRootTimer_ = other.auxThreadRootTimer_;
bitField0_ = (bitField0_ & ~0x00000020);
auxThreadRootTimerBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getAuxThreadRootTimerFieldBuilder() : null;
} else {
auxThreadRootTimerBuilder_.addAllMessages(other.auxThreadRootTimer_);
}
}
}
if (asyncTimerBuilder_ == null) {
if (!other.asyncTimer_.isEmpty()) {
if (asyncTimer_.isEmpty()) {
asyncTimer_ = other.asyncTimer_;
bitField0_ = (bitField0_ & ~0x00000040);
} else {
ensureAsyncTimerIsMutable();
asyncTimer_.addAll(other.asyncTimer_);
}
onChanged();
}
} else {
if (!other.asyncTimer_.isEmpty()) {
if (asyncTimerBuilder_.isEmpty()) {
asyncTimerBuilder_.dispose();
asyncTimerBuilder_ = null;
asyncTimer_ = other.asyncTimer_;
bitField0_ = (bitField0_ & ~0x00000040);
asyncTimerBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getAsyncTimerFieldBuilder() : null;
} else {
asyncTimerBuilder_.addAllMessages(other.asyncTimer_);
}
}
}
if (other.hasOldMainThreadStats()) {
mergeOldMainThreadStats(other.getOldMainThreadStats());
}
if (other.hasOldAuxThreadStats()) {
mergeOldAuxThreadStats(other.getOldAuxThreadStats());
}
if (other.hasMainThreadStats()) {
mergeMainThreadStats(other.getMainThreadStats());
}
if (other.hasAuxThreadStats()) {
mergeAuxThreadStats(other.getAuxThreadStats());
}
if (other.hasDurationNanosHistogram()) {
mergeDurationNanosHistogram(other.getDurationNanosHistogram());
}
if (oldQueriesByTypeBuilder_ == null) {
if (!other.oldQueriesByType_.isEmpty()) {
if (oldQueriesByType_.isEmpty()) {
oldQueriesByType_ = other.oldQueriesByType_;
bitField0_ = (bitField0_ & ~0x00001000);
} else {
ensureOldQueriesByTypeIsMutable();
oldQueriesByType_.addAll(other.oldQueriesByType_);
}
onChanged();
}
} else {
if (!other.oldQueriesByType_.isEmpty()) {
if (oldQueriesByTypeBuilder_.isEmpty()) {
oldQueriesByTypeBuilder_.dispose();
oldQueriesByTypeBuilder_ = null;
oldQueriesByType_ = other.oldQueriesByType_;
bitField0_ = (bitField0_ & ~0x00001000);
oldQueriesByTypeBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getOldQueriesByTypeFieldBuilder() : null;
} else {
oldQueriesByTypeBuilder_.addAllMessages(other.oldQueriesByType_);
}
}
}
if (oldServiceCallsByTypeBuilder_ == null) {
if (!other.oldServiceCallsByType_.isEmpty()) {
if (oldServiceCallsByType_.isEmpty()) {
oldServiceCallsByType_ = other.oldServiceCallsByType_;
bitField0_ = (bitField0_ & ~0x00002000);
} else {
ensureOldServiceCallsByTypeIsMutable();
oldServiceCallsByType_.addAll(other.oldServiceCallsByType_);
}
onChanged();
}
} else {
if (!other.oldServiceCallsByType_.isEmpty()) {
if (oldServiceCallsByTypeBuilder_.isEmpty()) {
oldServiceCallsByTypeBuilder_.dispose();
oldServiceCallsByTypeBuilder_ = null;
oldServiceCallsByType_ = other.oldServiceCallsByType_;
bitField0_ = (bitField0_ & ~0x00002000);
oldServiceCallsByTypeBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getOldServiceCallsByTypeFieldBuilder() : null;
} else {
oldServiceCallsByTypeBuilder_.addAllMessages(other.oldServiceCallsByType_);
}
}
}
if (queryBuilder_ == null) {
if (!other.query_.isEmpty()) {
if (query_.isEmpty()) {
query_ = other.query_;
bitField0_ = (bitField0_ & ~0x00004000);
} else {
ensureQueryIsMutable();
query_.addAll(other.query_);
}
onChanged();
}
} else {
if (!other.query_.isEmpty()) {
if (queryBuilder_.isEmpty()) {
queryBuilder_.dispose();
queryBuilder_ = null;
query_ = other.query_;
bitField0_ = (bitField0_ & ~0x00004000);
queryBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getQueryFieldBuilder() : null;
} else {
queryBuilder_.addAllMessages(other.query_);
}
}
}
if (serviceCallBuilder_ == null) {
if (!other.serviceCall_.isEmpty()) {
if (serviceCall_.isEmpty()) {
serviceCall_ = other.serviceCall_;
bitField0_ = (bitField0_ & ~0x00008000);
} else {
ensureServiceCallIsMutable();
serviceCall_.addAll(other.serviceCall_);
}
onChanged();
}
} else {
if (!other.serviceCall_.isEmpty()) {
if (serviceCallBuilder_.isEmpty()) {
serviceCallBuilder_.dispose();
serviceCallBuilder_ = null;
serviceCall_ = other.serviceCall_;
bitField0_ = (bitField0_ & ~0x00008000);
serviceCallBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getServiceCallFieldBuilder() : null;
} else {
serviceCallBuilder_.addAllMessages(other.serviceCall_);
}
}
}
if (other.hasMainThreadProfile()) {
mergeMainThreadProfile(other.getMainThreadProfile());
}
if (other.hasAuxThreadProfile()) {
mergeAuxThreadProfile(other.getAuxThreadProfile());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.wire.api.model.AggregateOuterClass.Aggregate) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private double totalDurationNanos_ ;
/**
* double total_duration_nanos = 1;
*/
public double getTotalDurationNanos() {
return totalDurationNanos_;
}
/**
* double total_duration_nanos = 1;
*/
public Builder setTotalDurationNanos(double value) {
totalDurationNanos_ = value;
onChanged();
return this;
}
/**
* double total_duration_nanos = 1;
*/
public Builder clearTotalDurationNanos() {
totalDurationNanos_ = 0D;
onChanged();
return this;
}
private long transactionCount_ ;
/**
* int64 transaction_count = 2;
*/
public long getTransactionCount() {
return transactionCount_;
}
/**
* int64 transaction_count = 2;
*/
public Builder setTransactionCount(long value) {
transactionCount_ = value;
onChanged();
return this;
}
/**
* int64 transaction_count = 2;
*/
public Builder clearTransactionCount() {
transactionCount_ = 0L;
onChanged();
return this;
}
private long errorCount_ ;
/**
* int64 error_count = 3;
*/
public long getErrorCount() {
return errorCount_;
}
/**
* int64 error_count = 3;
*/
public Builder setErrorCount(long value) {
errorCount_ = value;
onChanged();
return this;
}
/**
* int64 error_count = 3;
*/
public Builder clearErrorCount() {
errorCount_ = 0L;
onChanged();
return this;
}
private boolean asyncTransactions_ ;
/**
*
* true if there was at least one async transaction in aggregate
*
*
* bool async_transactions = 4;
*/
public boolean getAsyncTransactions() {
return asyncTransactions_;
}
/**
*
* true if there was at least one async transaction in aggregate
*
*
* bool async_transactions = 4;
*/
public Builder setAsyncTransactions(boolean value) {
asyncTransactions_ = value;
onChanged();
return this;
}
/**
*
* true if there was at least one async transaction in aggregate
*
*
* bool async_transactions = 4;
*/
public Builder clearAsyncTransactions() {
asyncTransactions_ = false;
onChanged();
return this;
}
private java.util.List mainThreadRootTimer_ =
java.util.Collections.emptyList();
private void ensureMainThreadRootTimerIsMutable() {
if (!((bitField0_ & 0x00000010) == 0x00000010)) {
mainThreadRootTimer_ = new java.util.ArrayList(mainThreadRootTimer_);
bitField0_ |= 0x00000010;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder> mainThreadRootTimerBuilder_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public java.util.List getMainThreadRootTimerList() {
if (mainThreadRootTimerBuilder_ == null) {
return java.util.Collections.unmodifiableList(mainThreadRootTimer_);
} else {
return mainThreadRootTimerBuilder_.getMessageList();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public int getMainThreadRootTimerCount() {
if (mainThreadRootTimerBuilder_ == null) {
return mainThreadRootTimer_.size();
} else {
return mainThreadRootTimerBuilder_.getCount();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getMainThreadRootTimer(int index) {
if (mainThreadRootTimerBuilder_ == null) {
return mainThreadRootTimer_.get(index);
} else {
return mainThreadRootTimerBuilder_.getMessage(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public Builder setMainThreadRootTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (mainThreadRootTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMainThreadRootTimerIsMutable();
mainThreadRootTimer_.set(index, value);
onChanged();
} else {
mainThreadRootTimerBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public Builder setMainThreadRootTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (mainThreadRootTimerBuilder_ == null) {
ensureMainThreadRootTimerIsMutable();
mainThreadRootTimer_.set(index, builderForValue.build());
onChanged();
} else {
mainThreadRootTimerBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public Builder addMainThreadRootTimer(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (mainThreadRootTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMainThreadRootTimerIsMutable();
mainThreadRootTimer_.add(value);
onChanged();
} else {
mainThreadRootTimerBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public Builder addMainThreadRootTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (mainThreadRootTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMainThreadRootTimerIsMutable();
mainThreadRootTimer_.add(index, value);
onChanged();
} else {
mainThreadRootTimerBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public Builder addMainThreadRootTimer(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (mainThreadRootTimerBuilder_ == null) {
ensureMainThreadRootTimerIsMutable();
mainThreadRootTimer_.add(builderForValue.build());
onChanged();
} else {
mainThreadRootTimerBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public Builder addMainThreadRootTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (mainThreadRootTimerBuilder_ == null) {
ensureMainThreadRootTimerIsMutable();
mainThreadRootTimer_.add(index, builderForValue.build());
onChanged();
} else {
mainThreadRootTimerBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public Builder addAllMainThreadRootTimer(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer> values) {
if (mainThreadRootTimerBuilder_ == null) {
ensureMainThreadRootTimerIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, mainThreadRootTimer_);
onChanged();
} else {
mainThreadRootTimerBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public Builder clearMainThreadRootTimer() {
if (mainThreadRootTimerBuilder_ == null) {
mainThreadRootTimer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
} else {
mainThreadRootTimerBuilder_.clear();
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public Builder removeMainThreadRootTimer(int index) {
if (mainThreadRootTimerBuilder_ == null) {
ensureMainThreadRootTimerIsMutable();
mainThreadRootTimer_.remove(index);
onChanged();
} else {
mainThreadRootTimerBuilder_.remove(index);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder getMainThreadRootTimerBuilder(
int index) {
return getMainThreadRootTimerFieldBuilder().getBuilder(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getMainThreadRootTimerOrBuilder(
int index) {
if (mainThreadRootTimerBuilder_ == null) {
return mainThreadRootTimer_.get(index); } else {
return mainThreadRootTimerBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getMainThreadRootTimerOrBuilderList() {
if (mainThreadRootTimerBuilder_ != null) {
return mainThreadRootTimerBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(mainThreadRootTimer_);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder addMainThreadRootTimerBuilder() {
return getMainThreadRootTimerFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder addMainThreadRootTimerBuilder(
int index) {
return getMainThreadRootTimerFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer main_thread_root_timer = 5;
*/
public java.util.List
getMainThreadRootTimerBuilderList() {
return getMainThreadRootTimerFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getMainThreadRootTimerFieldBuilder() {
if (mainThreadRootTimerBuilder_ == null) {
mainThreadRootTimerBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>(
mainThreadRootTimer_,
((bitField0_ & 0x00000010) == 0x00000010),
getParentForChildren(),
isClean());
mainThreadRootTimer_ = null;
}
return mainThreadRootTimerBuilder_;
}
private java.util.List auxThreadRootTimer_ =
java.util.Collections.emptyList();
private void ensureAuxThreadRootTimerIsMutable() {
if (!((bitField0_ & 0x00000020) == 0x00000020)) {
auxThreadRootTimer_ = new java.util.ArrayList(auxThreadRootTimer_);
bitField0_ |= 0x00000020;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder> auxThreadRootTimerBuilder_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public java.util.List getAuxThreadRootTimerList() {
if (auxThreadRootTimerBuilder_ == null) {
return java.util.Collections.unmodifiableList(auxThreadRootTimer_);
} else {
return auxThreadRootTimerBuilder_.getMessageList();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public int getAuxThreadRootTimerCount() {
if (auxThreadRootTimerBuilder_ == null) {
return auxThreadRootTimer_.size();
} else {
return auxThreadRootTimerBuilder_.getCount();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getAuxThreadRootTimer(int index) {
if (auxThreadRootTimerBuilder_ == null) {
return auxThreadRootTimer_.get(index);
} else {
return auxThreadRootTimerBuilder_.getMessage(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public Builder setAuxThreadRootTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (auxThreadRootTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureAuxThreadRootTimerIsMutable();
auxThreadRootTimer_.set(index, value);
onChanged();
} else {
auxThreadRootTimerBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public Builder setAuxThreadRootTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (auxThreadRootTimerBuilder_ == null) {
ensureAuxThreadRootTimerIsMutable();
auxThreadRootTimer_.set(index, builderForValue.build());
onChanged();
} else {
auxThreadRootTimerBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public Builder addAuxThreadRootTimer(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (auxThreadRootTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureAuxThreadRootTimerIsMutable();
auxThreadRootTimer_.add(value);
onChanged();
} else {
auxThreadRootTimerBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public Builder addAuxThreadRootTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (auxThreadRootTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureAuxThreadRootTimerIsMutable();
auxThreadRootTimer_.add(index, value);
onChanged();
} else {
auxThreadRootTimerBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public Builder addAuxThreadRootTimer(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (auxThreadRootTimerBuilder_ == null) {
ensureAuxThreadRootTimerIsMutable();
auxThreadRootTimer_.add(builderForValue.build());
onChanged();
} else {
auxThreadRootTimerBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public Builder addAuxThreadRootTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (auxThreadRootTimerBuilder_ == null) {
ensureAuxThreadRootTimerIsMutable();
auxThreadRootTimer_.add(index, builderForValue.build());
onChanged();
} else {
auxThreadRootTimerBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public Builder addAllAuxThreadRootTimer(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer> values) {
if (auxThreadRootTimerBuilder_ == null) {
ensureAuxThreadRootTimerIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, auxThreadRootTimer_);
onChanged();
} else {
auxThreadRootTimerBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public Builder clearAuxThreadRootTimer() {
if (auxThreadRootTimerBuilder_ == null) {
auxThreadRootTimer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
} else {
auxThreadRootTimerBuilder_.clear();
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public Builder removeAuxThreadRootTimer(int index) {
if (auxThreadRootTimerBuilder_ == null) {
ensureAuxThreadRootTimerIsMutable();
auxThreadRootTimer_.remove(index);
onChanged();
} else {
auxThreadRootTimerBuilder_.remove(index);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder getAuxThreadRootTimerBuilder(
int index) {
return getAuxThreadRootTimerFieldBuilder().getBuilder(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getAuxThreadRootTimerOrBuilder(
int index) {
if (auxThreadRootTimerBuilder_ == null) {
return auxThreadRootTimer_.get(index); } else {
return auxThreadRootTimerBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getAuxThreadRootTimerOrBuilderList() {
if (auxThreadRootTimerBuilder_ != null) {
return auxThreadRootTimerBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(auxThreadRootTimer_);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder addAuxThreadRootTimerBuilder() {
return getAuxThreadRootTimerFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder addAuxThreadRootTimerBuilder(
int index) {
return getAuxThreadRootTimerFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Timer aux_thread_root_timer = 6;
*/
public java.util.List
getAuxThreadRootTimerBuilderList() {
return getAuxThreadRootTimerFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getAuxThreadRootTimerFieldBuilder() {
if (auxThreadRootTimerBuilder_ == null) {
auxThreadRootTimerBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>(
auxThreadRootTimer_,
((bitField0_ & 0x00000020) == 0x00000020),
getParentForChildren(),
isClean());
auxThreadRootTimer_ = null;
}
return auxThreadRootTimerBuilder_;
}
private java.util.List asyncTimer_ =
java.util.Collections.emptyList();
private void ensureAsyncTimerIsMutable() {
if (!((bitField0_ & 0x00000040) == 0x00000040)) {
asyncTimer_ = new java.util.ArrayList(asyncTimer_);
bitField0_ |= 0x00000040;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder> asyncTimerBuilder_;
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public java.util.List getAsyncTimerList() {
if (asyncTimerBuilder_ == null) {
return java.util.Collections.unmodifiableList(asyncTimer_);
} else {
return asyncTimerBuilder_.getMessageList();
}
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public int getAsyncTimerCount() {
if (asyncTimerBuilder_ == null) {
return asyncTimer_.size();
} else {
return asyncTimerBuilder_.getCount();
}
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer getAsyncTimer(int index) {
if (asyncTimerBuilder_ == null) {
return asyncTimer_.get(index);
} else {
return asyncTimerBuilder_.getMessage(index);
}
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public Builder setAsyncTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (asyncTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureAsyncTimerIsMutable();
asyncTimer_.set(index, value);
onChanged();
} else {
asyncTimerBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public Builder setAsyncTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (asyncTimerBuilder_ == null) {
ensureAsyncTimerIsMutable();
asyncTimer_.set(index, builderForValue.build());
onChanged();
} else {
asyncTimerBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public Builder addAsyncTimer(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (asyncTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureAsyncTimerIsMutable();
asyncTimer_.add(value);
onChanged();
} else {
asyncTimerBuilder_.addMessage(value);
}
return this;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public Builder addAsyncTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer value) {
if (asyncTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureAsyncTimerIsMutable();
asyncTimer_.add(index, value);
onChanged();
} else {
asyncTimerBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public Builder addAsyncTimer(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (asyncTimerBuilder_ == null) {
ensureAsyncTimerIsMutable();
asyncTimer_.add(builderForValue.build());
onChanged();
} else {
asyncTimerBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public Builder addAsyncTimer(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder builderForValue) {
if (asyncTimerBuilder_ == null) {
ensureAsyncTimerIsMutable();
asyncTimer_.add(index, builderForValue.build());
onChanged();
} else {
asyncTimerBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public Builder addAllAsyncTimer(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer> values) {
if (asyncTimerBuilder_ == null) {
ensureAsyncTimerIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, asyncTimer_);
onChanged();
} else {
asyncTimerBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public Builder clearAsyncTimer() {
if (asyncTimerBuilder_ == null) {
asyncTimer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
} else {
asyncTimerBuilder_.clear();
}
return this;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public Builder removeAsyncTimer(int index) {
if (asyncTimerBuilder_ == null) {
ensureAsyncTimerIsMutable();
asyncTimer_.remove(index);
onChanged();
} else {
asyncTimerBuilder_.remove(index);
}
return this;
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder getAsyncTimerBuilder(
int index) {
return getAsyncTimerFieldBuilder().getBuilder(index);
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder getAsyncTimerOrBuilder(
int index) {
if (asyncTimerBuilder_ == null) {
return asyncTimer_.get(index); } else {
return asyncTimerBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getAsyncTimerOrBuilderList() {
if (asyncTimerBuilder_ != null) {
return asyncTimerBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(asyncTimer_);
}
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder addAsyncTimerBuilder() {
return getAsyncTimerFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance());
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder addAsyncTimerBuilder(
int index) {
return getAsyncTimerFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.getDefaultInstance());
}
/**
*
* async timers have no child timers
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.Timer async_timer = 7;
*/
public java.util.List
getAsyncTimerBuilderList() {
return getAsyncTimerFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>
getAsyncTimerFieldBuilder() {
if (asyncTimerBuilder_ == null) {
asyncTimerBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Timer.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.TimerOrBuilder>(
asyncTimer_,
((bitField0_ & 0x00000040) == 0x00000040),
getParentForChildren(),
isClean());
asyncTimer_ = null;
}
return asyncTimerBuilder_;
}
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats oldMainThreadStats_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder> oldMainThreadStatsBuilder_;
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public boolean hasOldMainThreadStats() {
return oldMainThreadStatsBuilder_ != null || oldMainThreadStats_ != null;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats getOldMainThreadStats() {
if (oldMainThreadStatsBuilder_ == null) {
return oldMainThreadStats_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.getDefaultInstance() : oldMainThreadStats_;
} else {
return oldMainThreadStatsBuilder_.getMessage();
}
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public Builder setOldMainThreadStats(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats value) {
if (oldMainThreadStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
oldMainThreadStats_ = value;
onChanged();
} else {
oldMainThreadStatsBuilder_.setMessage(value);
}
return this;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public Builder setOldMainThreadStats(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder builderForValue) {
if (oldMainThreadStatsBuilder_ == null) {
oldMainThreadStats_ = builderForValue.build();
onChanged();
} else {
oldMainThreadStatsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public Builder mergeOldMainThreadStats(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats value) {
if (oldMainThreadStatsBuilder_ == null) {
if (oldMainThreadStats_ != null) {
oldMainThreadStats_ =
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.newBuilder(oldMainThreadStats_).mergeFrom(value).buildPartial();
} else {
oldMainThreadStats_ = value;
}
onChanged();
} else {
oldMainThreadStatsBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public Builder clearOldMainThreadStats() {
if (oldMainThreadStatsBuilder_ == null) {
oldMainThreadStats_ = null;
onChanged();
} else {
oldMainThreadStats_ = null;
oldMainThreadStatsBuilder_ = null;
}
return this;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder getOldMainThreadStatsBuilder() {
onChanged();
return getOldMainThreadStatsFieldBuilder().getBuilder();
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder getOldMainThreadStatsOrBuilder() {
if (oldMainThreadStatsBuilder_ != null) {
return oldMainThreadStatsBuilder_.getMessageOrBuilder();
} else {
return oldMainThreadStats_ == null ?
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.getDefaultInstance() : oldMainThreadStats_;
}
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_main_thread_stats = 8;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder>
getOldMainThreadStatsFieldBuilder() {
if (oldMainThreadStatsBuilder_ == null) {
oldMainThreadStatsBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder>(
getOldMainThreadStats(),
getParentForChildren(),
isClean());
oldMainThreadStats_ = null;
}
return oldMainThreadStatsBuilder_;
}
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats oldAuxThreadStats_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder> oldAuxThreadStatsBuilder_;
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public boolean hasOldAuxThreadStats() {
return oldAuxThreadStatsBuilder_ != null || oldAuxThreadStats_ != null;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats getOldAuxThreadStats() {
if (oldAuxThreadStatsBuilder_ == null) {
return oldAuxThreadStats_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.getDefaultInstance() : oldAuxThreadStats_;
} else {
return oldAuxThreadStatsBuilder_.getMessage();
}
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public Builder setOldAuxThreadStats(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats value) {
if (oldAuxThreadStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
oldAuxThreadStats_ = value;
onChanged();
} else {
oldAuxThreadStatsBuilder_.setMessage(value);
}
return this;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public Builder setOldAuxThreadStats(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder builderForValue) {
if (oldAuxThreadStatsBuilder_ == null) {
oldAuxThreadStats_ = builderForValue.build();
onChanged();
} else {
oldAuxThreadStatsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public Builder mergeOldAuxThreadStats(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats value) {
if (oldAuxThreadStatsBuilder_ == null) {
if (oldAuxThreadStats_ != null) {
oldAuxThreadStats_ =
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.newBuilder(oldAuxThreadStats_).mergeFrom(value).buildPartial();
} else {
oldAuxThreadStats_ = value;
}
onChanged();
} else {
oldAuxThreadStatsBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public Builder clearOldAuxThreadStats() {
if (oldAuxThreadStatsBuilder_ == null) {
oldAuxThreadStats_ = null;
onChanged();
} else {
oldAuxThreadStats_ = null;
oldAuxThreadStatsBuilder_ = null;
}
return this;
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder getOldAuxThreadStatsBuilder() {
onChanged();
return getOldAuxThreadStatsFieldBuilder().getBuilder();
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder getOldAuxThreadStatsOrBuilder() {
if (oldAuxThreadStatsBuilder_ != null) {
return oldAuxThreadStatsBuilder_.getMessageOrBuilder();
} else {
return oldAuxThreadStats_ == null ?
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.getDefaultInstance() : oldAuxThreadStats_;
}
}
/**
*
* deprecated in 0.10.9
*
*
* .org_glowroot_wire_api_model.Aggregate.OldThreadStats old_aux_thread_stats = 9;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder>
getOldAuxThreadStatsFieldBuilder() {
if (oldAuxThreadStatsBuilder_ == null) {
oldAuxThreadStatsBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldThreadStatsOrBuilder>(
getOldAuxThreadStats(),
getParentForChildren(),
isClean());
oldAuxThreadStats_ = null;
}
return oldAuxThreadStatsBuilder_;
}
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats mainThreadStats_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder> mainThreadStatsBuilder_;
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public boolean hasMainThreadStats() {
return mainThreadStatsBuilder_ != null || mainThreadStats_ != null;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats getMainThreadStats() {
if (mainThreadStatsBuilder_ == null) {
return mainThreadStats_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.getDefaultInstance() : mainThreadStats_;
} else {
return mainThreadStatsBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public Builder setMainThreadStats(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats value) {
if (mainThreadStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
mainThreadStats_ = value;
onChanged();
} else {
mainThreadStatsBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public Builder setMainThreadStats(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder builderForValue) {
if (mainThreadStatsBuilder_ == null) {
mainThreadStats_ = builderForValue.build();
onChanged();
} else {
mainThreadStatsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public Builder mergeMainThreadStats(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats value) {
if (mainThreadStatsBuilder_ == null) {
if (mainThreadStats_ != null) {
mainThreadStats_ =
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.newBuilder(mainThreadStats_).mergeFrom(value).buildPartial();
} else {
mainThreadStats_ = value;
}
onChanged();
} else {
mainThreadStatsBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public Builder clearMainThreadStats() {
if (mainThreadStatsBuilder_ == null) {
mainThreadStats_ = null;
onChanged();
} else {
mainThreadStats_ = null;
mainThreadStatsBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder getMainThreadStatsBuilder() {
onChanged();
return getMainThreadStatsFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder getMainThreadStatsOrBuilder() {
if (mainThreadStatsBuilder_ != null) {
return mainThreadStatsBuilder_.getMessageOrBuilder();
} else {
return mainThreadStats_ == null ?
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.getDefaultInstance() : mainThreadStats_;
}
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats main_thread_stats = 17;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder>
getMainThreadStatsFieldBuilder() {
if (mainThreadStatsBuilder_ == null) {
mainThreadStatsBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder>(
getMainThreadStats(),
getParentForChildren(),
isClean());
mainThreadStats_ = null;
}
return mainThreadStatsBuilder_;
}
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats auxThreadStats_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder> auxThreadStatsBuilder_;
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public boolean hasAuxThreadStats() {
return auxThreadStatsBuilder_ != null || auxThreadStats_ != null;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats getAuxThreadStats() {
if (auxThreadStatsBuilder_ == null) {
return auxThreadStats_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.getDefaultInstance() : auxThreadStats_;
} else {
return auxThreadStatsBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public Builder setAuxThreadStats(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats value) {
if (auxThreadStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
auxThreadStats_ = value;
onChanged();
} else {
auxThreadStatsBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public Builder setAuxThreadStats(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder builderForValue) {
if (auxThreadStatsBuilder_ == null) {
auxThreadStats_ = builderForValue.build();
onChanged();
} else {
auxThreadStatsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public Builder mergeAuxThreadStats(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats value) {
if (auxThreadStatsBuilder_ == null) {
if (auxThreadStats_ != null) {
auxThreadStats_ =
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.newBuilder(auxThreadStats_).mergeFrom(value).buildPartial();
} else {
auxThreadStats_ = value;
}
onChanged();
} else {
auxThreadStatsBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public Builder clearAuxThreadStats() {
if (auxThreadStatsBuilder_ == null) {
auxThreadStats_ = null;
onChanged();
} else {
auxThreadStats_ = null;
auxThreadStatsBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder getAuxThreadStatsBuilder() {
onChanged();
return getAuxThreadStatsFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder getAuxThreadStatsOrBuilder() {
if (auxThreadStatsBuilder_ != null) {
return auxThreadStatsBuilder_.getMessageOrBuilder();
} else {
return auxThreadStats_ == null ?
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.getDefaultInstance() : auxThreadStats_;
}
}
/**
* .org_glowroot_wire_api_model.Aggregate.ThreadStats aux_thread_stats = 18;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder>
getAuxThreadStatsFieldBuilder() {
if (auxThreadStatsBuilder_ == null) {
auxThreadStatsBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStats.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ThreadStatsOrBuilder>(
getAuxThreadStats(),
getParentForChildren(),
isClean());
auxThreadStats_ = null;
}
return auxThreadStatsBuilder_;
}
private org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram durationNanosHistogram_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.HistogramOrBuilder> durationNanosHistogramBuilder_;
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public boolean hasDurationNanosHistogram() {
return durationNanosHistogramBuilder_ != null || durationNanosHistogram_ != null;
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram getDurationNanosHistogram() {
if (durationNanosHistogramBuilder_ == null) {
return durationNanosHistogram_ == null ? org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.getDefaultInstance() : durationNanosHistogram_;
} else {
return durationNanosHistogramBuilder_.getMessage();
}
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public Builder setDurationNanosHistogram(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram value) {
if (durationNanosHistogramBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
durationNanosHistogram_ = value;
onChanged();
} else {
durationNanosHistogramBuilder_.setMessage(value);
}
return this;
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public Builder setDurationNanosHistogram(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.Builder builderForValue) {
if (durationNanosHistogramBuilder_ == null) {
durationNanosHistogram_ = builderForValue.build();
onChanged();
} else {
durationNanosHistogramBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public Builder mergeDurationNanosHistogram(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram value) {
if (durationNanosHistogramBuilder_ == null) {
if (durationNanosHistogram_ != null) {
durationNanosHistogram_ =
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.newBuilder(durationNanosHistogram_).mergeFrom(value).buildPartial();
} else {
durationNanosHistogram_ = value;
}
onChanged();
} else {
durationNanosHistogramBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public Builder clearDurationNanosHistogram() {
if (durationNanosHistogramBuilder_ == null) {
durationNanosHistogram_ = null;
onChanged();
} else {
durationNanosHistogram_ = null;
durationNanosHistogramBuilder_ = null;
}
return this;
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.Builder getDurationNanosHistogramBuilder() {
onChanged();
return getDurationNanosHistogramFieldBuilder().getBuilder();
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.HistogramOrBuilder getDurationNanosHistogramOrBuilder() {
if (durationNanosHistogramBuilder_ != null) {
return durationNanosHistogramBuilder_.getMessageOrBuilder();
} else {
return durationNanosHistogram_ == null ?
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.getDefaultInstance() : durationNanosHistogram_;
}
}
/**
*
* histogram values are in nanoseconds with microsecond
*
*
* .org_glowroot_wire_api_model.Aggregate.Histogram duration_nanos_histogram = 10;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.HistogramOrBuilder>
getDurationNanosHistogramFieldBuilder() {
if (durationNanosHistogramBuilder_ == null) {
durationNanosHistogramBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Histogram.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.HistogramOrBuilder>(
getDurationNanosHistogram(),
getParentForChildren(),
isClean());
durationNanosHistogram_ = null;
}
return durationNanosHistogramBuilder_;
}
private java.util.List oldQueriesByType_ =
java.util.Collections.emptyList();
private void ensureOldQueriesByTypeIsMutable() {
if (!((bitField0_ & 0x00001000) == 0x00001000)) {
oldQueriesByType_ = new java.util.ArrayList(oldQueriesByType_);
bitField0_ |= 0x00001000;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder> oldQueriesByTypeBuilder_;
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public java.util.List getOldQueriesByTypeList() {
if (oldQueriesByTypeBuilder_ == null) {
return java.util.Collections.unmodifiableList(oldQueriesByType_);
} else {
return oldQueriesByTypeBuilder_.getMessageList();
}
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public int getOldQueriesByTypeCount() {
if (oldQueriesByTypeBuilder_ == null) {
return oldQueriesByType_.size();
} else {
return oldQueriesByTypeBuilder_.getCount();
}
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType getOldQueriesByType(int index) {
if (oldQueriesByTypeBuilder_ == null) {
return oldQueriesByType_.get(index);
} else {
return oldQueriesByTypeBuilder_.getMessage(index);
}
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public Builder setOldQueriesByType(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType value) {
if (oldQueriesByTypeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureOldQueriesByTypeIsMutable();
oldQueriesByType_.set(index, value);
onChanged();
} else {
oldQueriesByTypeBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public Builder setOldQueriesByType(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder builderForValue) {
if (oldQueriesByTypeBuilder_ == null) {
ensureOldQueriesByTypeIsMutable();
oldQueriesByType_.set(index, builderForValue.build());
onChanged();
} else {
oldQueriesByTypeBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public Builder addOldQueriesByType(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType value) {
if (oldQueriesByTypeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureOldQueriesByTypeIsMutable();
oldQueriesByType_.add(value);
onChanged();
} else {
oldQueriesByTypeBuilder_.addMessage(value);
}
return this;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public Builder addOldQueriesByType(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType value) {
if (oldQueriesByTypeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureOldQueriesByTypeIsMutable();
oldQueriesByType_.add(index, value);
onChanged();
} else {
oldQueriesByTypeBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public Builder addOldQueriesByType(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder builderForValue) {
if (oldQueriesByTypeBuilder_ == null) {
ensureOldQueriesByTypeIsMutable();
oldQueriesByType_.add(builderForValue.build());
onChanged();
} else {
oldQueriesByTypeBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public Builder addOldQueriesByType(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder builderForValue) {
if (oldQueriesByTypeBuilder_ == null) {
ensureOldQueriesByTypeIsMutable();
oldQueriesByType_.add(index, builderForValue.build());
onChanged();
} else {
oldQueriesByTypeBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public Builder addAllOldQueriesByType(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType> values) {
if (oldQueriesByTypeBuilder_ == null) {
ensureOldQueriesByTypeIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, oldQueriesByType_);
onChanged();
} else {
oldQueriesByTypeBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public Builder clearOldQueriesByType() {
if (oldQueriesByTypeBuilder_ == null) {
oldQueriesByType_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00001000);
onChanged();
} else {
oldQueriesByTypeBuilder_.clear();
}
return this;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public Builder removeOldQueriesByType(int index) {
if (oldQueriesByTypeBuilder_ == null) {
ensureOldQueriesByTypeIsMutable();
oldQueriesByType_.remove(index);
onChanged();
} else {
oldQueriesByTypeBuilder_.remove(index);
}
return this;
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder getOldQueriesByTypeBuilder(
int index) {
return getOldQueriesByTypeFieldBuilder().getBuilder(index);
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder getOldQueriesByTypeOrBuilder(
int index) {
if (oldQueriesByTypeBuilder_ == null) {
return oldQueriesByType_.get(index); } else {
return oldQueriesByTypeBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder>
getOldQueriesByTypeOrBuilderList() {
if (oldQueriesByTypeBuilder_ != null) {
return oldQueriesByTypeBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(oldQueriesByType_);
}
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder addOldQueriesByTypeBuilder() {
return getOldQueriesByTypeFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.getDefaultInstance());
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder addOldQueriesByTypeBuilder(
int index) {
return getOldQueriesByTypeFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.getDefaultInstance());
}
/**
*
* precision
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldQueriesByType old_queries_by_type = 11;
*/
public java.util.List
getOldQueriesByTypeBuilderList() {
return getOldQueriesByTypeFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder>
getOldQueriesByTypeFieldBuilder() {
if (oldQueriesByTypeBuilder_ == null) {
oldQueriesByTypeBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByType.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldQueriesByTypeOrBuilder>(
oldQueriesByType_,
((bitField0_ & 0x00001000) == 0x00001000),
getParentForChildren(),
isClean());
oldQueriesByType_ = null;
}
return oldQueriesByTypeBuilder_;
}
private java.util.List oldServiceCallsByType_ =
java.util.Collections.emptyList();
private void ensureOldServiceCallsByTypeIsMutable() {
if (!((bitField0_ & 0x00002000) == 0x00002000)) {
oldServiceCallsByType_ = new java.util.ArrayList(oldServiceCallsByType_);
bitField0_ |= 0x00002000;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder> oldServiceCallsByTypeBuilder_;
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public java.util.List getOldServiceCallsByTypeList() {
if (oldServiceCallsByTypeBuilder_ == null) {
return java.util.Collections.unmodifiableList(oldServiceCallsByType_);
} else {
return oldServiceCallsByTypeBuilder_.getMessageList();
}
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public int getOldServiceCallsByTypeCount() {
if (oldServiceCallsByTypeBuilder_ == null) {
return oldServiceCallsByType_.size();
} else {
return oldServiceCallsByTypeBuilder_.getCount();
}
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType getOldServiceCallsByType(int index) {
if (oldServiceCallsByTypeBuilder_ == null) {
return oldServiceCallsByType_.get(index);
} else {
return oldServiceCallsByTypeBuilder_.getMessage(index);
}
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public Builder setOldServiceCallsByType(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType value) {
if (oldServiceCallsByTypeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureOldServiceCallsByTypeIsMutable();
oldServiceCallsByType_.set(index, value);
onChanged();
} else {
oldServiceCallsByTypeBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public Builder setOldServiceCallsByType(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder builderForValue) {
if (oldServiceCallsByTypeBuilder_ == null) {
ensureOldServiceCallsByTypeIsMutable();
oldServiceCallsByType_.set(index, builderForValue.build());
onChanged();
} else {
oldServiceCallsByTypeBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public Builder addOldServiceCallsByType(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType value) {
if (oldServiceCallsByTypeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureOldServiceCallsByTypeIsMutable();
oldServiceCallsByType_.add(value);
onChanged();
} else {
oldServiceCallsByTypeBuilder_.addMessage(value);
}
return this;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public Builder addOldServiceCallsByType(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType value) {
if (oldServiceCallsByTypeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureOldServiceCallsByTypeIsMutable();
oldServiceCallsByType_.add(index, value);
onChanged();
} else {
oldServiceCallsByTypeBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public Builder addOldServiceCallsByType(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder builderForValue) {
if (oldServiceCallsByTypeBuilder_ == null) {
ensureOldServiceCallsByTypeIsMutable();
oldServiceCallsByType_.add(builderForValue.build());
onChanged();
} else {
oldServiceCallsByTypeBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public Builder addOldServiceCallsByType(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder builderForValue) {
if (oldServiceCallsByTypeBuilder_ == null) {
ensureOldServiceCallsByTypeIsMutable();
oldServiceCallsByType_.add(index, builderForValue.build());
onChanged();
} else {
oldServiceCallsByTypeBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public Builder addAllOldServiceCallsByType(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType> values) {
if (oldServiceCallsByTypeBuilder_ == null) {
ensureOldServiceCallsByTypeIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, oldServiceCallsByType_);
onChanged();
} else {
oldServiceCallsByTypeBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public Builder clearOldServiceCallsByType() {
if (oldServiceCallsByTypeBuilder_ == null) {
oldServiceCallsByType_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00002000);
onChanged();
} else {
oldServiceCallsByTypeBuilder_.clear();
}
return this;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public Builder removeOldServiceCallsByType(int index) {
if (oldServiceCallsByTypeBuilder_ == null) {
ensureOldServiceCallsByTypeIsMutable();
oldServiceCallsByType_.remove(index);
onChanged();
} else {
oldServiceCallsByTypeBuilder_.remove(index);
}
return this;
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder getOldServiceCallsByTypeBuilder(
int index) {
return getOldServiceCallsByTypeFieldBuilder().getBuilder(index);
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder getOldServiceCallsByTypeOrBuilder(
int index) {
if (oldServiceCallsByTypeBuilder_ == null) {
return oldServiceCallsByType_.get(index); } else {
return oldServiceCallsByTypeBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder>
getOldServiceCallsByTypeOrBuilderList() {
if (oldServiceCallsByTypeBuilder_ != null) {
return oldServiceCallsByTypeBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(oldServiceCallsByType_);
}
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder addOldServiceCallsByTypeBuilder() {
return getOldServiceCallsByTypeFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.getDefaultInstance());
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder addOldServiceCallsByTypeBuilder(
int index) {
return getOldServiceCallsByTypeFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.getDefaultInstance());
}
/**
*
* deprecated in 0.10.6
*
*
* repeated .org_glowroot_wire_api_model.Aggregate.OldServiceCallsByType old_service_calls_by_type = 12;
*/
public java.util.List
getOldServiceCallsByTypeBuilderList() {
return getOldServiceCallsByTypeFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder>
getOldServiceCallsByTypeFieldBuilder() {
if (oldServiceCallsByTypeBuilder_ == null) {
oldServiceCallsByTypeBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByType.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.OldServiceCallsByTypeOrBuilder>(
oldServiceCallsByType_,
((bitField0_ & 0x00002000) == 0x00002000),
getParentForChildren(),
isClean());
oldServiceCallsByType_ = null;
}
return oldServiceCallsByTypeBuilder_;
}
private java.util.List query_ =
java.util.Collections.emptyList();
private void ensureQueryIsMutable() {
if (!((bitField0_ & 0x00004000) == 0x00004000)) {
query_ = new java.util.ArrayList(query_);
bitField0_ |= 0x00004000;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder> queryBuilder_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public java.util.List getQueryList() {
if (queryBuilder_ == null) {
return java.util.Collections.unmodifiableList(query_);
} else {
return queryBuilder_.getMessageList();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public int getQueryCount() {
if (queryBuilder_ == null) {
return query_.size();
} else {
return queryBuilder_.getCount();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query getQuery(int index) {
if (queryBuilder_ == null) {
return query_.get(index);
} else {
return queryBuilder_.getMessage(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public Builder setQuery(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query value) {
if (queryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureQueryIsMutable();
query_.set(index, value);
onChanged();
} else {
queryBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public Builder setQuery(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder builderForValue) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
query_.set(index, builderForValue.build());
onChanged();
} else {
queryBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public Builder addQuery(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query value) {
if (queryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureQueryIsMutable();
query_.add(value);
onChanged();
} else {
queryBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public Builder addQuery(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query value) {
if (queryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureQueryIsMutable();
query_.add(index, value);
onChanged();
} else {
queryBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public Builder addQuery(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder builderForValue) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
query_.add(builderForValue.build());
onChanged();
} else {
queryBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public Builder addQuery(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder builderForValue) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
query_.add(index, builderForValue.build());
onChanged();
} else {
queryBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public Builder addAllQuery(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query> values) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, query_);
onChanged();
} else {
queryBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public Builder clearQuery() {
if (queryBuilder_ == null) {
query_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00004000);
onChanged();
} else {
queryBuilder_.clear();
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public Builder removeQuery(int index) {
if (queryBuilder_ == null) {
ensureQueryIsMutable();
query_.remove(index);
onChanged();
} else {
queryBuilder_.remove(index);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder getQueryBuilder(
int index) {
return getQueryFieldBuilder().getBuilder(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder getQueryOrBuilder(
int index) {
if (queryBuilder_ == null) {
return query_.get(index); } else {
return queryBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder>
getQueryOrBuilderList() {
if (queryBuilder_ != null) {
return queryBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(query_);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder addQueryBuilder() {
return getQueryFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder addQueryBuilder(
int index) {
return getQueryFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.Query query = 15;
*/
public java.util.List
getQueryBuilderList() {
return getQueryFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder>
getQueryFieldBuilder() {
if (queryBuilder_ == null) {
queryBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder>(
query_,
((bitField0_ & 0x00004000) == 0x00004000),
getParentForChildren(),
isClean());
query_ = null;
}
return queryBuilder_;
}
private java.util.List serviceCall_ =
java.util.Collections.emptyList();
private void ensureServiceCallIsMutable() {
if (!((bitField0_ & 0x00008000) == 0x00008000)) {
serviceCall_ = new java.util.ArrayList(serviceCall_);
bitField0_ |= 0x00008000;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder> serviceCallBuilder_;
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public java.util.List getServiceCallList() {
if (serviceCallBuilder_ == null) {
return java.util.Collections.unmodifiableList(serviceCall_);
} else {
return serviceCallBuilder_.getMessageList();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public int getServiceCallCount() {
if (serviceCallBuilder_ == null) {
return serviceCall_.size();
} else {
return serviceCallBuilder_.getCount();
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall getServiceCall(int index) {
if (serviceCallBuilder_ == null) {
return serviceCall_.get(index);
} else {
return serviceCallBuilder_.getMessage(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public Builder setServiceCall(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall value) {
if (serviceCallBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureServiceCallIsMutable();
serviceCall_.set(index, value);
onChanged();
} else {
serviceCallBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public Builder setServiceCall(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder builderForValue) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
serviceCall_.set(index, builderForValue.build());
onChanged();
} else {
serviceCallBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public Builder addServiceCall(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall value) {
if (serviceCallBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureServiceCallIsMutable();
serviceCall_.add(value);
onChanged();
} else {
serviceCallBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public Builder addServiceCall(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall value) {
if (serviceCallBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureServiceCallIsMutable();
serviceCall_.add(index, value);
onChanged();
} else {
serviceCallBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public Builder addServiceCall(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder builderForValue) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
serviceCall_.add(builderForValue.build());
onChanged();
} else {
serviceCallBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public Builder addServiceCall(
int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder builderForValue) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
serviceCall_.add(index, builderForValue.build());
onChanged();
} else {
serviceCallBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public Builder addAllServiceCall(
java.lang.Iterable extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall> values) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, serviceCall_);
onChanged();
} else {
serviceCallBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public Builder clearServiceCall() {
if (serviceCallBuilder_ == null) {
serviceCall_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00008000);
onChanged();
} else {
serviceCallBuilder_.clear();
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public Builder removeServiceCall(int index) {
if (serviceCallBuilder_ == null) {
ensureServiceCallIsMutable();
serviceCall_.remove(index);
onChanged();
} else {
serviceCallBuilder_.remove(index);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder getServiceCallBuilder(
int index) {
return getServiceCallFieldBuilder().getBuilder(index);
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder getServiceCallOrBuilder(
int index) {
if (serviceCallBuilder_ == null) {
return serviceCall_.get(index); } else {
return serviceCallBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public java.util.List extends org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder>
getServiceCallOrBuilderList() {
if (serviceCallBuilder_ != null) {
return serviceCallBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(serviceCall_);
}
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder addServiceCallBuilder() {
return getServiceCallFieldBuilder().addBuilder(
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder addServiceCallBuilder(
int index) {
return getServiceCallFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.Aggregate.ServiceCall service_call = 16;
*/
public java.util.List
getServiceCallBuilderList() {
return getServiceCallFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder>
getServiceCallFieldBuilder() {
if (serviceCallBuilder_ == null) {
serviceCallBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCall.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.ServiceCallOrBuilder>(
serviceCall_,
((bitField0_ & 0x00008000) == 0x00008000),
getParentForChildren(),
isClean());
serviceCall_ = null;
}
return serviceCallBuilder_;
}
private org.glowroot.wire.api.model.ProfileOuterClass.Profile mainThreadProfile_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> mainThreadProfileBuilder_;
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public boolean hasMainThreadProfile() {
return mainThreadProfileBuilder_ != null || mainThreadProfile_ != null;
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.Profile getMainThreadProfile() {
if (mainThreadProfileBuilder_ == null) {
return mainThreadProfile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : mainThreadProfile_;
} else {
return mainThreadProfileBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public Builder setMainThreadProfile(org.glowroot.wire.api.model.ProfileOuterClass.Profile value) {
if (mainThreadProfileBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
mainThreadProfile_ = value;
onChanged();
} else {
mainThreadProfileBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public Builder setMainThreadProfile(
org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder builderForValue) {
if (mainThreadProfileBuilder_ == null) {
mainThreadProfile_ = builderForValue.build();
onChanged();
} else {
mainThreadProfileBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public Builder mergeMainThreadProfile(org.glowroot.wire.api.model.ProfileOuterClass.Profile value) {
if (mainThreadProfileBuilder_ == null) {
if (mainThreadProfile_ != null) {
mainThreadProfile_ =
org.glowroot.wire.api.model.ProfileOuterClass.Profile.newBuilder(mainThreadProfile_).mergeFrom(value).buildPartial();
} else {
mainThreadProfile_ = value;
}
onChanged();
} else {
mainThreadProfileBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public Builder clearMainThreadProfile() {
if (mainThreadProfileBuilder_ == null) {
mainThreadProfile_ = null;
onChanged();
} else {
mainThreadProfile_ = null;
mainThreadProfileBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder getMainThreadProfileBuilder() {
onChanged();
return getMainThreadProfileFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getMainThreadProfileOrBuilder() {
if (mainThreadProfileBuilder_ != null) {
return mainThreadProfileBuilder_.getMessageOrBuilder();
} else {
return mainThreadProfile_ == null ?
org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : mainThreadProfile_;
}
}
/**
* .org_glowroot_wire_api_model.Profile main_thread_profile = 13;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder>
getMainThreadProfileFieldBuilder() {
if (mainThreadProfileBuilder_ == null) {
mainThreadProfileBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder>(
getMainThreadProfile(),
getParentForChildren(),
isClean());
mainThreadProfile_ = null;
}
return mainThreadProfileBuilder_;
}
private org.glowroot.wire.api.model.ProfileOuterClass.Profile auxThreadProfile_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> auxThreadProfileBuilder_;
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public boolean hasAuxThreadProfile() {
return auxThreadProfileBuilder_ != null || auxThreadProfile_ != null;
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.Profile getAuxThreadProfile() {
if (auxThreadProfileBuilder_ == null) {
return auxThreadProfile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : auxThreadProfile_;
} else {
return auxThreadProfileBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public Builder setAuxThreadProfile(org.glowroot.wire.api.model.ProfileOuterClass.Profile value) {
if (auxThreadProfileBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
auxThreadProfile_ = value;
onChanged();
} else {
auxThreadProfileBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public Builder setAuxThreadProfile(
org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder builderForValue) {
if (auxThreadProfileBuilder_ == null) {
auxThreadProfile_ = builderForValue.build();
onChanged();
} else {
auxThreadProfileBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public Builder mergeAuxThreadProfile(org.glowroot.wire.api.model.ProfileOuterClass.Profile value) {
if (auxThreadProfileBuilder_ == null) {
if (auxThreadProfile_ != null) {
auxThreadProfile_ =
org.glowroot.wire.api.model.ProfileOuterClass.Profile.newBuilder(auxThreadProfile_).mergeFrom(value).buildPartial();
} else {
auxThreadProfile_ = value;
}
onChanged();
} else {
auxThreadProfileBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public Builder clearAuxThreadProfile() {
if (auxThreadProfileBuilder_ == null) {
auxThreadProfile_ = null;
onChanged();
} else {
auxThreadProfile_ = null;
auxThreadProfileBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder getAuxThreadProfileBuilder() {
onChanged();
return getAuxThreadProfileFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
public org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getAuxThreadProfileOrBuilder() {
if (auxThreadProfileBuilder_ != null) {
return auxThreadProfileBuilder_.getMessageOrBuilder();
} else {
return auxThreadProfile_ == null ?
org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : auxThreadProfile_;
}
}
/**
* .org_glowroot_wire_api_model.Profile aux_thread_profile = 14;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder>
getAuxThreadProfileFieldBuilder() {
if (auxThreadProfileBuilder_ == null) {
auxThreadProfileBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder>(
getAuxThreadProfile(),
getParentForChildren(),
isClean());
auxThreadProfile_ = null;
}
return auxThreadProfileBuilder_;
}
public final Builder setUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Aggregate)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Aggregate)
private static final org.glowroot.wire.api.model.AggregateOuterClass.Aggregate DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.AggregateOuterClass.Aggregate();
}
public static org.glowroot.wire.api.model.AggregateOuterClass.Aggregate getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser
PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() {
public Aggregate parsePartialFrom(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return new Aggregate(input, extensionRegistry);
}
};
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_OldAggregatesByType_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_OldAggregatesByType_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_Timer_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_Timer_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_Query_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_Query_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_fieldAccessorTable;
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\017Aggregate.proto\022\033org_glowroot_wire_api" +
"_model\032\rProfile.proto\032\014Common.proto\"\307\001\n\023" +
"OldAggregatesByType\022\030\n\020transaction_type\030" +
"\001 \001(\t\022A\n\021overall_aggregate\030\002 \001(\0132&.org_g" +
"lowroot_wire_api_model.Aggregate\022S\n\025tran" +
"saction_aggregate\030\003 \003(\01324.org_glowroot_w" +
"ire_api_model.OldTransactionAggregate\"n\n" +
"\027OldTransactionAggregate\022\030\n\020transaction_" +
"name\030\002 \001(\t\0229\n\taggregate\030\003 \001(\0132&.org_glow" +
"root_wire_api_model.Aggregate\"\204\025\n\tAggreg" +
"ate\022\034\n\024total_duration_nanos\030\001 \001(\001\022\031\n\021tra" +
"nsaction_count\030\002 \001(\003\022\023\n\013error_count\030\003 \001(" +
"\003\022\032\n\022async_transactions\030\004 \001(\010\022L\n\026main_th" +
"read_root_timer\030\005 \003(\0132,.org_glowroot_wir" +
"e_api_model.Aggregate.Timer\022K\n\025aux_threa" +
"d_root_timer\030\006 \003(\0132,.org_glowroot_wire_a" +
"pi_model.Aggregate.Timer\022A\n\013async_timer\030" +
"\007 \003(\0132,.org_glowroot_wire_api_model.Aggr" +
"egate.Timer\022T\n\025old_main_thread_stats\030\010 \001" +
"(\01325.org_glowroot_wire_api_model.Aggrega" +
"te.OldThreadStats\022S\n\024old_aux_thread_stat" +
"s\030\t \001(\01325.org_glowroot_wire_api_model.Ag" +
"gregate.OldThreadStats\022M\n\021main_thread_st" +
"ats\030\021 \001(\01322.org_glowroot_wire_api_model." +
"Aggregate.ThreadStats\022L\n\020aux_thread_stat" +
"s\030\022 \001(\01322.org_glowroot_wire_api_model.Ag" +
"gregate.ThreadStats\022R\n\030duration_nanos_hi" +
"stogram\030\n \001(\01320.org_glowroot_wire_api_mo" +
"del.Aggregate.Histogram\022T\n\023old_queries_b" +
"y_type\030\013 \003(\01327.org_glowroot_wire_api_mod" +
"el.Aggregate.OldQueriesByType\022_\n\031old_ser" +
"vice_calls_by_type\030\014 \003(\0132<.org_glowroot_" +
"wire_api_model.Aggregate.OldServiceCalls" +
"ByType\022;\n\005query\030\017 \003(\0132,.org_glowroot_wir" +
"e_api_model.Aggregate.Query\022H\n\014service_c" +
"all\030\020 \003(\01322.org_glowroot_wire_api_model." +
"Aggregate.ServiceCall\022A\n\023main_thread_pro" +
"file\030\r \001(\0132$.org_glowroot_wire_api_model" +
".Profile\022@\n\022aux_thread_profile\030\016 \001(\0132$.o" +
"rg_glowroot_wire_api_model.Profile\032=\n\tHi" +
"stogram\022\031\n\021ordered_raw_value\030\001 \003(\003\022\025\n\ren" +
"coded_bytes\030\002 \001(\014\032\216\001\n\005Timer\022\014\n\004name\030\001 \001(" +
"\t\022\020\n\010extended\030\002 \001(\010\022\023\n\013total_nanos\030\003 \001(\001" +
"\022\r\n\005count\030\004 \001(\003\022A\n\013child_timer\030\005 \003(\0132,.o" +
"rg_glowroot_wire_api_model.Aggregate.Tim" +
"er\032\265\002\n\016OldThreadStats\022D\n\017total_cpu_nanos" +
"\030\001 \001(\0132+.org_glowroot_wire_api_model.Opt" +
"ionalDouble\022H\n\023total_blocked_nanos\030\002 \001(\013" +
"2+.org_glowroot_wire_api_model.OptionalD" +
"ouble\022G\n\022total_waited_nanos\030\003 \001(\0132+.org_" +
"glowroot_wire_api_model.OptionalDouble\022J" +
"\n\025total_allocated_bytes\030\004 \001(\0132+.org_glow" +
"root_wire_api_model.OptionalDouble\032~\n\013Th" +
"readStats\022\027\n\017total_cpu_nanos\030\001 \001(\001\022\033\n\023to" +
"tal_blocked_nanos\030\002 \001(\001\022\032\n\022total_waited_" +
"nanos\030\003 \001(\001\022\035\n\025total_allocated_bytes\030\004 \001" +
"(\001\032`\n\020OldQueriesByType\022\014\n\004type\030\001 \001(\t\022>\n\005" +
"query\030\002 \003(\0132/.org_glowroot_wire_api_mode" +
"l.Aggregate.OldQuery\032\242\001\n\010OldQuery\022\037\n\027sha" +
"red_query_text_index\030\005 \001(\005\022\034\n\024total_dura" +
"tion_nanos\030\002 \001(\001\022\027\n\017execution_count\030\003 \001(" +
"\003\022>\n\ntotal_rows\030\004 \001(\0132*.org_glowroot_wir" +
"e_api_model.OptionalInt64\032\275\001\n\005Query\022\014\n\004t" +
"ype\030\001 \001(\t\022\037\n\027shared_query_text_index\030\002 \001" +
"(\005\022\034\n\024total_duration_nanos\030\003 \001(\001\022\027\n\017exec" +
"ution_count\030\004 \001(\003\022>\n\ntotal_rows\030\005 \001(\0132*." +
"org_glowroot_wire_api_model.OptionalInt6" +
"4\022\016\n\006active\030\006 \001(\010\032r\n\025OldServiceCallsByTy" +
"pe\022\014\n\004type\030\001 \001(\t\022K\n\014service_call\030\002 \003(\01325" +
".org_glowroot_wire_api_model.Aggregate.O" +
"ldServiceCall\032U\n\016OldServiceCall\022\014\n\004text\030" +
"\001 \001(\t\022\034\n\024total_duration_nanos\030\002 \001(\001\022\027\n\017e" +
"xecution_count\030\003 \001(\003\032`\n\013ServiceCall\022\014\n\004t" +
"ype\030\001 \001(\t\022\014\n\004text\030\002 \001(\t\022\034\n\024total_duratio" +
"n_nanos\030\003 \001(\001\022\027\n\017execution_count\030\004 \001(\003\032T" +
"\n\017SharedQueryText\022\021\n\tfull_text\030\001 \001(\t\022\026\n\016" +
"truncated_text\030\002 \001(\t\022\026\n\016full_text_sha1\030\003" +
" \001(\tB\035\n\033org.glowroot.wire.api.modelb\006pro" +
"to3"
};
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistry assignDescriptors(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor[] {
org.glowroot.wire.api.model.ProfileOuterClass.getDescriptor(),
org.glowroot.wire.api.model.Proto.getDescriptor(),
}, assigner);
internal_static_org_glowroot_wire_api_model_OldAggregatesByType_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_org_glowroot_wire_api_model_OldAggregatesByType_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_OldAggregatesByType_descriptor,
new java.lang.String[] { "TransactionType", "OverallAggregate", "TransactionAggregate", });
internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_OldTransactionAggregate_descriptor,
new java.lang.String[] { "TransactionName", "Aggregate", });
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_org_glowroot_wire_api_model_Aggregate_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor,
new java.lang.String[] { "TotalDurationNanos", "TransactionCount", "ErrorCount", "AsyncTransactions", "MainThreadRootTimer", "AuxThreadRootTimer", "AsyncTimer", "OldMainThreadStats", "OldAuxThreadStats", "MainThreadStats", "AuxThreadStats", "DurationNanosHistogram", "OldQueriesByType", "OldServiceCallsByType", "Query", "ServiceCall", "MainThreadProfile", "AuxThreadProfile", });
internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(0);
internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_Histogram_descriptor,
new java.lang.String[] { "OrderedRawValue", "EncodedBytes", });
internal_static_org_glowroot_wire_api_model_Aggregate_Timer_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(1);
internal_static_org_glowroot_wire_api_model_Aggregate_Timer_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_Timer_descriptor,
new java.lang.String[] { "Name", "Extended", "TotalNanos", "Count", "ChildTimer", });
internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(2);
internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_OldThreadStats_descriptor,
new java.lang.String[] { "TotalCpuNanos", "TotalBlockedNanos", "TotalWaitedNanos", "TotalAllocatedBytes", });
internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(3);
internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_ThreadStats_descriptor,
new java.lang.String[] { "TotalCpuNanos", "TotalBlockedNanos", "TotalWaitedNanos", "TotalAllocatedBytes", });
internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(4);
internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_OldQueriesByType_descriptor,
new java.lang.String[] { "Type", "Query", });
internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(5);
internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_OldQuery_descriptor,
new java.lang.String[] { "SharedQueryTextIndex", "TotalDurationNanos", "ExecutionCount", "TotalRows", });
internal_static_org_glowroot_wire_api_model_Aggregate_Query_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(6);
internal_static_org_glowroot_wire_api_model_Aggregate_Query_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_Query_descriptor,
new java.lang.String[] { "Type", "SharedQueryTextIndex", "TotalDurationNanos", "ExecutionCount", "TotalRows", "Active", });
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(7);
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCallsByType_descriptor,
new java.lang.String[] { "Type", "ServiceCall", });
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(8);
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_OldServiceCall_descriptor,
new java.lang.String[] { "Text", "TotalDurationNanos", "ExecutionCount", });
internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(9);
internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_ServiceCall_descriptor,
new java.lang.String[] { "Type", "Text", "TotalDurationNanos", "ExecutionCount", });
internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_descriptor =
internal_static_org_glowroot_wire_api_model_Aggregate_descriptor.getNestedTypes().get(10);
internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_wire_api_model_Aggregate_SharedQueryText_descriptor,
new java.lang.String[] { "FullText", "TruncatedText", "FullTextSha1", });
org.glowroot.wire.api.model.ProfileOuterClass.getDescriptor();
org.glowroot.wire.api.model.Proto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}