org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass 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: JavaagentService.proto
package org.glowroot.agent.it.harness.grpc;
public final class JavaagentServiceOuterClass {
private JavaagentServiceOuterClass() {}
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 AppUnderTestClassNameOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_agent_it_harness.AppUnderTestClassName)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string value = 1;
*/
java.lang.String getValue();
/**
* string value = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getValueBytes();
}
/**
* Protobuf type {@code org_glowroot_agent_it_harness.AppUnderTestClassName}
*/
public static final class AppUnderTestClassName extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_agent_it_harness.AppUnderTestClassName)
AppUnderTestClassNameOrBuilder {
private static final long serialVersionUID = 0L;
// Use AppUnderTestClassName.newBuilder() to construct.
private AppUnderTestClassName(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AppUnderTestClassName() {
value_ = "";
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private AppUnderTestClassName(
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();
value_ = 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.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName.class, org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName.Builder.class);
}
public static final int VALUE_FIELD_NUMBER = 1;
private volatile java.lang.Object value_;
/**
* string value = 1;
*/
public java.lang.String getValue() {
java.lang.Object ref = value_;
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();
value_ = s;
return s;
}
}
/**
* string value = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getValueBytes() {
java.lang.Object ref = value_;
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);
value_ = 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 (!getValueBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, value_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getValueBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, value_);
}
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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName)) {
return super.equals(obj);
}
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName other = (org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName) obj;
boolean result = true;
result = result && getValue()
.equals(other.getValue());
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) + VALUE_FIELD_NUMBER;
hash = (53 * hash) + getValue().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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_agent_it_harness.AppUnderTestClassName}
*/
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_agent_it_harness.AppUnderTestClassName)
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassNameOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName.class, org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName.Builder.class);
}
// Construct using org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName.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();
value_ = "";
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_descriptor;
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName getDefaultInstanceForType() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName.getDefaultInstance();
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName build() {
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName buildPartial() {
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName result = new org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName(this);
result.value_ = value_;
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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName) {
return mergeFrom((org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName other) {
if (other == org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName.getDefaultInstance()) return this;
if (!other.getValue().isEmpty()) {
value_ = other.value_;
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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object value_ = "";
/**
* string value = 1;
*/
public java.lang.String getValue() {
java.lang.Object ref = value_;
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();
value_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string value = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getValueBytes() {
java.lang.Object ref = value_;
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);
value_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string value = 1;
*/
public Builder setValue(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
value_ = value;
onChanged();
return this;
}
/**
* string value = 1;
*/
public Builder clearValue() {
value_ = getDefaultInstance().getValue();
onChanged();
return this;
}
/**
* string value = 1;
*/
public Builder setValueBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
value_ = 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_agent_it_harness.AppUnderTestClassName)
}
// @@protoc_insertion_point(class_scope:org_glowroot_agent_it_harness.AppUnderTestClassName)
private static final org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName();
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName 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 AppUnderTestClassName 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 AppUnderTestClassName(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.agent.it.harness.grpc.JavaagentServiceOuterClass.AppUnderTestClassName getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ExpectedLogMessageOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_agent_it_harness.ExpectedLogMessage)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string logger_name = 1;
*/
java.lang.String getLoggerName();
/**
* string logger_name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getLoggerNameBytes();
/**
* string partial_message = 2;
*/
java.lang.String getPartialMessage();
/**
* string partial_message = 2;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialMessageBytes();
}
/**
* Protobuf type {@code org_glowroot_agent_it_harness.ExpectedLogMessage}
*/
public static final class ExpectedLogMessage extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_agent_it_harness.ExpectedLogMessage)
ExpectedLogMessageOrBuilder {
private static final long serialVersionUID = 0L;
// Use ExpectedLogMessage.newBuilder() to construct.
private ExpectedLogMessage(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ExpectedLogMessage() {
loggerName_ = "";
partialMessage_ = "";
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ExpectedLogMessage(
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();
loggerName_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
partialMessage_ = 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.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage.class, org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage.Builder.class);
}
public static final int LOGGER_NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object loggerName_;
/**
* string logger_name = 1;
*/
public java.lang.String getLoggerName() {
java.lang.Object ref = loggerName_;
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();
loggerName_ = s;
return s;
}
}
/**
* string logger_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getLoggerNameBytes() {
java.lang.Object ref = loggerName_;
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);
loggerName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int PARTIAL_MESSAGE_FIELD_NUMBER = 2;
private volatile java.lang.Object partialMessage_;
/**
* string partial_message = 2;
*/
public java.lang.String getPartialMessage() {
java.lang.Object ref = partialMessage_;
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();
partialMessage_ = s;
return s;
}
}
/**
* string partial_message = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialMessageBytes() {
java.lang.Object ref = partialMessage_;
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);
partialMessage_ = 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 (!getLoggerNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, loggerName_);
}
if (!getPartialMessageBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, partialMessage_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getLoggerNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, loggerName_);
}
if (!getPartialMessageBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, partialMessage_);
}
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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage)) {
return super.equals(obj);
}
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage other = (org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage) obj;
boolean result = true;
result = result && getLoggerName()
.equals(other.getLoggerName());
result = result && getPartialMessage()
.equals(other.getPartialMessage());
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) + LOGGER_NAME_FIELD_NUMBER;
hash = (53 * hash) + getLoggerName().hashCode();
hash = (37 * hash) + PARTIAL_MESSAGE_FIELD_NUMBER;
hash = (53 * hash) + getPartialMessage().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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_agent_it_harness.ExpectedLogMessage}
*/
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_agent_it_harness.ExpectedLogMessage)
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessageOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage.class, org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage.Builder.class);
}
// Construct using org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage.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();
loggerName_ = "";
partialMessage_ = "";
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_descriptor;
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage getDefaultInstanceForType() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage.getDefaultInstance();
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage build() {
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage buildPartial() {
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage result = new org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage(this);
result.loggerName_ = loggerName_;
result.partialMessage_ = partialMessage_;
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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage) {
return mergeFrom((org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage other) {
if (other == org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage.getDefaultInstance()) return this;
if (!other.getLoggerName().isEmpty()) {
loggerName_ = other.loggerName_;
onChanged();
}
if (!other.getPartialMessage().isEmpty()) {
partialMessage_ = other.partialMessage_;
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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object loggerName_ = "";
/**
* string logger_name = 1;
*/
public java.lang.String getLoggerName() {
java.lang.Object ref = loggerName_;
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();
loggerName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string logger_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getLoggerNameBytes() {
java.lang.Object ref = loggerName_;
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);
loggerName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string logger_name = 1;
*/
public Builder setLoggerName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
loggerName_ = value;
onChanged();
return this;
}
/**
* string logger_name = 1;
*/
public Builder clearLoggerName() {
loggerName_ = getDefaultInstance().getLoggerName();
onChanged();
return this;
}
/**
* string logger_name = 1;
*/
public Builder setLoggerNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
loggerName_ = value;
onChanged();
return this;
}
private java.lang.Object partialMessage_ = "";
/**
* string partial_message = 2;
*/
public java.lang.String getPartialMessage() {
java.lang.Object ref = partialMessage_;
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();
partialMessage_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string partial_message = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialMessageBytes() {
java.lang.Object ref = partialMessage_;
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);
partialMessage_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string partial_message = 2;
*/
public Builder setPartialMessage(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
partialMessage_ = value;
onChanged();
return this;
}
/**
* string partial_message = 2;
*/
public Builder clearPartialMessage() {
partialMessage_ = getDefaultInstance().getPartialMessage();
onChanged();
return this;
}
/**
* string partial_message = 2;
*/
public Builder setPartialMessageBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
partialMessage_ = 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_agent_it_harness.ExpectedLogMessage)
}
// @@protoc_insertion_point(class_scope:org_glowroot_agent_it_harness.ExpectedLogMessage)
private static final org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage();
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage 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 ExpectedLogMessage 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 ExpectedLogMessage(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.agent.it.harness.grpc.JavaagentServiceOuterClass.ExpectedLogMessage getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface LogCountOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_agent_it_harness.LogCount)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* int32 unexpectedCount = 1;
*/
int getUnexpectedCount();
/**
* int32 expectedButNotLoggedCount = 2;
*/
int getExpectedButNotLoggedCount();
}
/**
* Protobuf type {@code org_glowroot_agent_it_harness.LogCount}
*/
public static final class LogCount extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_agent_it_harness.LogCount)
LogCountOrBuilder {
private static final long serialVersionUID = 0L;
// Use LogCount.newBuilder() to construct.
private LogCount(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private LogCount() {
unexpectedCount_ = 0;
expectedButNotLoggedCount_ = 0;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private LogCount(
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: {
unexpectedCount_ = input.readInt32();
break;
}
case 16: {
expectedButNotLoggedCount_ = 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.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_LogCount_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_LogCount_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount.class, org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount.Builder.class);
}
public static final int UNEXPECTEDCOUNT_FIELD_NUMBER = 1;
private int unexpectedCount_;
/**
* int32 unexpectedCount = 1;
*/
public int getUnexpectedCount() {
return unexpectedCount_;
}
public static final int EXPECTEDBUTNOTLOGGEDCOUNT_FIELD_NUMBER = 2;
private int expectedButNotLoggedCount_;
/**
* int32 expectedButNotLoggedCount = 2;
*/
public int getExpectedButNotLoggedCount() {
return expectedButNotLoggedCount_;
}
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 (unexpectedCount_ != 0) {
output.writeInt32(1, unexpectedCount_);
}
if (expectedButNotLoggedCount_ != 0) {
output.writeInt32(2, expectedButNotLoggedCount_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (unexpectedCount_ != 0) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt32Size(1, unexpectedCount_);
}
if (expectedButNotLoggedCount_ != 0) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt32Size(2, expectedButNotLoggedCount_);
}
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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount)) {
return super.equals(obj);
}
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount other = (org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount) obj;
boolean result = true;
result = result && (getUnexpectedCount()
== other.getUnexpectedCount());
result = result && (getExpectedButNotLoggedCount()
== other.getExpectedButNotLoggedCount());
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) + UNEXPECTEDCOUNT_FIELD_NUMBER;
hash = (53 * hash) + getUnexpectedCount();
hash = (37 * hash) + EXPECTEDBUTNOTLOGGEDCOUNT_FIELD_NUMBER;
hash = (53 * hash) + getExpectedButNotLoggedCount();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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_agent_it_harness.LogCount}
*/
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_agent_it_harness.LogCount)
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCountOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_LogCount_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_LogCount_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount.class, org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount.Builder.class);
}
// Construct using org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount.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();
unexpectedCount_ = 0;
expectedButNotLoggedCount_ = 0;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_LogCount_descriptor;
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount getDefaultInstanceForType() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount.getDefaultInstance();
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount build() {
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount buildPartial() {
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount result = new org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount(this);
result.unexpectedCount_ = unexpectedCount_;
result.expectedButNotLoggedCount_ = expectedButNotLoggedCount_;
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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount) {
return mergeFrom((org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount other) {
if (other == org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount.getDefaultInstance()) return this;
if (other.getUnexpectedCount() != 0) {
setUnexpectedCount(other.getUnexpectedCount());
}
if (other.getExpectedButNotLoggedCount() != 0) {
setExpectedButNotLoggedCount(other.getExpectedButNotLoggedCount());
}
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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int unexpectedCount_ ;
/**
* int32 unexpectedCount = 1;
*/
public int getUnexpectedCount() {
return unexpectedCount_;
}
/**
* int32 unexpectedCount = 1;
*/
public Builder setUnexpectedCount(int value) {
unexpectedCount_ = value;
onChanged();
return this;
}
/**
* int32 unexpectedCount = 1;
*/
public Builder clearUnexpectedCount() {
unexpectedCount_ = 0;
onChanged();
return this;
}
private int expectedButNotLoggedCount_ ;
/**
* int32 expectedButNotLoggedCount = 2;
*/
public int getExpectedButNotLoggedCount() {
return expectedButNotLoggedCount_;
}
/**
* int32 expectedButNotLoggedCount = 2;
*/
public Builder setExpectedButNotLoggedCount(int value) {
expectedButNotLoggedCount_ = value;
onChanged();
return this;
}
/**
* int32 expectedButNotLoggedCount = 2;
*/
public Builder clearExpectedButNotLoggedCount() {
expectedButNotLoggedCount_ = 0;
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_agent_it_harness.LogCount)
}
// @@protoc_insertion_point(class_scope:org_glowroot_agent_it_harness.LogCount)
private static final org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount();
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount 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 LogCount 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 LogCount(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.agent.it.harness.grpc.JavaagentServiceOuterClass.LogCount getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface VoidOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_agent_it_harness.Void)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_agent_it_harness.Void}
*/
public static final class Void extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_agent_it_harness.Void)
VoidOrBuilder {
private static final long serialVersionUID = 0L;
// Use Void.newBuilder() to construct.
private Void(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Void() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Void(
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();
}
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;
}
}
}
} 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.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_Void_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_Void_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void.class, org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void.Builder.class);
}
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 {
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void)) {
return super.equals(obj);
}
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void other = (org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void) obj;
boolean result = true;
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 = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void parseFrom(
java.nio.ByteBuffer data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void parseFrom(byte[] data)
throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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_agent_it_harness.Void}
*/
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_agent_it_harness.Void)
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.VoidOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_Void_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_Void_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void.class, org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void.Builder.class);
}
// Construct using org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void.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();
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.internal_static_org_glowroot_agent_it_harness_Void_descriptor;
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void getDefaultInstanceForType() {
return org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void.getDefaultInstance();
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void build() {
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void buildPartial() {
org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void result = new org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void(this);
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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void) {
return mergeFrom((org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void other) {
if (other == org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void.getDefaultInstance()) return this;
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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
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_agent_it_harness.Void)
}
// @@protoc_insertion_point(class_scope:org_glowroot_agent_it_harness.Void)
private static final org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void();
}
public static org.glowroot.agent.it.harness.grpc.JavaagentServiceOuterClass.Void 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 Void 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 Void(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.agent.it.harness.grpc.JavaagentServiceOuterClass.Void getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_agent_it_harness_LogCount_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_agent_it_harness_LogCount_fieldAccessorTable;
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_org_glowroot_agent_it_harness_Void_descriptor;
private static final
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_glowroot_agent_it_harness_Void_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\026JavaagentService.proto\022\035org_glowroot_a" +
"gent_it_harness\"&\n\025AppUnderTestClassName" +
"\022\r\n\005value\030\001 \001(\t\"B\n\022ExpectedLogMessage\022\023\n" +
"\013logger_name\030\001 \001(\t\022\027\n\017partial_message\030\002 " +
"\001(\t\"F\n\010LogCount\022\027\n\017unexpectedCount\030\001 \001(\005" +
"\022!\n\031expectedButNotLoggedCount\030\002 \001(\005\"\006\n\004V" +
"oid2\214\005\n\020JavaagentService\022P\n\004ping\022#.org_g" +
"lowroot_agent_it_harness.Void\032#.org_glow" +
"root_agent_it_harness.Void\022g\n\nexecuteApp" +
"\0224.org_glowroot_agent_it_harness.AppUnde" +
"rTestClassName\032#.org_glowroot_agent_it_h" +
"arness.Void\022X\n\014interruptApp\022#.org_glowro" +
"ot_agent_it_harness.Void\032#.org_glowroot_" +
"agent_it_harness.Void\022b\n\026setSlowThreshol" +
"dToZero\022#.org_glowroot_agent_it_harness." +
"Void\032#.org_glowroot_agent_it_harness.Voi" +
"d\022W\n\013resetConfig\022#.org_glowroot_agent_it" +
"_harness.Void\032#.org_glowroot_agent_it_ha" +
"rness.Void\022T\n\010shutdown\022#.org_glowroot_ag" +
"ent_it_harness.Void\032#.org_glowroot_agent" +
"_it_harness.Void\022P\n\004kill\022#.org_glowroot_" +
"agent_it_harness.Void\032#.org_glowroot_age" +
"nt_it_harness.VoidB$\n\"org.glowroot.agent" +
".it.harness.grpcb\006proto3"
};
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[] {
}, assigner);
internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_agent_it_harness_AppUnderTestClassName_descriptor,
new java.lang.String[] { "Value", });
internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_agent_it_harness_ExpectedLogMessage_descriptor,
new java.lang.String[] { "LoggerName", "PartialMessage", });
internal_static_org_glowroot_agent_it_harness_LogCount_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_org_glowroot_agent_it_harness_LogCount_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_agent_it_harness_LogCount_descriptor,
new java.lang.String[] { "UnexpectedCount", "ExpectedButNotLoggedCount", });
internal_static_org_glowroot_agent_it_harness_Void_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_org_glowroot_agent_it_harness_Void_fieldAccessorTable = new
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_glowroot_agent_it_harness_Void_descriptor,
new java.lang.String[] { });
}
// @@protoc_insertion_point(outer_class_scope)
}