org.glowroot.wire.api.model.DownstreamServiceOuterClass 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: DownstreamService.proto
package org.glowroot.wire.api.model;
public final class DownstreamServiceOuterClass {
private DownstreamServiceOuterClass() {}
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 CentralRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.CentralRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* int64 request_id = 1;
*/
long getRequestId();
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
boolean hasHelloAck();
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getHelloAck();
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder getHelloAckOrBuilder();
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
boolean hasAgentConfigUpdateRequest();
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getAgentConfigUpdateRequest();
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder getAgentConfigUpdateRequestOrBuilder();
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
boolean hasThreadDumpRequest();
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getThreadDumpRequest();
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder getThreadDumpRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
boolean hasJstackRequest();
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getJstackRequest();
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder getJstackRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
boolean hasAvailableDiskSpaceRequest();
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getAvailableDiskSpaceRequest();
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder getAvailableDiskSpaceRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
boolean hasHeapDumpRequest();
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getHeapDumpRequest();
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder getHeapDumpRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
boolean hasHeapHistogramRequest();
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getHeapHistogramRequest();
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder getHeapHistogramRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
boolean hasExplicitGcDisabledRequest();
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getExplicitGcDisabledRequest();
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder getExplicitGcDisabledRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
boolean hasForceGcRequest();
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getForceGcRequest();
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder getForceGcRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
boolean hasMbeanDumpRequest();
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getMbeanDumpRequest();
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder getMbeanDumpRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
boolean hasMatchingMbeanObjectNamesRequest();
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getMatchingMbeanObjectNamesRequest();
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder getMatchingMbeanObjectNamesRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
boolean hasMbeanMetaRequest();
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getMbeanMetaRequest();
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder getMbeanMetaRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
boolean hasSystemPropertiesRequest();
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getSystemPropertiesRequest();
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder getSystemPropertiesRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
boolean hasCapabilitiesRequest();
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getCapabilitiesRequest();
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder getCapabilitiesRequestOrBuilder();
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
boolean hasGlobalMetaRequest();
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getGlobalMetaRequest();
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder getGlobalMetaRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
boolean hasPreloadClasspathCacheRequest();
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getPreloadClasspathCacheRequest();
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder getPreloadClasspathCacheRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
boolean hasMatchingClassNamesRequest();
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getMatchingClassNamesRequest();
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder getMatchingClassNamesRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
boolean hasMatchingMethodNamesRequest();
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getMatchingMethodNamesRequest();
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder getMatchingMethodNamesRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
boolean hasMethodSignaturesRequest();
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getMethodSignaturesRequest();
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder getMethodSignaturesRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
boolean hasReweaveRequest();
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getReweaveRequest();
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder getReweaveRequestOrBuilder();
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
boolean hasHeaderRequest();
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getHeaderRequest();
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder getHeaderRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
boolean hasEntriesRequest();
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getEntriesRequest();
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder getEntriesRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
boolean hasQueriesRequest();
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest getQueriesRequest();
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder getQueriesRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
boolean hasMainThreadProfileRequest();
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getMainThreadProfileRequest();
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder getMainThreadProfileRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
boolean hasAuxThreadProfileRequest();
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getAuxThreadProfileRequest();
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder getAuxThreadProfileRequestOrBuilder();
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
boolean hasFullTraceRequest();
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getFullTraceRequest();
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder getFullTraceRequestOrBuilder();
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.MessageCase getMessageCase();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.CentralRequest}
*/
public static final class CentralRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.CentralRequest)
CentralRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use CentralRequest.newBuilder() to construct.
private CentralRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CentralRequest() {
requestId_ = 0L;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CentralRequest(
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: {
requestId_ = input.readInt64();
break;
}
case 802: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder subBuilder = null;
if (messageCase_ == 100) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 100;
break;
}
case 1602: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder subBuilder = null;
if (messageCase_ == 200) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 200;
break;
}
case 2402: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder subBuilder = null;
if (messageCase_ == 300) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 300;
break;
}
case 2410: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder subBuilder = null;
if (messageCase_ == 301) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 301;
break;
}
case 2418: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder subBuilder = null;
if (messageCase_ == 302) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 302;
break;
}
case 2426: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder subBuilder = null;
if (messageCase_ == 303) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 303;
break;
}
case 2434: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder subBuilder = null;
if (messageCase_ == 304) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 304;
break;
}
case 2442: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder subBuilder = null;
if (messageCase_ == 305) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 305;
break;
}
case 2450: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder subBuilder = null;
if (messageCase_ == 306) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 306;
break;
}
case 2458: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder subBuilder = null;
if (messageCase_ == 307) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 307;
break;
}
case 2466: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder subBuilder = null;
if (messageCase_ == 308) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 308;
break;
}
case 2474: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder subBuilder = null;
if (messageCase_ == 309) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 309;
break;
}
case 2482: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder subBuilder = null;
if (messageCase_ == 310) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 310;
break;
}
case 2490: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder subBuilder = null;
if (messageCase_ == 311) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 311;
break;
}
case 3202: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder subBuilder = null;
if (messageCase_ == 400) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 400;
break;
}
case 3210: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder subBuilder = null;
if (messageCase_ == 401) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 401;
break;
}
case 3218: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder subBuilder = null;
if (messageCase_ == 402) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 402;
break;
}
case 3226: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder subBuilder = null;
if (messageCase_ == 403) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 403;
break;
}
case 3234: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder subBuilder = null;
if (messageCase_ == 404) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 404;
break;
}
case 3242: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder subBuilder = null;
if (messageCase_ == 405) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 405;
break;
}
case 4002: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder subBuilder = null;
if (messageCase_ == 500) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 500;
break;
}
case 4010: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder subBuilder = null;
if (messageCase_ == 501) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 501;
break;
}
case 4018: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder subBuilder = null;
if (messageCase_ == 502) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 502;
break;
}
case 4026: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder subBuilder = null;
if (messageCase_ == 503) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 503;
break;
}
case 4034: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder subBuilder = null;
if (messageCase_ == 504) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 504;
break;
}
case 4042: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder subBuilder = null;
if (messageCase_ == 505) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 505;
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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.Builder.class);
}
private int messageCase_ = 0;
private java.lang.Object message_;
public enum MessageCase
implements org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLite {
HELLO_ACK(100),
AGENT_CONFIG_UPDATE_REQUEST(200),
THREAD_DUMP_REQUEST(300),
JSTACK_REQUEST(308),
AVAILABLE_DISK_SPACE_REQUEST(301),
HEAP_DUMP_REQUEST(302),
HEAP_HISTOGRAM_REQUEST(309),
EXPLICIT_GC_DISABLED_REQUEST(311),
FORCE_GC_REQUEST(303),
MBEAN_DUMP_REQUEST(304),
MATCHING_MBEAN_OBJECT_NAMES_REQUEST(305),
MBEAN_META_REQUEST(306),
SYSTEM_PROPERTIES_REQUEST(310),
CAPABILITIES_REQUEST(307),
GLOBAL_META_REQUEST(400),
PRELOAD_CLASSPATH_CACHE_REQUEST(401),
MATCHING_CLASS_NAMES_REQUEST(402),
MATCHING_METHOD_NAMES_REQUEST(403),
METHOD_SIGNATURES_REQUEST(404),
REWEAVE_REQUEST(405),
HEADER_REQUEST(500),
ENTRIES_REQUEST(501),
QUERIES_REQUEST(505),
MAIN_THREAD_PROFILE_REQUEST(502),
AUX_THREAD_PROFILE_REQUEST(503),
FULL_TRACE_REQUEST(504),
MESSAGE_NOT_SET(0);
private final int value;
private MessageCase(int value) {
this.value = value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static MessageCase valueOf(int value) {
return forNumber(value);
}
public static MessageCase forNumber(int value) {
switch (value) {
case 100: return HELLO_ACK;
case 200: return AGENT_CONFIG_UPDATE_REQUEST;
case 300: return THREAD_DUMP_REQUEST;
case 308: return JSTACK_REQUEST;
case 301: return AVAILABLE_DISK_SPACE_REQUEST;
case 302: return HEAP_DUMP_REQUEST;
case 309: return HEAP_HISTOGRAM_REQUEST;
case 311: return EXPLICIT_GC_DISABLED_REQUEST;
case 303: return FORCE_GC_REQUEST;
case 304: return MBEAN_DUMP_REQUEST;
case 305: return MATCHING_MBEAN_OBJECT_NAMES_REQUEST;
case 306: return MBEAN_META_REQUEST;
case 310: return SYSTEM_PROPERTIES_REQUEST;
case 307: return CAPABILITIES_REQUEST;
case 400: return GLOBAL_META_REQUEST;
case 401: return PRELOAD_CLASSPATH_CACHE_REQUEST;
case 402: return MATCHING_CLASS_NAMES_REQUEST;
case 403: return MATCHING_METHOD_NAMES_REQUEST;
case 404: return METHOD_SIGNATURES_REQUEST;
case 405: return REWEAVE_REQUEST;
case 500: return HEADER_REQUEST;
case 501: return ENTRIES_REQUEST;
case 505: return QUERIES_REQUEST;
case 502: return MAIN_THREAD_PROFILE_REQUEST;
case 503: return AUX_THREAD_PROFILE_REQUEST;
case 504: return FULL_TRACE_REQUEST;
case 0: return MESSAGE_NOT_SET;
default: return null;
}
}
public int getNumber() {
return this.value;
}
};
public MessageCase
getMessageCase() {
return MessageCase.forNumber(
messageCase_);
}
public static final int REQUEST_ID_FIELD_NUMBER = 1;
private long requestId_;
/**
* int64 request_id = 1;
*/
public long getRequestId() {
return requestId_;
}
public static final int HELLO_ACK_FIELD_NUMBER = 100;
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public boolean hasHelloAck() {
return messageCase_ == 100;
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getHelloAck() {
if (messageCase_ == 100) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder getHelloAckOrBuilder() {
if (messageCase_ == 100) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance();
}
public static final int AGENT_CONFIG_UPDATE_REQUEST_FIELD_NUMBER = 200;
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public boolean hasAgentConfigUpdateRequest() {
return messageCase_ == 200;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getAgentConfigUpdateRequest() {
if (messageCase_ == 200) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder getAgentConfigUpdateRequestOrBuilder() {
if (messageCase_ == 200) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance();
}
public static final int THREAD_DUMP_REQUEST_FIELD_NUMBER = 300;
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public boolean hasThreadDumpRequest() {
return messageCase_ == 300;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getThreadDumpRequest() {
if (messageCase_ == 300) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance();
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder getThreadDumpRequestOrBuilder() {
if (messageCase_ == 300) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance();
}
public static final int JSTACK_REQUEST_FIELD_NUMBER = 308;
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public boolean hasJstackRequest() {
return messageCase_ == 308;
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getJstackRequest() {
if (messageCase_ == 308) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder getJstackRequestOrBuilder() {
if (messageCase_ == 308) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance();
}
public static final int AVAILABLE_DISK_SPACE_REQUEST_FIELD_NUMBER = 301;
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public boolean hasAvailableDiskSpaceRequest() {
return messageCase_ == 301;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getAvailableDiskSpaceRequest() {
if (messageCase_ == 301) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder getAvailableDiskSpaceRequestOrBuilder() {
if (messageCase_ == 301) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance();
}
public static final int HEAP_DUMP_REQUEST_FIELD_NUMBER = 302;
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public boolean hasHeapDumpRequest() {
return messageCase_ == 302;
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getHeapDumpRequest() {
if (messageCase_ == 302) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder getHeapDumpRequestOrBuilder() {
if (messageCase_ == 302) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance();
}
public static final int HEAP_HISTOGRAM_REQUEST_FIELD_NUMBER = 309;
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public boolean hasHeapHistogramRequest() {
return messageCase_ == 309;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getHeapHistogramRequest() {
if (messageCase_ == 309) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder getHeapHistogramRequestOrBuilder() {
if (messageCase_ == 309) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance();
}
public static final int EXPLICIT_GC_DISABLED_REQUEST_FIELD_NUMBER = 311;
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public boolean hasExplicitGcDisabledRequest() {
return messageCase_ == 311;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getExplicitGcDisabledRequest() {
if (messageCase_ == 311) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder getExplicitGcDisabledRequestOrBuilder() {
if (messageCase_ == 311) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance();
}
public static final int FORCE_GC_REQUEST_FIELD_NUMBER = 303;
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public boolean hasForceGcRequest() {
return messageCase_ == 303;
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getForceGcRequest() {
if (messageCase_ == 303) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder getForceGcRequestOrBuilder() {
if (messageCase_ == 303) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance();
}
public static final int MBEAN_DUMP_REQUEST_FIELD_NUMBER = 304;
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public boolean hasMbeanDumpRequest() {
return messageCase_ == 304;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getMbeanDumpRequest() {
if (messageCase_ == 304) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder getMbeanDumpRequestOrBuilder() {
if (messageCase_ == 304) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance();
}
public static final int MATCHING_MBEAN_OBJECT_NAMES_REQUEST_FIELD_NUMBER = 305;
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public boolean hasMatchingMbeanObjectNamesRequest() {
return messageCase_ == 305;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getMatchingMbeanObjectNamesRequest() {
if (messageCase_ == 305) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder getMatchingMbeanObjectNamesRequestOrBuilder() {
if (messageCase_ == 305) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance();
}
public static final int MBEAN_META_REQUEST_FIELD_NUMBER = 306;
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public boolean hasMbeanMetaRequest() {
return messageCase_ == 306;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getMbeanMetaRequest() {
if (messageCase_ == 306) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder getMbeanMetaRequestOrBuilder() {
if (messageCase_ == 306) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance();
}
public static final int SYSTEM_PROPERTIES_REQUEST_FIELD_NUMBER = 310;
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public boolean hasSystemPropertiesRequest() {
return messageCase_ == 310;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getSystemPropertiesRequest() {
if (messageCase_ == 310) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder getSystemPropertiesRequestOrBuilder() {
if (messageCase_ == 310) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance();
}
public static final int CAPABILITIES_REQUEST_FIELD_NUMBER = 307;
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public boolean hasCapabilitiesRequest() {
return messageCase_ == 307;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getCapabilitiesRequest() {
if (messageCase_ == 307) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder getCapabilitiesRequestOrBuilder() {
if (messageCase_ == 307) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance();
}
public static final int GLOBAL_META_REQUEST_FIELD_NUMBER = 400;
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public boolean hasGlobalMetaRequest() {
return messageCase_ == 400;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getGlobalMetaRequest() {
if (messageCase_ == 400) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance();
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder getGlobalMetaRequestOrBuilder() {
if (messageCase_ == 400) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance();
}
public static final int PRELOAD_CLASSPATH_CACHE_REQUEST_FIELD_NUMBER = 401;
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public boolean hasPreloadClasspathCacheRequest() {
return messageCase_ == 401;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getPreloadClasspathCacheRequest() {
if (messageCase_ == 401) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder getPreloadClasspathCacheRequestOrBuilder() {
if (messageCase_ == 401) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance();
}
public static final int MATCHING_CLASS_NAMES_REQUEST_FIELD_NUMBER = 402;
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public boolean hasMatchingClassNamesRequest() {
return messageCase_ == 402;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getMatchingClassNamesRequest() {
if (messageCase_ == 402) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder getMatchingClassNamesRequestOrBuilder() {
if (messageCase_ == 402) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance();
}
public static final int MATCHING_METHOD_NAMES_REQUEST_FIELD_NUMBER = 403;
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public boolean hasMatchingMethodNamesRequest() {
return messageCase_ == 403;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getMatchingMethodNamesRequest() {
if (messageCase_ == 403) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder getMatchingMethodNamesRequestOrBuilder() {
if (messageCase_ == 403) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance();
}
public static final int METHOD_SIGNATURES_REQUEST_FIELD_NUMBER = 404;
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public boolean hasMethodSignaturesRequest() {
return messageCase_ == 404;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getMethodSignaturesRequest() {
if (messageCase_ == 404) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder getMethodSignaturesRequestOrBuilder() {
if (messageCase_ == 404) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance();
}
public static final int REWEAVE_REQUEST_FIELD_NUMBER = 405;
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public boolean hasReweaveRequest() {
return messageCase_ == 405;
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getReweaveRequest() {
if (messageCase_ == 405) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder getReweaveRequestOrBuilder() {
if (messageCase_ == 405) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance();
}
public static final int HEADER_REQUEST_FIELD_NUMBER = 500;
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public boolean hasHeaderRequest() {
return messageCase_ == 500;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getHeaderRequest() {
if (messageCase_ == 500) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance();
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder getHeaderRequestOrBuilder() {
if (messageCase_ == 500) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance();
}
public static final int ENTRIES_REQUEST_FIELD_NUMBER = 501;
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public boolean hasEntriesRequest() {
return messageCase_ == 501;
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getEntriesRequest() {
if (messageCase_ == 501) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder getEntriesRequestOrBuilder() {
if (messageCase_ == 501) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance();
}
public static final int QUERIES_REQUEST_FIELD_NUMBER = 505;
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public boolean hasQueriesRequest() {
return messageCase_ == 505;
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest getQueriesRequest() {
if (messageCase_ == 505) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder getQueriesRequestOrBuilder() {
if (messageCase_ == 505) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance();
}
public static final int MAIN_THREAD_PROFILE_REQUEST_FIELD_NUMBER = 502;
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public boolean hasMainThreadProfileRequest() {
return messageCase_ == 502;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getMainThreadProfileRequest() {
if (messageCase_ == 502) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder getMainThreadProfileRequestOrBuilder() {
if (messageCase_ == 502) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance();
}
public static final int AUX_THREAD_PROFILE_REQUEST_FIELD_NUMBER = 503;
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public boolean hasAuxThreadProfileRequest() {
return messageCase_ == 503;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getAuxThreadProfileRequest() {
if (messageCase_ == 503) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder getAuxThreadProfileRequestOrBuilder() {
if (messageCase_ == 503) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance();
}
public static final int FULL_TRACE_REQUEST_FIELD_NUMBER = 504;
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public boolean hasFullTraceRequest() {
return messageCase_ == 504;
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getFullTraceRequest() {
if (messageCase_ == 504) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder getFullTraceRequestOrBuilder() {
if (messageCase_ == 504) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance();
}
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 (requestId_ != 0L) {
output.writeInt64(1, requestId_);
}
if (messageCase_ == 100) {
output.writeMessage(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_);
}
if (messageCase_ == 200) {
output.writeMessage(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_);
}
if (messageCase_ == 300) {
output.writeMessage(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_);
}
if (messageCase_ == 301) {
output.writeMessage(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_);
}
if (messageCase_ == 302) {
output.writeMessage(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_);
}
if (messageCase_ == 303) {
output.writeMessage(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_);
}
if (messageCase_ == 304) {
output.writeMessage(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_);
}
if (messageCase_ == 305) {
output.writeMessage(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_);
}
if (messageCase_ == 306) {
output.writeMessage(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_);
}
if (messageCase_ == 307) {
output.writeMessage(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_);
}
if (messageCase_ == 308) {
output.writeMessage(308, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_);
}
if (messageCase_ == 309) {
output.writeMessage(309, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_);
}
if (messageCase_ == 310) {
output.writeMessage(310, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_);
}
if (messageCase_ == 311) {
output.writeMessage(311, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_);
}
if (messageCase_ == 400) {
output.writeMessage(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_);
}
if (messageCase_ == 401) {
output.writeMessage(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_);
}
if (messageCase_ == 402) {
output.writeMessage(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_);
}
if (messageCase_ == 403) {
output.writeMessage(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_);
}
if (messageCase_ == 404) {
output.writeMessage(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_);
}
if (messageCase_ == 405) {
output.writeMessage(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_);
}
if (messageCase_ == 500) {
output.writeMessage(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_);
}
if (messageCase_ == 501) {
output.writeMessage(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_);
}
if (messageCase_ == 502) {
output.writeMessage(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_);
}
if (messageCase_ == 503) {
output.writeMessage(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_);
}
if (messageCase_ == 504) {
output.writeMessage(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_);
}
if (messageCase_ == 505) {
output.writeMessage(505, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (requestId_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(1, requestId_);
}
if (messageCase_ == 100) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_);
}
if (messageCase_ == 200) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_);
}
if (messageCase_ == 300) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_);
}
if (messageCase_ == 301) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_);
}
if (messageCase_ == 302) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_);
}
if (messageCase_ == 303) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_);
}
if (messageCase_ == 304) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_);
}
if (messageCase_ == 305) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_);
}
if (messageCase_ == 306) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_);
}
if (messageCase_ == 307) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_);
}
if (messageCase_ == 308) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(308, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_);
}
if (messageCase_ == 309) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(309, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_);
}
if (messageCase_ == 310) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(310, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_);
}
if (messageCase_ == 311) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(311, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_);
}
if (messageCase_ == 400) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_);
}
if (messageCase_ == 401) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_);
}
if (messageCase_ == 402) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_);
}
if (messageCase_ == 403) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_);
}
if (messageCase_ == 404) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_);
}
if (messageCase_ == 405) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_);
}
if (messageCase_ == 500) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_);
}
if (messageCase_ == 501) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_);
}
if (messageCase_ == 502) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_);
}
if (messageCase_ == 503) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_);
}
if (messageCase_ == 504) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_);
}
if (messageCase_ == 505) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(505, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_);
}
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.DownstreamServiceOuterClass.CentralRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest) obj;
boolean result = true;
result = result && (getRequestId()
== other.getRequestId());
result = result && getMessageCase().equals(
other.getMessageCase());
if (!result) return false;
switch (messageCase_) {
case 100:
result = result && getHelloAck()
.equals(other.getHelloAck());
break;
case 200:
result = result && getAgentConfigUpdateRequest()
.equals(other.getAgentConfigUpdateRequest());
break;
case 300:
result = result && getThreadDumpRequest()
.equals(other.getThreadDumpRequest());
break;
case 308:
result = result && getJstackRequest()
.equals(other.getJstackRequest());
break;
case 301:
result = result && getAvailableDiskSpaceRequest()
.equals(other.getAvailableDiskSpaceRequest());
break;
case 302:
result = result && getHeapDumpRequest()
.equals(other.getHeapDumpRequest());
break;
case 309:
result = result && getHeapHistogramRequest()
.equals(other.getHeapHistogramRequest());
break;
case 311:
result = result && getExplicitGcDisabledRequest()
.equals(other.getExplicitGcDisabledRequest());
break;
case 303:
result = result && getForceGcRequest()
.equals(other.getForceGcRequest());
break;
case 304:
result = result && getMbeanDumpRequest()
.equals(other.getMbeanDumpRequest());
break;
case 305:
result = result && getMatchingMbeanObjectNamesRequest()
.equals(other.getMatchingMbeanObjectNamesRequest());
break;
case 306:
result = result && getMbeanMetaRequest()
.equals(other.getMbeanMetaRequest());
break;
case 310:
result = result && getSystemPropertiesRequest()
.equals(other.getSystemPropertiesRequest());
break;
case 307:
result = result && getCapabilitiesRequest()
.equals(other.getCapabilitiesRequest());
break;
case 400:
result = result && getGlobalMetaRequest()
.equals(other.getGlobalMetaRequest());
break;
case 401:
result = result && getPreloadClasspathCacheRequest()
.equals(other.getPreloadClasspathCacheRequest());
break;
case 402:
result = result && getMatchingClassNamesRequest()
.equals(other.getMatchingClassNamesRequest());
break;
case 403:
result = result && getMatchingMethodNamesRequest()
.equals(other.getMatchingMethodNamesRequest());
break;
case 404:
result = result && getMethodSignaturesRequest()
.equals(other.getMethodSignaturesRequest());
break;
case 405:
result = result && getReweaveRequest()
.equals(other.getReweaveRequest());
break;
case 500:
result = result && getHeaderRequest()
.equals(other.getHeaderRequest());
break;
case 501:
result = result && getEntriesRequest()
.equals(other.getEntriesRequest());
break;
case 505:
result = result && getQueriesRequest()
.equals(other.getQueriesRequest());
break;
case 502:
result = result && getMainThreadProfileRequest()
.equals(other.getMainThreadProfileRequest());
break;
case 503:
result = result && getAuxThreadProfileRequest()
.equals(other.getAuxThreadProfileRequest());
break;
case 504:
result = result && getFullTraceRequest()
.equals(other.getFullTraceRequest());
break;
case 0:
default:
}
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) + REQUEST_ID_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getRequestId());
switch (messageCase_) {
case 100:
hash = (37 * hash) + HELLO_ACK_FIELD_NUMBER;
hash = (53 * hash) + getHelloAck().hashCode();
break;
case 200:
hash = (37 * hash) + AGENT_CONFIG_UPDATE_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getAgentConfigUpdateRequest().hashCode();
break;
case 300:
hash = (37 * hash) + THREAD_DUMP_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getThreadDumpRequest().hashCode();
break;
case 308:
hash = (37 * hash) + JSTACK_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getJstackRequest().hashCode();
break;
case 301:
hash = (37 * hash) + AVAILABLE_DISK_SPACE_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getAvailableDiskSpaceRequest().hashCode();
break;
case 302:
hash = (37 * hash) + HEAP_DUMP_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getHeapDumpRequest().hashCode();
break;
case 309:
hash = (37 * hash) + HEAP_HISTOGRAM_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getHeapHistogramRequest().hashCode();
break;
case 311:
hash = (37 * hash) + EXPLICIT_GC_DISABLED_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getExplicitGcDisabledRequest().hashCode();
break;
case 303:
hash = (37 * hash) + FORCE_GC_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getForceGcRequest().hashCode();
break;
case 304:
hash = (37 * hash) + MBEAN_DUMP_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getMbeanDumpRequest().hashCode();
break;
case 305:
hash = (37 * hash) + MATCHING_MBEAN_OBJECT_NAMES_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getMatchingMbeanObjectNamesRequest().hashCode();
break;
case 306:
hash = (37 * hash) + MBEAN_META_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getMbeanMetaRequest().hashCode();
break;
case 310:
hash = (37 * hash) + SYSTEM_PROPERTIES_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getSystemPropertiesRequest().hashCode();
break;
case 307:
hash = (37 * hash) + CAPABILITIES_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getCapabilitiesRequest().hashCode();
break;
case 400:
hash = (37 * hash) + GLOBAL_META_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getGlobalMetaRequest().hashCode();
break;
case 401:
hash = (37 * hash) + PRELOAD_CLASSPATH_CACHE_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getPreloadClasspathCacheRequest().hashCode();
break;
case 402:
hash = (37 * hash) + MATCHING_CLASS_NAMES_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getMatchingClassNamesRequest().hashCode();
break;
case 403:
hash = (37 * hash) + MATCHING_METHOD_NAMES_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getMatchingMethodNamesRequest().hashCode();
break;
case 404:
hash = (37 * hash) + METHOD_SIGNATURES_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getMethodSignaturesRequest().hashCode();
break;
case 405:
hash = (37 * hash) + REWEAVE_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getReweaveRequest().hashCode();
break;
case 500:
hash = (37 * hash) + HEADER_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getHeaderRequest().hashCode();
break;
case 501:
hash = (37 * hash) + ENTRIES_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getEntriesRequest().hashCode();
break;
case 505:
hash = (37 * hash) + QUERIES_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getQueriesRequest().hashCode();
break;
case 502:
hash = (37 * hash) + MAIN_THREAD_PROFILE_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getMainThreadProfileRequest().hashCode();
break;
case 503:
hash = (37 * hash) + AUX_THREAD_PROFILE_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getAuxThreadProfileRequest().hashCode();
break;
case 504:
hash = (37 * hash) + FULL_TRACE_REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getFullTraceRequest().hashCode();
break;
case 0:
default:
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest 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.CentralRequest}
*/
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.CentralRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.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();
requestId_ = 0L;
messageCase_ = 0;
message_ = null;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest(this);
result.requestId_ = requestId_;
if (messageCase_ == 100) {
if (helloAckBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = helloAckBuilder_.build();
}
}
if (messageCase_ == 200) {
if (agentConfigUpdateRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = agentConfigUpdateRequestBuilder_.build();
}
}
if (messageCase_ == 300) {
if (threadDumpRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = threadDumpRequestBuilder_.build();
}
}
if (messageCase_ == 308) {
if (jstackRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = jstackRequestBuilder_.build();
}
}
if (messageCase_ == 301) {
if (availableDiskSpaceRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = availableDiskSpaceRequestBuilder_.build();
}
}
if (messageCase_ == 302) {
if (heapDumpRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = heapDumpRequestBuilder_.build();
}
}
if (messageCase_ == 309) {
if (heapHistogramRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = heapHistogramRequestBuilder_.build();
}
}
if (messageCase_ == 311) {
if (explicitGcDisabledRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = explicitGcDisabledRequestBuilder_.build();
}
}
if (messageCase_ == 303) {
if (forceGcRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = forceGcRequestBuilder_.build();
}
}
if (messageCase_ == 304) {
if (mbeanDumpRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = mbeanDumpRequestBuilder_.build();
}
}
if (messageCase_ == 305) {
if (matchingMbeanObjectNamesRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = matchingMbeanObjectNamesRequestBuilder_.build();
}
}
if (messageCase_ == 306) {
if (mbeanMetaRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = mbeanMetaRequestBuilder_.build();
}
}
if (messageCase_ == 310) {
if (systemPropertiesRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = systemPropertiesRequestBuilder_.build();
}
}
if (messageCase_ == 307) {
if (capabilitiesRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = capabilitiesRequestBuilder_.build();
}
}
if (messageCase_ == 400) {
if (globalMetaRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = globalMetaRequestBuilder_.build();
}
}
if (messageCase_ == 401) {
if (preloadClasspathCacheRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = preloadClasspathCacheRequestBuilder_.build();
}
}
if (messageCase_ == 402) {
if (matchingClassNamesRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = matchingClassNamesRequestBuilder_.build();
}
}
if (messageCase_ == 403) {
if (matchingMethodNamesRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = matchingMethodNamesRequestBuilder_.build();
}
}
if (messageCase_ == 404) {
if (methodSignaturesRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = methodSignaturesRequestBuilder_.build();
}
}
if (messageCase_ == 405) {
if (reweaveRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = reweaveRequestBuilder_.build();
}
}
if (messageCase_ == 500) {
if (headerRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = headerRequestBuilder_.build();
}
}
if (messageCase_ == 501) {
if (entriesRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = entriesRequestBuilder_.build();
}
}
if (messageCase_ == 505) {
if (queriesRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = queriesRequestBuilder_.build();
}
}
if (messageCase_ == 502) {
if (mainThreadProfileRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = mainThreadProfileRequestBuilder_.build();
}
}
if (messageCase_ == 503) {
if (auxThreadProfileRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = auxThreadProfileRequestBuilder_.build();
}
}
if (messageCase_ == 504) {
if (fullTraceRequestBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = fullTraceRequestBuilder_.build();
}
}
result.messageCase_ = messageCase_;
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.DownstreamServiceOuterClass.CentralRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.getDefaultInstance()) return this;
if (other.getRequestId() != 0L) {
setRequestId(other.getRequestId());
}
switch (other.getMessageCase()) {
case HELLO_ACK: {
mergeHelloAck(other.getHelloAck());
break;
}
case AGENT_CONFIG_UPDATE_REQUEST: {
mergeAgentConfigUpdateRequest(other.getAgentConfigUpdateRequest());
break;
}
case THREAD_DUMP_REQUEST: {
mergeThreadDumpRequest(other.getThreadDumpRequest());
break;
}
case JSTACK_REQUEST: {
mergeJstackRequest(other.getJstackRequest());
break;
}
case AVAILABLE_DISK_SPACE_REQUEST: {
mergeAvailableDiskSpaceRequest(other.getAvailableDiskSpaceRequest());
break;
}
case HEAP_DUMP_REQUEST: {
mergeHeapDumpRequest(other.getHeapDumpRequest());
break;
}
case HEAP_HISTOGRAM_REQUEST: {
mergeHeapHistogramRequest(other.getHeapHistogramRequest());
break;
}
case EXPLICIT_GC_DISABLED_REQUEST: {
mergeExplicitGcDisabledRequest(other.getExplicitGcDisabledRequest());
break;
}
case FORCE_GC_REQUEST: {
mergeForceGcRequest(other.getForceGcRequest());
break;
}
case MBEAN_DUMP_REQUEST: {
mergeMbeanDumpRequest(other.getMbeanDumpRequest());
break;
}
case MATCHING_MBEAN_OBJECT_NAMES_REQUEST: {
mergeMatchingMbeanObjectNamesRequest(other.getMatchingMbeanObjectNamesRequest());
break;
}
case MBEAN_META_REQUEST: {
mergeMbeanMetaRequest(other.getMbeanMetaRequest());
break;
}
case SYSTEM_PROPERTIES_REQUEST: {
mergeSystemPropertiesRequest(other.getSystemPropertiesRequest());
break;
}
case CAPABILITIES_REQUEST: {
mergeCapabilitiesRequest(other.getCapabilitiesRequest());
break;
}
case GLOBAL_META_REQUEST: {
mergeGlobalMetaRequest(other.getGlobalMetaRequest());
break;
}
case PRELOAD_CLASSPATH_CACHE_REQUEST: {
mergePreloadClasspathCacheRequest(other.getPreloadClasspathCacheRequest());
break;
}
case MATCHING_CLASS_NAMES_REQUEST: {
mergeMatchingClassNamesRequest(other.getMatchingClassNamesRequest());
break;
}
case MATCHING_METHOD_NAMES_REQUEST: {
mergeMatchingMethodNamesRequest(other.getMatchingMethodNamesRequest());
break;
}
case METHOD_SIGNATURES_REQUEST: {
mergeMethodSignaturesRequest(other.getMethodSignaturesRequest());
break;
}
case REWEAVE_REQUEST: {
mergeReweaveRequest(other.getReweaveRequest());
break;
}
case HEADER_REQUEST: {
mergeHeaderRequest(other.getHeaderRequest());
break;
}
case ENTRIES_REQUEST: {
mergeEntriesRequest(other.getEntriesRequest());
break;
}
case QUERIES_REQUEST: {
mergeQueriesRequest(other.getQueriesRequest());
break;
}
case MAIN_THREAD_PROFILE_REQUEST: {
mergeMainThreadProfileRequest(other.getMainThreadProfileRequest());
break;
}
case AUX_THREAD_PROFILE_REQUEST: {
mergeAuxThreadProfileRequest(other.getAuxThreadProfileRequest());
break;
}
case FULL_TRACE_REQUEST: {
mergeFullTraceRequest(other.getFullTraceRequest());
break;
}
case MESSAGE_NOT_SET: {
break;
}
}
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.DownstreamServiceOuterClass.CentralRequest 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.DownstreamServiceOuterClass.CentralRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int messageCase_ = 0;
private java.lang.Object message_;
public MessageCase
getMessageCase() {
return MessageCase.forNumber(
messageCase_);
}
public Builder clearMessage() {
messageCase_ = 0;
message_ = null;
onChanged();
return this;
}
private long requestId_ ;
/**
* int64 request_id = 1;
*/
public long getRequestId() {
return requestId_;
}
/**
* int64 request_id = 1;
*/
public Builder setRequestId(long value) {
requestId_ = value;
onChanged();
return this;
}
/**
* int64 request_id = 1;
*/
public Builder clearRequestId() {
requestId_ = 0L;
onChanged();
return this;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder> helloAckBuilder_;
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public boolean hasHelloAck() {
return messageCase_ == 100;
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getHelloAck() {
if (helloAckBuilder_ == null) {
if (messageCase_ == 100) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance();
} else {
if (messageCase_ == 100) {
return helloAckBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public Builder setHelloAck(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck value) {
if (helloAckBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
helloAckBuilder_.setMessage(value);
}
messageCase_ = 100;
return this;
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public Builder setHelloAck(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder builderForValue) {
if (helloAckBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
helloAckBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 100;
return this;
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public Builder mergeHelloAck(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck value) {
if (helloAckBuilder_ == null) {
if (messageCase_ == 100 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 100) {
helloAckBuilder_.mergeFrom(value);
}
helloAckBuilder_.setMessage(value);
}
messageCase_ = 100;
return this;
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public Builder clearHelloAck() {
if (helloAckBuilder_ == null) {
if (messageCase_ == 100) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 100) {
messageCase_ = 0;
message_ = null;
}
helloAckBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder getHelloAckBuilder() {
return getHelloAckFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder getHelloAckOrBuilder() {
if ((messageCase_ == 100) && (helloAckBuilder_ != null)) {
return helloAckBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 100) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder>
getHelloAckFieldBuilder() {
if (helloAckBuilder_ == null) {
if (!(messageCase_ == 100)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance();
}
helloAckBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 100;
onChanged();;
return helloAckBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder> agentConfigUpdateRequestBuilder_;
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public boolean hasAgentConfigUpdateRequest() {
return messageCase_ == 200;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getAgentConfigUpdateRequest() {
if (agentConfigUpdateRequestBuilder_ == null) {
if (messageCase_ == 200) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance();
} else {
if (messageCase_ == 200) {
return agentConfigUpdateRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public Builder setAgentConfigUpdateRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest value) {
if (agentConfigUpdateRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
agentConfigUpdateRequestBuilder_.setMessage(value);
}
messageCase_ = 200;
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public Builder setAgentConfigUpdateRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder builderForValue) {
if (agentConfigUpdateRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
agentConfigUpdateRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 200;
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public Builder mergeAgentConfigUpdateRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest value) {
if (agentConfigUpdateRequestBuilder_ == null) {
if (messageCase_ == 200 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 200) {
agentConfigUpdateRequestBuilder_.mergeFrom(value);
}
agentConfigUpdateRequestBuilder_.setMessage(value);
}
messageCase_ = 200;
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public Builder clearAgentConfigUpdateRequest() {
if (agentConfigUpdateRequestBuilder_ == null) {
if (messageCase_ == 200) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 200) {
messageCase_ = 0;
message_ = null;
}
agentConfigUpdateRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder getAgentConfigUpdateRequestBuilder() {
return getAgentConfigUpdateRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder getAgentConfigUpdateRequestOrBuilder() {
if ((messageCase_ == 200) && (agentConfigUpdateRequestBuilder_ != null)) {
return agentConfigUpdateRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 200) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder>
getAgentConfigUpdateRequestFieldBuilder() {
if (agentConfigUpdateRequestBuilder_ == null) {
if (!(messageCase_ == 200)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance();
}
agentConfigUpdateRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 200;
onChanged();;
return agentConfigUpdateRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder> threadDumpRequestBuilder_;
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public boolean hasThreadDumpRequest() {
return messageCase_ == 300;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getThreadDumpRequest() {
if (threadDumpRequestBuilder_ == null) {
if (messageCase_ == 300) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance();
} else {
if (messageCase_ == 300) {
return threadDumpRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance();
}
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public Builder setThreadDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest value) {
if (threadDumpRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
threadDumpRequestBuilder_.setMessage(value);
}
messageCase_ = 300;
return this;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public Builder setThreadDumpRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder builderForValue) {
if (threadDumpRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
threadDumpRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 300;
return this;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public Builder mergeThreadDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest value) {
if (threadDumpRequestBuilder_ == null) {
if (messageCase_ == 300 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 300) {
threadDumpRequestBuilder_.mergeFrom(value);
}
threadDumpRequestBuilder_.setMessage(value);
}
messageCase_ = 300;
return this;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public Builder clearThreadDumpRequest() {
if (threadDumpRequestBuilder_ == null) {
if (messageCase_ == 300) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 300) {
messageCase_ = 0;
message_ = null;
}
threadDumpRequestBuilder_.clear();
}
return this;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder getThreadDumpRequestBuilder() {
return getThreadDumpRequestFieldBuilder().getBuilder();
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder getThreadDumpRequestOrBuilder() {
if ((messageCase_ == 300) && (threadDumpRequestBuilder_ != null)) {
return threadDumpRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 300) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance();
}
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder>
getThreadDumpRequestFieldBuilder() {
if (threadDumpRequestBuilder_ == null) {
if (!(messageCase_ == 300)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance();
}
threadDumpRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 300;
onChanged();;
return threadDumpRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder> jstackRequestBuilder_;
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public boolean hasJstackRequest() {
return messageCase_ == 308;
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getJstackRequest() {
if (jstackRequestBuilder_ == null) {
if (messageCase_ == 308) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance();
} else {
if (messageCase_ == 308) {
return jstackRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public Builder setJstackRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest value) {
if (jstackRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
jstackRequestBuilder_.setMessage(value);
}
messageCase_ = 308;
return this;
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public Builder setJstackRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder builderForValue) {
if (jstackRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
jstackRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 308;
return this;
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public Builder mergeJstackRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest value) {
if (jstackRequestBuilder_ == null) {
if (messageCase_ == 308 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 308) {
jstackRequestBuilder_.mergeFrom(value);
}
jstackRequestBuilder_.setMessage(value);
}
messageCase_ = 308;
return this;
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public Builder clearJstackRequest() {
if (jstackRequestBuilder_ == null) {
if (messageCase_ == 308) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 308) {
messageCase_ = 0;
message_ = null;
}
jstackRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder getJstackRequestBuilder() {
return getJstackRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder getJstackRequestOrBuilder() {
if ((messageCase_ == 308) && (jstackRequestBuilder_ != null)) {
return jstackRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 308) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.JstackRequest jstack_request = 308;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder>
getJstackRequestFieldBuilder() {
if (jstackRequestBuilder_ == null) {
if (!(messageCase_ == 308)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance();
}
jstackRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 308;
onChanged();;
return jstackRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder> availableDiskSpaceRequestBuilder_;
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public boolean hasAvailableDiskSpaceRequest() {
return messageCase_ == 301;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getAvailableDiskSpaceRequest() {
if (availableDiskSpaceRequestBuilder_ == null) {
if (messageCase_ == 301) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance();
} else {
if (messageCase_ == 301) {
return availableDiskSpaceRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public Builder setAvailableDiskSpaceRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest value) {
if (availableDiskSpaceRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
availableDiskSpaceRequestBuilder_.setMessage(value);
}
messageCase_ = 301;
return this;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public Builder setAvailableDiskSpaceRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder builderForValue) {
if (availableDiskSpaceRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
availableDiskSpaceRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 301;
return this;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public Builder mergeAvailableDiskSpaceRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest value) {
if (availableDiskSpaceRequestBuilder_ == null) {
if (messageCase_ == 301 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 301) {
availableDiskSpaceRequestBuilder_.mergeFrom(value);
}
availableDiskSpaceRequestBuilder_.setMessage(value);
}
messageCase_ = 301;
return this;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public Builder clearAvailableDiskSpaceRequest() {
if (availableDiskSpaceRequestBuilder_ == null) {
if (messageCase_ == 301) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 301) {
messageCase_ = 0;
message_ = null;
}
availableDiskSpaceRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder getAvailableDiskSpaceRequestBuilder() {
return getAvailableDiskSpaceRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder getAvailableDiskSpaceRequestOrBuilder() {
if ((messageCase_ == 301) && (availableDiskSpaceRequestBuilder_ != null)) {
return availableDiskSpaceRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 301) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder>
getAvailableDiskSpaceRequestFieldBuilder() {
if (availableDiskSpaceRequestBuilder_ == null) {
if (!(messageCase_ == 301)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance();
}
availableDiskSpaceRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 301;
onChanged();;
return availableDiskSpaceRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder> heapDumpRequestBuilder_;
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public boolean hasHeapDumpRequest() {
return messageCase_ == 302;
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getHeapDumpRequest() {
if (heapDumpRequestBuilder_ == null) {
if (messageCase_ == 302) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance();
} else {
if (messageCase_ == 302) {
return heapDumpRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public Builder setHeapDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest value) {
if (heapDumpRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
heapDumpRequestBuilder_.setMessage(value);
}
messageCase_ = 302;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public Builder setHeapDumpRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder builderForValue) {
if (heapDumpRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
heapDumpRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 302;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public Builder mergeHeapDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest value) {
if (heapDumpRequestBuilder_ == null) {
if (messageCase_ == 302 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 302) {
heapDumpRequestBuilder_.mergeFrom(value);
}
heapDumpRequestBuilder_.setMessage(value);
}
messageCase_ = 302;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public Builder clearHeapDumpRequest() {
if (heapDumpRequestBuilder_ == null) {
if (messageCase_ == 302) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 302) {
messageCase_ = 0;
message_ = null;
}
heapDumpRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder getHeapDumpRequestBuilder() {
return getHeapDumpRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder getHeapDumpRequestOrBuilder() {
if ((messageCase_ == 302) && (heapDumpRequestBuilder_ != null)) {
return heapDumpRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 302) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder>
getHeapDumpRequestFieldBuilder() {
if (heapDumpRequestBuilder_ == null) {
if (!(messageCase_ == 302)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance();
}
heapDumpRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 302;
onChanged();;
return heapDumpRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder> heapHistogramRequestBuilder_;
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public boolean hasHeapHistogramRequest() {
return messageCase_ == 309;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getHeapHistogramRequest() {
if (heapHistogramRequestBuilder_ == null) {
if (messageCase_ == 309) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance();
} else {
if (messageCase_ == 309) {
return heapHistogramRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public Builder setHeapHistogramRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest value) {
if (heapHistogramRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
heapHistogramRequestBuilder_.setMessage(value);
}
messageCase_ = 309;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public Builder setHeapHistogramRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder builderForValue) {
if (heapHistogramRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
heapHistogramRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 309;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public Builder mergeHeapHistogramRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest value) {
if (heapHistogramRequestBuilder_ == null) {
if (messageCase_ == 309 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 309) {
heapHistogramRequestBuilder_.mergeFrom(value);
}
heapHistogramRequestBuilder_.setMessage(value);
}
messageCase_ = 309;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public Builder clearHeapHistogramRequest() {
if (heapHistogramRequestBuilder_ == null) {
if (messageCase_ == 309) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 309) {
messageCase_ = 0;
message_ = null;
}
heapHistogramRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder getHeapHistogramRequestBuilder() {
return getHeapHistogramRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder getHeapHistogramRequestOrBuilder() {
if ((messageCase_ == 309) && (heapHistogramRequestBuilder_ != null)) {
return heapHistogramRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 309) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder>
getHeapHistogramRequestFieldBuilder() {
if (heapHistogramRequestBuilder_ == null) {
if (!(messageCase_ == 309)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance();
}
heapHistogramRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 309;
onChanged();;
return heapHistogramRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder> explicitGcDisabledRequestBuilder_;
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public boolean hasExplicitGcDisabledRequest() {
return messageCase_ == 311;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getExplicitGcDisabledRequest() {
if (explicitGcDisabledRequestBuilder_ == null) {
if (messageCase_ == 311) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance();
} else {
if (messageCase_ == 311) {
return explicitGcDisabledRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public Builder setExplicitGcDisabledRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest value) {
if (explicitGcDisabledRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
explicitGcDisabledRequestBuilder_.setMessage(value);
}
messageCase_ = 311;
return this;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public Builder setExplicitGcDisabledRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder builderForValue) {
if (explicitGcDisabledRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
explicitGcDisabledRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 311;
return this;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public Builder mergeExplicitGcDisabledRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest value) {
if (explicitGcDisabledRequestBuilder_ == null) {
if (messageCase_ == 311 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 311) {
explicitGcDisabledRequestBuilder_.mergeFrom(value);
}
explicitGcDisabledRequestBuilder_.setMessage(value);
}
messageCase_ = 311;
return this;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public Builder clearExplicitGcDisabledRequest() {
if (explicitGcDisabledRequestBuilder_ == null) {
if (messageCase_ == 311) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 311) {
messageCase_ = 0;
message_ = null;
}
explicitGcDisabledRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder getExplicitGcDisabledRequestBuilder() {
return getExplicitGcDisabledRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder getExplicitGcDisabledRequestOrBuilder() {
if ((messageCase_ == 311) && (explicitGcDisabledRequestBuilder_ != null)) {
return explicitGcDisabledRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 311) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder>
getExplicitGcDisabledRequestFieldBuilder() {
if (explicitGcDisabledRequestBuilder_ == null) {
if (!(messageCase_ == 311)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance();
}
explicitGcDisabledRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 311;
onChanged();;
return explicitGcDisabledRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder> forceGcRequestBuilder_;
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public boolean hasForceGcRequest() {
return messageCase_ == 303;
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getForceGcRequest() {
if (forceGcRequestBuilder_ == null) {
if (messageCase_ == 303) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance();
} else {
if (messageCase_ == 303) {
return forceGcRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public Builder setForceGcRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest value) {
if (forceGcRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
forceGcRequestBuilder_.setMessage(value);
}
messageCase_ = 303;
return this;
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public Builder setForceGcRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder builderForValue) {
if (forceGcRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
forceGcRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 303;
return this;
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public Builder mergeForceGcRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest value) {
if (forceGcRequestBuilder_ == null) {
if (messageCase_ == 303 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 303) {
forceGcRequestBuilder_.mergeFrom(value);
}
forceGcRequestBuilder_.setMessage(value);
}
messageCase_ = 303;
return this;
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public Builder clearForceGcRequest() {
if (forceGcRequestBuilder_ == null) {
if (messageCase_ == 303) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 303) {
messageCase_ = 0;
message_ = null;
}
forceGcRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder getForceGcRequestBuilder() {
return getForceGcRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder getForceGcRequestOrBuilder() {
if ((messageCase_ == 303) && (forceGcRequestBuilder_ != null)) {
return forceGcRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 303) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder>
getForceGcRequestFieldBuilder() {
if (forceGcRequestBuilder_ == null) {
if (!(messageCase_ == 303)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance();
}
forceGcRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 303;
onChanged();;
return forceGcRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder> mbeanDumpRequestBuilder_;
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public boolean hasMbeanDumpRequest() {
return messageCase_ == 304;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getMbeanDumpRequest() {
if (mbeanDumpRequestBuilder_ == null) {
if (messageCase_ == 304) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance();
} else {
if (messageCase_ == 304) {
return mbeanDumpRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public Builder setMbeanDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest value) {
if (mbeanDumpRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
mbeanDumpRequestBuilder_.setMessage(value);
}
messageCase_ = 304;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public Builder setMbeanDumpRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder builderForValue) {
if (mbeanDumpRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
mbeanDumpRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 304;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public Builder mergeMbeanDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest value) {
if (mbeanDumpRequestBuilder_ == null) {
if (messageCase_ == 304 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 304) {
mbeanDumpRequestBuilder_.mergeFrom(value);
}
mbeanDumpRequestBuilder_.setMessage(value);
}
messageCase_ = 304;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public Builder clearMbeanDumpRequest() {
if (mbeanDumpRequestBuilder_ == null) {
if (messageCase_ == 304) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 304) {
messageCase_ = 0;
message_ = null;
}
mbeanDumpRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder getMbeanDumpRequestBuilder() {
return getMbeanDumpRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder getMbeanDumpRequestOrBuilder() {
if ((messageCase_ == 304) && (mbeanDumpRequestBuilder_ != null)) {
return mbeanDumpRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 304) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder>
getMbeanDumpRequestFieldBuilder() {
if (mbeanDumpRequestBuilder_ == null) {
if (!(messageCase_ == 304)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance();
}
mbeanDumpRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 304;
onChanged();;
return mbeanDumpRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder> matchingMbeanObjectNamesRequestBuilder_;
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public boolean hasMatchingMbeanObjectNamesRequest() {
return messageCase_ == 305;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getMatchingMbeanObjectNamesRequest() {
if (matchingMbeanObjectNamesRequestBuilder_ == null) {
if (messageCase_ == 305) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance();
} else {
if (messageCase_ == 305) {
return matchingMbeanObjectNamesRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public Builder setMatchingMbeanObjectNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest value) {
if (matchingMbeanObjectNamesRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
matchingMbeanObjectNamesRequestBuilder_.setMessage(value);
}
messageCase_ = 305;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public Builder setMatchingMbeanObjectNamesRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder builderForValue) {
if (matchingMbeanObjectNamesRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
matchingMbeanObjectNamesRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 305;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public Builder mergeMatchingMbeanObjectNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest value) {
if (matchingMbeanObjectNamesRequestBuilder_ == null) {
if (messageCase_ == 305 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 305) {
matchingMbeanObjectNamesRequestBuilder_.mergeFrom(value);
}
matchingMbeanObjectNamesRequestBuilder_.setMessage(value);
}
messageCase_ = 305;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public Builder clearMatchingMbeanObjectNamesRequest() {
if (matchingMbeanObjectNamesRequestBuilder_ == null) {
if (messageCase_ == 305) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 305) {
messageCase_ = 0;
message_ = null;
}
matchingMbeanObjectNamesRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder getMatchingMbeanObjectNamesRequestBuilder() {
return getMatchingMbeanObjectNamesRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder getMatchingMbeanObjectNamesRequestOrBuilder() {
if ((messageCase_ == 305) && (matchingMbeanObjectNamesRequestBuilder_ != null)) {
return matchingMbeanObjectNamesRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 305) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder>
getMatchingMbeanObjectNamesRequestFieldBuilder() {
if (matchingMbeanObjectNamesRequestBuilder_ == null) {
if (!(messageCase_ == 305)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance();
}
matchingMbeanObjectNamesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 305;
onChanged();;
return matchingMbeanObjectNamesRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder> mbeanMetaRequestBuilder_;
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public boolean hasMbeanMetaRequest() {
return messageCase_ == 306;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getMbeanMetaRequest() {
if (mbeanMetaRequestBuilder_ == null) {
if (messageCase_ == 306) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance();
} else {
if (messageCase_ == 306) {
return mbeanMetaRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public Builder setMbeanMetaRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest value) {
if (mbeanMetaRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
mbeanMetaRequestBuilder_.setMessage(value);
}
messageCase_ = 306;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public Builder setMbeanMetaRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder builderForValue) {
if (mbeanMetaRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
mbeanMetaRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 306;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public Builder mergeMbeanMetaRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest value) {
if (mbeanMetaRequestBuilder_ == null) {
if (messageCase_ == 306 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 306) {
mbeanMetaRequestBuilder_.mergeFrom(value);
}
mbeanMetaRequestBuilder_.setMessage(value);
}
messageCase_ = 306;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public Builder clearMbeanMetaRequest() {
if (mbeanMetaRequestBuilder_ == null) {
if (messageCase_ == 306) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 306) {
messageCase_ = 0;
message_ = null;
}
mbeanMetaRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder getMbeanMetaRequestBuilder() {
return getMbeanMetaRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder getMbeanMetaRequestOrBuilder() {
if ((messageCase_ == 306) && (mbeanMetaRequestBuilder_ != null)) {
return mbeanMetaRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 306) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder>
getMbeanMetaRequestFieldBuilder() {
if (mbeanMetaRequestBuilder_ == null) {
if (!(messageCase_ == 306)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance();
}
mbeanMetaRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 306;
onChanged();;
return mbeanMetaRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder> systemPropertiesRequestBuilder_;
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public boolean hasSystemPropertiesRequest() {
return messageCase_ == 310;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getSystemPropertiesRequest() {
if (systemPropertiesRequestBuilder_ == null) {
if (messageCase_ == 310) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance();
} else {
if (messageCase_ == 310) {
return systemPropertiesRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public Builder setSystemPropertiesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest value) {
if (systemPropertiesRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
systemPropertiesRequestBuilder_.setMessage(value);
}
messageCase_ = 310;
return this;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public Builder setSystemPropertiesRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder builderForValue) {
if (systemPropertiesRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
systemPropertiesRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 310;
return this;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public Builder mergeSystemPropertiesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest value) {
if (systemPropertiesRequestBuilder_ == null) {
if (messageCase_ == 310 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 310) {
systemPropertiesRequestBuilder_.mergeFrom(value);
}
systemPropertiesRequestBuilder_.setMessage(value);
}
messageCase_ = 310;
return this;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public Builder clearSystemPropertiesRequest() {
if (systemPropertiesRequestBuilder_ == null) {
if (messageCase_ == 310) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 310) {
messageCase_ = 0;
message_ = null;
}
systemPropertiesRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder getSystemPropertiesRequestBuilder() {
return getSystemPropertiesRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder getSystemPropertiesRequestOrBuilder() {
if ((messageCase_ == 310) && (systemPropertiesRequestBuilder_ != null)) {
return systemPropertiesRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 310) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder>
getSystemPropertiesRequestFieldBuilder() {
if (systemPropertiesRequestBuilder_ == null) {
if (!(messageCase_ == 310)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance();
}
systemPropertiesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 310;
onChanged();;
return systemPropertiesRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder> capabilitiesRequestBuilder_;
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public boolean hasCapabilitiesRequest() {
return messageCase_ == 307;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getCapabilitiesRequest() {
if (capabilitiesRequestBuilder_ == null) {
if (messageCase_ == 307) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance();
} else {
if (messageCase_ == 307) {
return capabilitiesRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public Builder setCapabilitiesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest value) {
if (capabilitiesRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
capabilitiesRequestBuilder_.setMessage(value);
}
messageCase_ = 307;
return this;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public Builder setCapabilitiesRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder builderForValue) {
if (capabilitiesRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
capabilitiesRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 307;
return this;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public Builder mergeCapabilitiesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest value) {
if (capabilitiesRequestBuilder_ == null) {
if (messageCase_ == 307 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 307) {
capabilitiesRequestBuilder_.mergeFrom(value);
}
capabilitiesRequestBuilder_.setMessage(value);
}
messageCase_ = 307;
return this;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public Builder clearCapabilitiesRequest() {
if (capabilitiesRequestBuilder_ == null) {
if (messageCase_ == 307) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 307) {
messageCase_ = 0;
message_ = null;
}
capabilitiesRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder getCapabilitiesRequestBuilder() {
return getCapabilitiesRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder getCapabilitiesRequestOrBuilder() {
if ((messageCase_ == 307) && (capabilitiesRequestBuilder_ != null)) {
return capabilitiesRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 307) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder>
getCapabilitiesRequestFieldBuilder() {
if (capabilitiesRequestBuilder_ == null) {
if (!(messageCase_ == 307)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance();
}
capabilitiesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 307;
onChanged();;
return capabilitiesRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder> globalMetaRequestBuilder_;
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public boolean hasGlobalMetaRequest() {
return messageCase_ == 400;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getGlobalMetaRequest() {
if (globalMetaRequestBuilder_ == null) {
if (messageCase_ == 400) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance();
} else {
if (messageCase_ == 400) {
return globalMetaRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance();
}
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public Builder setGlobalMetaRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest value) {
if (globalMetaRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
globalMetaRequestBuilder_.setMessage(value);
}
messageCase_ = 400;
return this;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public Builder setGlobalMetaRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder builderForValue) {
if (globalMetaRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
globalMetaRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 400;
return this;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public Builder mergeGlobalMetaRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest value) {
if (globalMetaRequestBuilder_ == null) {
if (messageCase_ == 400 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 400) {
globalMetaRequestBuilder_.mergeFrom(value);
}
globalMetaRequestBuilder_.setMessage(value);
}
messageCase_ = 400;
return this;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public Builder clearGlobalMetaRequest() {
if (globalMetaRequestBuilder_ == null) {
if (messageCase_ == 400) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 400) {
messageCase_ = 0;
message_ = null;
}
globalMetaRequestBuilder_.clear();
}
return this;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder getGlobalMetaRequestBuilder() {
return getGlobalMetaRequestFieldBuilder().getBuilder();
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder getGlobalMetaRequestOrBuilder() {
if ((messageCase_ == 400) && (globalMetaRequestBuilder_ != null)) {
return globalMetaRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 400) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance();
}
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder>
getGlobalMetaRequestFieldBuilder() {
if (globalMetaRequestBuilder_ == null) {
if (!(messageCase_ == 400)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance();
}
globalMetaRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 400;
onChanged();;
return globalMetaRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder> preloadClasspathCacheRequestBuilder_;
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public boolean hasPreloadClasspathCacheRequest() {
return messageCase_ == 401;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getPreloadClasspathCacheRequest() {
if (preloadClasspathCacheRequestBuilder_ == null) {
if (messageCase_ == 401) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance();
} else {
if (messageCase_ == 401) {
return preloadClasspathCacheRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public Builder setPreloadClasspathCacheRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest value) {
if (preloadClasspathCacheRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
preloadClasspathCacheRequestBuilder_.setMessage(value);
}
messageCase_ = 401;
return this;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public Builder setPreloadClasspathCacheRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder builderForValue) {
if (preloadClasspathCacheRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
preloadClasspathCacheRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 401;
return this;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public Builder mergePreloadClasspathCacheRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest value) {
if (preloadClasspathCacheRequestBuilder_ == null) {
if (messageCase_ == 401 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 401) {
preloadClasspathCacheRequestBuilder_.mergeFrom(value);
}
preloadClasspathCacheRequestBuilder_.setMessage(value);
}
messageCase_ = 401;
return this;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public Builder clearPreloadClasspathCacheRequest() {
if (preloadClasspathCacheRequestBuilder_ == null) {
if (messageCase_ == 401) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 401) {
messageCase_ = 0;
message_ = null;
}
preloadClasspathCacheRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder getPreloadClasspathCacheRequestBuilder() {
return getPreloadClasspathCacheRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder getPreloadClasspathCacheRequestOrBuilder() {
if ((messageCase_ == 401) && (preloadClasspathCacheRequestBuilder_ != null)) {
return preloadClasspathCacheRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 401) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder>
getPreloadClasspathCacheRequestFieldBuilder() {
if (preloadClasspathCacheRequestBuilder_ == null) {
if (!(messageCase_ == 401)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance();
}
preloadClasspathCacheRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 401;
onChanged();;
return preloadClasspathCacheRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder> matchingClassNamesRequestBuilder_;
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public boolean hasMatchingClassNamesRequest() {
return messageCase_ == 402;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getMatchingClassNamesRequest() {
if (matchingClassNamesRequestBuilder_ == null) {
if (messageCase_ == 402) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance();
} else {
if (messageCase_ == 402) {
return matchingClassNamesRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public Builder setMatchingClassNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest value) {
if (matchingClassNamesRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
matchingClassNamesRequestBuilder_.setMessage(value);
}
messageCase_ = 402;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public Builder setMatchingClassNamesRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder builderForValue) {
if (matchingClassNamesRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
matchingClassNamesRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 402;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public Builder mergeMatchingClassNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest value) {
if (matchingClassNamesRequestBuilder_ == null) {
if (messageCase_ == 402 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 402) {
matchingClassNamesRequestBuilder_.mergeFrom(value);
}
matchingClassNamesRequestBuilder_.setMessage(value);
}
messageCase_ = 402;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public Builder clearMatchingClassNamesRequest() {
if (matchingClassNamesRequestBuilder_ == null) {
if (messageCase_ == 402) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 402) {
messageCase_ = 0;
message_ = null;
}
matchingClassNamesRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder getMatchingClassNamesRequestBuilder() {
return getMatchingClassNamesRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder getMatchingClassNamesRequestOrBuilder() {
if ((messageCase_ == 402) && (matchingClassNamesRequestBuilder_ != null)) {
return matchingClassNamesRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 402) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder>
getMatchingClassNamesRequestFieldBuilder() {
if (matchingClassNamesRequestBuilder_ == null) {
if (!(messageCase_ == 402)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance();
}
matchingClassNamesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 402;
onChanged();;
return matchingClassNamesRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder> matchingMethodNamesRequestBuilder_;
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public boolean hasMatchingMethodNamesRequest() {
return messageCase_ == 403;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getMatchingMethodNamesRequest() {
if (matchingMethodNamesRequestBuilder_ == null) {
if (messageCase_ == 403) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance();
} else {
if (messageCase_ == 403) {
return matchingMethodNamesRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public Builder setMatchingMethodNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest value) {
if (matchingMethodNamesRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
matchingMethodNamesRequestBuilder_.setMessage(value);
}
messageCase_ = 403;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public Builder setMatchingMethodNamesRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder builderForValue) {
if (matchingMethodNamesRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
matchingMethodNamesRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 403;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public Builder mergeMatchingMethodNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest value) {
if (matchingMethodNamesRequestBuilder_ == null) {
if (messageCase_ == 403 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 403) {
matchingMethodNamesRequestBuilder_.mergeFrom(value);
}
matchingMethodNamesRequestBuilder_.setMessage(value);
}
messageCase_ = 403;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public Builder clearMatchingMethodNamesRequest() {
if (matchingMethodNamesRequestBuilder_ == null) {
if (messageCase_ == 403) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 403) {
messageCase_ = 0;
message_ = null;
}
matchingMethodNamesRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder getMatchingMethodNamesRequestBuilder() {
return getMatchingMethodNamesRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder getMatchingMethodNamesRequestOrBuilder() {
if ((messageCase_ == 403) && (matchingMethodNamesRequestBuilder_ != null)) {
return matchingMethodNamesRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 403) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder>
getMatchingMethodNamesRequestFieldBuilder() {
if (matchingMethodNamesRequestBuilder_ == null) {
if (!(messageCase_ == 403)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance();
}
matchingMethodNamesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 403;
onChanged();;
return matchingMethodNamesRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder> methodSignaturesRequestBuilder_;
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public boolean hasMethodSignaturesRequest() {
return messageCase_ == 404;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getMethodSignaturesRequest() {
if (methodSignaturesRequestBuilder_ == null) {
if (messageCase_ == 404) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance();
} else {
if (messageCase_ == 404) {
return methodSignaturesRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public Builder setMethodSignaturesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest value) {
if (methodSignaturesRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
methodSignaturesRequestBuilder_.setMessage(value);
}
messageCase_ = 404;
return this;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public Builder setMethodSignaturesRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder builderForValue) {
if (methodSignaturesRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
methodSignaturesRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 404;
return this;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public Builder mergeMethodSignaturesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest value) {
if (methodSignaturesRequestBuilder_ == null) {
if (messageCase_ == 404 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 404) {
methodSignaturesRequestBuilder_.mergeFrom(value);
}
methodSignaturesRequestBuilder_.setMessage(value);
}
messageCase_ = 404;
return this;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public Builder clearMethodSignaturesRequest() {
if (methodSignaturesRequestBuilder_ == null) {
if (messageCase_ == 404) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 404) {
messageCase_ = 0;
message_ = null;
}
methodSignaturesRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder getMethodSignaturesRequestBuilder() {
return getMethodSignaturesRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder getMethodSignaturesRequestOrBuilder() {
if ((messageCase_ == 404) && (methodSignaturesRequestBuilder_ != null)) {
return methodSignaturesRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 404) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder>
getMethodSignaturesRequestFieldBuilder() {
if (methodSignaturesRequestBuilder_ == null) {
if (!(messageCase_ == 404)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance();
}
methodSignaturesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 404;
onChanged();;
return methodSignaturesRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder> reweaveRequestBuilder_;
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public boolean hasReweaveRequest() {
return messageCase_ == 405;
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getReweaveRequest() {
if (reweaveRequestBuilder_ == null) {
if (messageCase_ == 405) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance();
} else {
if (messageCase_ == 405) {
return reweaveRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public Builder setReweaveRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest value) {
if (reweaveRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
reweaveRequestBuilder_.setMessage(value);
}
messageCase_ = 405;
return this;
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public Builder setReweaveRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder builderForValue) {
if (reweaveRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
reweaveRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 405;
return this;
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public Builder mergeReweaveRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest value) {
if (reweaveRequestBuilder_ == null) {
if (messageCase_ == 405 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 405) {
reweaveRequestBuilder_.mergeFrom(value);
}
reweaveRequestBuilder_.setMessage(value);
}
messageCase_ = 405;
return this;
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public Builder clearReweaveRequest() {
if (reweaveRequestBuilder_ == null) {
if (messageCase_ == 405) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 405) {
messageCase_ = 0;
message_ = null;
}
reweaveRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder getReweaveRequestBuilder() {
return getReweaveRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder getReweaveRequestOrBuilder() {
if ((messageCase_ == 405) && (reweaveRequestBuilder_ != null)) {
return reweaveRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 405) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder>
getReweaveRequestFieldBuilder() {
if (reweaveRequestBuilder_ == null) {
if (!(messageCase_ == 405)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance();
}
reweaveRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 405;
onChanged();;
return reweaveRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder> headerRequestBuilder_;
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public boolean hasHeaderRequest() {
return messageCase_ == 500;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getHeaderRequest() {
if (headerRequestBuilder_ == null) {
if (messageCase_ == 500) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance();
} else {
if (messageCase_ == 500) {
return headerRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance();
}
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public Builder setHeaderRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest value) {
if (headerRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
headerRequestBuilder_.setMessage(value);
}
messageCase_ = 500;
return this;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public Builder setHeaderRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder builderForValue) {
if (headerRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
headerRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 500;
return this;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public Builder mergeHeaderRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest value) {
if (headerRequestBuilder_ == null) {
if (messageCase_ == 500 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 500) {
headerRequestBuilder_.mergeFrom(value);
}
headerRequestBuilder_.setMessage(value);
}
messageCase_ = 500;
return this;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public Builder clearHeaderRequest() {
if (headerRequestBuilder_ == null) {
if (messageCase_ == 500) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 500) {
messageCase_ = 0;
message_ = null;
}
headerRequestBuilder_.clear();
}
return this;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder getHeaderRequestBuilder() {
return getHeaderRequestFieldBuilder().getBuilder();
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder getHeaderRequestOrBuilder() {
if ((messageCase_ == 500) && (headerRequestBuilder_ != null)) {
return headerRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 500) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance();
}
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderRequest header_request = 500;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder>
getHeaderRequestFieldBuilder() {
if (headerRequestBuilder_ == null) {
if (!(messageCase_ == 500)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance();
}
headerRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 500;
onChanged();;
return headerRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder> entriesRequestBuilder_;
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public boolean hasEntriesRequest() {
return messageCase_ == 501;
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getEntriesRequest() {
if (entriesRequestBuilder_ == null) {
if (messageCase_ == 501) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance();
} else {
if (messageCase_ == 501) {
return entriesRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public Builder setEntriesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest value) {
if (entriesRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
entriesRequestBuilder_.setMessage(value);
}
messageCase_ = 501;
return this;
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public Builder setEntriesRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder builderForValue) {
if (entriesRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
entriesRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 501;
return this;
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public Builder mergeEntriesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest value) {
if (entriesRequestBuilder_ == null) {
if (messageCase_ == 501 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 501) {
entriesRequestBuilder_.mergeFrom(value);
}
entriesRequestBuilder_.setMessage(value);
}
messageCase_ = 501;
return this;
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public Builder clearEntriesRequest() {
if (entriesRequestBuilder_ == null) {
if (messageCase_ == 501) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 501) {
messageCase_ = 0;
message_ = null;
}
entriesRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder getEntriesRequestBuilder() {
return getEntriesRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder getEntriesRequestOrBuilder() {
if ((messageCase_ == 501) && (entriesRequestBuilder_ != null)) {
return entriesRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 501) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.EntriesRequest entries_request = 501;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder>
getEntriesRequestFieldBuilder() {
if (entriesRequestBuilder_ == null) {
if (!(messageCase_ == 501)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance();
}
entriesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 501;
onChanged();;
return entriesRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder> queriesRequestBuilder_;
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public boolean hasQueriesRequest() {
return messageCase_ == 505;
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest getQueriesRequest() {
if (queriesRequestBuilder_ == null) {
if (messageCase_ == 505) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance();
} else {
if (messageCase_ == 505) {
return queriesRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public Builder setQueriesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest value) {
if (queriesRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
queriesRequestBuilder_.setMessage(value);
}
messageCase_ = 505;
return this;
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public Builder setQueriesRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder builderForValue) {
if (queriesRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
queriesRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 505;
return this;
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public Builder mergeQueriesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest value) {
if (queriesRequestBuilder_ == null) {
if (messageCase_ == 505 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 505) {
queriesRequestBuilder_.mergeFrom(value);
}
queriesRequestBuilder_.setMessage(value);
}
messageCase_ = 505;
return this;
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public Builder clearQueriesRequest() {
if (queriesRequestBuilder_ == null) {
if (messageCase_ == 505) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 505) {
messageCase_ = 0;
message_ = null;
}
queriesRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder getQueriesRequestBuilder() {
return getQueriesRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder getQueriesRequestOrBuilder() {
if ((messageCase_ == 505) && (queriesRequestBuilder_ != null)) {
return queriesRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 505) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.QueriesRequest queries_request = 505;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder>
getQueriesRequestFieldBuilder() {
if (queriesRequestBuilder_ == null) {
if (!(messageCase_ == 505)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance();
}
queriesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 505;
onChanged();;
return queriesRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder> mainThreadProfileRequestBuilder_;
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public boolean hasMainThreadProfileRequest() {
return messageCase_ == 502;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getMainThreadProfileRequest() {
if (mainThreadProfileRequestBuilder_ == null) {
if (messageCase_ == 502) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance();
} else {
if (messageCase_ == 502) {
return mainThreadProfileRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public Builder setMainThreadProfileRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest value) {
if (mainThreadProfileRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
mainThreadProfileRequestBuilder_.setMessage(value);
}
messageCase_ = 502;
return this;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public Builder setMainThreadProfileRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder builderForValue) {
if (mainThreadProfileRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
mainThreadProfileRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 502;
return this;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public Builder mergeMainThreadProfileRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest value) {
if (mainThreadProfileRequestBuilder_ == null) {
if (messageCase_ == 502 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 502) {
mainThreadProfileRequestBuilder_.mergeFrom(value);
}
mainThreadProfileRequestBuilder_.setMessage(value);
}
messageCase_ = 502;
return this;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public Builder clearMainThreadProfileRequest() {
if (mainThreadProfileRequestBuilder_ == null) {
if (messageCase_ == 502) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 502) {
messageCase_ = 0;
message_ = null;
}
mainThreadProfileRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder getMainThreadProfileRequestBuilder() {
return getMainThreadProfileRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder getMainThreadProfileRequestOrBuilder() {
if ((messageCase_ == 502) && (mainThreadProfileRequestBuilder_ != null)) {
return mainThreadProfileRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 502) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder>
getMainThreadProfileRequestFieldBuilder() {
if (mainThreadProfileRequestBuilder_ == null) {
if (!(messageCase_ == 502)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance();
}
mainThreadProfileRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 502;
onChanged();;
return mainThreadProfileRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder> auxThreadProfileRequestBuilder_;
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public boolean hasAuxThreadProfileRequest() {
return messageCase_ == 503;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getAuxThreadProfileRequest() {
if (auxThreadProfileRequestBuilder_ == null) {
if (messageCase_ == 503) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance();
} else {
if (messageCase_ == 503) {
return auxThreadProfileRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public Builder setAuxThreadProfileRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest value) {
if (auxThreadProfileRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
auxThreadProfileRequestBuilder_.setMessage(value);
}
messageCase_ = 503;
return this;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public Builder setAuxThreadProfileRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder builderForValue) {
if (auxThreadProfileRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
auxThreadProfileRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 503;
return this;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public Builder mergeAuxThreadProfileRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest value) {
if (auxThreadProfileRequestBuilder_ == null) {
if (messageCase_ == 503 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 503) {
auxThreadProfileRequestBuilder_.mergeFrom(value);
}
auxThreadProfileRequestBuilder_.setMessage(value);
}
messageCase_ = 503;
return this;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public Builder clearAuxThreadProfileRequest() {
if (auxThreadProfileRequestBuilder_ == null) {
if (messageCase_ == 503) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 503) {
messageCase_ = 0;
message_ = null;
}
auxThreadProfileRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder getAuxThreadProfileRequestBuilder() {
return getAuxThreadProfileRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder getAuxThreadProfileRequestOrBuilder() {
if ((messageCase_ == 503) && (auxThreadProfileRequestBuilder_ != null)) {
return auxThreadProfileRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 503) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder>
getAuxThreadProfileRequestFieldBuilder() {
if (auxThreadProfileRequestBuilder_ == null) {
if (!(messageCase_ == 503)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance();
}
auxThreadProfileRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 503;
onChanged();;
return auxThreadProfileRequestBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder> fullTraceRequestBuilder_;
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public boolean hasFullTraceRequest() {
return messageCase_ == 504;
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getFullTraceRequest() {
if (fullTraceRequestBuilder_ == null) {
if (messageCase_ == 504) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance();
} else {
if (messageCase_ == 504) {
return fullTraceRequestBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public Builder setFullTraceRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest value) {
if (fullTraceRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
fullTraceRequestBuilder_.setMessage(value);
}
messageCase_ = 504;
return this;
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public Builder setFullTraceRequest(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder builderForValue) {
if (fullTraceRequestBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
fullTraceRequestBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 504;
return this;
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public Builder mergeFullTraceRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest value) {
if (fullTraceRequestBuilder_ == null) {
if (messageCase_ == 504 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 504) {
fullTraceRequestBuilder_.mergeFrom(value);
}
fullTraceRequestBuilder_.setMessage(value);
}
messageCase_ = 504;
return this;
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public Builder clearFullTraceRequest() {
if (fullTraceRequestBuilder_ == null) {
if (messageCase_ == 504) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 504) {
messageCase_ = 0;
message_ = null;
}
fullTraceRequestBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder getFullTraceRequestBuilder() {
return getFullTraceRequestFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder getFullTraceRequestOrBuilder() {
if ((messageCase_ == 504) && (fullTraceRequestBuilder_ != null)) {
return fullTraceRequestBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 504) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder>
getFullTraceRequestFieldBuilder() {
if (fullTraceRequestBuilder_ == null) {
if (!(messageCase_ == 504)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance();
}
fullTraceRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 504;
onChanged();;
return fullTraceRequestBuilder_;
}
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.CentralRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.CentralRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest 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 CentralRequest 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 CentralRequest(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.DownstreamServiceOuterClass.CentralRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface AgentResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AgentResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* int64 request_id = 1;
*/
long getRequestId();
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
boolean hasHello();
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getHello();
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder getHelloOrBuilder();
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
boolean hasAgentConfigUpdateResponse();
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getAgentConfigUpdateResponse();
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder getAgentConfigUpdateResponseOrBuilder();
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
boolean hasThreadDumpResponse();
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getThreadDumpResponse();
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder getThreadDumpResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
boolean hasJstackResponse();
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getJstackResponse();
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder getJstackResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
boolean hasAvailableDiskSpaceResponse();
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getAvailableDiskSpaceResponse();
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder getAvailableDiskSpaceResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
boolean hasHeapDumpResponse();
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getHeapDumpResponse();
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder getHeapDumpResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
boolean hasHeapHistogramResponse();
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getHeapHistogramResponse();
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder getHeapHistogramResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
boolean hasExplicitGcDisabledResponse();
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getExplicitGcDisabledResponse();
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder getExplicitGcDisabledResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
boolean hasForceGcResponse();
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getForceGcResponse();
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder getForceGcResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
boolean hasMbeanDumpResponse();
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getMbeanDumpResponse();
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder getMbeanDumpResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
boolean hasMatchingMbeanObjectNamesResponse();
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getMatchingMbeanObjectNamesResponse();
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder getMatchingMbeanObjectNamesResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
boolean hasMbeanMetaResponse();
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getMbeanMetaResponse();
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder getMbeanMetaResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
boolean hasSystemPropertiesResponse();
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getSystemPropertiesResponse();
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder getSystemPropertiesResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
boolean hasCapabilitiesResponse();
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getCapabilitiesResponse();
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder getCapabilitiesResponseOrBuilder();
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
boolean hasGlobalMetaResponse();
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getGlobalMetaResponse();
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder getGlobalMetaResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
boolean hasPreloadClasspathCacheResponse();
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getPreloadClasspathCacheResponse();
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder getPreloadClasspathCacheResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
boolean hasMatchingClassNamesResponse();
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getMatchingClassNamesResponse();
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder getMatchingClassNamesResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
boolean hasMatchingMethodNamesResponse();
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getMatchingMethodNamesResponse();
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder getMatchingMethodNamesResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
boolean hasMethodSignaturesResponse();
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getMethodSignaturesResponse();
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder getMethodSignaturesResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
boolean hasReweaveResponse();
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getReweaveResponse();
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder getReweaveResponseOrBuilder();
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
boolean hasHeaderResponse();
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getHeaderResponse();
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder getHeaderResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
boolean hasEntriesResponse();
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getEntriesResponse();
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder getEntriesResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
boolean hasQueriesResponse();
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse getQueriesResponse();
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder getQueriesResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
boolean hasMainThreadProfileResponse();
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getMainThreadProfileResponse();
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder getMainThreadProfileResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
boolean hasAuxThreadProfileResponse();
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getAuxThreadProfileResponse();
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder getAuxThreadProfileResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
boolean hasFullTraceResponse();
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getFullTraceResponse();
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder getFullTraceResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
boolean hasUnknownRequestResponse();
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getUnknownRequestResponse();
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder getUnknownRequestResponseOrBuilder();
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
boolean hasExceptionResponse();
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getExceptionResponse();
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder getExceptionResponseOrBuilder();
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.MessageCase getMessageCase();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.AgentResponse}
*/
public static final class AgentResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AgentResponse)
AgentResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use AgentResponse.newBuilder() to construct.
private AgentResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AgentResponse() {
requestId_ = 0L;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private AgentResponse(
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: {
requestId_ = input.readInt64();
break;
}
case 802: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder subBuilder = null;
if (messageCase_ == 100) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 100;
break;
}
case 1602: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder subBuilder = null;
if (messageCase_ == 200) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 200;
break;
}
case 2402: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder subBuilder = null;
if (messageCase_ == 300) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 300;
break;
}
case 2410: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder subBuilder = null;
if (messageCase_ == 301) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 301;
break;
}
case 2418: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder subBuilder = null;
if (messageCase_ == 302) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 302;
break;
}
case 2426: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder subBuilder = null;
if (messageCase_ == 303) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 303;
break;
}
case 2434: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder subBuilder = null;
if (messageCase_ == 304) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 304;
break;
}
case 2442: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder subBuilder = null;
if (messageCase_ == 305) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 305;
break;
}
case 2450: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder subBuilder = null;
if (messageCase_ == 306) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 306;
break;
}
case 2458: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder subBuilder = null;
if (messageCase_ == 307) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 307;
break;
}
case 2466: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder subBuilder = null;
if (messageCase_ == 308) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 308;
break;
}
case 2474: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder subBuilder = null;
if (messageCase_ == 309) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 309;
break;
}
case 2482: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder subBuilder = null;
if (messageCase_ == 310) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 310;
break;
}
case 2490: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder subBuilder = null;
if (messageCase_ == 311) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 311;
break;
}
case 3202: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder subBuilder = null;
if (messageCase_ == 400) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 400;
break;
}
case 3210: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder subBuilder = null;
if (messageCase_ == 401) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 401;
break;
}
case 3218: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder subBuilder = null;
if (messageCase_ == 402) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 402;
break;
}
case 3226: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder subBuilder = null;
if (messageCase_ == 403) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 403;
break;
}
case 3234: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder subBuilder = null;
if (messageCase_ == 404) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 404;
break;
}
case 3242: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder subBuilder = null;
if (messageCase_ == 405) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 405;
break;
}
case 4002: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder subBuilder = null;
if (messageCase_ == 500) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 500;
break;
}
case 4010: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder subBuilder = null;
if (messageCase_ == 501) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 501;
break;
}
case 4018: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder subBuilder = null;
if (messageCase_ == 502) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 502;
break;
}
case 4026: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder subBuilder = null;
if (messageCase_ == 503) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 503;
break;
}
case 4034: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder subBuilder = null;
if (messageCase_ == 504) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 504;
break;
}
case 4042: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder subBuilder = null;
if (messageCase_ == 505) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 505;
break;
}
case 80002: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder subBuilder = null;
if (messageCase_ == 10000) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 10000;
break;
}
case 80010: {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder subBuilder = null;
if (messageCase_ == 10001) {
subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_).toBuilder();
}
message_ =
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_);
message_ = subBuilder.buildPartial();
}
messageCase_ = 10001;
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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.Builder.class);
}
private int messageCase_ = 0;
private java.lang.Object message_;
public enum MessageCase
implements org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLite {
HELLO(100),
AGENT_CONFIG_UPDATE_RESPONSE(200),
THREAD_DUMP_RESPONSE(300),
JSTACK_RESPONSE(308),
AVAILABLE_DISK_SPACE_RESPONSE(301),
HEAP_DUMP_RESPONSE(302),
HEAP_HISTOGRAM_RESPONSE(309),
EXPLICIT_GC_DISABLED_RESPONSE(311),
FORCE_GC_RESPONSE(303),
MBEAN_DUMP_RESPONSE(304),
MATCHING_MBEAN_OBJECT_NAMES_RESPONSE(305),
MBEAN_META_RESPONSE(306),
SYSTEM_PROPERTIES_RESPONSE(310),
CAPABILITIES_RESPONSE(307),
GLOBAL_META_RESPONSE(400),
PRELOAD_CLASSPATH_CACHE_RESPONSE(401),
MATCHING_CLASS_NAMES_RESPONSE(402),
MATCHING_METHOD_NAMES_RESPONSE(403),
METHOD_SIGNATURES_RESPONSE(404),
REWEAVE_RESPONSE(405),
HEADER_RESPONSE(500),
ENTRIES_RESPONSE(501),
QUERIES_RESPONSE(505),
MAIN_THREAD_PROFILE_RESPONSE(502),
AUX_THREAD_PROFILE_RESPONSE(503),
FULL_TRACE_RESPONSE(504),
UNKNOWN_REQUEST_RESPONSE(10000),
EXCEPTION_RESPONSE(10001),
MESSAGE_NOT_SET(0);
private final int value;
private MessageCase(int value) {
this.value = value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static MessageCase valueOf(int value) {
return forNumber(value);
}
public static MessageCase forNumber(int value) {
switch (value) {
case 100: return HELLO;
case 200: return AGENT_CONFIG_UPDATE_RESPONSE;
case 300: return THREAD_DUMP_RESPONSE;
case 308: return JSTACK_RESPONSE;
case 301: return AVAILABLE_DISK_SPACE_RESPONSE;
case 302: return HEAP_DUMP_RESPONSE;
case 309: return HEAP_HISTOGRAM_RESPONSE;
case 311: return EXPLICIT_GC_DISABLED_RESPONSE;
case 303: return FORCE_GC_RESPONSE;
case 304: return MBEAN_DUMP_RESPONSE;
case 305: return MATCHING_MBEAN_OBJECT_NAMES_RESPONSE;
case 306: return MBEAN_META_RESPONSE;
case 310: return SYSTEM_PROPERTIES_RESPONSE;
case 307: return CAPABILITIES_RESPONSE;
case 400: return GLOBAL_META_RESPONSE;
case 401: return PRELOAD_CLASSPATH_CACHE_RESPONSE;
case 402: return MATCHING_CLASS_NAMES_RESPONSE;
case 403: return MATCHING_METHOD_NAMES_RESPONSE;
case 404: return METHOD_SIGNATURES_RESPONSE;
case 405: return REWEAVE_RESPONSE;
case 500: return HEADER_RESPONSE;
case 501: return ENTRIES_RESPONSE;
case 505: return QUERIES_RESPONSE;
case 502: return MAIN_THREAD_PROFILE_RESPONSE;
case 503: return AUX_THREAD_PROFILE_RESPONSE;
case 504: return FULL_TRACE_RESPONSE;
case 10000: return UNKNOWN_REQUEST_RESPONSE;
case 10001: return EXCEPTION_RESPONSE;
case 0: return MESSAGE_NOT_SET;
default: return null;
}
}
public int getNumber() {
return this.value;
}
};
public MessageCase
getMessageCase() {
return MessageCase.forNumber(
messageCase_);
}
public static final int REQUEST_ID_FIELD_NUMBER = 1;
private long requestId_;
/**
* int64 request_id = 1;
*/
public long getRequestId() {
return requestId_;
}
public static final int HELLO_FIELD_NUMBER = 100;
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public boolean hasHello() {
return messageCase_ == 100;
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getHello() {
if (messageCase_ == 100) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder getHelloOrBuilder() {
if (messageCase_ == 100) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance();
}
public static final int AGENT_CONFIG_UPDATE_RESPONSE_FIELD_NUMBER = 200;
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public boolean hasAgentConfigUpdateResponse() {
return messageCase_ == 200;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getAgentConfigUpdateResponse() {
if (messageCase_ == 200) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder getAgentConfigUpdateResponseOrBuilder() {
if (messageCase_ == 200) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance();
}
public static final int THREAD_DUMP_RESPONSE_FIELD_NUMBER = 300;
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public boolean hasThreadDumpResponse() {
return messageCase_ == 300;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getThreadDumpResponse() {
if (messageCase_ == 300) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance();
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder getThreadDumpResponseOrBuilder() {
if (messageCase_ == 300) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance();
}
public static final int JSTACK_RESPONSE_FIELD_NUMBER = 308;
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public boolean hasJstackResponse() {
return messageCase_ == 308;
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getJstackResponse() {
if (messageCase_ == 308) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder getJstackResponseOrBuilder() {
if (messageCase_ == 308) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance();
}
public static final int AVAILABLE_DISK_SPACE_RESPONSE_FIELD_NUMBER = 301;
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public boolean hasAvailableDiskSpaceResponse() {
return messageCase_ == 301;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getAvailableDiskSpaceResponse() {
if (messageCase_ == 301) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder getAvailableDiskSpaceResponseOrBuilder() {
if (messageCase_ == 301) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance();
}
public static final int HEAP_DUMP_RESPONSE_FIELD_NUMBER = 302;
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public boolean hasHeapDumpResponse() {
return messageCase_ == 302;
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getHeapDumpResponse() {
if (messageCase_ == 302) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder getHeapDumpResponseOrBuilder() {
if (messageCase_ == 302) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance();
}
public static final int HEAP_HISTOGRAM_RESPONSE_FIELD_NUMBER = 309;
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public boolean hasHeapHistogramResponse() {
return messageCase_ == 309;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getHeapHistogramResponse() {
if (messageCase_ == 309) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder getHeapHistogramResponseOrBuilder() {
if (messageCase_ == 309) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance();
}
public static final int EXPLICIT_GC_DISABLED_RESPONSE_FIELD_NUMBER = 311;
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public boolean hasExplicitGcDisabledResponse() {
return messageCase_ == 311;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getExplicitGcDisabledResponse() {
if (messageCase_ == 311) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder getExplicitGcDisabledResponseOrBuilder() {
if (messageCase_ == 311) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance();
}
public static final int FORCE_GC_RESPONSE_FIELD_NUMBER = 303;
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public boolean hasForceGcResponse() {
return messageCase_ == 303;
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getForceGcResponse() {
if (messageCase_ == 303) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder getForceGcResponseOrBuilder() {
if (messageCase_ == 303) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance();
}
public static final int MBEAN_DUMP_RESPONSE_FIELD_NUMBER = 304;
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public boolean hasMbeanDumpResponse() {
return messageCase_ == 304;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getMbeanDumpResponse() {
if (messageCase_ == 304) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder getMbeanDumpResponseOrBuilder() {
if (messageCase_ == 304) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance();
}
public static final int MATCHING_MBEAN_OBJECT_NAMES_RESPONSE_FIELD_NUMBER = 305;
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public boolean hasMatchingMbeanObjectNamesResponse() {
return messageCase_ == 305;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getMatchingMbeanObjectNamesResponse() {
if (messageCase_ == 305) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder getMatchingMbeanObjectNamesResponseOrBuilder() {
if (messageCase_ == 305) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance();
}
public static final int MBEAN_META_RESPONSE_FIELD_NUMBER = 306;
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public boolean hasMbeanMetaResponse() {
return messageCase_ == 306;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getMbeanMetaResponse() {
if (messageCase_ == 306) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder getMbeanMetaResponseOrBuilder() {
if (messageCase_ == 306) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance();
}
public static final int SYSTEM_PROPERTIES_RESPONSE_FIELD_NUMBER = 310;
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public boolean hasSystemPropertiesResponse() {
return messageCase_ == 310;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getSystemPropertiesResponse() {
if (messageCase_ == 310) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder getSystemPropertiesResponseOrBuilder() {
if (messageCase_ == 310) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance();
}
public static final int CAPABILITIES_RESPONSE_FIELD_NUMBER = 307;
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public boolean hasCapabilitiesResponse() {
return messageCase_ == 307;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getCapabilitiesResponse() {
if (messageCase_ == 307) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder getCapabilitiesResponseOrBuilder() {
if (messageCase_ == 307) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance();
}
public static final int GLOBAL_META_RESPONSE_FIELD_NUMBER = 400;
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public boolean hasGlobalMetaResponse() {
return messageCase_ == 400;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getGlobalMetaResponse() {
if (messageCase_ == 400) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance();
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder getGlobalMetaResponseOrBuilder() {
if (messageCase_ == 400) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance();
}
public static final int PRELOAD_CLASSPATH_CACHE_RESPONSE_FIELD_NUMBER = 401;
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public boolean hasPreloadClasspathCacheResponse() {
return messageCase_ == 401;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getPreloadClasspathCacheResponse() {
if (messageCase_ == 401) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder getPreloadClasspathCacheResponseOrBuilder() {
if (messageCase_ == 401) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance();
}
public static final int MATCHING_CLASS_NAMES_RESPONSE_FIELD_NUMBER = 402;
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public boolean hasMatchingClassNamesResponse() {
return messageCase_ == 402;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getMatchingClassNamesResponse() {
if (messageCase_ == 402) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder getMatchingClassNamesResponseOrBuilder() {
if (messageCase_ == 402) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance();
}
public static final int MATCHING_METHOD_NAMES_RESPONSE_FIELD_NUMBER = 403;
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public boolean hasMatchingMethodNamesResponse() {
return messageCase_ == 403;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getMatchingMethodNamesResponse() {
if (messageCase_ == 403) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder getMatchingMethodNamesResponseOrBuilder() {
if (messageCase_ == 403) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance();
}
public static final int METHOD_SIGNATURES_RESPONSE_FIELD_NUMBER = 404;
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public boolean hasMethodSignaturesResponse() {
return messageCase_ == 404;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getMethodSignaturesResponse() {
if (messageCase_ == 404) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder getMethodSignaturesResponseOrBuilder() {
if (messageCase_ == 404) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance();
}
public static final int REWEAVE_RESPONSE_FIELD_NUMBER = 405;
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public boolean hasReweaveResponse() {
return messageCase_ == 405;
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getReweaveResponse() {
if (messageCase_ == 405) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder getReweaveResponseOrBuilder() {
if (messageCase_ == 405) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance();
}
public static final int HEADER_RESPONSE_FIELD_NUMBER = 500;
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public boolean hasHeaderResponse() {
return messageCase_ == 500;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getHeaderResponse() {
if (messageCase_ == 500) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance();
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder getHeaderResponseOrBuilder() {
if (messageCase_ == 500) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance();
}
public static final int ENTRIES_RESPONSE_FIELD_NUMBER = 501;
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public boolean hasEntriesResponse() {
return messageCase_ == 501;
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getEntriesResponse() {
if (messageCase_ == 501) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder getEntriesResponseOrBuilder() {
if (messageCase_ == 501) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance();
}
public static final int QUERIES_RESPONSE_FIELD_NUMBER = 505;
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public boolean hasQueriesResponse() {
return messageCase_ == 505;
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse getQueriesResponse() {
if (messageCase_ == 505) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder getQueriesResponseOrBuilder() {
if (messageCase_ == 505) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance();
}
public static final int MAIN_THREAD_PROFILE_RESPONSE_FIELD_NUMBER = 502;
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public boolean hasMainThreadProfileResponse() {
return messageCase_ == 502;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getMainThreadProfileResponse() {
if (messageCase_ == 502) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder getMainThreadProfileResponseOrBuilder() {
if (messageCase_ == 502) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance();
}
public static final int AUX_THREAD_PROFILE_RESPONSE_FIELD_NUMBER = 503;
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public boolean hasAuxThreadProfileResponse() {
return messageCase_ == 503;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getAuxThreadProfileResponse() {
if (messageCase_ == 503) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder getAuxThreadProfileResponseOrBuilder() {
if (messageCase_ == 503) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance();
}
public static final int FULL_TRACE_RESPONSE_FIELD_NUMBER = 504;
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public boolean hasFullTraceResponse() {
return messageCase_ == 504;
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getFullTraceResponse() {
if (messageCase_ == 504) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder getFullTraceResponseOrBuilder() {
if (messageCase_ == 504) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance();
}
public static final int UNKNOWN_REQUEST_RESPONSE_FIELD_NUMBER = 10000;
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public boolean hasUnknownRequestResponse() {
return messageCase_ == 10000;
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getUnknownRequestResponse() {
if (messageCase_ == 10000) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder getUnknownRequestResponseOrBuilder() {
if (messageCase_ == 10000) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance();
}
public static final int EXCEPTION_RESPONSE_FIELD_NUMBER = 10001;
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public boolean hasExceptionResponse() {
return messageCase_ == 10001;
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getExceptionResponse() {
if (messageCase_ == 10001) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance();
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder getExceptionResponseOrBuilder() {
if (messageCase_ == 10001) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance();
}
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 (requestId_ != 0L) {
output.writeInt64(1, requestId_);
}
if (messageCase_ == 100) {
output.writeMessage(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_);
}
if (messageCase_ == 200) {
output.writeMessage(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_);
}
if (messageCase_ == 300) {
output.writeMessage(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_);
}
if (messageCase_ == 301) {
output.writeMessage(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_);
}
if (messageCase_ == 302) {
output.writeMessage(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_);
}
if (messageCase_ == 303) {
output.writeMessage(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_);
}
if (messageCase_ == 304) {
output.writeMessage(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_);
}
if (messageCase_ == 305) {
output.writeMessage(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_);
}
if (messageCase_ == 306) {
output.writeMessage(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_);
}
if (messageCase_ == 307) {
output.writeMessage(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_);
}
if (messageCase_ == 308) {
output.writeMessage(308, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_);
}
if (messageCase_ == 309) {
output.writeMessage(309, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_);
}
if (messageCase_ == 310) {
output.writeMessage(310, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_);
}
if (messageCase_ == 311) {
output.writeMessage(311, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_);
}
if (messageCase_ == 400) {
output.writeMessage(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_);
}
if (messageCase_ == 401) {
output.writeMessage(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_);
}
if (messageCase_ == 402) {
output.writeMessage(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_);
}
if (messageCase_ == 403) {
output.writeMessage(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_);
}
if (messageCase_ == 404) {
output.writeMessage(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_);
}
if (messageCase_ == 405) {
output.writeMessage(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_);
}
if (messageCase_ == 500) {
output.writeMessage(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_);
}
if (messageCase_ == 501) {
output.writeMessage(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_);
}
if (messageCase_ == 502) {
output.writeMessage(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_);
}
if (messageCase_ == 503) {
output.writeMessage(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_);
}
if (messageCase_ == 504) {
output.writeMessage(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_);
}
if (messageCase_ == 505) {
output.writeMessage(505, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_);
}
if (messageCase_ == 10000) {
output.writeMessage(10000, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_);
}
if (messageCase_ == 10001) {
output.writeMessage(10001, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (requestId_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(1, requestId_);
}
if (messageCase_ == 100) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_);
}
if (messageCase_ == 200) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_);
}
if (messageCase_ == 300) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_);
}
if (messageCase_ == 301) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_);
}
if (messageCase_ == 302) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_);
}
if (messageCase_ == 303) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_);
}
if (messageCase_ == 304) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_);
}
if (messageCase_ == 305) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_);
}
if (messageCase_ == 306) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_);
}
if (messageCase_ == 307) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_);
}
if (messageCase_ == 308) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(308, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_);
}
if (messageCase_ == 309) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(309, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_);
}
if (messageCase_ == 310) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(310, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_);
}
if (messageCase_ == 311) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(311, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_);
}
if (messageCase_ == 400) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_);
}
if (messageCase_ == 401) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_);
}
if (messageCase_ == 402) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_);
}
if (messageCase_ == 403) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_);
}
if (messageCase_ == 404) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_);
}
if (messageCase_ == 405) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_);
}
if (messageCase_ == 500) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_);
}
if (messageCase_ == 501) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_);
}
if (messageCase_ == 502) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_);
}
if (messageCase_ == 503) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_);
}
if (messageCase_ == 504) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_);
}
if (messageCase_ == 505) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(505, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_);
}
if (messageCase_ == 10000) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(10000, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_);
}
if (messageCase_ == 10001) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(10001, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_);
}
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.DownstreamServiceOuterClass.AgentResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse) obj;
boolean result = true;
result = result && (getRequestId()
== other.getRequestId());
result = result && getMessageCase().equals(
other.getMessageCase());
if (!result) return false;
switch (messageCase_) {
case 100:
result = result && getHello()
.equals(other.getHello());
break;
case 200:
result = result && getAgentConfigUpdateResponse()
.equals(other.getAgentConfigUpdateResponse());
break;
case 300:
result = result && getThreadDumpResponse()
.equals(other.getThreadDumpResponse());
break;
case 308:
result = result && getJstackResponse()
.equals(other.getJstackResponse());
break;
case 301:
result = result && getAvailableDiskSpaceResponse()
.equals(other.getAvailableDiskSpaceResponse());
break;
case 302:
result = result && getHeapDumpResponse()
.equals(other.getHeapDumpResponse());
break;
case 309:
result = result && getHeapHistogramResponse()
.equals(other.getHeapHistogramResponse());
break;
case 311:
result = result && getExplicitGcDisabledResponse()
.equals(other.getExplicitGcDisabledResponse());
break;
case 303:
result = result && getForceGcResponse()
.equals(other.getForceGcResponse());
break;
case 304:
result = result && getMbeanDumpResponse()
.equals(other.getMbeanDumpResponse());
break;
case 305:
result = result && getMatchingMbeanObjectNamesResponse()
.equals(other.getMatchingMbeanObjectNamesResponse());
break;
case 306:
result = result && getMbeanMetaResponse()
.equals(other.getMbeanMetaResponse());
break;
case 310:
result = result && getSystemPropertiesResponse()
.equals(other.getSystemPropertiesResponse());
break;
case 307:
result = result && getCapabilitiesResponse()
.equals(other.getCapabilitiesResponse());
break;
case 400:
result = result && getGlobalMetaResponse()
.equals(other.getGlobalMetaResponse());
break;
case 401:
result = result && getPreloadClasspathCacheResponse()
.equals(other.getPreloadClasspathCacheResponse());
break;
case 402:
result = result && getMatchingClassNamesResponse()
.equals(other.getMatchingClassNamesResponse());
break;
case 403:
result = result && getMatchingMethodNamesResponse()
.equals(other.getMatchingMethodNamesResponse());
break;
case 404:
result = result && getMethodSignaturesResponse()
.equals(other.getMethodSignaturesResponse());
break;
case 405:
result = result && getReweaveResponse()
.equals(other.getReweaveResponse());
break;
case 500:
result = result && getHeaderResponse()
.equals(other.getHeaderResponse());
break;
case 501:
result = result && getEntriesResponse()
.equals(other.getEntriesResponse());
break;
case 505:
result = result && getQueriesResponse()
.equals(other.getQueriesResponse());
break;
case 502:
result = result && getMainThreadProfileResponse()
.equals(other.getMainThreadProfileResponse());
break;
case 503:
result = result && getAuxThreadProfileResponse()
.equals(other.getAuxThreadProfileResponse());
break;
case 504:
result = result && getFullTraceResponse()
.equals(other.getFullTraceResponse());
break;
case 10000:
result = result && getUnknownRequestResponse()
.equals(other.getUnknownRequestResponse());
break;
case 10001:
result = result && getExceptionResponse()
.equals(other.getExceptionResponse());
break;
case 0:
default:
}
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) + REQUEST_ID_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getRequestId());
switch (messageCase_) {
case 100:
hash = (37 * hash) + HELLO_FIELD_NUMBER;
hash = (53 * hash) + getHello().hashCode();
break;
case 200:
hash = (37 * hash) + AGENT_CONFIG_UPDATE_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getAgentConfigUpdateResponse().hashCode();
break;
case 300:
hash = (37 * hash) + THREAD_DUMP_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getThreadDumpResponse().hashCode();
break;
case 308:
hash = (37 * hash) + JSTACK_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getJstackResponse().hashCode();
break;
case 301:
hash = (37 * hash) + AVAILABLE_DISK_SPACE_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getAvailableDiskSpaceResponse().hashCode();
break;
case 302:
hash = (37 * hash) + HEAP_DUMP_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getHeapDumpResponse().hashCode();
break;
case 309:
hash = (37 * hash) + HEAP_HISTOGRAM_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getHeapHistogramResponse().hashCode();
break;
case 311:
hash = (37 * hash) + EXPLICIT_GC_DISABLED_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getExplicitGcDisabledResponse().hashCode();
break;
case 303:
hash = (37 * hash) + FORCE_GC_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getForceGcResponse().hashCode();
break;
case 304:
hash = (37 * hash) + MBEAN_DUMP_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getMbeanDumpResponse().hashCode();
break;
case 305:
hash = (37 * hash) + MATCHING_MBEAN_OBJECT_NAMES_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getMatchingMbeanObjectNamesResponse().hashCode();
break;
case 306:
hash = (37 * hash) + MBEAN_META_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getMbeanMetaResponse().hashCode();
break;
case 310:
hash = (37 * hash) + SYSTEM_PROPERTIES_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getSystemPropertiesResponse().hashCode();
break;
case 307:
hash = (37 * hash) + CAPABILITIES_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getCapabilitiesResponse().hashCode();
break;
case 400:
hash = (37 * hash) + GLOBAL_META_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getGlobalMetaResponse().hashCode();
break;
case 401:
hash = (37 * hash) + PRELOAD_CLASSPATH_CACHE_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getPreloadClasspathCacheResponse().hashCode();
break;
case 402:
hash = (37 * hash) + MATCHING_CLASS_NAMES_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getMatchingClassNamesResponse().hashCode();
break;
case 403:
hash = (37 * hash) + MATCHING_METHOD_NAMES_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getMatchingMethodNamesResponse().hashCode();
break;
case 404:
hash = (37 * hash) + METHOD_SIGNATURES_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getMethodSignaturesResponse().hashCode();
break;
case 405:
hash = (37 * hash) + REWEAVE_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getReweaveResponse().hashCode();
break;
case 500:
hash = (37 * hash) + HEADER_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getHeaderResponse().hashCode();
break;
case 501:
hash = (37 * hash) + ENTRIES_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getEntriesResponse().hashCode();
break;
case 505:
hash = (37 * hash) + QUERIES_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getQueriesResponse().hashCode();
break;
case 502:
hash = (37 * hash) + MAIN_THREAD_PROFILE_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getMainThreadProfileResponse().hashCode();
break;
case 503:
hash = (37 * hash) + AUX_THREAD_PROFILE_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getAuxThreadProfileResponse().hashCode();
break;
case 504:
hash = (37 * hash) + FULL_TRACE_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getFullTraceResponse().hashCode();
break;
case 10000:
hash = (37 * hash) + UNKNOWN_REQUEST_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getUnknownRequestResponse().hashCode();
break;
case 10001:
hash = (37 * hash) + EXCEPTION_RESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getExceptionResponse().hashCode();
break;
case 0:
default:
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse 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.AgentResponse}
*/
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.AgentResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.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();
requestId_ = 0L;
messageCase_ = 0;
message_ = null;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse(this);
result.requestId_ = requestId_;
if (messageCase_ == 100) {
if (helloBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = helloBuilder_.build();
}
}
if (messageCase_ == 200) {
if (agentConfigUpdateResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = agentConfigUpdateResponseBuilder_.build();
}
}
if (messageCase_ == 300) {
if (threadDumpResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = threadDumpResponseBuilder_.build();
}
}
if (messageCase_ == 308) {
if (jstackResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = jstackResponseBuilder_.build();
}
}
if (messageCase_ == 301) {
if (availableDiskSpaceResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = availableDiskSpaceResponseBuilder_.build();
}
}
if (messageCase_ == 302) {
if (heapDumpResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = heapDumpResponseBuilder_.build();
}
}
if (messageCase_ == 309) {
if (heapHistogramResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = heapHistogramResponseBuilder_.build();
}
}
if (messageCase_ == 311) {
if (explicitGcDisabledResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = explicitGcDisabledResponseBuilder_.build();
}
}
if (messageCase_ == 303) {
if (forceGcResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = forceGcResponseBuilder_.build();
}
}
if (messageCase_ == 304) {
if (mbeanDumpResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = mbeanDumpResponseBuilder_.build();
}
}
if (messageCase_ == 305) {
if (matchingMbeanObjectNamesResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = matchingMbeanObjectNamesResponseBuilder_.build();
}
}
if (messageCase_ == 306) {
if (mbeanMetaResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = mbeanMetaResponseBuilder_.build();
}
}
if (messageCase_ == 310) {
if (systemPropertiesResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = systemPropertiesResponseBuilder_.build();
}
}
if (messageCase_ == 307) {
if (capabilitiesResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = capabilitiesResponseBuilder_.build();
}
}
if (messageCase_ == 400) {
if (globalMetaResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = globalMetaResponseBuilder_.build();
}
}
if (messageCase_ == 401) {
if (preloadClasspathCacheResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = preloadClasspathCacheResponseBuilder_.build();
}
}
if (messageCase_ == 402) {
if (matchingClassNamesResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = matchingClassNamesResponseBuilder_.build();
}
}
if (messageCase_ == 403) {
if (matchingMethodNamesResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = matchingMethodNamesResponseBuilder_.build();
}
}
if (messageCase_ == 404) {
if (methodSignaturesResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = methodSignaturesResponseBuilder_.build();
}
}
if (messageCase_ == 405) {
if (reweaveResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = reweaveResponseBuilder_.build();
}
}
if (messageCase_ == 500) {
if (headerResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = headerResponseBuilder_.build();
}
}
if (messageCase_ == 501) {
if (entriesResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = entriesResponseBuilder_.build();
}
}
if (messageCase_ == 505) {
if (queriesResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = queriesResponseBuilder_.build();
}
}
if (messageCase_ == 502) {
if (mainThreadProfileResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = mainThreadProfileResponseBuilder_.build();
}
}
if (messageCase_ == 503) {
if (auxThreadProfileResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = auxThreadProfileResponseBuilder_.build();
}
}
if (messageCase_ == 504) {
if (fullTraceResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = fullTraceResponseBuilder_.build();
}
}
if (messageCase_ == 10000) {
if (unknownRequestResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = unknownRequestResponseBuilder_.build();
}
}
if (messageCase_ == 10001) {
if (exceptionResponseBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = exceptionResponseBuilder_.build();
}
}
result.messageCase_ = messageCase_;
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.DownstreamServiceOuterClass.AgentResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.getDefaultInstance()) return this;
if (other.getRequestId() != 0L) {
setRequestId(other.getRequestId());
}
switch (other.getMessageCase()) {
case HELLO: {
mergeHello(other.getHello());
break;
}
case AGENT_CONFIG_UPDATE_RESPONSE: {
mergeAgentConfigUpdateResponse(other.getAgentConfigUpdateResponse());
break;
}
case THREAD_DUMP_RESPONSE: {
mergeThreadDumpResponse(other.getThreadDumpResponse());
break;
}
case JSTACK_RESPONSE: {
mergeJstackResponse(other.getJstackResponse());
break;
}
case AVAILABLE_DISK_SPACE_RESPONSE: {
mergeAvailableDiskSpaceResponse(other.getAvailableDiskSpaceResponse());
break;
}
case HEAP_DUMP_RESPONSE: {
mergeHeapDumpResponse(other.getHeapDumpResponse());
break;
}
case HEAP_HISTOGRAM_RESPONSE: {
mergeHeapHistogramResponse(other.getHeapHistogramResponse());
break;
}
case EXPLICIT_GC_DISABLED_RESPONSE: {
mergeExplicitGcDisabledResponse(other.getExplicitGcDisabledResponse());
break;
}
case FORCE_GC_RESPONSE: {
mergeForceGcResponse(other.getForceGcResponse());
break;
}
case MBEAN_DUMP_RESPONSE: {
mergeMbeanDumpResponse(other.getMbeanDumpResponse());
break;
}
case MATCHING_MBEAN_OBJECT_NAMES_RESPONSE: {
mergeMatchingMbeanObjectNamesResponse(other.getMatchingMbeanObjectNamesResponse());
break;
}
case MBEAN_META_RESPONSE: {
mergeMbeanMetaResponse(other.getMbeanMetaResponse());
break;
}
case SYSTEM_PROPERTIES_RESPONSE: {
mergeSystemPropertiesResponse(other.getSystemPropertiesResponse());
break;
}
case CAPABILITIES_RESPONSE: {
mergeCapabilitiesResponse(other.getCapabilitiesResponse());
break;
}
case GLOBAL_META_RESPONSE: {
mergeGlobalMetaResponse(other.getGlobalMetaResponse());
break;
}
case PRELOAD_CLASSPATH_CACHE_RESPONSE: {
mergePreloadClasspathCacheResponse(other.getPreloadClasspathCacheResponse());
break;
}
case MATCHING_CLASS_NAMES_RESPONSE: {
mergeMatchingClassNamesResponse(other.getMatchingClassNamesResponse());
break;
}
case MATCHING_METHOD_NAMES_RESPONSE: {
mergeMatchingMethodNamesResponse(other.getMatchingMethodNamesResponse());
break;
}
case METHOD_SIGNATURES_RESPONSE: {
mergeMethodSignaturesResponse(other.getMethodSignaturesResponse());
break;
}
case REWEAVE_RESPONSE: {
mergeReweaveResponse(other.getReweaveResponse());
break;
}
case HEADER_RESPONSE: {
mergeHeaderResponse(other.getHeaderResponse());
break;
}
case ENTRIES_RESPONSE: {
mergeEntriesResponse(other.getEntriesResponse());
break;
}
case QUERIES_RESPONSE: {
mergeQueriesResponse(other.getQueriesResponse());
break;
}
case MAIN_THREAD_PROFILE_RESPONSE: {
mergeMainThreadProfileResponse(other.getMainThreadProfileResponse());
break;
}
case AUX_THREAD_PROFILE_RESPONSE: {
mergeAuxThreadProfileResponse(other.getAuxThreadProfileResponse());
break;
}
case FULL_TRACE_RESPONSE: {
mergeFullTraceResponse(other.getFullTraceResponse());
break;
}
case UNKNOWN_REQUEST_RESPONSE: {
mergeUnknownRequestResponse(other.getUnknownRequestResponse());
break;
}
case EXCEPTION_RESPONSE: {
mergeExceptionResponse(other.getExceptionResponse());
break;
}
case MESSAGE_NOT_SET: {
break;
}
}
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.DownstreamServiceOuterClass.AgentResponse 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.DownstreamServiceOuterClass.AgentResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int messageCase_ = 0;
private java.lang.Object message_;
public MessageCase
getMessageCase() {
return MessageCase.forNumber(
messageCase_);
}
public Builder clearMessage() {
messageCase_ = 0;
message_ = null;
onChanged();
return this;
}
private long requestId_ ;
/**
* int64 request_id = 1;
*/
public long getRequestId() {
return requestId_;
}
/**
* int64 request_id = 1;
*/
public Builder setRequestId(long value) {
requestId_ = value;
onChanged();
return this;
}
/**
* int64 request_id = 1;
*/
public Builder clearRequestId() {
requestId_ = 0L;
onChanged();
return this;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder> helloBuilder_;
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public boolean hasHello() {
return messageCase_ == 100;
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getHello() {
if (helloBuilder_ == null) {
if (messageCase_ == 100) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance();
} else {
if (messageCase_ == 100) {
return helloBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public Builder setHello(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello value) {
if (helloBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
helloBuilder_.setMessage(value);
}
messageCase_ = 100;
return this;
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public Builder setHello(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder builderForValue) {
if (helloBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
helloBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 100;
return this;
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public Builder mergeHello(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello value) {
if (helloBuilder_ == null) {
if (messageCase_ == 100 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 100) {
helloBuilder_.mergeFrom(value);
}
helloBuilder_.setMessage(value);
}
messageCase_ = 100;
return this;
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public Builder clearHello() {
if (helloBuilder_ == null) {
if (messageCase_ == 100) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 100) {
messageCase_ = 0;
message_ = null;
}
helloBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder getHelloBuilder() {
return getHelloFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder getHelloOrBuilder() {
if ((messageCase_ == 100) && (helloBuilder_ != null)) {
return helloBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 100) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.Hello hello = 100;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder>
getHelloFieldBuilder() {
if (helloBuilder_ == null) {
if (!(messageCase_ == 100)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance();
}
helloBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 100;
onChanged();;
return helloBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder> agentConfigUpdateResponseBuilder_;
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public boolean hasAgentConfigUpdateResponse() {
return messageCase_ == 200;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getAgentConfigUpdateResponse() {
if (agentConfigUpdateResponseBuilder_ == null) {
if (messageCase_ == 200) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance();
} else {
if (messageCase_ == 200) {
return agentConfigUpdateResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public Builder setAgentConfigUpdateResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse value) {
if (agentConfigUpdateResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
agentConfigUpdateResponseBuilder_.setMessage(value);
}
messageCase_ = 200;
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public Builder setAgentConfigUpdateResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder builderForValue) {
if (agentConfigUpdateResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
agentConfigUpdateResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 200;
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public Builder mergeAgentConfigUpdateResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse value) {
if (agentConfigUpdateResponseBuilder_ == null) {
if (messageCase_ == 200 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 200) {
agentConfigUpdateResponseBuilder_.mergeFrom(value);
}
agentConfigUpdateResponseBuilder_.setMessage(value);
}
messageCase_ = 200;
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public Builder clearAgentConfigUpdateResponse() {
if (agentConfigUpdateResponseBuilder_ == null) {
if (messageCase_ == 200) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 200) {
messageCase_ = 0;
message_ = null;
}
agentConfigUpdateResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder getAgentConfigUpdateResponseBuilder() {
return getAgentConfigUpdateResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder getAgentConfigUpdateResponseOrBuilder() {
if ((messageCase_ == 200) && (agentConfigUpdateResponseBuilder_ != null)) {
return agentConfigUpdateResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 200) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder>
getAgentConfigUpdateResponseFieldBuilder() {
if (agentConfigUpdateResponseBuilder_ == null) {
if (!(messageCase_ == 200)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance();
}
agentConfigUpdateResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 200;
onChanged();;
return agentConfigUpdateResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder> threadDumpResponseBuilder_;
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public boolean hasThreadDumpResponse() {
return messageCase_ == 300;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getThreadDumpResponse() {
if (threadDumpResponseBuilder_ == null) {
if (messageCase_ == 300) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance();
} else {
if (messageCase_ == 300) {
return threadDumpResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance();
}
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public Builder setThreadDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse value) {
if (threadDumpResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
threadDumpResponseBuilder_.setMessage(value);
}
messageCase_ = 300;
return this;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public Builder setThreadDumpResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder builderForValue) {
if (threadDumpResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
threadDumpResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 300;
return this;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public Builder mergeThreadDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse value) {
if (threadDumpResponseBuilder_ == null) {
if (messageCase_ == 300 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 300) {
threadDumpResponseBuilder_.mergeFrom(value);
}
threadDumpResponseBuilder_.setMessage(value);
}
messageCase_ = 300;
return this;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public Builder clearThreadDumpResponse() {
if (threadDumpResponseBuilder_ == null) {
if (messageCase_ == 300) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 300) {
messageCase_ = 0;
message_ = null;
}
threadDumpResponseBuilder_.clear();
}
return this;
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder getThreadDumpResponseBuilder() {
return getThreadDumpResponseFieldBuilder().getBuilder();
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder getThreadDumpResponseOrBuilder() {
if ((messageCase_ == 300) && (threadDumpResponseBuilder_ != null)) {
return threadDumpResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 300) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance();
}
}
/**
*
* LiveJvmService
*
*
* .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder>
getThreadDumpResponseFieldBuilder() {
if (threadDumpResponseBuilder_ == null) {
if (!(messageCase_ == 300)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance();
}
threadDumpResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 300;
onChanged();;
return threadDumpResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder> jstackResponseBuilder_;
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public boolean hasJstackResponse() {
return messageCase_ == 308;
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getJstackResponse() {
if (jstackResponseBuilder_ == null) {
if (messageCase_ == 308) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance();
} else {
if (messageCase_ == 308) {
return jstackResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public Builder setJstackResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse value) {
if (jstackResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
jstackResponseBuilder_.setMessage(value);
}
messageCase_ = 308;
return this;
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public Builder setJstackResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder builderForValue) {
if (jstackResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
jstackResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 308;
return this;
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public Builder mergeJstackResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse value) {
if (jstackResponseBuilder_ == null) {
if (messageCase_ == 308 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 308) {
jstackResponseBuilder_.mergeFrom(value);
}
jstackResponseBuilder_.setMessage(value);
}
messageCase_ = 308;
return this;
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public Builder clearJstackResponse() {
if (jstackResponseBuilder_ == null) {
if (messageCase_ == 308) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 308) {
messageCase_ = 0;
message_ = null;
}
jstackResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder getJstackResponseBuilder() {
return getJstackResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder getJstackResponseOrBuilder() {
if ((messageCase_ == 308) && (jstackResponseBuilder_ != null)) {
return jstackResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 308) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.JstackResponse jstack_response = 308;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder>
getJstackResponseFieldBuilder() {
if (jstackResponseBuilder_ == null) {
if (!(messageCase_ == 308)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance();
}
jstackResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 308;
onChanged();;
return jstackResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder> availableDiskSpaceResponseBuilder_;
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public boolean hasAvailableDiskSpaceResponse() {
return messageCase_ == 301;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getAvailableDiskSpaceResponse() {
if (availableDiskSpaceResponseBuilder_ == null) {
if (messageCase_ == 301) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance();
} else {
if (messageCase_ == 301) {
return availableDiskSpaceResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public Builder setAvailableDiskSpaceResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse value) {
if (availableDiskSpaceResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
availableDiskSpaceResponseBuilder_.setMessage(value);
}
messageCase_ = 301;
return this;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public Builder setAvailableDiskSpaceResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder builderForValue) {
if (availableDiskSpaceResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
availableDiskSpaceResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 301;
return this;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public Builder mergeAvailableDiskSpaceResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse value) {
if (availableDiskSpaceResponseBuilder_ == null) {
if (messageCase_ == 301 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 301) {
availableDiskSpaceResponseBuilder_.mergeFrom(value);
}
availableDiskSpaceResponseBuilder_.setMessage(value);
}
messageCase_ = 301;
return this;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public Builder clearAvailableDiskSpaceResponse() {
if (availableDiskSpaceResponseBuilder_ == null) {
if (messageCase_ == 301) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 301) {
messageCase_ = 0;
message_ = null;
}
availableDiskSpaceResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder getAvailableDiskSpaceResponseBuilder() {
return getAvailableDiskSpaceResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder getAvailableDiskSpaceResponseOrBuilder() {
if ((messageCase_ == 301) && (availableDiskSpaceResponseBuilder_ != null)) {
return availableDiskSpaceResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 301) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder>
getAvailableDiskSpaceResponseFieldBuilder() {
if (availableDiskSpaceResponseBuilder_ == null) {
if (!(messageCase_ == 301)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance();
}
availableDiskSpaceResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 301;
onChanged();;
return availableDiskSpaceResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder> heapDumpResponseBuilder_;
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public boolean hasHeapDumpResponse() {
return messageCase_ == 302;
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getHeapDumpResponse() {
if (heapDumpResponseBuilder_ == null) {
if (messageCase_ == 302) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance();
} else {
if (messageCase_ == 302) {
return heapDumpResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public Builder setHeapDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse value) {
if (heapDumpResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
heapDumpResponseBuilder_.setMessage(value);
}
messageCase_ = 302;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public Builder setHeapDumpResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder builderForValue) {
if (heapDumpResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
heapDumpResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 302;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public Builder mergeHeapDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse value) {
if (heapDumpResponseBuilder_ == null) {
if (messageCase_ == 302 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 302) {
heapDumpResponseBuilder_.mergeFrom(value);
}
heapDumpResponseBuilder_.setMessage(value);
}
messageCase_ = 302;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public Builder clearHeapDumpResponse() {
if (heapDumpResponseBuilder_ == null) {
if (messageCase_ == 302) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 302) {
messageCase_ = 0;
message_ = null;
}
heapDumpResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder getHeapDumpResponseBuilder() {
return getHeapDumpResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder getHeapDumpResponseOrBuilder() {
if ((messageCase_ == 302) && (heapDumpResponseBuilder_ != null)) {
return heapDumpResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 302) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder>
getHeapDumpResponseFieldBuilder() {
if (heapDumpResponseBuilder_ == null) {
if (!(messageCase_ == 302)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance();
}
heapDumpResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 302;
onChanged();;
return heapDumpResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder> heapHistogramResponseBuilder_;
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public boolean hasHeapHistogramResponse() {
return messageCase_ == 309;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getHeapHistogramResponse() {
if (heapHistogramResponseBuilder_ == null) {
if (messageCase_ == 309) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance();
} else {
if (messageCase_ == 309) {
return heapHistogramResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public Builder setHeapHistogramResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse value) {
if (heapHistogramResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
heapHistogramResponseBuilder_.setMessage(value);
}
messageCase_ = 309;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public Builder setHeapHistogramResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder builderForValue) {
if (heapHistogramResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
heapHistogramResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 309;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public Builder mergeHeapHistogramResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse value) {
if (heapHistogramResponseBuilder_ == null) {
if (messageCase_ == 309 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 309) {
heapHistogramResponseBuilder_.mergeFrom(value);
}
heapHistogramResponseBuilder_.setMessage(value);
}
messageCase_ = 309;
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public Builder clearHeapHistogramResponse() {
if (heapHistogramResponseBuilder_ == null) {
if (messageCase_ == 309) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 309) {
messageCase_ = 0;
message_ = null;
}
heapHistogramResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder getHeapHistogramResponseBuilder() {
return getHeapHistogramResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder getHeapHistogramResponseOrBuilder() {
if ((messageCase_ == 309) && (heapHistogramResponseBuilder_ != null)) {
return heapHistogramResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 309) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder>
getHeapHistogramResponseFieldBuilder() {
if (heapHistogramResponseBuilder_ == null) {
if (!(messageCase_ == 309)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance();
}
heapHistogramResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 309;
onChanged();;
return heapHistogramResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder> explicitGcDisabledResponseBuilder_;
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public boolean hasExplicitGcDisabledResponse() {
return messageCase_ == 311;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getExplicitGcDisabledResponse() {
if (explicitGcDisabledResponseBuilder_ == null) {
if (messageCase_ == 311) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance();
} else {
if (messageCase_ == 311) {
return explicitGcDisabledResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public Builder setExplicitGcDisabledResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse value) {
if (explicitGcDisabledResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
explicitGcDisabledResponseBuilder_.setMessage(value);
}
messageCase_ = 311;
return this;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public Builder setExplicitGcDisabledResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder builderForValue) {
if (explicitGcDisabledResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
explicitGcDisabledResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 311;
return this;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public Builder mergeExplicitGcDisabledResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse value) {
if (explicitGcDisabledResponseBuilder_ == null) {
if (messageCase_ == 311 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 311) {
explicitGcDisabledResponseBuilder_.mergeFrom(value);
}
explicitGcDisabledResponseBuilder_.setMessage(value);
}
messageCase_ = 311;
return this;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public Builder clearExplicitGcDisabledResponse() {
if (explicitGcDisabledResponseBuilder_ == null) {
if (messageCase_ == 311) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 311) {
messageCase_ = 0;
message_ = null;
}
explicitGcDisabledResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder getExplicitGcDisabledResponseBuilder() {
return getExplicitGcDisabledResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder getExplicitGcDisabledResponseOrBuilder() {
if ((messageCase_ == 311) && (explicitGcDisabledResponseBuilder_ != null)) {
return explicitGcDisabledResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 311) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder>
getExplicitGcDisabledResponseFieldBuilder() {
if (explicitGcDisabledResponseBuilder_ == null) {
if (!(messageCase_ == 311)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance();
}
explicitGcDisabledResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 311;
onChanged();;
return explicitGcDisabledResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder> forceGcResponseBuilder_;
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public boolean hasForceGcResponse() {
return messageCase_ == 303;
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getForceGcResponse() {
if (forceGcResponseBuilder_ == null) {
if (messageCase_ == 303) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance();
} else {
if (messageCase_ == 303) {
return forceGcResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public Builder setForceGcResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse value) {
if (forceGcResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
forceGcResponseBuilder_.setMessage(value);
}
messageCase_ = 303;
return this;
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public Builder setForceGcResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder builderForValue) {
if (forceGcResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
forceGcResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 303;
return this;
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public Builder mergeForceGcResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse value) {
if (forceGcResponseBuilder_ == null) {
if (messageCase_ == 303 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 303) {
forceGcResponseBuilder_.mergeFrom(value);
}
forceGcResponseBuilder_.setMessage(value);
}
messageCase_ = 303;
return this;
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public Builder clearForceGcResponse() {
if (forceGcResponseBuilder_ == null) {
if (messageCase_ == 303) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 303) {
messageCase_ = 0;
message_ = null;
}
forceGcResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder getForceGcResponseBuilder() {
return getForceGcResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder getForceGcResponseOrBuilder() {
if ((messageCase_ == 303) && (forceGcResponseBuilder_ != null)) {
return forceGcResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 303) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder>
getForceGcResponseFieldBuilder() {
if (forceGcResponseBuilder_ == null) {
if (!(messageCase_ == 303)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance();
}
forceGcResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 303;
onChanged();;
return forceGcResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder> mbeanDumpResponseBuilder_;
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public boolean hasMbeanDumpResponse() {
return messageCase_ == 304;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getMbeanDumpResponse() {
if (mbeanDumpResponseBuilder_ == null) {
if (messageCase_ == 304) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance();
} else {
if (messageCase_ == 304) {
return mbeanDumpResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public Builder setMbeanDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse value) {
if (mbeanDumpResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
mbeanDumpResponseBuilder_.setMessage(value);
}
messageCase_ = 304;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public Builder setMbeanDumpResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder builderForValue) {
if (mbeanDumpResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
mbeanDumpResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 304;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public Builder mergeMbeanDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse value) {
if (mbeanDumpResponseBuilder_ == null) {
if (messageCase_ == 304 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 304) {
mbeanDumpResponseBuilder_.mergeFrom(value);
}
mbeanDumpResponseBuilder_.setMessage(value);
}
messageCase_ = 304;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public Builder clearMbeanDumpResponse() {
if (mbeanDumpResponseBuilder_ == null) {
if (messageCase_ == 304) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 304) {
messageCase_ = 0;
message_ = null;
}
mbeanDumpResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder getMbeanDumpResponseBuilder() {
return getMbeanDumpResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder getMbeanDumpResponseOrBuilder() {
if ((messageCase_ == 304) && (mbeanDumpResponseBuilder_ != null)) {
return mbeanDumpResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 304) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder>
getMbeanDumpResponseFieldBuilder() {
if (mbeanDumpResponseBuilder_ == null) {
if (!(messageCase_ == 304)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance();
}
mbeanDumpResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 304;
onChanged();;
return mbeanDumpResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder> matchingMbeanObjectNamesResponseBuilder_;
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public boolean hasMatchingMbeanObjectNamesResponse() {
return messageCase_ == 305;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getMatchingMbeanObjectNamesResponse() {
if (matchingMbeanObjectNamesResponseBuilder_ == null) {
if (messageCase_ == 305) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance();
} else {
if (messageCase_ == 305) {
return matchingMbeanObjectNamesResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public Builder setMatchingMbeanObjectNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse value) {
if (matchingMbeanObjectNamesResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
matchingMbeanObjectNamesResponseBuilder_.setMessage(value);
}
messageCase_ = 305;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public Builder setMatchingMbeanObjectNamesResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder builderForValue) {
if (matchingMbeanObjectNamesResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
matchingMbeanObjectNamesResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 305;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public Builder mergeMatchingMbeanObjectNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse value) {
if (matchingMbeanObjectNamesResponseBuilder_ == null) {
if (messageCase_ == 305 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 305) {
matchingMbeanObjectNamesResponseBuilder_.mergeFrom(value);
}
matchingMbeanObjectNamesResponseBuilder_.setMessage(value);
}
messageCase_ = 305;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public Builder clearMatchingMbeanObjectNamesResponse() {
if (matchingMbeanObjectNamesResponseBuilder_ == null) {
if (messageCase_ == 305) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 305) {
messageCase_ = 0;
message_ = null;
}
matchingMbeanObjectNamesResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder getMatchingMbeanObjectNamesResponseBuilder() {
return getMatchingMbeanObjectNamesResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder getMatchingMbeanObjectNamesResponseOrBuilder() {
if ((messageCase_ == 305) && (matchingMbeanObjectNamesResponseBuilder_ != null)) {
return matchingMbeanObjectNamesResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 305) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder>
getMatchingMbeanObjectNamesResponseFieldBuilder() {
if (matchingMbeanObjectNamesResponseBuilder_ == null) {
if (!(messageCase_ == 305)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance();
}
matchingMbeanObjectNamesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 305;
onChanged();;
return matchingMbeanObjectNamesResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder> mbeanMetaResponseBuilder_;
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public boolean hasMbeanMetaResponse() {
return messageCase_ == 306;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getMbeanMetaResponse() {
if (mbeanMetaResponseBuilder_ == null) {
if (messageCase_ == 306) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance();
} else {
if (messageCase_ == 306) {
return mbeanMetaResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public Builder setMbeanMetaResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse value) {
if (mbeanMetaResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
mbeanMetaResponseBuilder_.setMessage(value);
}
messageCase_ = 306;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public Builder setMbeanMetaResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder builderForValue) {
if (mbeanMetaResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
mbeanMetaResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 306;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public Builder mergeMbeanMetaResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse value) {
if (mbeanMetaResponseBuilder_ == null) {
if (messageCase_ == 306 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 306) {
mbeanMetaResponseBuilder_.mergeFrom(value);
}
mbeanMetaResponseBuilder_.setMessage(value);
}
messageCase_ = 306;
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public Builder clearMbeanMetaResponse() {
if (mbeanMetaResponseBuilder_ == null) {
if (messageCase_ == 306) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 306) {
messageCase_ = 0;
message_ = null;
}
mbeanMetaResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder getMbeanMetaResponseBuilder() {
return getMbeanMetaResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder getMbeanMetaResponseOrBuilder() {
if ((messageCase_ == 306) && (mbeanMetaResponseBuilder_ != null)) {
return mbeanMetaResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 306) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder>
getMbeanMetaResponseFieldBuilder() {
if (mbeanMetaResponseBuilder_ == null) {
if (!(messageCase_ == 306)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance();
}
mbeanMetaResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 306;
onChanged();;
return mbeanMetaResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder> systemPropertiesResponseBuilder_;
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public boolean hasSystemPropertiesResponse() {
return messageCase_ == 310;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getSystemPropertiesResponse() {
if (systemPropertiesResponseBuilder_ == null) {
if (messageCase_ == 310) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance();
} else {
if (messageCase_ == 310) {
return systemPropertiesResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public Builder setSystemPropertiesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse value) {
if (systemPropertiesResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
systemPropertiesResponseBuilder_.setMessage(value);
}
messageCase_ = 310;
return this;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public Builder setSystemPropertiesResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder builderForValue) {
if (systemPropertiesResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
systemPropertiesResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 310;
return this;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public Builder mergeSystemPropertiesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse value) {
if (systemPropertiesResponseBuilder_ == null) {
if (messageCase_ == 310 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 310) {
systemPropertiesResponseBuilder_.mergeFrom(value);
}
systemPropertiesResponseBuilder_.setMessage(value);
}
messageCase_ = 310;
return this;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public Builder clearSystemPropertiesResponse() {
if (systemPropertiesResponseBuilder_ == null) {
if (messageCase_ == 310) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 310) {
messageCase_ = 0;
message_ = null;
}
systemPropertiesResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder getSystemPropertiesResponseBuilder() {
return getSystemPropertiesResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder getSystemPropertiesResponseOrBuilder() {
if ((messageCase_ == 310) && (systemPropertiesResponseBuilder_ != null)) {
return systemPropertiesResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 310) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder>
getSystemPropertiesResponseFieldBuilder() {
if (systemPropertiesResponseBuilder_ == null) {
if (!(messageCase_ == 310)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance();
}
systemPropertiesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 310;
onChanged();;
return systemPropertiesResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder> capabilitiesResponseBuilder_;
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public boolean hasCapabilitiesResponse() {
return messageCase_ == 307;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getCapabilitiesResponse() {
if (capabilitiesResponseBuilder_ == null) {
if (messageCase_ == 307) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance();
} else {
if (messageCase_ == 307) {
return capabilitiesResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public Builder setCapabilitiesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse value) {
if (capabilitiesResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
capabilitiesResponseBuilder_.setMessage(value);
}
messageCase_ = 307;
return this;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public Builder setCapabilitiesResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder builderForValue) {
if (capabilitiesResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
capabilitiesResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 307;
return this;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public Builder mergeCapabilitiesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse value) {
if (capabilitiesResponseBuilder_ == null) {
if (messageCase_ == 307 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 307) {
capabilitiesResponseBuilder_.mergeFrom(value);
}
capabilitiesResponseBuilder_.setMessage(value);
}
messageCase_ = 307;
return this;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public Builder clearCapabilitiesResponse() {
if (capabilitiesResponseBuilder_ == null) {
if (messageCase_ == 307) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 307) {
messageCase_ = 0;
message_ = null;
}
capabilitiesResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder getCapabilitiesResponseBuilder() {
return getCapabilitiesResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder getCapabilitiesResponseOrBuilder() {
if ((messageCase_ == 307) && (capabilitiesResponseBuilder_ != null)) {
return capabilitiesResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 307) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder>
getCapabilitiesResponseFieldBuilder() {
if (capabilitiesResponseBuilder_ == null) {
if (!(messageCase_ == 307)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance();
}
capabilitiesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 307;
onChanged();;
return capabilitiesResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder> globalMetaResponseBuilder_;
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public boolean hasGlobalMetaResponse() {
return messageCase_ == 400;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getGlobalMetaResponse() {
if (globalMetaResponseBuilder_ == null) {
if (messageCase_ == 400) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance();
} else {
if (messageCase_ == 400) {
return globalMetaResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance();
}
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public Builder setGlobalMetaResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse value) {
if (globalMetaResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
globalMetaResponseBuilder_.setMessage(value);
}
messageCase_ = 400;
return this;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public Builder setGlobalMetaResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder builderForValue) {
if (globalMetaResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
globalMetaResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 400;
return this;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public Builder mergeGlobalMetaResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse value) {
if (globalMetaResponseBuilder_ == null) {
if (messageCase_ == 400 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 400) {
globalMetaResponseBuilder_.mergeFrom(value);
}
globalMetaResponseBuilder_.setMessage(value);
}
messageCase_ = 400;
return this;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public Builder clearGlobalMetaResponse() {
if (globalMetaResponseBuilder_ == null) {
if (messageCase_ == 400) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 400) {
messageCase_ = 0;
message_ = null;
}
globalMetaResponseBuilder_.clear();
}
return this;
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder getGlobalMetaResponseBuilder() {
return getGlobalMetaResponseFieldBuilder().getBuilder();
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder getGlobalMetaResponseOrBuilder() {
if ((messageCase_ == 400) && (globalMetaResponseBuilder_ != null)) {
return globalMetaResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 400) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance();
}
}
/**
*
* LiveWeavingService
*
*
* .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder>
getGlobalMetaResponseFieldBuilder() {
if (globalMetaResponseBuilder_ == null) {
if (!(messageCase_ == 400)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance();
}
globalMetaResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 400;
onChanged();;
return globalMetaResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder> preloadClasspathCacheResponseBuilder_;
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public boolean hasPreloadClasspathCacheResponse() {
return messageCase_ == 401;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getPreloadClasspathCacheResponse() {
if (preloadClasspathCacheResponseBuilder_ == null) {
if (messageCase_ == 401) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance();
} else {
if (messageCase_ == 401) {
return preloadClasspathCacheResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public Builder setPreloadClasspathCacheResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse value) {
if (preloadClasspathCacheResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
preloadClasspathCacheResponseBuilder_.setMessage(value);
}
messageCase_ = 401;
return this;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public Builder setPreloadClasspathCacheResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder builderForValue) {
if (preloadClasspathCacheResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
preloadClasspathCacheResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 401;
return this;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public Builder mergePreloadClasspathCacheResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse value) {
if (preloadClasspathCacheResponseBuilder_ == null) {
if (messageCase_ == 401 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 401) {
preloadClasspathCacheResponseBuilder_.mergeFrom(value);
}
preloadClasspathCacheResponseBuilder_.setMessage(value);
}
messageCase_ = 401;
return this;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public Builder clearPreloadClasspathCacheResponse() {
if (preloadClasspathCacheResponseBuilder_ == null) {
if (messageCase_ == 401) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 401) {
messageCase_ = 0;
message_ = null;
}
preloadClasspathCacheResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder getPreloadClasspathCacheResponseBuilder() {
return getPreloadClasspathCacheResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder getPreloadClasspathCacheResponseOrBuilder() {
if ((messageCase_ == 401) && (preloadClasspathCacheResponseBuilder_ != null)) {
return preloadClasspathCacheResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 401) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder>
getPreloadClasspathCacheResponseFieldBuilder() {
if (preloadClasspathCacheResponseBuilder_ == null) {
if (!(messageCase_ == 401)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance();
}
preloadClasspathCacheResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 401;
onChanged();;
return preloadClasspathCacheResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder> matchingClassNamesResponseBuilder_;
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public boolean hasMatchingClassNamesResponse() {
return messageCase_ == 402;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getMatchingClassNamesResponse() {
if (matchingClassNamesResponseBuilder_ == null) {
if (messageCase_ == 402) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance();
} else {
if (messageCase_ == 402) {
return matchingClassNamesResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public Builder setMatchingClassNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse value) {
if (matchingClassNamesResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
matchingClassNamesResponseBuilder_.setMessage(value);
}
messageCase_ = 402;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public Builder setMatchingClassNamesResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder builderForValue) {
if (matchingClassNamesResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
matchingClassNamesResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 402;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public Builder mergeMatchingClassNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse value) {
if (matchingClassNamesResponseBuilder_ == null) {
if (messageCase_ == 402 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 402) {
matchingClassNamesResponseBuilder_.mergeFrom(value);
}
matchingClassNamesResponseBuilder_.setMessage(value);
}
messageCase_ = 402;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public Builder clearMatchingClassNamesResponse() {
if (matchingClassNamesResponseBuilder_ == null) {
if (messageCase_ == 402) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 402) {
messageCase_ = 0;
message_ = null;
}
matchingClassNamesResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder getMatchingClassNamesResponseBuilder() {
return getMatchingClassNamesResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder getMatchingClassNamesResponseOrBuilder() {
if ((messageCase_ == 402) && (matchingClassNamesResponseBuilder_ != null)) {
return matchingClassNamesResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 402) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder>
getMatchingClassNamesResponseFieldBuilder() {
if (matchingClassNamesResponseBuilder_ == null) {
if (!(messageCase_ == 402)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance();
}
matchingClassNamesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 402;
onChanged();;
return matchingClassNamesResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder> matchingMethodNamesResponseBuilder_;
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public boolean hasMatchingMethodNamesResponse() {
return messageCase_ == 403;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getMatchingMethodNamesResponse() {
if (matchingMethodNamesResponseBuilder_ == null) {
if (messageCase_ == 403) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance();
} else {
if (messageCase_ == 403) {
return matchingMethodNamesResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public Builder setMatchingMethodNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse value) {
if (matchingMethodNamesResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
matchingMethodNamesResponseBuilder_.setMessage(value);
}
messageCase_ = 403;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public Builder setMatchingMethodNamesResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder builderForValue) {
if (matchingMethodNamesResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
matchingMethodNamesResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 403;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public Builder mergeMatchingMethodNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse value) {
if (matchingMethodNamesResponseBuilder_ == null) {
if (messageCase_ == 403 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 403) {
matchingMethodNamesResponseBuilder_.mergeFrom(value);
}
matchingMethodNamesResponseBuilder_.setMessage(value);
}
messageCase_ = 403;
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public Builder clearMatchingMethodNamesResponse() {
if (matchingMethodNamesResponseBuilder_ == null) {
if (messageCase_ == 403) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 403) {
messageCase_ = 0;
message_ = null;
}
matchingMethodNamesResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder getMatchingMethodNamesResponseBuilder() {
return getMatchingMethodNamesResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder getMatchingMethodNamesResponseOrBuilder() {
if ((messageCase_ == 403) && (matchingMethodNamesResponseBuilder_ != null)) {
return matchingMethodNamesResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 403) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder>
getMatchingMethodNamesResponseFieldBuilder() {
if (matchingMethodNamesResponseBuilder_ == null) {
if (!(messageCase_ == 403)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance();
}
matchingMethodNamesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 403;
onChanged();;
return matchingMethodNamesResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder> methodSignaturesResponseBuilder_;
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public boolean hasMethodSignaturesResponse() {
return messageCase_ == 404;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getMethodSignaturesResponse() {
if (methodSignaturesResponseBuilder_ == null) {
if (messageCase_ == 404) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance();
} else {
if (messageCase_ == 404) {
return methodSignaturesResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public Builder setMethodSignaturesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse value) {
if (methodSignaturesResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
methodSignaturesResponseBuilder_.setMessage(value);
}
messageCase_ = 404;
return this;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public Builder setMethodSignaturesResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder builderForValue) {
if (methodSignaturesResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
methodSignaturesResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 404;
return this;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public Builder mergeMethodSignaturesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse value) {
if (methodSignaturesResponseBuilder_ == null) {
if (messageCase_ == 404 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 404) {
methodSignaturesResponseBuilder_.mergeFrom(value);
}
methodSignaturesResponseBuilder_.setMessage(value);
}
messageCase_ = 404;
return this;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public Builder clearMethodSignaturesResponse() {
if (methodSignaturesResponseBuilder_ == null) {
if (messageCase_ == 404) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 404) {
messageCase_ = 0;
message_ = null;
}
methodSignaturesResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder getMethodSignaturesResponseBuilder() {
return getMethodSignaturesResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder getMethodSignaturesResponseOrBuilder() {
if ((messageCase_ == 404) && (methodSignaturesResponseBuilder_ != null)) {
return methodSignaturesResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 404) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder>
getMethodSignaturesResponseFieldBuilder() {
if (methodSignaturesResponseBuilder_ == null) {
if (!(messageCase_ == 404)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance();
}
methodSignaturesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 404;
onChanged();;
return methodSignaturesResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder> reweaveResponseBuilder_;
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public boolean hasReweaveResponse() {
return messageCase_ == 405;
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getReweaveResponse() {
if (reweaveResponseBuilder_ == null) {
if (messageCase_ == 405) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance();
} else {
if (messageCase_ == 405) {
return reweaveResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public Builder setReweaveResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse value) {
if (reweaveResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
reweaveResponseBuilder_.setMessage(value);
}
messageCase_ = 405;
return this;
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public Builder setReweaveResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder builderForValue) {
if (reweaveResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
reweaveResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 405;
return this;
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public Builder mergeReweaveResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse value) {
if (reweaveResponseBuilder_ == null) {
if (messageCase_ == 405 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 405) {
reweaveResponseBuilder_.mergeFrom(value);
}
reweaveResponseBuilder_.setMessage(value);
}
messageCase_ = 405;
return this;
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public Builder clearReweaveResponse() {
if (reweaveResponseBuilder_ == null) {
if (messageCase_ == 405) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 405) {
messageCase_ = 0;
message_ = null;
}
reweaveResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder getReweaveResponseBuilder() {
return getReweaveResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder getReweaveResponseOrBuilder() {
if ((messageCase_ == 405) && (reweaveResponseBuilder_ != null)) {
return reweaveResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 405) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder>
getReweaveResponseFieldBuilder() {
if (reweaveResponseBuilder_ == null) {
if (!(messageCase_ == 405)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance();
}
reweaveResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 405;
onChanged();;
return reweaveResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder> headerResponseBuilder_;
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public boolean hasHeaderResponse() {
return messageCase_ == 500;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getHeaderResponse() {
if (headerResponseBuilder_ == null) {
if (messageCase_ == 500) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance();
} else {
if (messageCase_ == 500) {
return headerResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance();
}
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public Builder setHeaderResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse value) {
if (headerResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
headerResponseBuilder_.setMessage(value);
}
messageCase_ = 500;
return this;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public Builder setHeaderResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder builderForValue) {
if (headerResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
headerResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 500;
return this;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public Builder mergeHeaderResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse value) {
if (headerResponseBuilder_ == null) {
if (messageCase_ == 500 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 500) {
headerResponseBuilder_.mergeFrom(value);
}
headerResponseBuilder_.setMessage(value);
}
messageCase_ = 500;
return this;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public Builder clearHeaderResponse() {
if (headerResponseBuilder_ == null) {
if (messageCase_ == 500) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 500) {
messageCase_ = 0;
message_ = null;
}
headerResponseBuilder_.clear();
}
return this;
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder getHeaderResponseBuilder() {
return getHeaderResponseFieldBuilder().getBuilder();
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder getHeaderResponseOrBuilder() {
if ((messageCase_ == 500) && (headerResponseBuilder_ != null)) {
return headerResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 500) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance();
}
}
/**
*
* LiveTraceRepository
*
*
* .org_glowroot_wire_api_model.HeaderResponse header_response = 500;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder>
getHeaderResponseFieldBuilder() {
if (headerResponseBuilder_ == null) {
if (!(messageCase_ == 500)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance();
}
headerResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 500;
onChanged();;
return headerResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder> entriesResponseBuilder_;
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public boolean hasEntriesResponse() {
return messageCase_ == 501;
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getEntriesResponse() {
if (entriesResponseBuilder_ == null) {
if (messageCase_ == 501) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance();
} else {
if (messageCase_ == 501) {
return entriesResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public Builder setEntriesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse value) {
if (entriesResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
entriesResponseBuilder_.setMessage(value);
}
messageCase_ = 501;
return this;
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public Builder setEntriesResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder builderForValue) {
if (entriesResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
entriesResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 501;
return this;
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public Builder mergeEntriesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse value) {
if (entriesResponseBuilder_ == null) {
if (messageCase_ == 501 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 501) {
entriesResponseBuilder_.mergeFrom(value);
}
entriesResponseBuilder_.setMessage(value);
}
messageCase_ = 501;
return this;
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public Builder clearEntriesResponse() {
if (entriesResponseBuilder_ == null) {
if (messageCase_ == 501) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 501) {
messageCase_ = 0;
message_ = null;
}
entriesResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder getEntriesResponseBuilder() {
return getEntriesResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder getEntriesResponseOrBuilder() {
if ((messageCase_ == 501) && (entriesResponseBuilder_ != null)) {
return entriesResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 501) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.EntriesResponse entries_response = 501;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder>
getEntriesResponseFieldBuilder() {
if (entriesResponseBuilder_ == null) {
if (!(messageCase_ == 501)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance();
}
entriesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 501;
onChanged();;
return entriesResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder> queriesResponseBuilder_;
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public boolean hasQueriesResponse() {
return messageCase_ == 505;
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse getQueriesResponse() {
if (queriesResponseBuilder_ == null) {
if (messageCase_ == 505) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance();
} else {
if (messageCase_ == 505) {
return queriesResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public Builder setQueriesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse value) {
if (queriesResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
queriesResponseBuilder_.setMessage(value);
}
messageCase_ = 505;
return this;
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public Builder setQueriesResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder builderForValue) {
if (queriesResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
queriesResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 505;
return this;
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public Builder mergeQueriesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse value) {
if (queriesResponseBuilder_ == null) {
if (messageCase_ == 505 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 505) {
queriesResponseBuilder_.mergeFrom(value);
}
queriesResponseBuilder_.setMessage(value);
}
messageCase_ = 505;
return this;
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public Builder clearQueriesResponse() {
if (queriesResponseBuilder_ == null) {
if (messageCase_ == 505) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 505) {
messageCase_ = 0;
message_ = null;
}
queriesResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder getQueriesResponseBuilder() {
return getQueriesResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder getQueriesResponseOrBuilder() {
if ((messageCase_ == 505) && (queriesResponseBuilder_ != null)) {
return queriesResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 505) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.QueriesResponse queries_response = 505;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder>
getQueriesResponseFieldBuilder() {
if (queriesResponseBuilder_ == null) {
if (!(messageCase_ == 505)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance();
}
queriesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 505;
onChanged();;
return queriesResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder> mainThreadProfileResponseBuilder_;
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public boolean hasMainThreadProfileResponse() {
return messageCase_ == 502;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getMainThreadProfileResponse() {
if (mainThreadProfileResponseBuilder_ == null) {
if (messageCase_ == 502) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance();
} else {
if (messageCase_ == 502) {
return mainThreadProfileResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public Builder setMainThreadProfileResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse value) {
if (mainThreadProfileResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
mainThreadProfileResponseBuilder_.setMessage(value);
}
messageCase_ = 502;
return this;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public Builder setMainThreadProfileResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder builderForValue) {
if (mainThreadProfileResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
mainThreadProfileResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 502;
return this;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public Builder mergeMainThreadProfileResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse value) {
if (mainThreadProfileResponseBuilder_ == null) {
if (messageCase_ == 502 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 502) {
mainThreadProfileResponseBuilder_.mergeFrom(value);
}
mainThreadProfileResponseBuilder_.setMessage(value);
}
messageCase_ = 502;
return this;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public Builder clearMainThreadProfileResponse() {
if (mainThreadProfileResponseBuilder_ == null) {
if (messageCase_ == 502) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 502) {
messageCase_ = 0;
message_ = null;
}
mainThreadProfileResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder getMainThreadProfileResponseBuilder() {
return getMainThreadProfileResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder getMainThreadProfileResponseOrBuilder() {
if ((messageCase_ == 502) && (mainThreadProfileResponseBuilder_ != null)) {
return mainThreadProfileResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 502) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder>
getMainThreadProfileResponseFieldBuilder() {
if (mainThreadProfileResponseBuilder_ == null) {
if (!(messageCase_ == 502)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance();
}
mainThreadProfileResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 502;
onChanged();;
return mainThreadProfileResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder> auxThreadProfileResponseBuilder_;
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public boolean hasAuxThreadProfileResponse() {
return messageCase_ == 503;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getAuxThreadProfileResponse() {
if (auxThreadProfileResponseBuilder_ == null) {
if (messageCase_ == 503) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance();
} else {
if (messageCase_ == 503) {
return auxThreadProfileResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public Builder setAuxThreadProfileResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse value) {
if (auxThreadProfileResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
auxThreadProfileResponseBuilder_.setMessage(value);
}
messageCase_ = 503;
return this;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public Builder setAuxThreadProfileResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder builderForValue) {
if (auxThreadProfileResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
auxThreadProfileResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 503;
return this;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public Builder mergeAuxThreadProfileResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse value) {
if (auxThreadProfileResponseBuilder_ == null) {
if (messageCase_ == 503 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 503) {
auxThreadProfileResponseBuilder_.mergeFrom(value);
}
auxThreadProfileResponseBuilder_.setMessage(value);
}
messageCase_ = 503;
return this;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public Builder clearAuxThreadProfileResponse() {
if (auxThreadProfileResponseBuilder_ == null) {
if (messageCase_ == 503) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 503) {
messageCase_ = 0;
message_ = null;
}
auxThreadProfileResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder getAuxThreadProfileResponseBuilder() {
return getAuxThreadProfileResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder getAuxThreadProfileResponseOrBuilder() {
if ((messageCase_ == 503) && (auxThreadProfileResponseBuilder_ != null)) {
return auxThreadProfileResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 503) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder>
getAuxThreadProfileResponseFieldBuilder() {
if (auxThreadProfileResponseBuilder_ == null) {
if (!(messageCase_ == 503)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance();
}
auxThreadProfileResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 503;
onChanged();;
return auxThreadProfileResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder> fullTraceResponseBuilder_;
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public boolean hasFullTraceResponse() {
return messageCase_ == 504;
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getFullTraceResponse() {
if (fullTraceResponseBuilder_ == null) {
if (messageCase_ == 504) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance();
} else {
if (messageCase_ == 504) {
return fullTraceResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public Builder setFullTraceResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse value) {
if (fullTraceResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
fullTraceResponseBuilder_.setMessage(value);
}
messageCase_ = 504;
return this;
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public Builder setFullTraceResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder builderForValue) {
if (fullTraceResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
fullTraceResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 504;
return this;
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public Builder mergeFullTraceResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse value) {
if (fullTraceResponseBuilder_ == null) {
if (messageCase_ == 504 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 504) {
fullTraceResponseBuilder_.mergeFrom(value);
}
fullTraceResponseBuilder_.setMessage(value);
}
messageCase_ = 504;
return this;
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public Builder clearFullTraceResponse() {
if (fullTraceResponseBuilder_ == null) {
if (messageCase_ == 504) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 504) {
messageCase_ = 0;
message_ = null;
}
fullTraceResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder getFullTraceResponseBuilder() {
return getFullTraceResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder getFullTraceResponseOrBuilder() {
if ((messageCase_ == 504) && (fullTraceResponseBuilder_ != null)) {
return fullTraceResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 504) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder>
getFullTraceResponseFieldBuilder() {
if (fullTraceResponseBuilder_ == null) {
if (!(messageCase_ == 504)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance();
}
fullTraceResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 504;
onChanged();;
return fullTraceResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder> unknownRequestResponseBuilder_;
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public boolean hasUnknownRequestResponse() {
return messageCase_ == 10000;
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getUnknownRequestResponse() {
if (unknownRequestResponseBuilder_ == null) {
if (messageCase_ == 10000) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance();
} else {
if (messageCase_ == 10000) {
return unknownRequestResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public Builder setUnknownRequestResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse value) {
if (unknownRequestResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
unknownRequestResponseBuilder_.setMessage(value);
}
messageCase_ = 10000;
return this;
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public Builder setUnknownRequestResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder builderForValue) {
if (unknownRequestResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
unknownRequestResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 10000;
return this;
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public Builder mergeUnknownRequestResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse value) {
if (unknownRequestResponseBuilder_ == null) {
if (messageCase_ == 10000 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 10000) {
unknownRequestResponseBuilder_.mergeFrom(value);
}
unknownRequestResponseBuilder_.setMessage(value);
}
messageCase_ = 10000;
return this;
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public Builder clearUnknownRequestResponse() {
if (unknownRequestResponseBuilder_ == null) {
if (messageCase_ == 10000) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 10000) {
messageCase_ = 0;
message_ = null;
}
unknownRequestResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder getUnknownRequestResponseBuilder() {
return getUnknownRequestResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder getUnknownRequestResponseOrBuilder() {
if ((messageCase_ == 10000) && (unknownRequestResponseBuilder_ != null)) {
return unknownRequestResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 10000) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder>
getUnknownRequestResponseFieldBuilder() {
if (unknownRequestResponseBuilder_ == null) {
if (!(messageCase_ == 10000)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance();
}
unknownRequestResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 10000;
onChanged();;
return unknownRequestResponseBuilder_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder> exceptionResponseBuilder_;
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public boolean hasExceptionResponse() {
return messageCase_ == 10001;
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getExceptionResponse() {
if (exceptionResponseBuilder_ == null) {
if (messageCase_ == 10001) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance();
} else {
if (messageCase_ == 10001) {
return exceptionResponseBuilder_.getMessage();
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public Builder setExceptionResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse value) {
if (exceptionResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
exceptionResponseBuilder_.setMessage(value);
}
messageCase_ = 10001;
return this;
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public Builder setExceptionResponse(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder builderForValue) {
if (exceptionResponseBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
exceptionResponseBuilder_.setMessage(builderForValue.build());
}
messageCase_ = 10001;
return this;
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public Builder mergeExceptionResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse value) {
if (exceptionResponseBuilder_ == null) {
if (messageCase_ == 10001 &&
message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance()) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_)
.mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
if (messageCase_ == 10001) {
exceptionResponseBuilder_.mergeFrom(value);
}
exceptionResponseBuilder_.setMessage(value);
}
messageCase_ = 10001;
return this;
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public Builder clearExceptionResponse() {
if (exceptionResponseBuilder_ == null) {
if (messageCase_ == 10001) {
messageCase_ = 0;
message_ = null;
onChanged();
}
} else {
if (messageCase_ == 10001) {
messageCase_ = 0;
message_ = null;
}
exceptionResponseBuilder_.clear();
}
return this;
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder getExceptionResponseBuilder() {
return getExceptionResponseFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder getExceptionResponseOrBuilder() {
if ((messageCase_ == 10001) && (exceptionResponseBuilder_ != null)) {
return exceptionResponseBuilder_.getMessageOrBuilder();
} else {
if (messageCase_ == 10001) {
return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_;
}
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance();
}
}
/**
* .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder>
getExceptionResponseFieldBuilder() {
if (exceptionResponseBuilder_ == null) {
if (!(messageCase_ == 10001)) {
message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance();
}
exceptionResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder>(
(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_,
getParentForChildren(),
isClean());
message_ = null;
}
messageCase_ = 10001;
onChanged();;
return exceptionResponseBuilder_;
}
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.AgentResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AgentResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse 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 AgentResponse 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 AgentResponse(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.DownstreamServiceOuterClass.AgentResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface HelloOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Hello)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string agent_id = 1;
*/
java.lang.String getAgentId();
/**
* string agent_id = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getAgentIdBytes();
/**
* bool post_v09 = 2;
*/
boolean getPostV09();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.Hello}
*/
public static final class Hello extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Hello)
HelloOrBuilder {
private static final long serialVersionUID = 0L;
// Use Hello.newBuilder() to construct.
private Hello(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Hello() {
agentId_ = "";
postV09_ = false;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Hello(
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();
agentId_ = s;
break;
}
case 16: {
postV09_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder.class);
}
public static final int AGENT_ID_FIELD_NUMBER = 1;
private volatile java.lang.Object agentId_;
/**
* string agent_id = 1;
*/
public java.lang.String getAgentId() {
java.lang.Object ref = agentId_;
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();
agentId_ = s;
return s;
}
}
/**
* string agent_id = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getAgentIdBytes() {
java.lang.Object ref = agentId_;
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);
agentId_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int POST_V09_FIELD_NUMBER = 2;
private boolean postV09_;
/**
* bool post_v09 = 2;
*/
public boolean getPostV09() {
return postV09_;
}
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 (!getAgentIdBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, agentId_);
}
if (postV09_ != false) {
output.writeBool(2, postV09_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getAgentIdBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, agentId_);
}
if (postV09_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(2, postV09_);
}
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.DownstreamServiceOuterClass.Hello)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) obj;
boolean result = true;
result = result && getAgentId()
.equals(other.getAgentId());
result = result && (getPostV09()
== other.getPostV09());
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) + AGENT_ID_FIELD_NUMBER;
hash = (53 * hash) + getAgentId().hashCode();
hash = (37 * hash) + POST_V09_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getPostV09());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello 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.Hello}
*/
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.Hello)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.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();
agentId_ = "";
postV09_ = false;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello(this);
result.agentId_ = agentId_;
result.postV09_ = postV09_;
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.DownstreamServiceOuterClass.Hello) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance()) return this;
if (!other.getAgentId().isEmpty()) {
agentId_ = other.agentId_;
onChanged();
}
if (other.getPostV09() != false) {
setPostV09(other.getPostV09());
}
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.DownstreamServiceOuterClass.Hello 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.DownstreamServiceOuterClass.Hello) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object agentId_ = "";
/**
* string agent_id = 1;
*/
public java.lang.String getAgentId() {
java.lang.Object ref = agentId_;
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();
agentId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string agent_id = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getAgentIdBytes() {
java.lang.Object ref = agentId_;
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);
agentId_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string agent_id = 1;
*/
public Builder setAgentId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
agentId_ = value;
onChanged();
return this;
}
/**
* string agent_id = 1;
*/
public Builder clearAgentId() {
agentId_ = getDefaultInstance().getAgentId();
onChanged();
return this;
}
/**
* string agent_id = 1;
*/
public Builder setAgentIdBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
agentId_ = value;
onChanged();
return this;
}
private boolean postV09_ ;
/**
* bool post_v09 = 2;
*/
public boolean getPostV09() {
return postV09_;
}
/**
* bool post_v09 = 2;
*/
public Builder setPostV09(boolean value) {
postV09_ = value;
onChanged();
return this;
}
/**
* bool post_v09 = 2;
*/
public Builder clearPostV09() {
postV09_ = 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.Hello)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Hello)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello 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 Hello 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 Hello(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.DownstreamServiceOuterClass.Hello getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface HelloAckOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HelloAck)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.HelloAck}
*/
public static final class HelloAck extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HelloAck)
HelloAckOrBuilder {
private static final long serialVersionUID = 0L;
// Use HelloAck.newBuilder() to construct.
private HelloAck(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private HelloAck() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HelloAck(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.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.wire.api.model.DownstreamServiceOuterClass.HelloAck)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) 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.wire.api.model.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck 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.HelloAck}
*/
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.HelloAck)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck(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.wire.api.model.DownstreamServiceOuterClass.HelloAck) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.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.wire.api.model.DownstreamServiceOuterClass.HelloAck 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.DownstreamServiceOuterClass.HelloAck) 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_wire_api_model.HelloAck)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HelloAck)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck 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 HelloAck 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 HelloAck(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.DownstreamServiceOuterClass.HelloAck getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface AgentConfigUpdateRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AgentConfigUpdateRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
boolean hasAgentConfig();
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig getAgentConfig();
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder getAgentConfigOrBuilder();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.AgentConfigUpdateRequest}
*/
public static final class AgentConfigUpdateRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AgentConfigUpdateRequest)
AgentConfigUpdateRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use AgentConfigUpdateRequest.newBuilder() to construct.
private AgentConfigUpdateRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AgentConfigUpdateRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private AgentConfigUpdateRequest(
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.AgentConfigOuterClass.AgentConfig.Builder subBuilder = null;
if (agentConfig_ != null) {
subBuilder = agentConfig_.toBuilder();
}
agentConfig_ = input.readMessage(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(agentConfig_);
agentConfig_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder.class);
}
public static final int AGENT_CONFIG_FIELD_NUMBER = 1;
private org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig agentConfig_;
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public boolean hasAgentConfig() {
return agentConfig_ != null;
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig getAgentConfig() {
return agentConfig_ == null ? org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.getDefaultInstance() : agentConfig_;
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder getAgentConfigOrBuilder() {
return getAgentConfig();
}
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 (agentConfig_ != null) {
output.writeMessage(1, getAgentConfig());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (agentConfig_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getAgentConfig());
}
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.DownstreamServiceOuterClass.AgentConfigUpdateRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) obj;
boolean result = true;
result = result && (hasAgentConfig() == other.hasAgentConfig());
if (hasAgentConfig()) {
result = result && getAgentConfig()
.equals(other.getAgentConfig());
}
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 (hasAgentConfig()) {
hash = (37 * hash) + AGENT_CONFIG_FIELD_NUMBER;
hash = (53 * hash) + getAgentConfig().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.AgentConfigUpdateRequest}
*/
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.AgentConfigUpdateRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.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 (agentConfigBuilder_ == null) {
agentConfig_ = null;
} else {
agentConfig_ = null;
agentConfigBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest(this);
if (agentConfigBuilder_ == null) {
result.agentConfig_ = agentConfig_;
} else {
result.agentConfig_ = agentConfigBuilder_.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.DownstreamServiceOuterClass.AgentConfigUpdateRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance()) return this;
if (other.hasAgentConfig()) {
mergeAgentConfig(other.getAgentConfig());
}
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.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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.DownstreamServiceOuterClass.AgentConfigUpdateRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig agentConfig_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder> agentConfigBuilder_;
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public boolean hasAgentConfig() {
return agentConfigBuilder_ != null || agentConfig_ != null;
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig getAgentConfig() {
if (agentConfigBuilder_ == null) {
return agentConfig_ == null ? org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.getDefaultInstance() : agentConfig_;
} else {
return agentConfigBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public Builder setAgentConfig(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig value) {
if (agentConfigBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
agentConfig_ = value;
onChanged();
} else {
agentConfigBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public Builder setAgentConfig(
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder builderForValue) {
if (agentConfigBuilder_ == null) {
agentConfig_ = builderForValue.build();
onChanged();
} else {
agentConfigBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public Builder mergeAgentConfig(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig value) {
if (agentConfigBuilder_ == null) {
if (agentConfig_ != null) {
agentConfig_ =
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.newBuilder(agentConfig_).mergeFrom(value).buildPartial();
} else {
agentConfig_ = value;
}
onChanged();
} else {
agentConfigBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public Builder clearAgentConfig() {
if (agentConfigBuilder_ == null) {
agentConfig_ = null;
onChanged();
} else {
agentConfig_ = null;
agentConfigBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder getAgentConfigBuilder() {
onChanged();
return getAgentConfigFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder getAgentConfigOrBuilder() {
if (agentConfigBuilder_ != null) {
return agentConfigBuilder_.getMessageOrBuilder();
} else {
return agentConfig_ == null ?
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.getDefaultInstance() : agentConfig_;
}
}
/**
* .org_glowroot_wire_api_model.AgentConfig agent_config = 1;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder>
getAgentConfigFieldBuilder() {
if (agentConfigBuilder_ == null) {
agentConfigBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder>(
getAgentConfig(),
getParentForChildren(),
isClean());
agentConfig_ = null;
}
return agentConfigBuilder_;
}
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.AgentConfigUpdateRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AgentConfigUpdateRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest 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 AgentConfigUpdateRequest 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 AgentConfigUpdateRequest(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.DownstreamServiceOuterClass.AgentConfigUpdateRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface AgentConfigUpdateResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AgentConfigUpdateResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.AgentConfigUpdateResponse}
*/
public static final class AgentConfigUpdateResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AgentConfigUpdateResponse)
AgentConfigUpdateResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use AgentConfigUpdateResponse.newBuilder() to construct.
private AgentConfigUpdateResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AgentConfigUpdateResponse() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private AgentConfigUpdateResponse(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.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.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) 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.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.AgentConfigUpdateResponse}
*/
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.AgentConfigUpdateResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse(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.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.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.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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.DownstreamServiceOuterClass.AgentConfigUpdateResponse) 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_wire_api_model.AgentConfigUpdateResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AgentConfigUpdateResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse 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 AgentConfigUpdateResponse 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 AgentConfigUpdateResponse(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.DownstreamServiceOuterClass.AgentConfigUpdateResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ThreadDumpRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDumpRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.ThreadDumpRequest}
*/
public static final class ThreadDumpRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDumpRequest)
ThreadDumpRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use ThreadDumpRequest.newBuilder() to construct.
private ThreadDumpRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ThreadDumpRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ThreadDumpRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.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.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) 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.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest 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.ThreadDumpRequest}
*/
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.ThreadDumpRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest(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.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.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.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest 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.DownstreamServiceOuterClass.ThreadDumpRequest) 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_wire_api_model.ThreadDumpRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ThreadDumpRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest 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 ThreadDumpRequest 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 ThreadDumpRequest(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.DownstreamServiceOuterClass.ThreadDumpRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ThreadDumpResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDumpResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
boolean hasThreadDump();
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getThreadDump();
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder getThreadDumpOrBuilder();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.ThreadDumpResponse}
*/
public static final class ThreadDumpResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDumpResponse)
ThreadDumpResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use ThreadDumpResponse.newBuilder() to construct.
private ThreadDumpResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ThreadDumpResponse() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ThreadDumpResponse(
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.DownstreamServiceOuterClass.ThreadDump.Builder subBuilder = null;
if (threadDump_ != null) {
subBuilder = threadDump_.toBuilder();
}
threadDump_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(threadDump_);
threadDump_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder.class);
}
public static final int THREAD_DUMP_FIELD_NUMBER = 1;
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump threadDump_;
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public boolean hasThreadDump() {
return threadDump_ != null;
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getThreadDump() {
return threadDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.getDefaultInstance() : threadDump_;
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder getThreadDumpOrBuilder() {
return getThreadDump();
}
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 (threadDump_ != null) {
output.writeMessage(1, getThreadDump());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (threadDump_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getThreadDump());
}
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.DownstreamServiceOuterClass.ThreadDumpResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) obj;
boolean result = true;
result = result && (hasThreadDump() == other.hasThreadDump());
if (hasThreadDump()) {
result = result && getThreadDump()
.equals(other.getThreadDump());
}
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 (hasThreadDump()) {
hash = (37 * hash) + THREAD_DUMP_FIELD_NUMBER;
hash = (53 * hash) + getThreadDump().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse 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.ThreadDumpResponse}
*/
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.ThreadDumpResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.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 (threadDumpBuilder_ == null) {
threadDump_ = null;
} else {
threadDump_ = null;
threadDumpBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse(this);
if (threadDumpBuilder_ == null) {
result.threadDump_ = threadDump_;
} else {
result.threadDump_ = threadDumpBuilder_.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.DownstreamServiceOuterClass.ThreadDumpResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance()) return this;
if (other.hasThreadDump()) {
mergeThreadDump(other.getThreadDump());
}
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.DownstreamServiceOuterClass.ThreadDumpResponse 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.DownstreamServiceOuterClass.ThreadDumpResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump threadDump_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder> threadDumpBuilder_;
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public boolean hasThreadDump() {
return threadDumpBuilder_ != null || threadDump_ != null;
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getThreadDump() {
if (threadDumpBuilder_ == null) {
return threadDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.getDefaultInstance() : threadDump_;
} else {
return threadDumpBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public Builder setThreadDump(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump value) {
if (threadDumpBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
threadDump_ = value;
onChanged();
} else {
threadDumpBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public Builder setThreadDump(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder builderForValue) {
if (threadDumpBuilder_ == null) {
threadDump_ = builderForValue.build();
onChanged();
} else {
threadDumpBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public Builder mergeThreadDump(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump value) {
if (threadDumpBuilder_ == null) {
if (threadDump_ != null) {
threadDump_ =
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.newBuilder(threadDump_).mergeFrom(value).buildPartial();
} else {
threadDump_ = value;
}
onChanged();
} else {
threadDumpBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public Builder clearThreadDump() {
if (threadDumpBuilder_ == null) {
threadDump_ = null;
onChanged();
} else {
threadDump_ = null;
threadDumpBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder getThreadDumpBuilder() {
onChanged();
return getThreadDumpFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder getThreadDumpOrBuilder() {
if (threadDumpBuilder_ != null) {
return threadDumpBuilder_.getMessageOrBuilder();
} else {
return threadDump_ == null ?
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.getDefaultInstance() : threadDump_;
}
}
/**
* .org_glowroot_wire_api_model.ThreadDump thread_dump = 1;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder>
getThreadDumpFieldBuilder() {
if (threadDumpBuilder_ == null) {
threadDumpBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder>(
getThreadDump(),
getParentForChildren(),
isClean());
threadDump_ = null;
}
return threadDumpBuilder_;
}
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.ThreadDumpResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ThreadDumpResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse 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 ThreadDumpResponse 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 ThreadDumpResponse(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.DownstreamServiceOuterClass.ThreadDumpResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface JstackRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.JstackRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.JstackRequest}
*/
public static final class JstackRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.JstackRequest)
JstackRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use JstackRequest.newBuilder() to construct.
private JstackRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private JstackRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private JstackRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.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.wire.api.model.DownstreamServiceOuterClass.JstackRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) 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.wire.api.model.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest 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.JstackRequest}
*/
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.JstackRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest(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.wire.api.model.DownstreamServiceOuterClass.JstackRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.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.wire.api.model.DownstreamServiceOuterClass.JstackRequest 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.DownstreamServiceOuterClass.JstackRequest) 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_wire_api_model.JstackRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.JstackRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest 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 JstackRequest 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 JstackRequest(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.DownstreamServiceOuterClass.JstackRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface JstackResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.JstackResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string jstack = 1;
*/
java.lang.String getJstack();
/**
* string jstack = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getJstackBytes();
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
boolean getUnavailableDueToRunningInJre();
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
boolean getUnavailableDueToRunningInIbmJvm();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.JstackResponse}
*/
public static final class JstackResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.JstackResponse)
JstackResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use JstackResponse.newBuilder() to construct.
private JstackResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private JstackResponse() {
jstack_ = "";
unavailableDueToRunningInJre_ = false;
unavailableDueToRunningInIbmJvm_ = false;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private JstackResponse(
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();
jstack_ = s;
break;
}
case 16: {
unavailableDueToRunningInJre_ = input.readBool();
break;
}
case 24: {
unavailableDueToRunningInIbmJvm_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder.class);
}
public static final int JSTACK_FIELD_NUMBER = 1;
private volatile java.lang.Object jstack_;
/**
* string jstack = 1;
*/
public java.lang.String getJstack() {
java.lang.Object ref = jstack_;
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();
jstack_ = s;
return s;
}
}
/**
* string jstack = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getJstackBytes() {
java.lang.Object ref = jstack_;
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);
jstack_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int UNAVAILABLE_DUE_TO_RUNNING_IN_JRE_FIELD_NUMBER = 2;
private boolean unavailableDueToRunningInJre_;
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
public boolean getUnavailableDueToRunningInJre() {
return unavailableDueToRunningInJre_;
}
public static final int UNAVAILABLE_DUE_TO_RUNNING_IN_IBM_JVM_FIELD_NUMBER = 3;
private boolean unavailableDueToRunningInIbmJvm_;
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
public boolean getUnavailableDueToRunningInIbmJvm() {
return unavailableDueToRunningInIbmJvm_;
}
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 (!getJstackBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, jstack_);
}
if (unavailableDueToRunningInJre_ != false) {
output.writeBool(2, unavailableDueToRunningInJre_);
}
if (unavailableDueToRunningInIbmJvm_ != false) {
output.writeBool(3, unavailableDueToRunningInIbmJvm_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getJstackBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, jstack_);
}
if (unavailableDueToRunningInJre_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(2, unavailableDueToRunningInJre_);
}
if (unavailableDueToRunningInIbmJvm_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(3, unavailableDueToRunningInIbmJvm_);
}
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.DownstreamServiceOuterClass.JstackResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) obj;
boolean result = true;
result = result && getJstack()
.equals(other.getJstack());
result = result && (getUnavailableDueToRunningInJre()
== other.getUnavailableDueToRunningInJre());
result = result && (getUnavailableDueToRunningInIbmJvm()
== other.getUnavailableDueToRunningInIbmJvm());
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) + JSTACK_FIELD_NUMBER;
hash = (53 * hash) + getJstack().hashCode();
hash = (37 * hash) + UNAVAILABLE_DUE_TO_RUNNING_IN_JRE_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getUnavailableDueToRunningInJre());
hash = (37 * hash) + UNAVAILABLE_DUE_TO_RUNNING_IN_IBM_JVM_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getUnavailableDueToRunningInIbmJvm());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse 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.JstackResponse}
*/
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.JstackResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.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();
jstack_ = "";
unavailableDueToRunningInJre_ = false;
unavailableDueToRunningInIbmJvm_ = false;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse(this);
result.jstack_ = jstack_;
result.unavailableDueToRunningInJre_ = unavailableDueToRunningInJre_;
result.unavailableDueToRunningInIbmJvm_ = unavailableDueToRunningInIbmJvm_;
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.DownstreamServiceOuterClass.JstackResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance()) return this;
if (!other.getJstack().isEmpty()) {
jstack_ = other.jstack_;
onChanged();
}
if (other.getUnavailableDueToRunningInJre() != false) {
setUnavailableDueToRunningInJre(other.getUnavailableDueToRunningInJre());
}
if (other.getUnavailableDueToRunningInIbmJvm() != false) {
setUnavailableDueToRunningInIbmJvm(other.getUnavailableDueToRunningInIbmJvm());
}
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.DownstreamServiceOuterClass.JstackResponse 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.DownstreamServiceOuterClass.JstackResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object jstack_ = "";
/**
* string jstack = 1;
*/
public java.lang.String getJstack() {
java.lang.Object ref = jstack_;
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();
jstack_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string jstack = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getJstackBytes() {
java.lang.Object ref = jstack_;
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);
jstack_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string jstack = 1;
*/
public Builder setJstack(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
jstack_ = value;
onChanged();
return this;
}
/**
* string jstack = 1;
*/
public Builder clearJstack() {
jstack_ = getDefaultInstance().getJstack();
onChanged();
return this;
}
/**
* string jstack = 1;
*/
public Builder setJstackBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
jstack_ = value;
onChanged();
return this;
}
private boolean unavailableDueToRunningInJre_ ;
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
public boolean getUnavailableDueToRunningInJre() {
return unavailableDueToRunningInJre_;
}
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
public Builder setUnavailableDueToRunningInJre(boolean value) {
unavailableDueToRunningInJre_ = value;
onChanged();
return this;
}
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
public Builder clearUnavailableDueToRunningInJre() {
unavailableDueToRunningInJre_ = false;
onChanged();
return this;
}
private boolean unavailableDueToRunningInIbmJvm_ ;
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
public boolean getUnavailableDueToRunningInIbmJvm() {
return unavailableDueToRunningInIbmJvm_;
}
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
public Builder setUnavailableDueToRunningInIbmJvm(boolean value) {
unavailableDueToRunningInIbmJvm_ = value;
onChanged();
return this;
}
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
public Builder clearUnavailableDueToRunningInIbmJvm() {
unavailableDueToRunningInIbmJvm_ = 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.JstackResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.JstackResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse 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 JstackResponse 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 JstackResponse(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.DownstreamServiceOuterClass.JstackResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface AvailableDiskSpaceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AvailableDiskSpaceRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string directory = 1;
*/
java.lang.String getDirectory();
/**
* string directory = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getDirectoryBytes();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.AvailableDiskSpaceRequest}
*/
public static final class AvailableDiskSpaceRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AvailableDiskSpaceRequest)
AvailableDiskSpaceRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use AvailableDiskSpaceRequest.newBuilder() to construct.
private AvailableDiskSpaceRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AvailableDiskSpaceRequest() {
directory_ = "";
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private AvailableDiskSpaceRequest(
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();
directory_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder.class);
}
public static final int DIRECTORY_FIELD_NUMBER = 1;
private volatile java.lang.Object directory_;
/**
* string directory = 1;
*/
public java.lang.String getDirectory() {
java.lang.Object ref = directory_;
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();
directory_ = s;
return s;
}
}
/**
* string directory = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getDirectoryBytes() {
java.lang.Object ref = directory_;
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);
directory_ = 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 (!getDirectoryBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, directory_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getDirectoryBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, directory_);
}
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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) obj;
boolean result = true;
result = result && getDirectory()
.equals(other.getDirectory());
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) + DIRECTORY_FIELD_NUMBER;
hash = (53 * hash) + getDirectory().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.AvailableDiskSpaceRequest}
*/
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.AvailableDiskSpaceRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.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();
directory_ = "";
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest(this);
result.directory_ = directory_;
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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance()) return this;
if (!other.getDirectory().isEmpty()) {
directory_ = other.directory_;
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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object directory_ = "";
/**
* string directory = 1;
*/
public java.lang.String getDirectory() {
java.lang.Object ref = directory_;
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();
directory_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string directory = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getDirectoryBytes() {
java.lang.Object ref = directory_;
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);
directory_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string directory = 1;
*/
public Builder setDirectory(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
directory_ = value;
onChanged();
return this;
}
/**
* string directory = 1;
*/
public Builder clearDirectory() {
directory_ = getDefaultInstance().getDirectory();
onChanged();
return this;
}
/**
* string directory = 1;
*/
public Builder setDirectoryBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
directory_ = 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.AvailableDiskSpaceRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AvailableDiskSpaceRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest 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 AvailableDiskSpaceRequest 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 AvailableDiskSpaceRequest(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.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface AvailableDiskSpaceResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AvailableDiskSpaceResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* int64 available_bytes = 1;
*/
long getAvailableBytes();
/**
* bool directory_does_not_exist = 2;
*/
boolean getDirectoryDoesNotExist();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.AvailableDiskSpaceResponse}
*/
public static final class AvailableDiskSpaceResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AvailableDiskSpaceResponse)
AvailableDiskSpaceResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use AvailableDiskSpaceResponse.newBuilder() to construct.
private AvailableDiskSpaceResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AvailableDiskSpaceResponse() {
availableBytes_ = 0L;
directoryDoesNotExist_ = false;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private AvailableDiskSpaceResponse(
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: {
availableBytes_ = input.readInt64();
break;
}
case 16: {
directoryDoesNotExist_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder.class);
}
public static final int AVAILABLE_BYTES_FIELD_NUMBER = 1;
private long availableBytes_;
/**
* int64 available_bytes = 1;
*/
public long getAvailableBytes() {
return availableBytes_;
}
public static final int DIRECTORY_DOES_NOT_EXIST_FIELD_NUMBER = 2;
private boolean directoryDoesNotExist_;
/**
* bool directory_does_not_exist = 2;
*/
public boolean getDirectoryDoesNotExist() {
return directoryDoesNotExist_;
}
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 (availableBytes_ != 0L) {
output.writeInt64(1, availableBytes_);
}
if (directoryDoesNotExist_ != false) {
output.writeBool(2, directoryDoesNotExist_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (availableBytes_ != 0L) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt64Size(1, availableBytes_);
}
if (directoryDoesNotExist_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(2, directoryDoesNotExist_);
}
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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) obj;
boolean result = true;
result = result && (getAvailableBytes()
== other.getAvailableBytes());
result = result && (getDirectoryDoesNotExist()
== other.getDirectoryDoesNotExist());
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) + AVAILABLE_BYTES_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong(
getAvailableBytes());
hash = (37 * hash) + DIRECTORY_DOES_NOT_EXIST_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getDirectoryDoesNotExist());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.AvailableDiskSpaceResponse}
*/
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.AvailableDiskSpaceResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.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();
availableBytes_ = 0L;
directoryDoesNotExist_ = false;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse(this);
result.availableBytes_ = availableBytes_;
result.directoryDoesNotExist_ = directoryDoesNotExist_;
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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance()) return this;
if (other.getAvailableBytes() != 0L) {
setAvailableBytes(other.getAvailableBytes());
}
if (other.getDirectoryDoesNotExist() != false) {
setDirectoryDoesNotExist(other.getDirectoryDoesNotExist());
}
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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private long availableBytes_ ;
/**
* int64 available_bytes = 1;
*/
public long getAvailableBytes() {
return availableBytes_;
}
/**
* int64 available_bytes = 1;
*/
public Builder setAvailableBytes(long value) {
availableBytes_ = value;
onChanged();
return this;
}
/**
* int64 available_bytes = 1;
*/
public Builder clearAvailableBytes() {
availableBytes_ = 0L;
onChanged();
return this;
}
private boolean directoryDoesNotExist_ ;
/**
* bool directory_does_not_exist = 2;
*/
public boolean getDirectoryDoesNotExist() {
return directoryDoesNotExist_;
}
/**
* bool directory_does_not_exist = 2;
*/
public Builder setDirectoryDoesNotExist(boolean value) {
directoryDoesNotExist_ = value;
onChanged();
return this;
}
/**
* bool directory_does_not_exist = 2;
*/
public Builder clearDirectoryDoesNotExist() {
directoryDoesNotExist_ = 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.AvailableDiskSpaceResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AvailableDiskSpaceResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse 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 AvailableDiskSpaceResponse 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 AvailableDiskSpaceResponse(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.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface HeapDumpRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapDumpRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string directory = 1;
*/
java.lang.String getDirectory();
/**
* string directory = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getDirectoryBytes();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.HeapDumpRequest}
*/
public static final class HeapDumpRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapDumpRequest)
HeapDumpRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use HeapDumpRequest.newBuilder() to construct.
private HeapDumpRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private HeapDumpRequest() {
directory_ = "";
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HeapDumpRequest(
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();
directory_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder.class);
}
public static final int DIRECTORY_FIELD_NUMBER = 1;
private volatile java.lang.Object directory_;
/**
* string directory = 1;
*/
public java.lang.String getDirectory() {
java.lang.Object ref = directory_;
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();
directory_ = s;
return s;
}
}
/**
* string directory = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getDirectoryBytes() {
java.lang.Object ref = directory_;
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);
directory_ = 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 (!getDirectoryBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, directory_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getDirectoryBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, directory_);
}
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.DownstreamServiceOuterClass.HeapDumpRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) obj;
boolean result = true;
result = result && getDirectory()
.equals(other.getDirectory());
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) + DIRECTORY_FIELD_NUMBER;
hash = (53 * hash) + getDirectory().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest 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.HeapDumpRequest}
*/
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.HeapDumpRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.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();
directory_ = "";
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest(this);
result.directory_ = directory_;
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.DownstreamServiceOuterClass.HeapDumpRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance()) return this;
if (!other.getDirectory().isEmpty()) {
directory_ = other.directory_;
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.DownstreamServiceOuterClass.HeapDumpRequest 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.DownstreamServiceOuterClass.HeapDumpRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object directory_ = "";
/**
* string directory = 1;
*/
public java.lang.String getDirectory() {
java.lang.Object ref = directory_;
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();
directory_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string directory = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getDirectoryBytes() {
java.lang.Object ref = directory_;
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);
directory_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string directory = 1;
*/
public Builder setDirectory(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
directory_ = value;
onChanged();
return this;
}
/**
* string directory = 1;
*/
public Builder clearDirectory() {
directory_ = getDefaultInstance().getDirectory();
onChanged();
return this;
}
/**
* string directory = 1;
*/
public Builder setDirectoryBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
directory_ = 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.HeapDumpRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapDumpRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest 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 HeapDumpRequest 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 HeapDumpRequest(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.DownstreamServiceOuterClass.HeapDumpRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface HeapDumpResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapDumpResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
boolean hasHeapDumpFileInfo();
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getHeapDumpFileInfo();
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder getHeapDumpFileInfoOrBuilder();
/**
* bool directory_does_not_exist = 2;
*/
boolean getDirectoryDoesNotExist();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.HeapDumpResponse}
*/
public static final class HeapDumpResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapDumpResponse)
HeapDumpResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use HeapDumpResponse.newBuilder() to construct.
private HeapDumpResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private HeapDumpResponse() {
directoryDoesNotExist_ = false;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HeapDumpResponse(
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.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder subBuilder = null;
if (heapDumpFileInfo_ != null) {
subBuilder = heapDumpFileInfo_.toBuilder();
}
heapDumpFileInfo_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(heapDumpFileInfo_);
heapDumpFileInfo_ = subBuilder.buildPartial();
}
break;
}
case 16: {
directoryDoesNotExist_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder.class);
}
public static final int HEAP_DUMP_FILE_INFO_FIELD_NUMBER = 1;
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo heapDumpFileInfo_;
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public boolean hasHeapDumpFileInfo() {
return heapDumpFileInfo_ != null;
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getHeapDumpFileInfo() {
return heapDumpFileInfo_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.getDefaultInstance() : heapDumpFileInfo_;
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder getHeapDumpFileInfoOrBuilder() {
return getHeapDumpFileInfo();
}
public static final int DIRECTORY_DOES_NOT_EXIST_FIELD_NUMBER = 2;
private boolean directoryDoesNotExist_;
/**
* bool directory_does_not_exist = 2;
*/
public boolean getDirectoryDoesNotExist() {
return directoryDoesNotExist_;
}
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 (heapDumpFileInfo_ != null) {
output.writeMessage(1, getHeapDumpFileInfo());
}
if (directoryDoesNotExist_ != false) {
output.writeBool(2, directoryDoesNotExist_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (heapDumpFileInfo_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getHeapDumpFileInfo());
}
if (directoryDoesNotExist_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(2, directoryDoesNotExist_);
}
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.DownstreamServiceOuterClass.HeapDumpResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) obj;
boolean result = true;
result = result && (hasHeapDumpFileInfo() == other.hasHeapDumpFileInfo());
if (hasHeapDumpFileInfo()) {
result = result && getHeapDumpFileInfo()
.equals(other.getHeapDumpFileInfo());
}
result = result && (getDirectoryDoesNotExist()
== other.getDirectoryDoesNotExist());
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 (hasHeapDumpFileInfo()) {
hash = (37 * hash) + HEAP_DUMP_FILE_INFO_FIELD_NUMBER;
hash = (53 * hash) + getHeapDumpFileInfo().hashCode();
}
hash = (37 * hash) + DIRECTORY_DOES_NOT_EXIST_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getDirectoryDoesNotExist());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse 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.HeapDumpResponse}
*/
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.HeapDumpResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.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 (heapDumpFileInfoBuilder_ == null) {
heapDumpFileInfo_ = null;
} else {
heapDumpFileInfo_ = null;
heapDumpFileInfoBuilder_ = null;
}
directoryDoesNotExist_ = false;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse(this);
if (heapDumpFileInfoBuilder_ == null) {
result.heapDumpFileInfo_ = heapDumpFileInfo_;
} else {
result.heapDumpFileInfo_ = heapDumpFileInfoBuilder_.build();
}
result.directoryDoesNotExist_ = directoryDoesNotExist_;
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.DownstreamServiceOuterClass.HeapDumpResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance()) return this;
if (other.hasHeapDumpFileInfo()) {
mergeHeapDumpFileInfo(other.getHeapDumpFileInfo());
}
if (other.getDirectoryDoesNotExist() != false) {
setDirectoryDoesNotExist(other.getDirectoryDoesNotExist());
}
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.DownstreamServiceOuterClass.HeapDumpResponse 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.DownstreamServiceOuterClass.HeapDumpResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo heapDumpFileInfo_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder> heapDumpFileInfoBuilder_;
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public boolean hasHeapDumpFileInfo() {
return heapDumpFileInfoBuilder_ != null || heapDumpFileInfo_ != null;
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getHeapDumpFileInfo() {
if (heapDumpFileInfoBuilder_ == null) {
return heapDumpFileInfo_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.getDefaultInstance() : heapDumpFileInfo_;
} else {
return heapDumpFileInfoBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public Builder setHeapDumpFileInfo(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo value) {
if (heapDumpFileInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
heapDumpFileInfo_ = value;
onChanged();
} else {
heapDumpFileInfoBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public Builder setHeapDumpFileInfo(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder builderForValue) {
if (heapDumpFileInfoBuilder_ == null) {
heapDumpFileInfo_ = builderForValue.build();
onChanged();
} else {
heapDumpFileInfoBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public Builder mergeHeapDumpFileInfo(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo value) {
if (heapDumpFileInfoBuilder_ == null) {
if (heapDumpFileInfo_ != null) {
heapDumpFileInfo_ =
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.newBuilder(heapDumpFileInfo_).mergeFrom(value).buildPartial();
} else {
heapDumpFileInfo_ = value;
}
onChanged();
} else {
heapDumpFileInfoBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public Builder clearHeapDumpFileInfo() {
if (heapDumpFileInfoBuilder_ == null) {
heapDumpFileInfo_ = null;
onChanged();
} else {
heapDumpFileInfo_ = null;
heapDumpFileInfoBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder getHeapDumpFileInfoBuilder() {
onChanged();
return getHeapDumpFileInfoFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder getHeapDumpFileInfoOrBuilder() {
if (heapDumpFileInfoBuilder_ != null) {
return heapDumpFileInfoBuilder_.getMessageOrBuilder();
} else {
return heapDumpFileInfo_ == null ?
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.getDefaultInstance() : heapDumpFileInfo_;
}
}
/**
* .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder>
getHeapDumpFileInfoFieldBuilder() {
if (heapDumpFileInfoBuilder_ == null) {
heapDumpFileInfoBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder>(
getHeapDumpFileInfo(),
getParentForChildren(),
isClean());
heapDumpFileInfo_ = null;
}
return heapDumpFileInfoBuilder_;
}
private boolean directoryDoesNotExist_ ;
/**
* bool directory_does_not_exist = 2;
*/
public boolean getDirectoryDoesNotExist() {
return directoryDoesNotExist_;
}
/**
* bool directory_does_not_exist = 2;
*/
public Builder setDirectoryDoesNotExist(boolean value) {
directoryDoesNotExist_ = value;
onChanged();
return this;
}
/**
* bool directory_does_not_exist = 2;
*/
public Builder clearDirectoryDoesNotExist() {
directoryDoesNotExist_ = 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.HeapDumpResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapDumpResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse 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 HeapDumpResponse 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 HeapDumpResponse(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.DownstreamServiceOuterClass.HeapDumpResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface HeapHistogramRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapHistogramRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.HeapHistogramRequest}
*/
public static final class HeapHistogramRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapHistogramRequest)
HeapHistogramRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use HeapHistogramRequest.newBuilder() to construct.
private HeapHistogramRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private HeapHistogramRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HeapHistogramRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.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.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) 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.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest 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.HeapHistogramRequest}
*/
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.HeapHistogramRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest(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.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.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.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest 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.DownstreamServiceOuterClass.HeapHistogramRequest) 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_wire_api_model.HeapHistogramRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapHistogramRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest 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 HeapHistogramRequest 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 HeapHistogramRequest(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.DownstreamServiceOuterClass.HeapHistogramRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface HeapHistogramResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapHistogramResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
boolean hasHeapHistogram();
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram getHeapHistogram();
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder getHeapHistogramOrBuilder();
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
boolean getUnavailableDueToRunningInJre();
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
boolean getUnavailableDueToRunningInIbmJvm();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.HeapHistogramResponse}
*/
public static final class HeapHistogramResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapHistogramResponse)
HeapHistogramResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use HeapHistogramResponse.newBuilder() to construct.
private HeapHistogramResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private HeapHistogramResponse() {
unavailableDueToRunningInJre_ = false;
unavailableDueToRunningInIbmJvm_ = false;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HeapHistogramResponse(
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.DownstreamServiceOuterClass.HeapHistogram.Builder subBuilder = null;
if (heapHistogram_ != null) {
subBuilder = heapHistogram_.toBuilder();
}
heapHistogram_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(heapHistogram_);
heapHistogram_ = subBuilder.buildPartial();
}
break;
}
case 16: {
unavailableDueToRunningInJre_ = input.readBool();
break;
}
case 24: {
unavailableDueToRunningInIbmJvm_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder.class);
}
public static final int HEAP_HISTOGRAM_FIELD_NUMBER = 1;
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram heapHistogram_;
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public boolean hasHeapHistogram() {
return heapHistogram_ != null;
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram getHeapHistogram() {
return heapHistogram_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.getDefaultInstance() : heapHistogram_;
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder getHeapHistogramOrBuilder() {
return getHeapHistogram();
}
public static final int UNAVAILABLE_DUE_TO_RUNNING_IN_JRE_FIELD_NUMBER = 2;
private boolean unavailableDueToRunningInJre_;
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
public boolean getUnavailableDueToRunningInJre() {
return unavailableDueToRunningInJre_;
}
public static final int UNAVAILABLE_DUE_TO_RUNNING_IN_IBM_JVM_FIELD_NUMBER = 3;
private boolean unavailableDueToRunningInIbmJvm_;
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
public boolean getUnavailableDueToRunningInIbmJvm() {
return unavailableDueToRunningInIbmJvm_;
}
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 (heapHistogram_ != null) {
output.writeMessage(1, getHeapHistogram());
}
if (unavailableDueToRunningInJre_ != false) {
output.writeBool(2, unavailableDueToRunningInJre_);
}
if (unavailableDueToRunningInIbmJvm_ != false) {
output.writeBool(3, unavailableDueToRunningInIbmJvm_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (heapHistogram_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getHeapHistogram());
}
if (unavailableDueToRunningInJre_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(2, unavailableDueToRunningInJre_);
}
if (unavailableDueToRunningInIbmJvm_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(3, unavailableDueToRunningInIbmJvm_);
}
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.DownstreamServiceOuterClass.HeapHistogramResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) obj;
boolean result = true;
result = result && (hasHeapHistogram() == other.hasHeapHistogram());
if (hasHeapHistogram()) {
result = result && getHeapHistogram()
.equals(other.getHeapHistogram());
}
result = result && (getUnavailableDueToRunningInJre()
== other.getUnavailableDueToRunningInJre());
result = result && (getUnavailableDueToRunningInIbmJvm()
== other.getUnavailableDueToRunningInIbmJvm());
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 (hasHeapHistogram()) {
hash = (37 * hash) + HEAP_HISTOGRAM_FIELD_NUMBER;
hash = (53 * hash) + getHeapHistogram().hashCode();
}
hash = (37 * hash) + UNAVAILABLE_DUE_TO_RUNNING_IN_JRE_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getUnavailableDueToRunningInJre());
hash = (37 * hash) + UNAVAILABLE_DUE_TO_RUNNING_IN_IBM_JVM_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getUnavailableDueToRunningInIbmJvm());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse 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.HeapHistogramResponse}
*/
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.HeapHistogramResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.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 (heapHistogramBuilder_ == null) {
heapHistogram_ = null;
} else {
heapHistogram_ = null;
heapHistogramBuilder_ = null;
}
unavailableDueToRunningInJre_ = false;
unavailableDueToRunningInIbmJvm_ = false;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse(this);
if (heapHistogramBuilder_ == null) {
result.heapHistogram_ = heapHistogram_;
} else {
result.heapHistogram_ = heapHistogramBuilder_.build();
}
result.unavailableDueToRunningInJre_ = unavailableDueToRunningInJre_;
result.unavailableDueToRunningInIbmJvm_ = unavailableDueToRunningInIbmJvm_;
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.DownstreamServiceOuterClass.HeapHistogramResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance()) return this;
if (other.hasHeapHistogram()) {
mergeHeapHistogram(other.getHeapHistogram());
}
if (other.getUnavailableDueToRunningInJre() != false) {
setUnavailableDueToRunningInJre(other.getUnavailableDueToRunningInJre());
}
if (other.getUnavailableDueToRunningInIbmJvm() != false) {
setUnavailableDueToRunningInIbmJvm(other.getUnavailableDueToRunningInIbmJvm());
}
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.DownstreamServiceOuterClass.HeapHistogramResponse 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.DownstreamServiceOuterClass.HeapHistogramResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram heapHistogram_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder> heapHistogramBuilder_;
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public boolean hasHeapHistogram() {
return heapHistogramBuilder_ != null || heapHistogram_ != null;
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram getHeapHistogram() {
if (heapHistogramBuilder_ == null) {
return heapHistogram_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.getDefaultInstance() : heapHistogram_;
} else {
return heapHistogramBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public Builder setHeapHistogram(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram value) {
if (heapHistogramBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
heapHistogram_ = value;
onChanged();
} else {
heapHistogramBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public Builder setHeapHistogram(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder builderForValue) {
if (heapHistogramBuilder_ == null) {
heapHistogram_ = builderForValue.build();
onChanged();
} else {
heapHistogramBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public Builder mergeHeapHistogram(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram value) {
if (heapHistogramBuilder_ == null) {
if (heapHistogram_ != null) {
heapHistogram_ =
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.newBuilder(heapHistogram_).mergeFrom(value).buildPartial();
} else {
heapHistogram_ = value;
}
onChanged();
} else {
heapHistogramBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public Builder clearHeapHistogram() {
if (heapHistogramBuilder_ == null) {
heapHistogram_ = null;
onChanged();
} else {
heapHistogram_ = null;
heapHistogramBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder getHeapHistogramBuilder() {
onChanged();
return getHeapHistogramFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder getHeapHistogramOrBuilder() {
if (heapHistogramBuilder_ != null) {
return heapHistogramBuilder_.getMessageOrBuilder();
} else {
return heapHistogram_ == null ?
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.getDefaultInstance() : heapHistogram_;
}
}
/**
* .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder>
getHeapHistogramFieldBuilder() {
if (heapHistogramBuilder_ == null) {
heapHistogramBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder>(
getHeapHistogram(),
getParentForChildren(),
isClean());
heapHistogram_ = null;
}
return heapHistogramBuilder_;
}
private boolean unavailableDueToRunningInJre_ ;
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
public boolean getUnavailableDueToRunningInJre() {
return unavailableDueToRunningInJre_;
}
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
public Builder setUnavailableDueToRunningInJre(boolean value) {
unavailableDueToRunningInJre_ = value;
onChanged();
return this;
}
/**
* bool unavailable_due_to_running_in_jre = 2;
*/
public Builder clearUnavailableDueToRunningInJre() {
unavailableDueToRunningInJre_ = false;
onChanged();
return this;
}
private boolean unavailableDueToRunningInIbmJvm_ ;
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
public boolean getUnavailableDueToRunningInIbmJvm() {
return unavailableDueToRunningInIbmJvm_;
}
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
public Builder setUnavailableDueToRunningInIbmJvm(boolean value) {
unavailableDueToRunningInIbmJvm_ = value;
onChanged();
return this;
}
/**
* bool unavailable_due_to_running_in_ibm_jvm = 3;
*/
public Builder clearUnavailableDueToRunningInIbmJvm() {
unavailableDueToRunningInIbmJvm_ = 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.HeapHistogramResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapHistogramResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse 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 HeapHistogramResponse 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 HeapHistogramResponse(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.DownstreamServiceOuterClass.HeapHistogramResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ExplicitGcDisabledRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ExplicitGcDisabledRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.ExplicitGcDisabledRequest}
*/
public static final class ExplicitGcDisabledRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ExplicitGcDisabledRequest)
ExplicitGcDisabledRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use ExplicitGcDisabledRequest.newBuilder() to construct.
private ExplicitGcDisabledRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ExplicitGcDisabledRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ExplicitGcDisabledRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.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.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) 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.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.ExplicitGcDisabledRequest}
*/
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.ExplicitGcDisabledRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest(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.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.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.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) 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_wire_api_model.ExplicitGcDisabledRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ExplicitGcDisabledRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest 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 ExplicitGcDisabledRequest 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 ExplicitGcDisabledRequest(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.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ExplicitGcDisabledResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ExplicitGcDisabledResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* bool disabled = 1;
*/
boolean getDisabled();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.ExplicitGcDisabledResponse}
*/
public static final class ExplicitGcDisabledResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ExplicitGcDisabledResponse)
ExplicitGcDisabledResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use ExplicitGcDisabledResponse.newBuilder() to construct.
private ExplicitGcDisabledResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ExplicitGcDisabledResponse() {
disabled_ = false;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ExplicitGcDisabledResponse(
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: {
disabled_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder.class);
}
public static final int DISABLED_FIELD_NUMBER = 1;
private boolean disabled_;
/**
* bool disabled = 1;
*/
public boolean getDisabled() {
return disabled_;
}
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 (disabled_ != false) {
output.writeBool(1, disabled_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (disabled_ != false) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeBoolSize(1, disabled_);
}
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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) obj;
boolean result = true;
result = result && (getDisabled()
== other.getDisabled());
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) + DISABLED_FIELD_NUMBER;
hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean(
getDisabled());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.ExplicitGcDisabledResponse}
*/
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.ExplicitGcDisabledResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.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();
disabled_ = false;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse(this);
result.disabled_ = disabled_;
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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance()) return this;
if (other.getDisabled() != false) {
setDisabled(other.getDisabled());
}
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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private boolean disabled_ ;
/**
* bool disabled = 1;
*/
public boolean getDisabled() {
return disabled_;
}
/**
* bool disabled = 1;
*/
public Builder setDisabled(boolean value) {
disabled_ = value;
onChanged();
return this;
}
/**
* bool disabled = 1;
*/
public Builder clearDisabled() {
disabled_ = 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.ExplicitGcDisabledResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ExplicitGcDisabledResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse 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 ExplicitGcDisabledResponse 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 ExplicitGcDisabledResponse(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.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ForceGcRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ForceGcRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.ForceGcRequest}
*/
public static final class ForceGcRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ForceGcRequest)
ForceGcRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use ForceGcRequest.newBuilder() to construct.
private ForceGcRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ForceGcRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ForceGcRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.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.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) 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.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest 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.ForceGcRequest}
*/
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.ForceGcRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest(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.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.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.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest 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.DownstreamServiceOuterClass.ForceGcRequest) 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_wire_api_model.ForceGcRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ForceGcRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest 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 ForceGcRequest 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 ForceGcRequest(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.DownstreamServiceOuterClass.ForceGcRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ForceGcResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ForceGcResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.ForceGcResponse}
*/
public static final class ForceGcResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ForceGcResponse)
ForceGcResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use ForceGcResponse.newBuilder() to construct.
private ForceGcResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ForceGcResponse() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ForceGcResponse(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.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.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) 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.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse 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.ForceGcResponse}
*/
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.ForceGcResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse(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.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.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.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse 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.DownstreamServiceOuterClass.ForceGcResponse) 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_wire_api_model.ForceGcResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ForceGcResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse 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 ForceGcResponse 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 ForceGcResponse(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.DownstreamServiceOuterClass.ForceGcResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MBeanDumpRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDumpRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1;
*/
int getKindValue();
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind getKind();
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
java.util.List
getObjectNameList();
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
int getObjectNameCount();
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
java.lang.String getObjectName(int index);
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getObjectNameBytes(int index);
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MBeanDumpRequest}
*/
public static final class MBeanDumpRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDumpRequest)
MBeanDumpRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use MBeanDumpRequest.newBuilder() to construct.
private MBeanDumpRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MBeanDumpRequest() {
kind_ = 0;
objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MBeanDumpRequest(
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: {
int rawValue = input.readEnum();
kind_ = rawValue;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
objectName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000002;
}
objectName_.add(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 {
if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
objectName_ = objectName_.getUnmodifiableView();
}
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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder.class);
}
/**
* Protobuf enum {@code org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind}
*/
public enum MBeanDumpKind
implements org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolMessageEnum {
/**
* ALL_MBEANS_INCLUDE_ATTRIBUTES = 0;
*/
ALL_MBEANS_INCLUDE_ATTRIBUTES(0),
/**
* ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME = 1;
*/
ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME(1),
/**
* SOME_MBEANS_INCLUDE_ATTRIBUTES = 2;
*/
SOME_MBEANS_INCLUDE_ATTRIBUTES(2),
UNRECOGNIZED(-1),
;
/**
* ALL_MBEANS_INCLUDE_ATTRIBUTES = 0;
*/
public static final int ALL_MBEANS_INCLUDE_ATTRIBUTES_VALUE = 0;
/**
* ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME = 1;
*/
public static final int ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME_VALUE = 1;
/**
* SOME_MBEANS_INCLUDE_ATTRIBUTES = 2;
*/
public static final int SOME_MBEANS_INCLUDE_ATTRIBUTES_VALUE = 2;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static MBeanDumpKind valueOf(int value) {
return forNumber(value);
}
public static MBeanDumpKind forNumber(int value) {
switch (value) {
case 0: return ALL_MBEANS_INCLUDE_ATTRIBUTES;
case 1: return ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME;
case 2: return SOME_MBEANS_INCLUDE_ATTRIBUTES;
default: return null;
}
}
public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLiteMap<
MBeanDumpKind> internalValueMap =
new org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLiteMap() {
public MBeanDumpKind findValueByNumber(int number) {
return MBeanDumpKind.forNumber(number);
}
};
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
return getDescriptor().getValues().get(ordinal());
}
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDescriptor().getEnumTypes().get(0);
}
private static final MBeanDumpKind[] VALUES = values();
public static MBeanDumpKind valueOf(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private MBeanDumpKind(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind)
}
private int bitField0_;
public static final int KIND_FIELD_NUMBER = 1;
private int kind_;
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1;
*/
public int getKindValue() {
return kind_;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind getKind() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind result = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.valueOf(kind_);
return result == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.UNRECOGNIZED : result;
}
public static final int OBJECT_NAME_FIELD_NUMBER = 2;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList objectName_;
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList
getObjectNameList() {
return objectName_;
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public int getObjectNameCount() {
return objectName_.size();
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public java.lang.String getObjectName(int index) {
return objectName_.get(index);
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getObjectNameBytes(int index) {
return objectName_.getByteString(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 (kind_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.ALL_MBEANS_INCLUDE_ATTRIBUTES.getNumber()) {
output.writeEnum(1, kind_);
}
for (int i = 0; i < objectName_.size(); i++) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, objectName_.getRaw(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (kind_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.ALL_MBEANS_INCLUDE_ATTRIBUTES.getNumber()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeEnumSize(1, kind_);
}
{
int dataSize = 0;
for (int i = 0; i < objectName_.size(); i++) {
dataSize += computeStringSizeNoTag(objectName_.getRaw(i));
}
size += dataSize;
size += 1 * getObjectNameList().size();
}
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.DownstreamServiceOuterClass.MBeanDumpRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) obj;
boolean result = true;
result = result && kind_ == other.kind_;
result = result && getObjectNameList()
.equals(other.getObjectNameList());
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) + KIND_FIELD_NUMBER;
hash = (53 * hash) + kind_;
if (getObjectNameCount() > 0) {
hash = (37 * hash) + OBJECT_NAME_FIELD_NUMBER;
hash = (53 * hash) + getObjectNameList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest 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.MBeanDumpRequest}
*/
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.MBeanDumpRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.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();
kind_ = 0;
objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.kind_ = kind_;
if (((bitField0_ & 0x00000002) == 0x00000002)) {
objectName_ = objectName_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.objectName_ = objectName_;
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.DownstreamServiceOuterClass.MBeanDumpRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance()) return this;
if (other.kind_ != 0) {
setKindValue(other.getKindValue());
}
if (!other.objectName_.isEmpty()) {
if (objectName_.isEmpty()) {
objectName_ = other.objectName_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureObjectNameIsMutable();
objectName_.addAll(other.objectName_);
}
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.DownstreamServiceOuterClass.MBeanDumpRequest 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.DownstreamServiceOuterClass.MBeanDumpRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private int kind_ = 0;
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1;
*/
public int getKindValue() {
return kind_;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1;
*/
public Builder setKindValue(int value) {
kind_ = value;
onChanged();
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind getKind() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind result = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.valueOf(kind_);
return result == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.UNRECOGNIZED : result;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1;
*/
public Builder setKind(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind value) {
if (value == null) {
throw new NullPointerException();
}
kind_ = value.getNumber();
onChanged();
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1;
*/
public Builder clearKind() {
kind_ = 0;
onChanged();
return this;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureObjectNameIsMutable() {
if (!((bitField0_ & 0x00000002) == 0x00000002)) {
objectName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(objectName_);
bitField0_ |= 0x00000002;
}
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList
getObjectNameList() {
return objectName_.getUnmodifiableView();
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public int getObjectNameCount() {
return objectName_.size();
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public java.lang.String getObjectName(int index) {
return objectName_.get(index);
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getObjectNameBytes(int index) {
return objectName_.getByteString(index);
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public Builder setObjectName(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureObjectNameIsMutable();
objectName_.set(index, value);
onChanged();
return this;
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public Builder addObjectName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureObjectNameIsMutable();
objectName_.add(value);
onChanged();
return this;
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public Builder addAllObjectName(
java.lang.Iterable values) {
ensureObjectNameIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, objectName_);
onChanged();
return this;
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public Builder clearObjectName() {
objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
* not relevant for ALL_MBEANS_WITH_ATTRS
*
*
* repeated string object_name = 2;
*/
public Builder addObjectNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureObjectNameIsMutable();
objectName_.add(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.MBeanDumpRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDumpRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest 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 MBeanDumpRequest 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 MBeanDumpRequest(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.DownstreamServiceOuterClass.MBeanDumpRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MBeanDumpResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDumpResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
boolean hasMbeanDump();
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getMbeanDump();
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder getMbeanDumpOrBuilder();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MBeanDumpResponse}
*/
public static final class MBeanDumpResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDumpResponse)
MBeanDumpResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use MBeanDumpResponse.newBuilder() to construct.
private MBeanDumpResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MBeanDumpResponse() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MBeanDumpResponse(
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.DownstreamServiceOuterClass.MBeanDump.Builder subBuilder = null;
if (mbeanDump_ != null) {
subBuilder = mbeanDump_.toBuilder();
}
mbeanDump_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(mbeanDump_);
mbeanDump_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder.class);
}
public static final int MBEAN_DUMP_FIELD_NUMBER = 1;
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump mbeanDump_;
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public boolean hasMbeanDump() {
return mbeanDump_ != null;
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getMbeanDump() {
return mbeanDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.getDefaultInstance() : mbeanDump_;
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder getMbeanDumpOrBuilder() {
return getMbeanDump();
}
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 (mbeanDump_ != null) {
output.writeMessage(1, getMbeanDump());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (mbeanDump_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getMbeanDump());
}
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.DownstreamServiceOuterClass.MBeanDumpResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) obj;
boolean result = true;
result = result && (hasMbeanDump() == other.hasMbeanDump());
if (hasMbeanDump()) {
result = result && getMbeanDump()
.equals(other.getMbeanDump());
}
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 (hasMbeanDump()) {
hash = (37 * hash) + MBEAN_DUMP_FIELD_NUMBER;
hash = (53 * hash) + getMbeanDump().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse 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.MBeanDumpResponse}
*/
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.MBeanDumpResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.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 (mbeanDumpBuilder_ == null) {
mbeanDump_ = null;
} else {
mbeanDump_ = null;
mbeanDumpBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse(this);
if (mbeanDumpBuilder_ == null) {
result.mbeanDump_ = mbeanDump_;
} else {
result.mbeanDump_ = mbeanDumpBuilder_.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.DownstreamServiceOuterClass.MBeanDumpResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance()) return this;
if (other.hasMbeanDump()) {
mergeMbeanDump(other.getMbeanDump());
}
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.DownstreamServiceOuterClass.MBeanDumpResponse 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.DownstreamServiceOuterClass.MBeanDumpResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump mbeanDump_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder> mbeanDumpBuilder_;
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public boolean hasMbeanDump() {
return mbeanDumpBuilder_ != null || mbeanDump_ != null;
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getMbeanDump() {
if (mbeanDumpBuilder_ == null) {
return mbeanDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.getDefaultInstance() : mbeanDump_;
} else {
return mbeanDumpBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public Builder setMbeanDump(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump value) {
if (mbeanDumpBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
mbeanDump_ = value;
onChanged();
} else {
mbeanDumpBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public Builder setMbeanDump(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder builderForValue) {
if (mbeanDumpBuilder_ == null) {
mbeanDump_ = builderForValue.build();
onChanged();
} else {
mbeanDumpBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public Builder mergeMbeanDump(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump value) {
if (mbeanDumpBuilder_ == null) {
if (mbeanDump_ != null) {
mbeanDump_ =
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.newBuilder(mbeanDump_).mergeFrom(value).buildPartial();
} else {
mbeanDump_ = value;
}
onChanged();
} else {
mbeanDumpBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public Builder clearMbeanDump() {
if (mbeanDumpBuilder_ == null) {
mbeanDump_ = null;
onChanged();
} else {
mbeanDump_ = null;
mbeanDumpBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder getMbeanDumpBuilder() {
onChanged();
return getMbeanDumpFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder getMbeanDumpOrBuilder() {
if (mbeanDumpBuilder_ != null) {
return mbeanDumpBuilder_.getMessageOrBuilder();
} else {
return mbeanDump_ == null ?
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.getDefaultInstance() : mbeanDump_;
}
}
/**
* .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder>
getMbeanDumpFieldBuilder() {
if (mbeanDumpBuilder_ == null) {
mbeanDumpBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder>(
getMbeanDump(),
getParentForChildren(),
isClean());
mbeanDump_ = null;
}
return mbeanDumpBuilder_;
}
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.MBeanDumpResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDumpResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse 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 MBeanDumpResponse 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 MBeanDumpResponse(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.DownstreamServiceOuterClass.MBeanDumpResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MatchingMBeanObjectNamesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string partial_object_name = 1;
*/
java.lang.String getPartialObjectName();
/**
* string partial_object_name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialObjectNameBytes();
/**
* int32 limit = 2;
*/
int getLimit();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest}
*/
public static final class MatchingMBeanObjectNamesRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest)
MatchingMBeanObjectNamesRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use MatchingMBeanObjectNamesRequest.newBuilder() to construct.
private MatchingMBeanObjectNamesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MatchingMBeanObjectNamesRequest() {
partialObjectName_ = "";
limit_ = 0;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MatchingMBeanObjectNamesRequest(
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();
partialObjectName_ = s;
break;
}
case 16: {
limit_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder.class);
}
public static final int PARTIAL_OBJECT_NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object partialObjectName_;
/**
* string partial_object_name = 1;
*/
public java.lang.String getPartialObjectName() {
java.lang.Object ref = partialObjectName_;
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();
partialObjectName_ = s;
return s;
}
}
/**
* string partial_object_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialObjectNameBytes() {
java.lang.Object ref = partialObjectName_;
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);
partialObjectName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int LIMIT_FIELD_NUMBER = 2;
private int limit_;
/**
* int32 limit = 2;
*/
public int getLimit() {
return limit_;
}
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 (!getPartialObjectNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, partialObjectName_);
}
if (limit_ != 0) {
output.writeInt32(2, limit_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getPartialObjectNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, partialObjectName_);
}
if (limit_ != 0) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt32Size(2, limit_);
}
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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) obj;
boolean result = true;
result = result && getPartialObjectName()
.equals(other.getPartialObjectName());
result = result && (getLimit()
== other.getLimit());
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) + PARTIAL_OBJECT_NAME_FIELD_NUMBER;
hash = (53 * hash) + getPartialObjectName().hashCode();
hash = (37 * hash) + LIMIT_FIELD_NUMBER;
hash = (53 * hash) + getLimit();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.MatchingMBeanObjectNamesRequest}
*/
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.MatchingMBeanObjectNamesRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.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();
partialObjectName_ = "";
limit_ = 0;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest(this);
result.partialObjectName_ = partialObjectName_;
result.limit_ = limit_;
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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance()) return this;
if (!other.getPartialObjectName().isEmpty()) {
partialObjectName_ = other.partialObjectName_;
onChanged();
}
if (other.getLimit() != 0) {
setLimit(other.getLimit());
}
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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object partialObjectName_ = "";
/**
* string partial_object_name = 1;
*/
public java.lang.String getPartialObjectName() {
java.lang.Object ref = partialObjectName_;
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();
partialObjectName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string partial_object_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialObjectNameBytes() {
java.lang.Object ref = partialObjectName_;
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);
partialObjectName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string partial_object_name = 1;
*/
public Builder setPartialObjectName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
partialObjectName_ = value;
onChanged();
return this;
}
/**
* string partial_object_name = 1;
*/
public Builder clearPartialObjectName() {
partialObjectName_ = getDefaultInstance().getPartialObjectName();
onChanged();
return this;
}
/**
* string partial_object_name = 1;
*/
public Builder setPartialObjectNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
partialObjectName_ = value;
onChanged();
return this;
}
private int limit_ ;
/**
* int32 limit = 2;
*/
public int getLimit() {
return limit_;
}
/**
* int32 limit = 2;
*/
public Builder setLimit(int value) {
limit_ = value;
onChanged();
return this;
}
/**
* int32 limit = 2;
*/
public Builder clearLimit() {
limit_ = 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_wire_api_model.MatchingMBeanObjectNamesRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest 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 MatchingMBeanObjectNamesRequest 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 MatchingMBeanObjectNamesRequest(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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MatchingMBeanObjectNamesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* repeated string object_name = 1;
*/
java.util.List
getObjectNameList();
/**
* repeated string object_name = 1;
*/
int getObjectNameCount();
/**
* repeated string object_name = 1;
*/
java.lang.String getObjectName(int index);
/**
* repeated string object_name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getObjectNameBytes(int index);
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse}
*/
public static final class MatchingMBeanObjectNamesResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse)
MatchingMBeanObjectNamesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use MatchingMBeanObjectNamesResponse.newBuilder() to construct.
private MatchingMBeanObjectNamesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MatchingMBeanObjectNamesResponse() {
objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MatchingMBeanObjectNamesResponse(
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();
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
objectName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000001;
}
objectName_.add(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 {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
objectName_ = objectName_.getUnmodifiableView();
}
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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder.class);
}
public static final int OBJECT_NAME_FIELD_NUMBER = 1;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList objectName_;
/**
* repeated string object_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList
getObjectNameList() {
return objectName_;
}
/**
* repeated string object_name = 1;
*/
public int getObjectNameCount() {
return objectName_.size();
}
/**
* repeated string object_name = 1;
*/
public java.lang.String getObjectName(int index) {
return objectName_.get(index);
}
/**
* repeated string object_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getObjectNameBytes(int index) {
return objectName_.getByteString(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 {
for (int i = 0; i < objectName_.size(); i++) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, objectName_.getRaw(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < objectName_.size(); i++) {
dataSize += computeStringSizeNoTag(objectName_.getRaw(i));
}
size += dataSize;
size += 1 * getObjectNameList().size();
}
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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) obj;
boolean result = true;
result = result && getObjectNameList()
.equals(other.getObjectNameList());
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 (getObjectNameCount() > 0) {
hash = (37 * hash) + OBJECT_NAME_FIELD_NUMBER;
hash = (53 * hash) + getObjectNameList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.MatchingMBeanObjectNamesResponse}
*/
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.MatchingMBeanObjectNamesResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.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();
objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
objectName_ = objectName_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.objectName_ = objectName_;
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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance()) return this;
if (!other.objectName_.isEmpty()) {
if (objectName_.isEmpty()) {
objectName_ = other.objectName_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureObjectNameIsMutable();
objectName_.addAll(other.objectName_);
}
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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureObjectNameIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
objectName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(objectName_);
bitField0_ |= 0x00000001;
}
}
/**
* repeated string object_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList
getObjectNameList() {
return objectName_.getUnmodifiableView();
}
/**
* repeated string object_name = 1;
*/
public int getObjectNameCount() {
return objectName_.size();
}
/**
* repeated string object_name = 1;
*/
public java.lang.String getObjectName(int index) {
return objectName_.get(index);
}
/**
* repeated string object_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getObjectNameBytes(int index) {
return objectName_.getByteString(index);
}
/**
* repeated string object_name = 1;
*/
public Builder setObjectName(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureObjectNameIsMutable();
objectName_.set(index, value);
onChanged();
return this;
}
/**
* repeated string object_name = 1;
*/
public Builder addObjectName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureObjectNameIsMutable();
objectName_.add(value);
onChanged();
return this;
}
/**
* repeated string object_name = 1;
*/
public Builder addAllObjectName(
java.lang.Iterable values) {
ensureObjectNameIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, objectName_);
onChanged();
return this;
}
/**
* repeated string object_name = 1;
*/
public Builder clearObjectName() {
objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* repeated string object_name = 1;
*/
public Builder addObjectNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureObjectNameIsMutable();
objectName_.add(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.MatchingMBeanObjectNamesResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse 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 MatchingMBeanObjectNamesResponse 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 MatchingMBeanObjectNamesResponse(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.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MBeanMetaRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanMetaRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string object_name = 1;
*/
java.lang.String getObjectName();
/**
* string object_name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getObjectNameBytes();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MBeanMetaRequest}
*/
public static final class MBeanMetaRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanMetaRequest)
MBeanMetaRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use MBeanMetaRequest.newBuilder() to construct.
private MBeanMetaRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MBeanMetaRequest() {
objectName_ = "";
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MBeanMetaRequest(
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();
objectName_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder.class);
}
public static final int OBJECT_NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object objectName_;
/**
* string object_name = 1;
*/
public java.lang.String getObjectName() {
java.lang.Object ref = objectName_;
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();
objectName_ = s;
return s;
}
}
/**
* string object_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getObjectNameBytes() {
java.lang.Object ref = objectName_;
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);
objectName_ = 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 (!getObjectNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, objectName_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getObjectNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, objectName_);
}
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.DownstreamServiceOuterClass.MBeanMetaRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) obj;
boolean result = true;
result = result && getObjectName()
.equals(other.getObjectName());
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) + OBJECT_NAME_FIELD_NUMBER;
hash = (53 * hash) + getObjectName().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest 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.MBeanMetaRequest}
*/
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.MBeanMetaRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.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();
objectName_ = "";
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest(this);
result.objectName_ = objectName_;
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.DownstreamServiceOuterClass.MBeanMetaRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance()) return this;
if (!other.getObjectName().isEmpty()) {
objectName_ = other.objectName_;
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.DownstreamServiceOuterClass.MBeanMetaRequest 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.DownstreamServiceOuterClass.MBeanMetaRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object objectName_ = "";
/**
* string object_name = 1;
*/
public java.lang.String getObjectName() {
java.lang.Object ref = objectName_;
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();
objectName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string object_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getObjectNameBytes() {
java.lang.Object ref = objectName_;
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);
objectName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string object_name = 1;
*/
public Builder setObjectName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
objectName_ = value;
onChanged();
return this;
}
/**
* string object_name = 1;
*/
public Builder clearObjectName() {
objectName_ = getDefaultInstance().getObjectName();
onChanged();
return this;
}
/**
* string object_name = 1;
*/
public Builder setObjectNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
objectName_ = 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.MBeanMetaRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanMetaRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest 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 MBeanMetaRequest 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 MBeanMetaRequest(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.DownstreamServiceOuterClass.MBeanMetaRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MBeanMetaResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanMetaResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
boolean hasMbeanMeta();
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getMbeanMeta();
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder getMbeanMetaOrBuilder();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MBeanMetaResponse}
*/
public static final class MBeanMetaResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanMetaResponse)
MBeanMetaResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use MBeanMetaResponse.newBuilder() to construct.
private MBeanMetaResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MBeanMetaResponse() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MBeanMetaResponse(
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.DownstreamServiceOuterClass.MBeanMeta.Builder subBuilder = null;
if (mbeanMeta_ != null) {
subBuilder = mbeanMeta_.toBuilder();
}
mbeanMeta_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(mbeanMeta_);
mbeanMeta_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder.class);
}
public static final int MBEAN_META_FIELD_NUMBER = 1;
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta mbeanMeta_;
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public boolean hasMbeanMeta() {
return mbeanMeta_ != null;
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getMbeanMeta() {
return mbeanMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.getDefaultInstance() : mbeanMeta_;
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder getMbeanMetaOrBuilder() {
return getMbeanMeta();
}
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 (mbeanMeta_ != null) {
output.writeMessage(1, getMbeanMeta());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (mbeanMeta_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getMbeanMeta());
}
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.DownstreamServiceOuterClass.MBeanMetaResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) obj;
boolean result = true;
result = result && (hasMbeanMeta() == other.hasMbeanMeta());
if (hasMbeanMeta()) {
result = result && getMbeanMeta()
.equals(other.getMbeanMeta());
}
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 (hasMbeanMeta()) {
hash = (37 * hash) + MBEAN_META_FIELD_NUMBER;
hash = (53 * hash) + getMbeanMeta().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse 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.MBeanMetaResponse}
*/
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.MBeanMetaResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.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 (mbeanMetaBuilder_ == null) {
mbeanMeta_ = null;
} else {
mbeanMeta_ = null;
mbeanMetaBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse(this);
if (mbeanMetaBuilder_ == null) {
result.mbeanMeta_ = mbeanMeta_;
} else {
result.mbeanMeta_ = mbeanMetaBuilder_.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.DownstreamServiceOuterClass.MBeanMetaResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance()) return this;
if (other.hasMbeanMeta()) {
mergeMbeanMeta(other.getMbeanMeta());
}
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.DownstreamServiceOuterClass.MBeanMetaResponse 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.DownstreamServiceOuterClass.MBeanMetaResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta mbeanMeta_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder> mbeanMetaBuilder_;
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public boolean hasMbeanMeta() {
return mbeanMetaBuilder_ != null || mbeanMeta_ != null;
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getMbeanMeta() {
if (mbeanMetaBuilder_ == null) {
return mbeanMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.getDefaultInstance() : mbeanMeta_;
} else {
return mbeanMetaBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public Builder setMbeanMeta(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta value) {
if (mbeanMetaBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
mbeanMeta_ = value;
onChanged();
} else {
mbeanMetaBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public Builder setMbeanMeta(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder builderForValue) {
if (mbeanMetaBuilder_ == null) {
mbeanMeta_ = builderForValue.build();
onChanged();
} else {
mbeanMetaBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public Builder mergeMbeanMeta(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta value) {
if (mbeanMetaBuilder_ == null) {
if (mbeanMeta_ != null) {
mbeanMeta_ =
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.newBuilder(mbeanMeta_).mergeFrom(value).buildPartial();
} else {
mbeanMeta_ = value;
}
onChanged();
} else {
mbeanMetaBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public Builder clearMbeanMeta() {
if (mbeanMetaBuilder_ == null) {
mbeanMeta_ = null;
onChanged();
} else {
mbeanMeta_ = null;
mbeanMetaBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder getMbeanMetaBuilder() {
onChanged();
return getMbeanMetaFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder getMbeanMetaOrBuilder() {
if (mbeanMetaBuilder_ != null) {
return mbeanMetaBuilder_.getMessageOrBuilder();
} else {
return mbeanMeta_ == null ?
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.getDefaultInstance() : mbeanMeta_;
}
}
/**
* .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder>
getMbeanMetaFieldBuilder() {
if (mbeanMetaBuilder_ == null) {
mbeanMetaBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder>(
getMbeanMeta(),
getParentForChildren(),
isClean());
mbeanMeta_ = null;
}
return mbeanMetaBuilder_;
}
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.MBeanMetaResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanMetaResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse 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 MBeanMetaResponse 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 MBeanMetaResponse(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.DownstreamServiceOuterClass.MBeanMetaResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface SystemPropertiesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.SystemPropertiesRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.SystemPropertiesRequest}
*/
public static final class SystemPropertiesRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.SystemPropertiesRequest)
SystemPropertiesRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use SystemPropertiesRequest.newBuilder() to construct.
private SystemPropertiesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SystemPropertiesRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private SystemPropertiesRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.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.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) 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.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest 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.SystemPropertiesRequest}
*/
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.SystemPropertiesRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest(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.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.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.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest 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.DownstreamServiceOuterClass.SystemPropertiesRequest) 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_wire_api_model.SystemPropertiesRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.SystemPropertiesRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest 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 SystemPropertiesRequest 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 SystemPropertiesRequest(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.DownstreamServiceOuterClass.SystemPropertiesRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface SystemPropertiesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.SystemPropertiesResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* map<string, string> system_properties = 1;
*/
int getSystemPropertiesCount();
/**
* map<string, string> system_properties = 1;
*/
boolean containsSystemProperties(
java.lang.String key);
/**
* Use {@link #getSystemPropertiesMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getSystemProperties();
/**
* map<string, string> system_properties = 1;
*/
java.util.Map
getSystemPropertiesMap();
/**
* map<string, string> system_properties = 1;
*/
java.lang.String getSystemPropertiesOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
* map<string, string> system_properties = 1;
*/
java.lang.String getSystemPropertiesOrThrow(
java.lang.String key);
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.SystemPropertiesResponse}
*/
public static final class SystemPropertiesResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.SystemPropertiesResponse)
SystemPropertiesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use SystemPropertiesResponse.newBuilder() to construct.
private SystemPropertiesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SystemPropertiesResponse() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private SystemPropertiesResponse(
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: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
systemProperties_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField.newMapField(
SystemPropertiesDefaultEntryHolder.defaultEntry);
mutable_bitField0_ |= 0x00000001;
}
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapEntry
systemProperties__ = input.readMessage(
SystemPropertiesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
systemProperties_.getMutableMap().put(
systemProperties__.getKey(), systemProperties__.getValue());
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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 1:
return internalGetSystemProperties();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder.class);
}
public static final int SYSTEM_PROPERTIES_FIELD_NUMBER = 1;
private static final class SystemPropertiesDefaultEntryHolder {
static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapEntry<
java.lang.String, java.lang.String> defaultEntry =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapEntry
.newDefaultInstance(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_SystemPropertiesEntry_descriptor,
org.glowroot.agent.it.harness.shaded.com.google.protobuf.WireFormat.FieldType.STRING,
"",
org.glowroot.agent.it.harness.shaded.com.google.protobuf.WireFormat.FieldType.STRING,
"");
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField<
java.lang.String, java.lang.String> systemProperties_;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField
internalGetSystemProperties() {
if (systemProperties_ == null) {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField.emptyMapField(
SystemPropertiesDefaultEntryHolder.defaultEntry);
}
return systemProperties_;
}
public int getSystemPropertiesCount() {
return internalGetSystemProperties().getMap().size();
}
/**
* map<string, string> system_properties = 1;
*/
public boolean containsSystemProperties(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetSystemProperties().getMap().containsKey(key);
}
/**
* Use {@link #getSystemPropertiesMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getSystemProperties() {
return getSystemPropertiesMap();
}
/**
* map<string, string> system_properties = 1;
*/
public java.util.Map getSystemPropertiesMap() {
return internalGetSystemProperties().getMap();
}
/**
* map<string, string> system_properties = 1;
*/
public java.lang.String getSystemPropertiesOrDefault(
java.lang.String key,
java.lang.String defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetSystemProperties().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* map<string, string> system_properties = 1;
*/
public java.lang.String getSystemPropertiesOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetSystemProperties().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
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 {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetSystemProperties(),
SystemPropertiesDefaultEntryHolder.defaultEntry,
1);
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (java.util.Map.Entry entry
: internalGetSystemProperties().getMap().entrySet()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapEntry
systemProperties__ = SystemPropertiesDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, systemProperties__);
}
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.DownstreamServiceOuterClass.SystemPropertiesResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) obj;
boolean result = true;
result = result && internalGetSystemProperties().equals(
other.internalGetSystemProperties());
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 (!internalGetSystemProperties().getMap().isEmpty()) {
hash = (37 * hash) + SYSTEM_PROPERTIES_FIELD_NUMBER;
hash = (53 * hash) + internalGetSystemProperties().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.SystemPropertiesResponse}
*/
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.SystemPropertiesResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 1:
return internalGetSystemProperties();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 1:
return internalGetMutableSystemProperties();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.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();
internalGetMutableSystemProperties().clear();
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse(this);
int from_bitField0_ = bitField0_;
result.systemProperties_ = internalGetSystemProperties();
result.systemProperties_.makeImmutable();
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.DownstreamServiceOuterClass.SystemPropertiesResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance()) return this;
internalGetMutableSystemProperties().mergeFrom(
other.internalGetSystemProperties());
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.DownstreamServiceOuterClass.SystemPropertiesResponse 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.DownstreamServiceOuterClass.SystemPropertiesResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField<
java.lang.String, java.lang.String> systemProperties_;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField
internalGetSystemProperties() {
if (systemProperties_ == null) {
return org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField.emptyMapField(
SystemPropertiesDefaultEntryHolder.defaultEntry);
}
return systemProperties_;
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField
internalGetMutableSystemProperties() {
onChanged();;
if (systemProperties_ == null) {
systemProperties_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField.newMapField(
SystemPropertiesDefaultEntryHolder.defaultEntry);
}
if (!systemProperties_.isMutable()) {
systemProperties_ = systemProperties_.copy();
}
return systemProperties_;
}
public int getSystemPropertiesCount() {
return internalGetSystemProperties().getMap().size();
}
/**
* map<string, string> system_properties = 1;
*/
public boolean containsSystemProperties(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetSystemProperties().getMap().containsKey(key);
}
/**
* Use {@link #getSystemPropertiesMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getSystemProperties() {
return getSystemPropertiesMap();
}
/**
* map<string, string> system_properties = 1;
*/
public java.util.Map getSystemPropertiesMap() {
return internalGetSystemProperties().getMap();
}
/**
* map<string, string> system_properties = 1;
*/
public java.lang.String getSystemPropertiesOrDefault(
java.lang.String key,
java.lang.String defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetSystemProperties().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* map<string, string> system_properties = 1;
*/
public java.lang.String getSystemPropertiesOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetSystemProperties().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearSystemProperties() {
internalGetMutableSystemProperties().getMutableMap()
.clear();
return this;
}
/**
* map<string, string> system_properties = 1;
*/
public Builder removeSystemProperties(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
internalGetMutableSystemProperties().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableSystemProperties() {
return internalGetMutableSystemProperties().getMutableMap();
}
/**
* map<string, string> system_properties = 1;
*/
public Builder putSystemProperties(
java.lang.String key,
java.lang.String value) {
if (key == null) { throw new java.lang.NullPointerException(); }
if (value == null) { throw new java.lang.NullPointerException(); }
internalGetMutableSystemProperties().getMutableMap()
.put(key, value);
return this;
}
/**
* map<string, string> system_properties = 1;
*/
public Builder putAllSystemProperties(
java.util.Map values) {
internalGetMutableSystemProperties().getMutableMap()
.putAll(values);
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.SystemPropertiesResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.SystemPropertiesResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse 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 SystemPropertiesResponse 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 SystemPropertiesResponse(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.DownstreamServiceOuterClass.SystemPropertiesResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface CapabilitiesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.CapabilitiesRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.CapabilitiesRequest}
*/
public static final class CapabilitiesRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.CapabilitiesRequest)
CapabilitiesRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use CapabilitiesRequest.newBuilder() to construct.
private CapabilitiesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CapabilitiesRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CapabilitiesRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.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.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) 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.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest 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.CapabilitiesRequest}
*/
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.CapabilitiesRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest(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.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.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.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest 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.DownstreamServiceOuterClass.CapabilitiesRequest) 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_wire_api_model.CapabilitiesRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.CapabilitiesRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest 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 CapabilitiesRequest 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 CapabilitiesRequest(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.DownstreamServiceOuterClass.CapabilitiesRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface CapabilitiesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.CapabilitiesResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
boolean hasCapabilities();
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getCapabilities();
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder getCapabilitiesOrBuilder();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.CapabilitiesResponse}
*/
public static final class CapabilitiesResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.CapabilitiesResponse)
CapabilitiesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use CapabilitiesResponse.newBuilder() to construct.
private CapabilitiesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CapabilitiesResponse() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CapabilitiesResponse(
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.DownstreamServiceOuterClass.Capabilities.Builder subBuilder = null;
if (capabilities_ != null) {
subBuilder = capabilities_.toBuilder();
}
capabilities_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(capabilities_);
capabilities_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder.class);
}
public static final int CAPABILITIES_FIELD_NUMBER = 1;
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities capabilities_;
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public boolean hasCapabilities() {
return capabilities_ != null;
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getCapabilities() {
return capabilities_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.getDefaultInstance() : capabilities_;
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder getCapabilitiesOrBuilder() {
return getCapabilities();
}
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 (capabilities_ != null) {
output.writeMessage(1, getCapabilities());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (capabilities_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getCapabilities());
}
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.DownstreamServiceOuterClass.CapabilitiesResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) obj;
boolean result = true;
result = result && (hasCapabilities() == other.hasCapabilities());
if (hasCapabilities()) {
result = result && getCapabilities()
.equals(other.getCapabilities());
}
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 (hasCapabilities()) {
hash = (37 * hash) + CAPABILITIES_FIELD_NUMBER;
hash = (53 * hash) + getCapabilities().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse 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.CapabilitiesResponse}
*/
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.CapabilitiesResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.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 (capabilitiesBuilder_ == null) {
capabilities_ = null;
} else {
capabilities_ = null;
capabilitiesBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse(this);
if (capabilitiesBuilder_ == null) {
result.capabilities_ = capabilities_;
} else {
result.capabilities_ = capabilitiesBuilder_.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.DownstreamServiceOuterClass.CapabilitiesResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance()) return this;
if (other.hasCapabilities()) {
mergeCapabilities(other.getCapabilities());
}
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.DownstreamServiceOuterClass.CapabilitiesResponse 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.DownstreamServiceOuterClass.CapabilitiesResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities capabilities_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder> capabilitiesBuilder_;
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public boolean hasCapabilities() {
return capabilitiesBuilder_ != null || capabilities_ != null;
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getCapabilities() {
if (capabilitiesBuilder_ == null) {
return capabilities_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.getDefaultInstance() : capabilities_;
} else {
return capabilitiesBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public Builder setCapabilities(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities value) {
if (capabilitiesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
capabilities_ = value;
onChanged();
} else {
capabilitiesBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public Builder setCapabilities(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder builderForValue) {
if (capabilitiesBuilder_ == null) {
capabilities_ = builderForValue.build();
onChanged();
} else {
capabilitiesBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public Builder mergeCapabilities(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities value) {
if (capabilitiesBuilder_ == null) {
if (capabilities_ != null) {
capabilities_ =
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.newBuilder(capabilities_).mergeFrom(value).buildPartial();
} else {
capabilities_ = value;
}
onChanged();
} else {
capabilitiesBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public Builder clearCapabilities() {
if (capabilitiesBuilder_ == null) {
capabilities_ = null;
onChanged();
} else {
capabilities_ = null;
capabilitiesBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder getCapabilitiesBuilder() {
onChanged();
return getCapabilitiesFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder getCapabilitiesOrBuilder() {
if (capabilitiesBuilder_ != null) {
return capabilitiesBuilder_.getMessageOrBuilder();
} else {
return capabilities_ == null ?
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.getDefaultInstance() : capabilities_;
}
}
/**
* .org_glowroot_wire_api_model.Capabilities capabilities = 1;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder>
getCapabilitiesFieldBuilder() {
if (capabilitiesBuilder_ == null) {
capabilitiesBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder>(
getCapabilities(),
getParentForChildren(),
isClean());
capabilities_ = null;
}
return capabilitiesBuilder_;
}
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.CapabilitiesResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.CapabilitiesResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse 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 CapabilitiesResponse 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 CapabilitiesResponse(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.DownstreamServiceOuterClass.CapabilitiesResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface GlobalMetaRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.GlobalMetaRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.GlobalMetaRequest}
*/
public static final class GlobalMetaRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GlobalMetaRequest)
GlobalMetaRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use GlobalMetaRequest.newBuilder() to construct.
private GlobalMetaRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GlobalMetaRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private GlobalMetaRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.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.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) 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.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest 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.GlobalMetaRequest}
*/
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.GlobalMetaRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest(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.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.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.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest 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.DownstreamServiceOuterClass.GlobalMetaRequest) 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_wire_api_model.GlobalMetaRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.GlobalMetaRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest 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 GlobalMetaRequest 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 GlobalMetaRequest(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.DownstreamServiceOuterClass.GlobalMetaRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface GlobalMetaResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.GlobalMetaResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
boolean hasGlobalMeta();
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getGlobalMeta();
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder getGlobalMetaOrBuilder();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.GlobalMetaResponse}
*/
public static final class GlobalMetaResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GlobalMetaResponse)
GlobalMetaResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use GlobalMetaResponse.newBuilder() to construct.
private GlobalMetaResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GlobalMetaResponse() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private GlobalMetaResponse(
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.DownstreamServiceOuterClass.GlobalMeta.Builder subBuilder = null;
if (globalMeta_ != null) {
subBuilder = globalMeta_.toBuilder();
}
globalMeta_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(globalMeta_);
globalMeta_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder.class);
}
public static final int GLOBAL_META_FIELD_NUMBER = 1;
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta globalMeta_;
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public boolean hasGlobalMeta() {
return globalMeta_ != null;
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getGlobalMeta() {
return globalMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.getDefaultInstance() : globalMeta_;
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder getGlobalMetaOrBuilder() {
return getGlobalMeta();
}
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 (globalMeta_ != null) {
output.writeMessage(1, getGlobalMeta());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (globalMeta_ != null) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getGlobalMeta());
}
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.DownstreamServiceOuterClass.GlobalMetaResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) obj;
boolean result = true;
result = result && (hasGlobalMeta() == other.hasGlobalMeta());
if (hasGlobalMeta()) {
result = result && getGlobalMeta()
.equals(other.getGlobalMeta());
}
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 (hasGlobalMeta()) {
hash = (37 * hash) + GLOBAL_META_FIELD_NUMBER;
hash = (53 * hash) + getGlobalMeta().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse 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.GlobalMetaResponse}
*/
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.GlobalMetaResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.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 (globalMetaBuilder_ == null) {
globalMeta_ = null;
} else {
globalMeta_ = null;
globalMetaBuilder_ = null;
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse(this);
if (globalMetaBuilder_ == null) {
result.globalMeta_ = globalMeta_;
} else {
result.globalMeta_ = globalMetaBuilder_.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.DownstreamServiceOuterClass.GlobalMetaResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance()) return this;
if (other.hasGlobalMeta()) {
mergeGlobalMeta(other.getGlobalMeta());
}
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.DownstreamServiceOuterClass.GlobalMetaResponse 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.DownstreamServiceOuterClass.GlobalMetaResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta globalMeta_ = null;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder> globalMetaBuilder_;
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public boolean hasGlobalMeta() {
return globalMetaBuilder_ != null || globalMeta_ != null;
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getGlobalMeta() {
if (globalMetaBuilder_ == null) {
return globalMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.getDefaultInstance() : globalMeta_;
} else {
return globalMetaBuilder_.getMessage();
}
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public Builder setGlobalMeta(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta value) {
if (globalMetaBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
globalMeta_ = value;
onChanged();
} else {
globalMetaBuilder_.setMessage(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public Builder setGlobalMeta(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder builderForValue) {
if (globalMetaBuilder_ == null) {
globalMeta_ = builderForValue.build();
onChanged();
} else {
globalMetaBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public Builder mergeGlobalMeta(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta value) {
if (globalMetaBuilder_ == null) {
if (globalMeta_ != null) {
globalMeta_ =
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.newBuilder(globalMeta_).mergeFrom(value).buildPartial();
} else {
globalMeta_ = value;
}
onChanged();
} else {
globalMetaBuilder_.mergeFrom(value);
}
return this;
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public Builder clearGlobalMeta() {
if (globalMetaBuilder_ == null) {
globalMeta_ = null;
onChanged();
} else {
globalMeta_ = null;
globalMetaBuilder_ = null;
}
return this;
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder getGlobalMetaBuilder() {
onChanged();
return getGlobalMetaFieldBuilder().getBuilder();
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder getGlobalMetaOrBuilder() {
if (globalMetaBuilder_ != null) {
return globalMetaBuilder_.getMessageOrBuilder();
} else {
return globalMeta_ == null ?
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.getDefaultInstance() : globalMeta_;
}
}
/**
* .org_glowroot_wire_api_model.GlobalMeta global_meta = 1;
*/
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder>
getGlobalMetaFieldBuilder() {
if (globalMetaBuilder_ == null) {
globalMetaBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder>(
getGlobalMeta(),
getParentForChildren(),
isClean());
globalMeta_ = null;
}
return globalMetaBuilder_;
}
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.GlobalMetaResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.GlobalMetaResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse 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 GlobalMetaResponse 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 GlobalMetaResponse(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.DownstreamServiceOuterClass.GlobalMetaResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface PreloadClasspathCacheRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.PreloadClasspathCacheRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.PreloadClasspathCacheRequest}
*/
public static final class PreloadClasspathCacheRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.PreloadClasspathCacheRequest)
PreloadClasspathCacheRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use PreloadClasspathCacheRequest.newBuilder() to construct.
private PreloadClasspathCacheRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PreloadClasspathCacheRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private PreloadClasspathCacheRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.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.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) 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.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.PreloadClasspathCacheRequest}
*/
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.PreloadClasspathCacheRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest(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.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.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.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) 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_wire_api_model.PreloadClasspathCacheRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.PreloadClasspathCacheRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest 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 PreloadClasspathCacheRequest 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 PreloadClasspathCacheRequest(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.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface PreloadClasspathCacheResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.PreloadClasspathCacheResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.PreloadClasspathCacheResponse}
*/
public static final class PreloadClasspathCacheResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.PreloadClasspathCacheResponse)
PreloadClasspathCacheResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use PreloadClasspathCacheResponse.newBuilder() to construct.
private PreloadClasspathCacheResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PreloadClasspathCacheResponse() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private PreloadClasspathCacheResponse(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.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.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) 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.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.PreloadClasspathCacheResponse}
*/
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.PreloadClasspathCacheResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse(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.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.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.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) 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_wire_api_model.PreloadClasspathCacheResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.PreloadClasspathCacheResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse 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 PreloadClasspathCacheResponse 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 PreloadClasspathCacheResponse(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.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MatchingClassNamesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingClassNamesRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string partial_class_name = 1;
*/
java.lang.String getPartialClassName();
/**
* string partial_class_name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialClassNameBytes();
/**
* int32 limit = 2;
*/
int getLimit();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MatchingClassNamesRequest}
*/
public static final class MatchingClassNamesRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingClassNamesRequest)
MatchingClassNamesRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use MatchingClassNamesRequest.newBuilder() to construct.
private MatchingClassNamesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MatchingClassNamesRequest() {
partialClassName_ = "";
limit_ = 0;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MatchingClassNamesRequest(
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();
partialClassName_ = s;
break;
}
case 16: {
limit_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder.class);
}
public static final int PARTIAL_CLASS_NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object partialClassName_;
/**
* string partial_class_name = 1;
*/
public java.lang.String getPartialClassName() {
java.lang.Object ref = partialClassName_;
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();
partialClassName_ = s;
return s;
}
}
/**
* string partial_class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialClassNameBytes() {
java.lang.Object ref = partialClassName_;
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);
partialClassName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int LIMIT_FIELD_NUMBER = 2;
private int limit_;
/**
* int32 limit = 2;
*/
public int getLimit() {
return limit_;
}
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 (!getPartialClassNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, partialClassName_);
}
if (limit_ != 0) {
output.writeInt32(2, limit_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getPartialClassNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, partialClassName_);
}
if (limit_ != 0) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt32Size(2, limit_);
}
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.DownstreamServiceOuterClass.MatchingClassNamesRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) obj;
boolean result = true;
result = result && getPartialClassName()
.equals(other.getPartialClassName());
result = result && (getLimit()
== other.getLimit());
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) + PARTIAL_CLASS_NAME_FIELD_NUMBER;
hash = (53 * hash) + getPartialClassName().hashCode();
hash = (37 * hash) + LIMIT_FIELD_NUMBER;
hash = (53 * hash) + getLimit();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.MatchingClassNamesRequest}
*/
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.MatchingClassNamesRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.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();
partialClassName_ = "";
limit_ = 0;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest(this);
result.partialClassName_ = partialClassName_;
result.limit_ = limit_;
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.DownstreamServiceOuterClass.MatchingClassNamesRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance()) return this;
if (!other.getPartialClassName().isEmpty()) {
partialClassName_ = other.partialClassName_;
onChanged();
}
if (other.getLimit() != 0) {
setLimit(other.getLimit());
}
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.DownstreamServiceOuterClass.MatchingClassNamesRequest 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.DownstreamServiceOuterClass.MatchingClassNamesRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object partialClassName_ = "";
/**
* string partial_class_name = 1;
*/
public java.lang.String getPartialClassName() {
java.lang.Object ref = partialClassName_;
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();
partialClassName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string partial_class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialClassNameBytes() {
java.lang.Object ref = partialClassName_;
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);
partialClassName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string partial_class_name = 1;
*/
public Builder setPartialClassName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
partialClassName_ = value;
onChanged();
return this;
}
/**
* string partial_class_name = 1;
*/
public Builder clearPartialClassName() {
partialClassName_ = getDefaultInstance().getPartialClassName();
onChanged();
return this;
}
/**
* string partial_class_name = 1;
*/
public Builder setPartialClassNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
partialClassName_ = value;
onChanged();
return this;
}
private int limit_ ;
/**
* int32 limit = 2;
*/
public int getLimit() {
return limit_;
}
/**
* int32 limit = 2;
*/
public Builder setLimit(int value) {
limit_ = value;
onChanged();
return this;
}
/**
* int32 limit = 2;
*/
public Builder clearLimit() {
limit_ = 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_wire_api_model.MatchingClassNamesRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingClassNamesRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest 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 MatchingClassNamesRequest 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 MatchingClassNamesRequest(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.DownstreamServiceOuterClass.MatchingClassNamesRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MatchingClassNamesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingClassNamesResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* repeated string class_name = 1;
*/
java.util.List
getClassNameList();
/**
* repeated string class_name = 1;
*/
int getClassNameCount();
/**
* repeated string class_name = 1;
*/
java.lang.String getClassName(int index);
/**
* repeated string class_name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getClassNameBytes(int index);
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MatchingClassNamesResponse}
*/
public static final class MatchingClassNamesResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingClassNamesResponse)
MatchingClassNamesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use MatchingClassNamesResponse.newBuilder() to construct.
private MatchingClassNamesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MatchingClassNamesResponse() {
className_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MatchingClassNamesResponse(
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();
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
className_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000001;
}
className_.add(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 {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
className_ = className_.getUnmodifiableView();
}
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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder.class);
}
public static final int CLASS_NAME_FIELD_NUMBER = 1;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList className_;
/**
* repeated string class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList
getClassNameList() {
return className_;
}
/**
* repeated string class_name = 1;
*/
public int getClassNameCount() {
return className_.size();
}
/**
* repeated string class_name = 1;
*/
public java.lang.String getClassName(int index) {
return className_.get(index);
}
/**
* repeated string class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getClassNameBytes(int index) {
return className_.getByteString(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 {
for (int i = 0; i < className_.size(); i++) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, className_.getRaw(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < className_.size(); i++) {
dataSize += computeStringSizeNoTag(className_.getRaw(i));
}
size += dataSize;
size += 1 * getClassNameList().size();
}
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.DownstreamServiceOuterClass.MatchingClassNamesResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) obj;
boolean result = true;
result = result && getClassNameList()
.equals(other.getClassNameList());
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 (getClassNameCount() > 0) {
hash = (37 * hash) + CLASS_NAME_FIELD_NUMBER;
hash = (53 * hash) + getClassNameList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.MatchingClassNamesResponse}
*/
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.MatchingClassNamesResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.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();
className_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
className_ = className_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.className_ = className_;
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.DownstreamServiceOuterClass.MatchingClassNamesResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance()) return this;
if (!other.className_.isEmpty()) {
if (className_.isEmpty()) {
className_ = other.className_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureClassNameIsMutable();
className_.addAll(other.className_);
}
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.DownstreamServiceOuterClass.MatchingClassNamesResponse 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.DownstreamServiceOuterClass.MatchingClassNamesResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList className_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureClassNameIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
className_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(className_);
bitField0_ |= 0x00000001;
}
}
/**
* repeated string class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList
getClassNameList() {
return className_.getUnmodifiableView();
}
/**
* repeated string class_name = 1;
*/
public int getClassNameCount() {
return className_.size();
}
/**
* repeated string class_name = 1;
*/
public java.lang.String getClassName(int index) {
return className_.get(index);
}
/**
* repeated string class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getClassNameBytes(int index) {
return className_.getByteString(index);
}
/**
* repeated string class_name = 1;
*/
public Builder setClassName(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureClassNameIsMutable();
className_.set(index, value);
onChanged();
return this;
}
/**
* repeated string class_name = 1;
*/
public Builder addClassName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureClassNameIsMutable();
className_.add(value);
onChanged();
return this;
}
/**
* repeated string class_name = 1;
*/
public Builder addAllClassName(
java.lang.Iterable values) {
ensureClassNameIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, className_);
onChanged();
return this;
}
/**
* repeated string class_name = 1;
*/
public Builder clearClassName() {
className_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* repeated string class_name = 1;
*/
public Builder addClassNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureClassNameIsMutable();
className_.add(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.MatchingClassNamesResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingClassNamesResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse 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 MatchingClassNamesResponse 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 MatchingClassNamesResponse(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.DownstreamServiceOuterClass.MatchingClassNamesResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MatchingMethodNamesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingMethodNamesRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string class_name = 1;
*/
java.lang.String getClassName();
/**
* string class_name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getClassNameBytes();
/**
* string partial_method_name = 2;
*/
java.lang.String getPartialMethodName();
/**
* string partial_method_name = 2;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialMethodNameBytes();
/**
* int32 limit = 3;
*/
int getLimit();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MatchingMethodNamesRequest}
*/
public static final class MatchingMethodNamesRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMethodNamesRequest)
MatchingMethodNamesRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use MatchingMethodNamesRequest.newBuilder() to construct.
private MatchingMethodNamesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MatchingMethodNamesRequest() {
className_ = "";
partialMethodName_ = "";
limit_ = 0;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MatchingMethodNamesRequest(
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();
className_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
partialMethodName_ = s;
break;
}
case 24: {
limit_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder.class);
}
public static final int CLASS_NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object className_;
/**
* string class_name = 1;
*/
public java.lang.String getClassName() {
java.lang.Object ref = className_;
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();
className_ = s;
return s;
}
}
/**
* string class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getClassNameBytes() {
java.lang.Object ref = className_;
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);
className_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int PARTIAL_METHOD_NAME_FIELD_NUMBER = 2;
private volatile java.lang.Object partialMethodName_;
/**
* string partial_method_name = 2;
*/
public java.lang.String getPartialMethodName() {
java.lang.Object ref = partialMethodName_;
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();
partialMethodName_ = s;
return s;
}
}
/**
* string partial_method_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialMethodNameBytes() {
java.lang.Object ref = partialMethodName_;
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);
partialMethodName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int LIMIT_FIELD_NUMBER = 3;
private int limit_;
/**
* int32 limit = 3;
*/
public int getLimit() {
return limit_;
}
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 (!getClassNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, className_);
}
if (!getPartialMethodNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, partialMethodName_);
}
if (limit_ != 0) {
output.writeInt32(3, limit_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getClassNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, className_);
}
if (!getPartialMethodNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, partialMethodName_);
}
if (limit_ != 0) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt32Size(3, limit_);
}
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.DownstreamServiceOuterClass.MatchingMethodNamesRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) obj;
boolean result = true;
result = result && getClassName()
.equals(other.getClassName());
result = result && getPartialMethodName()
.equals(other.getPartialMethodName());
result = result && (getLimit()
== other.getLimit());
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) + CLASS_NAME_FIELD_NUMBER;
hash = (53 * hash) + getClassName().hashCode();
hash = (37 * hash) + PARTIAL_METHOD_NAME_FIELD_NUMBER;
hash = (53 * hash) + getPartialMethodName().hashCode();
hash = (37 * hash) + LIMIT_FIELD_NUMBER;
hash = (53 * hash) + getLimit();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.MatchingMethodNamesRequest}
*/
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.MatchingMethodNamesRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.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();
className_ = "";
partialMethodName_ = "";
limit_ = 0;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest(this);
result.className_ = className_;
result.partialMethodName_ = partialMethodName_;
result.limit_ = limit_;
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.DownstreamServiceOuterClass.MatchingMethodNamesRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance()) return this;
if (!other.getClassName().isEmpty()) {
className_ = other.className_;
onChanged();
}
if (!other.getPartialMethodName().isEmpty()) {
partialMethodName_ = other.partialMethodName_;
onChanged();
}
if (other.getLimit() != 0) {
setLimit(other.getLimit());
}
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.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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.DownstreamServiceOuterClass.MatchingMethodNamesRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object className_ = "";
/**
* string class_name = 1;
*/
public java.lang.String getClassName() {
java.lang.Object ref = className_;
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();
className_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getClassNameBytes() {
java.lang.Object ref = className_;
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);
className_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string class_name = 1;
*/
public Builder setClassName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
className_ = value;
onChanged();
return this;
}
/**
* string class_name = 1;
*/
public Builder clearClassName() {
className_ = getDefaultInstance().getClassName();
onChanged();
return this;
}
/**
* string class_name = 1;
*/
public Builder setClassNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
className_ = value;
onChanged();
return this;
}
private java.lang.Object partialMethodName_ = "";
/**
* string partial_method_name = 2;
*/
public java.lang.String getPartialMethodName() {
java.lang.Object ref = partialMethodName_;
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();
partialMethodName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string partial_method_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getPartialMethodNameBytes() {
java.lang.Object ref = partialMethodName_;
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);
partialMethodName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string partial_method_name = 2;
*/
public Builder setPartialMethodName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
partialMethodName_ = value;
onChanged();
return this;
}
/**
* string partial_method_name = 2;
*/
public Builder clearPartialMethodName() {
partialMethodName_ = getDefaultInstance().getPartialMethodName();
onChanged();
return this;
}
/**
* string partial_method_name = 2;
*/
public Builder setPartialMethodNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
partialMethodName_ = value;
onChanged();
return this;
}
private int limit_ ;
/**
* int32 limit = 3;
*/
public int getLimit() {
return limit_;
}
/**
* int32 limit = 3;
*/
public Builder setLimit(int value) {
limit_ = value;
onChanged();
return this;
}
/**
* int32 limit = 3;
*/
public Builder clearLimit() {
limit_ = 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_wire_api_model.MatchingMethodNamesRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingMethodNamesRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest 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 MatchingMethodNamesRequest 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 MatchingMethodNamesRequest(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.DownstreamServiceOuterClass.MatchingMethodNamesRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MatchingMethodNamesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingMethodNamesResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* repeated string method_name = 1;
*/
java.util.List
getMethodNameList();
/**
* repeated string method_name = 1;
*/
int getMethodNameCount();
/**
* repeated string method_name = 1;
*/
java.lang.String getMethodName(int index);
/**
* repeated string method_name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getMethodNameBytes(int index);
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MatchingMethodNamesResponse}
*/
public static final class MatchingMethodNamesResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMethodNamesResponse)
MatchingMethodNamesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use MatchingMethodNamesResponse.newBuilder() to construct.
private MatchingMethodNamesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MatchingMethodNamesResponse() {
methodName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MatchingMethodNamesResponse(
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();
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
methodName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000001;
}
methodName_.add(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 {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
methodName_ = methodName_.getUnmodifiableView();
}
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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder.class);
}
public static final int METHOD_NAME_FIELD_NUMBER = 1;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList methodName_;
/**
* repeated string method_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList
getMethodNameList() {
return methodName_;
}
/**
* repeated string method_name = 1;
*/
public int getMethodNameCount() {
return methodName_.size();
}
/**
* repeated string method_name = 1;
*/
public java.lang.String getMethodName(int index) {
return methodName_.get(index);
}
/**
* repeated string method_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getMethodNameBytes(int index) {
return methodName_.getByteString(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 {
for (int i = 0; i < methodName_.size(); i++) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, methodName_.getRaw(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < methodName_.size(); i++) {
dataSize += computeStringSizeNoTag(methodName_.getRaw(i));
}
size += dataSize;
size += 1 * getMethodNameList().size();
}
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.DownstreamServiceOuterClass.MatchingMethodNamesResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) obj;
boolean result = true;
result = result && getMethodNameList()
.equals(other.getMethodNameList());
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 (getMethodNameCount() > 0) {
hash = (37 * hash) + METHOD_NAME_FIELD_NUMBER;
hash = (53 * hash) + getMethodNameList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.MatchingMethodNamesResponse}
*/
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.MatchingMethodNamesResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.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();
methodName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
methodName_ = methodName_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.methodName_ = methodName_;
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.DownstreamServiceOuterClass.MatchingMethodNamesResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance()) return this;
if (!other.methodName_.isEmpty()) {
if (methodName_.isEmpty()) {
methodName_ = other.methodName_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureMethodNameIsMutable();
methodName_.addAll(other.methodName_);
}
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.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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.DownstreamServiceOuterClass.MatchingMethodNamesResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList methodName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureMethodNameIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
methodName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(methodName_);
bitField0_ |= 0x00000001;
}
}
/**
* repeated string method_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList
getMethodNameList() {
return methodName_.getUnmodifiableView();
}
/**
* repeated string method_name = 1;
*/
public int getMethodNameCount() {
return methodName_.size();
}
/**
* repeated string method_name = 1;
*/
public java.lang.String getMethodName(int index) {
return methodName_.get(index);
}
/**
* repeated string method_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getMethodNameBytes(int index) {
return methodName_.getByteString(index);
}
/**
* repeated string method_name = 1;
*/
public Builder setMethodName(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureMethodNameIsMutable();
methodName_.set(index, value);
onChanged();
return this;
}
/**
* repeated string method_name = 1;
*/
public Builder addMethodName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureMethodNameIsMutable();
methodName_.add(value);
onChanged();
return this;
}
/**
* repeated string method_name = 1;
*/
public Builder addAllMethodName(
java.lang.Iterable values) {
ensureMethodNameIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, methodName_);
onChanged();
return this;
}
/**
* repeated string method_name = 1;
*/
public Builder clearMethodName() {
methodName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* repeated string method_name = 1;
*/
public Builder addMethodNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureMethodNameIsMutable();
methodName_.add(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.MatchingMethodNamesResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingMethodNamesResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse 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 MatchingMethodNamesResponse 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 MatchingMethodNamesResponse(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.DownstreamServiceOuterClass.MatchingMethodNamesResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MethodSignaturesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MethodSignaturesRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string class_name = 1;
*/
java.lang.String getClassName();
/**
* string class_name = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getClassNameBytes();
/**
* string method_name = 2;
*/
java.lang.String getMethodName();
/**
* string method_name = 2;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getMethodNameBytes();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MethodSignaturesRequest}
*/
public static final class MethodSignaturesRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MethodSignaturesRequest)
MethodSignaturesRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use MethodSignaturesRequest.newBuilder() to construct.
private MethodSignaturesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MethodSignaturesRequest() {
className_ = "";
methodName_ = "";
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MethodSignaturesRequest(
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();
className_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
methodName_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder.class);
}
public static final int CLASS_NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object className_;
/**
* string class_name = 1;
*/
public java.lang.String getClassName() {
java.lang.Object ref = className_;
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();
className_ = s;
return s;
}
}
/**
* string class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getClassNameBytes() {
java.lang.Object ref = className_;
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);
className_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int METHOD_NAME_FIELD_NUMBER = 2;
private volatile java.lang.Object methodName_;
/**
* string method_name = 2;
*/
public java.lang.String getMethodName() {
java.lang.Object ref = methodName_;
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();
methodName_ = s;
return s;
}
}
/**
* string method_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getMethodNameBytes() {
java.lang.Object ref = methodName_;
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);
methodName_ = 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 (!getClassNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, className_);
}
if (!getMethodNameBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, methodName_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getClassNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, className_);
}
if (!getMethodNameBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, methodName_);
}
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.DownstreamServiceOuterClass.MethodSignaturesRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) obj;
boolean result = true;
result = result && getClassName()
.equals(other.getClassName());
result = result && getMethodName()
.equals(other.getMethodName());
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) + CLASS_NAME_FIELD_NUMBER;
hash = (53 * hash) + getClassName().hashCode();
hash = (37 * hash) + METHOD_NAME_FIELD_NUMBER;
hash = (53 * hash) + getMethodName().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.MethodSignaturesRequest}
*/
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.MethodSignaturesRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.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();
className_ = "";
methodName_ = "";
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest(this);
result.className_ = className_;
result.methodName_ = methodName_;
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.DownstreamServiceOuterClass.MethodSignaturesRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance()) return this;
if (!other.getClassName().isEmpty()) {
className_ = other.className_;
onChanged();
}
if (!other.getMethodName().isEmpty()) {
methodName_ = other.methodName_;
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.DownstreamServiceOuterClass.MethodSignaturesRequest 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.DownstreamServiceOuterClass.MethodSignaturesRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object className_ = "";
/**
* string class_name = 1;
*/
public java.lang.String getClassName() {
java.lang.Object ref = className_;
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();
className_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string class_name = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getClassNameBytes() {
java.lang.Object ref = className_;
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);
className_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string class_name = 1;
*/
public Builder setClassName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
className_ = value;
onChanged();
return this;
}
/**
* string class_name = 1;
*/
public Builder clearClassName() {
className_ = getDefaultInstance().getClassName();
onChanged();
return this;
}
/**
* string class_name = 1;
*/
public Builder setClassNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
className_ = value;
onChanged();
return this;
}
private java.lang.Object methodName_ = "";
/**
* string method_name = 2;
*/
public java.lang.String getMethodName() {
java.lang.Object ref = methodName_;
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();
methodName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string method_name = 2;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getMethodNameBytes() {
java.lang.Object ref = methodName_;
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);
methodName_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string method_name = 2;
*/
public Builder setMethodName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
methodName_ = value;
onChanged();
return this;
}
/**
* string method_name = 2;
*/
public Builder clearMethodName() {
methodName_ = getDefaultInstance().getMethodName();
onChanged();
return this;
}
/**
* string method_name = 2;
*/
public Builder setMethodNameBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
methodName_ = 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.MethodSignaturesRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MethodSignaturesRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest 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 MethodSignaturesRequest 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 MethodSignaturesRequest(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.DownstreamServiceOuterClass.MethodSignaturesRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MethodSignaturesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MethodSignaturesResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
java.util.List
getMethodSignatureList();
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getMethodSignature(int index);
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
int getMethodSignatureCount();
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
java.util.List extends org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder>
getMethodSignatureOrBuilderList();
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder getMethodSignatureOrBuilder(
int index);
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.MethodSignaturesResponse}
*/
public static final class MethodSignaturesResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MethodSignaturesResponse)
MethodSignaturesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use MethodSignaturesResponse.newBuilder() to construct.
private MethodSignaturesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MethodSignaturesResponse() {
methodSignature_ = java.util.Collections.emptyList();
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MethodSignaturesResponse(
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: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
methodSignature_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
methodSignature_.add(
input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.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_ & 0x00000001) == 0x00000001)) {
methodSignature_ = java.util.Collections.unmodifiableList(methodSignature_);
}
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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder.class);
}
public static final int METHOD_SIGNATURE_FIELD_NUMBER = 1;
private java.util.List methodSignature_;
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public java.util.List getMethodSignatureList() {
return methodSignature_;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public java.util.List extends org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder>
getMethodSignatureOrBuilderList() {
return methodSignature_;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public int getMethodSignatureCount() {
return methodSignature_.size();
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getMethodSignature(int index) {
return methodSignature_.get(index);
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder getMethodSignatureOrBuilder(
int index) {
return methodSignature_.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 {
for (int i = 0; i < methodSignature_.size(); i++) {
output.writeMessage(1, methodSignature_.get(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < methodSignature_.size(); i++) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, methodSignature_.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.DownstreamServiceOuterClass.MethodSignaturesResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) obj;
boolean result = true;
result = result && getMethodSignatureList()
.equals(other.getMethodSignatureList());
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 (getMethodSignatureCount() > 0) {
hash = (37 * hash) + METHOD_SIGNATURE_FIELD_NUMBER;
hash = (53 * hash) + getMethodSignatureList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.MethodSignaturesResponse}
*/
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.MethodSignaturesResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.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) {
getMethodSignatureFieldBuilder();
}
}
public Builder clear() {
super.clear();
if (methodSignatureBuilder_ == null) {
methodSignature_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
methodSignatureBuilder_.clear();
}
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse(this);
int from_bitField0_ = bitField0_;
if (methodSignatureBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001)) {
methodSignature_ = java.util.Collections.unmodifiableList(methodSignature_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.methodSignature_ = methodSignature_;
} else {
result.methodSignature_ = methodSignatureBuilder_.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.DownstreamServiceOuterClass.MethodSignaturesResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance()) return this;
if (methodSignatureBuilder_ == null) {
if (!other.methodSignature_.isEmpty()) {
if (methodSignature_.isEmpty()) {
methodSignature_ = other.methodSignature_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureMethodSignatureIsMutable();
methodSignature_.addAll(other.methodSignature_);
}
onChanged();
}
} else {
if (!other.methodSignature_.isEmpty()) {
if (methodSignatureBuilder_.isEmpty()) {
methodSignatureBuilder_.dispose();
methodSignatureBuilder_ = null;
methodSignature_ = other.methodSignature_;
bitField0_ = (bitField0_ & ~0x00000001);
methodSignatureBuilder_ =
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getMethodSignatureFieldBuilder() : null;
} else {
methodSignatureBuilder_.addAllMessages(other.methodSignature_);
}
}
}
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.DownstreamServiceOuterClass.MethodSignaturesResponse 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.DownstreamServiceOuterClass.MethodSignaturesResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List methodSignature_ =
java.util.Collections.emptyList();
private void ensureMethodSignatureIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
methodSignature_ = new java.util.ArrayList(methodSignature_);
bitField0_ |= 0x00000001;
}
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder> methodSignatureBuilder_;
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public java.util.List getMethodSignatureList() {
if (methodSignatureBuilder_ == null) {
return java.util.Collections.unmodifiableList(methodSignature_);
} else {
return methodSignatureBuilder_.getMessageList();
}
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public int getMethodSignatureCount() {
if (methodSignatureBuilder_ == null) {
return methodSignature_.size();
} else {
return methodSignatureBuilder_.getCount();
}
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getMethodSignature(int index) {
if (methodSignatureBuilder_ == null) {
return methodSignature_.get(index);
} else {
return methodSignatureBuilder_.getMessage(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public Builder setMethodSignature(
int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature value) {
if (methodSignatureBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMethodSignatureIsMutable();
methodSignature_.set(index, value);
onChanged();
} else {
methodSignatureBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public Builder setMethodSignature(
int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder builderForValue) {
if (methodSignatureBuilder_ == null) {
ensureMethodSignatureIsMutable();
methodSignature_.set(index, builderForValue.build());
onChanged();
} else {
methodSignatureBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public Builder addMethodSignature(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature value) {
if (methodSignatureBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMethodSignatureIsMutable();
methodSignature_.add(value);
onChanged();
} else {
methodSignatureBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public Builder addMethodSignature(
int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature value) {
if (methodSignatureBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMethodSignatureIsMutable();
methodSignature_.add(index, value);
onChanged();
} else {
methodSignatureBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public Builder addMethodSignature(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder builderForValue) {
if (methodSignatureBuilder_ == null) {
ensureMethodSignatureIsMutable();
methodSignature_.add(builderForValue.build());
onChanged();
} else {
methodSignatureBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public Builder addMethodSignature(
int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder builderForValue) {
if (methodSignatureBuilder_ == null) {
ensureMethodSignatureIsMutable();
methodSignature_.add(index, builderForValue.build());
onChanged();
} else {
methodSignatureBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public Builder addAllMethodSignature(
java.lang.Iterable extends org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature> values) {
if (methodSignatureBuilder_ == null) {
ensureMethodSignatureIsMutable();
org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, methodSignature_);
onChanged();
} else {
methodSignatureBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public Builder clearMethodSignature() {
if (methodSignatureBuilder_ == null) {
methodSignature_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
methodSignatureBuilder_.clear();
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public Builder removeMethodSignature(int index) {
if (methodSignatureBuilder_ == null) {
ensureMethodSignatureIsMutable();
methodSignature_.remove(index);
onChanged();
} else {
methodSignatureBuilder_.remove(index);
}
return this;
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder getMethodSignatureBuilder(
int index) {
return getMethodSignatureFieldBuilder().getBuilder(index);
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder getMethodSignatureOrBuilder(
int index) {
if (methodSignatureBuilder_ == null) {
return methodSignature_.get(index); } else {
return methodSignatureBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public java.util.List extends org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder>
getMethodSignatureOrBuilderList() {
if (methodSignatureBuilder_ != null) {
return methodSignatureBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(methodSignature_);
}
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder addMethodSignatureBuilder() {
return getMethodSignatureFieldBuilder().addBuilder(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder addMethodSignatureBuilder(
int index) {
return getMethodSignatureFieldBuilder().addBuilder(
index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.getDefaultInstance());
}
/**
* repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1;
*/
public java.util.List
getMethodSignatureBuilderList() {
return getMethodSignatureFieldBuilder().getBuilderList();
}
private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder>
getMethodSignatureFieldBuilder() {
if (methodSignatureBuilder_ == null) {
methodSignatureBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder>(
methodSignature_,
((bitField0_ & 0x00000001) == 0x00000001),
getParentForChildren(),
isClean());
methodSignature_ = null;
}
return methodSignatureBuilder_;
}
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.MethodSignaturesResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MethodSignaturesResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse 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 MethodSignaturesResponse 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 MethodSignaturesResponse(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.DownstreamServiceOuterClass.MethodSignaturesResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ReweaveRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ReweaveRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.ReweaveRequest}
*/
public static final class ReweaveRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ReweaveRequest)
ReweaveRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use ReweaveRequest.newBuilder() to construct.
private ReweaveRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ReweaveRequest() {
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ReweaveRequest(
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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.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.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) 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.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest 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.ReweaveRequest}
*/
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.ReweaveRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.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.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest(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.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.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.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest 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.DownstreamServiceOuterClass.ReweaveRequest) 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_wire_api_model.ReweaveRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ReweaveRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest 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 ReweaveRequest 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 ReweaveRequest(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.DownstreamServiceOuterClass.ReweaveRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ReweaveResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ReweaveResponse)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* int32 class_update_count = 1;
*/
int getClassUpdateCount();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.ReweaveResponse}
*/
public static final class ReweaveResponse extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ReweaveResponse)
ReweaveResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use ReweaveResponse.newBuilder() to construct.
private ReweaveResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ReweaveResponse() {
classUpdateCount_ = 0;
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ReweaveResponse(
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: {
classUpdateCount_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder.class);
}
public static final int CLASS_UPDATE_COUNT_FIELD_NUMBER = 1;
private int classUpdateCount_;
/**
* int32 class_update_count = 1;
*/
public int getClassUpdateCount() {
return classUpdateCount_;
}
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 (classUpdateCount_ != 0) {
output.writeInt32(1, classUpdateCount_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (classUpdateCount_ != 0) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream
.computeInt32Size(1, classUpdateCount_);
}
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.DownstreamServiceOuterClass.ReweaveResponse)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) obj;
boolean result = true;
result = result && (getClassUpdateCount()
== other.getClassUpdateCount());
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) + CLASS_UPDATE_COUNT_FIELD_NUMBER;
hash = (53 * hash) + getClassUpdateCount();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse 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.ReweaveResponse}
*/
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.ReweaveResponse)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.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();
classUpdateCount_ = 0;
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse(this);
result.classUpdateCount_ = classUpdateCount_;
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.DownstreamServiceOuterClass.ReweaveResponse) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance()) return this;
if (other.getClassUpdateCount() != 0) {
setClassUpdateCount(other.getClassUpdateCount());
}
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.DownstreamServiceOuterClass.ReweaveResponse 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.DownstreamServiceOuterClass.ReweaveResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int classUpdateCount_ ;
/**
* int32 class_update_count = 1;
*/
public int getClassUpdateCount() {
return classUpdateCount_;
}
/**
* int32 class_update_count = 1;
*/
public Builder setClassUpdateCount(int value) {
classUpdateCount_ = value;
onChanged();
return this;
}
/**
* int32 class_update_count = 1;
*/
public Builder clearClassUpdateCount() {
classUpdateCount_ = 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_wire_api_model.ReweaveResponse)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ReweaveResponse)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse 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 ReweaveResponse 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 ReweaveResponse(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.DownstreamServiceOuterClass.ReweaveResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface HeaderRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeaderRequest)
org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {
/**
* string trace_id = 1;
*/
java.lang.String getTraceId();
/**
* string trace_id = 1;
*/
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTraceIdBytes();
}
/**
* Protobuf type {@code org_glowroot_wire_api_model.HeaderRequest}
*/
public static final class HeaderRequest extends
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeaderRequest)
HeaderRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use HeaderRequest.newBuilder() to construct.
private HeaderRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private HeaderRequest() {
traceId_ = "";
}
@java.lang.Override
public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HeaderRequest(
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();
traceId_ = 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.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder.class);
}
public static final int TRACE_ID_FIELD_NUMBER = 1;
private volatile java.lang.Object traceId_;
/**
* string trace_id = 1;
*/
public java.lang.String getTraceId() {
java.lang.Object ref = traceId_;
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();
traceId_ = s;
return s;
}
}
/**
* string trace_id = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTraceIdBytes() {
java.lang.Object ref = traceId_;
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);
traceId_ = 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 (!getTraceIdBytes().isEmpty()) {
org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, traceId_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getTraceIdBytes().isEmpty()) {
size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, traceId_);
}
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.DownstreamServiceOuterClass.HeaderRequest)) {
return super.equals(obj);
}
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) obj;
boolean result = true;
result = result && getTraceId()
.equals(other.getTraceId());
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) + TRACE_ID_FIELD_NUMBER;
hash = (53 * hash) + getTraceId().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest 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.HeaderRequest}
*/
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.HeaderRequest)
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder {
public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor;
}
protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder.class);
}
// Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.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();
traceId_ = "";
return this;
}
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getDefaultInstanceForType() {
return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance();
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest build() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest buildPartial() {
org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest(this);
result.traceId_ = traceId_;
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.DownstreamServiceOuterClass.HeaderRequest) {
return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest other) {
if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance()) return this;
if (!other.getTraceId().isEmpty()) {
traceId_ = other.traceId_;
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.DownstreamServiceOuterClass.HeaderRequest 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.DownstreamServiceOuterClass.HeaderRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object traceId_ = "";
/**
* string trace_id = 1;
*/
public java.lang.String getTraceId() {
java.lang.Object ref = traceId_;
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();
traceId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string trace_id = 1;
*/
public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString
getTraceIdBytes() {
java.lang.Object ref = traceId_;
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);
traceId_ = b;
return b;
} else {
return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
* string trace_id = 1;
*/
public Builder setTraceId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
traceId_ = value;
onChanged();
return this;
}
/**
* string trace_id = 1;
*/
public Builder clearTraceId() {
traceId_ = getDefaultInstance().getTraceId();
onChanged();
return this;
}
/**
* string trace_id = 1;
*/
public Builder setTraceIdBytes(
org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
traceId_ = 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.HeaderRequest)
}
// @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeaderRequest)
private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest();
}
public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest 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 HeaderRequest 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 HeaderRequest(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