All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.glowroot.wire.api.model.DownstreamServiceOuterClass Maven / Gradle / Ivy

There is a newer version: 0.9.24
Show newest version
// 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.shaded.google.protobuf.ExtensionRegistry registry) {
  }
  public interface ServerRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ServerRequest)
      org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder {

    /**
     * optional int64 request_id = 1;
     */
    long getRequestId();

    /**
     * optional .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
     */
    org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getHelloAck();
    /**
     * optional .org_glowroot_wire_api_model.HelloAck hello_ack = 100;
     */
    org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder getHelloAckOrBuilder();

    /**
     * optional .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
     */
    org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getAgentConfigUpdateRequest();
    /**
     * optional .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200;
     */
    org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder getAgentConfigUpdateRequestOrBuilder();

    /**
     * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300;
     *
     * 
     * LiveJvmService
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getThreadDumpRequest(); /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
     * LiveJvmService
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder getThreadDumpRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getAvailableDiskSpaceRequest(); /** * optional .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder getAvailableDiskSpaceRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getHeapDumpRequest(); /** * optional .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder getHeapDumpRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest getGcRequest(); /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequestOrBuilder getGcRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getMbeanDumpRequest(); /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder getMbeanDumpRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getMatchingMbeanObjectNamesRequest(); /** * optional .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder getMatchingMbeanObjectNamesRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getMbeanMetaRequest(); /** * optional .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder getMbeanMetaRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getCapabilitiesRequest(); /** * optional .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder getCapabilitiesRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
     * LiveWeavingService
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getGlobalMetaRequest(); /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
     * LiveWeavingService
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder getGlobalMetaRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getPreloadClasspathCacheRequest(); /** * optional .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder getPreloadClasspathCacheRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getMatchingClassNamesRequest(); /** * optional .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder getMatchingClassNamesRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getMatchingMethodNamesRequest(); /** * optional .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder getMatchingMethodNamesRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getMethodSignaturesRequest(); /** * optional .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder getMethodSignaturesRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getReweaveRequest(); /** * optional .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder getReweaveRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
     * LiveTraceRepository
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getHeaderRequest(); /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
     * LiveTraceRepository
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder getHeaderRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getEntriesRequest(); /** * optional .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder getEntriesRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getMainThreadProfileRequest(); /** * optional .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder getMainThreadProfileRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getAuxThreadProfileRequest(); /** * optional .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder getAuxThreadProfileRequestOrBuilder(); /** * optional .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getFullTraceRequest(); /** * optional .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.ServerRequest.MessageCase getMessageCase(); } /** * Protobuf type {@code org_glowroot_wire_api_model.ServerRequest} */ public static final class ServerRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ServerRequest) ServerRequestOrBuilder { // Use ServerRequest.newBuilder() to construct. private ServerRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ServerRequest() { requestId_ = 0L; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ServerRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.GcRequest.Builder subBuilder = null; if (messageCase_ == 303) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) 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 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; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ServerRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ServerRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest.Builder.class); } private int messageCase_ = 0; private java.lang.Object message_; public enum MessageCase implements org.glowroot.agent.shaded.google.protobuf.Internal.EnumLite { HELLO_ACK(100), AGENT_CONFIG_UPDATE_REQUEST(200), THREAD_DUMP_REQUEST(300), AVAILABLE_DISK_SPACE_REQUEST(301), HEAP_DUMP_REQUEST(302), GC_REQUEST(303), MBEAN_DUMP_REQUEST(304), MATCHING_MBEAN_OBJECT_NAMES_REQUEST(305), MBEAN_META_REQUEST(306), 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), MAIN_THREAD_PROFILE_REQUEST(502), AUX_THREAD_PROFILE_REQUEST(503), FULL_TRACE_REQUEST(504), MESSAGE_NOT_SET(0); private int value = 0; private MessageCase(int value) { this.value = value; } public static MessageCase valueOf(int value) { switch (value) { case 100: return HELLO_ACK; case 200: return AGENT_CONFIG_UPDATE_REQUEST; case 300: return THREAD_DUMP_REQUEST; case 301: return AVAILABLE_DISK_SPACE_REQUEST; case 302: return HEAP_DUMP_REQUEST; case 303: return GC_REQUEST; case 304: return MBEAN_DUMP_REQUEST; case 305: return MATCHING_MBEAN_OBJECT_NAMES_REQUEST; case 306: return MBEAN_META_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 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: throw new java.lang.IllegalArgumentException( "Value is undefined for this oneof enum."); } } public int getNumber() { return this.value; } }; public MessageCase getMessageCase() { return MessageCase.valueOf( messageCase_); } public static final int REQUEST_ID_FIELD_NUMBER = 1; private long requestId_; /** * optional int64 request_id = 1; */ public long getRequestId() { return requestId_; } public static final int HELLO_ACK_FIELD_NUMBER = 100; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
     * LiveJvmService
     * 
*/ 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(); } /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
     * LiveJvmService
     * 
*/ 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 AVAILABLE_DISK_SPACE_REQUEST_FIELD_NUMBER = 301; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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 GC_REQUEST_FIELD_NUMBER = 303; /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest getGcRequest() { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.getDefaultInstance(); } /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequestOrBuilder getGcRequestOrBuilder() { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.getDefaultInstance(); } public static final int MBEAN_DUMP_REQUEST_FIELD_NUMBER = 304; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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 CAPABILITIES_REQUEST_FIELD_NUMBER = 307; /** * optional .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(); } /** * optional .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; /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
     * LiveWeavingService
     * 
*/ 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(); } /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
     * LiveWeavingService
     * 
*/ 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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
     * LiveTraceRepository
     * 
*/ 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(); } /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
     * LiveTraceRepository
     * 
*/ 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; /** * optional .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(); } /** * optional .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 MAIN_THREAD_PROFILE_REQUEST_FIELD_NUMBER = 502; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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.shaded.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.GcRequest) 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_ == 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_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (requestId_ != 0L) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt64Size(1, requestId_); } if (messageCase_ == 100) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_); } if (messageCase_ == 200) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_); } if (messageCase_ == 300) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_); } if (messageCase_ == 301) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_); } if (messageCase_ == 302) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_); } if (messageCase_ == 303) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) message_); } if (messageCase_ == 304) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_); } if (messageCase_ == 305) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_); } if (messageCase_ == 306) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_); } if (messageCase_ == 307) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_); } if (messageCase_ == 400) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_); } if (messageCase_ == 401) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_); } if (messageCase_ == 402) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_); } if (messageCase_ == 403) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_); } if (messageCase_ == 404) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_); } if (messageCase_ == 405) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_); } if (messageCase_ == 500) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_); } if (messageCase_ == 501) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_); } if (messageCase_ == 502) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_); } if (messageCase_ == 503) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_); } if (messageCase_ == 504) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.ServerRequest 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ServerRequest} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ServerRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequestOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ServerRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ServerRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); requestId_ = 0L; messageCase_ = 0; message_ = null; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ServerRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest(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_ == 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_ == 303) { if (gcRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = gcRequestBuilder_.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_ == 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_ == 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 mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest.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 AVAILABLE_DISK_SPACE_REQUEST: { mergeAvailableDiskSpaceRequest(other.getAvailableDiskSpaceRequest()); break; } case HEAP_DUMP_REQUEST: { mergeHeapDumpRequest(other.getHeapDumpRequest()); break; } case GC_REQUEST: { mergeGcRequest(other.getGcRequest()); 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 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 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; } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int messageCase_ = 0; private java.lang.Object message_; public MessageCase getMessageCase() { return MessageCase.valueOf( messageCase_); } public Builder clearMessage() { messageCase_ = 0; message_ = null; onChanged(); return this; } private long requestId_ ; /** * optional int64 request_id = 1; */ public long getRequestId() { return requestId_; } /** * optional int64 request_id = 1; */ public Builder setRequestId(long value) { requestId_ = value; onChanged(); return this; } /** * optional int64 request_id = 1; */ public Builder clearRequestId() { requestId_ = 0L; onChanged(); return this; } private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder> helloAckBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder getHelloAckBuilder() { return getHelloAckFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder> agentConfigUpdateRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder getAgentConfigUpdateRequestBuilder() { return getAgentConfigUpdateRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder> threadDumpRequestBuilder_; /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
       * LiveJvmService
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
       * LiveJvmService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
       * LiveJvmService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
       * LiveJvmService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
       * LiveJvmService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
       * LiveJvmService
       * 
*/ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder getThreadDumpRequestBuilder() { return getThreadDumpRequestFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
       * LiveJvmService
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; * *
       * LiveJvmService
       * 
*/ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder> availableDiskSpaceRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder getAvailableDiskSpaceRequestBuilder() { return getAvailableDiskSpaceRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder> heapDumpRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder getHeapDumpRequestBuilder() { return getHeapDumpRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequestOrBuilder> gcRequestBuilder_; /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest getGcRequest() { if (gcRequestBuilder_ == null) { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.getDefaultInstance(); } else { if (messageCase_ == 303) { return gcRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.getDefaultInstance(); } } /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ public Builder setGcRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest value) { if (gcRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { gcRequestBuilder_.setMessage(value); } messageCase_ = 303; return this; } /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ public Builder setGcRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.Builder builderForValue) { if (gcRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { gcRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 303; return this; } /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ public Builder mergeGcRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest value) { if (gcRequestBuilder_ == null) { if (messageCase_ == 303 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 303) { gcRequestBuilder_.mergeFrom(value); } gcRequestBuilder_.setMessage(value); } messageCase_ = 303; return this; } /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ public Builder clearGcRequest() { if (gcRequestBuilder_ == null) { if (messageCase_ == 303) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 303) { messageCase_ = 0; message_ = null; } gcRequestBuilder_.clear(); } return this; } /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.Builder getGcRequestBuilder() { return getGcRequestFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequestOrBuilder getGcRequestOrBuilder() { if ((messageCase_ == 303) && (gcRequestBuilder_ != null)) { return gcRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.getDefaultInstance(); } } /** * optional .org_glowroot_wire_api_model.GcRequest gc_request = 303; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequestOrBuilder> getGcRequestFieldBuilder() { if (gcRequestBuilder_ == null) { if (!(messageCase_ == 303)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.getDefaultInstance(); } gcRequestBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 303; onChanged();; return gcRequestBuilder_; } private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder> mbeanDumpRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder getMbeanDumpRequestBuilder() { return getMbeanDumpRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder> matchingMbeanObjectNamesRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder> mbeanMetaRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder getMbeanMetaRequestBuilder() { return getMbeanMetaRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder> capabilitiesRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder getCapabilitiesRequestBuilder() { return getCapabilitiesRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder> globalMetaRequestBuilder_; /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
       * LiveWeavingService
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
       * LiveWeavingService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
       * LiveWeavingService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
       * LiveWeavingService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
       * LiveWeavingService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
       * LiveWeavingService
       * 
*/ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder getGlobalMetaRequestBuilder() { return getGlobalMetaRequestFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
       * LiveWeavingService
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; * *
       * LiveWeavingService
       * 
*/ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder> preloadClasspathCacheRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder getPreloadClasspathCacheRequestBuilder() { return getPreloadClasspathCacheRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder> matchingClassNamesRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder getMatchingClassNamesRequestBuilder() { return getMatchingClassNamesRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder> matchingMethodNamesRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder getMatchingMethodNamesRequestBuilder() { return getMatchingMethodNamesRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder> methodSignaturesRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder getMethodSignaturesRequestBuilder() { return getMethodSignaturesRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder> reweaveRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder getReweaveRequestBuilder() { return getReweaveRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder> headerRequestBuilder_; /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
       * LiveTraceRepository
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
       * LiveTraceRepository
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
       * LiveTraceRepository
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
       * LiveTraceRepository
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
       * LiveTraceRepository
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
       * LiveTraceRepository
       * 
*/ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder getHeaderRequestBuilder() { return getHeaderRequestFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
       * LiveTraceRepository
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.HeaderRequest header_request = 500; * *
       * LiveTraceRepository
       * 
*/ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder> entriesRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder getEntriesRequestBuilder() { return getEntriesRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder> mainThreadProfileRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder getMainThreadProfileRequestBuilder() { return getMainThreadProfileRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder> auxThreadProfileRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder getAuxThreadProfileRequestBuilder() { return getAuxThreadProfileRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder> fullTraceRequestBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder getFullTraceRequestBuilder() { return getFullTraceRequestFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ServerRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ServerRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public ServerRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new ServerRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ServerRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ClientResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ClientResponse) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional int64 request_id = 1; */ long getRequestId(); /** * optional .org_glowroot_wire_api_model.Hello hello = 100; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getHello(); /** * optional .org_glowroot_wire_api_model.Hello hello = 100; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder getHelloOrBuilder(); /** * optional .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getAgentConfigUpdateResponse(); /** * optional .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder getAgentConfigUpdateResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
     * LiveJvmService
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getThreadDumpResponse(); /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
     * LiveJvmService
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder getThreadDumpResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getAvailableDiskSpaceResponse(); /** * optional .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder getAvailableDiskSpaceResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getHeapDumpResponse(); /** * optional .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder getHeapDumpResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse getGcResponse(); /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponseOrBuilder getGcResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getMbeanDumpResponse(); /** * optional .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder getMbeanDumpResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getMatchingMbeanObjectNamesResponse(); /** * optional .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder getMatchingMbeanObjectNamesResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getMbeanMetaResponse(); /** * optional .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder getMbeanMetaResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getCapabilitiesResponse(); /** * optional .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder getCapabilitiesResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
     * LiveWeavingService
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getGlobalMetaResponse(); /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
     * LiveWeavingService
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder getGlobalMetaResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getPreloadClasspathCacheResponse(); /** * optional .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder getPreloadClasspathCacheResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getMatchingClassNamesResponse(); /** * optional .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder getMatchingClassNamesResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getMatchingMethodNamesResponse(); /** * optional .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder getMatchingMethodNamesResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getMethodSignaturesResponse(); /** * optional .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder getMethodSignaturesResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getReweaveResponse(); /** * optional .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder getReweaveResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
     * LiveTraceRepository
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getHeaderResponse(); /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
     * LiveTraceRepository
     * 
*/ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder getHeaderResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getEntriesResponse(); /** * optional .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder getEntriesResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getMainThreadProfileResponse(); /** * optional .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder getMainThreadProfileResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getAuxThreadProfileResponse(); /** * optional .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder getAuxThreadProfileResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getFullTraceResponse(); /** * optional .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder getFullTraceResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getUnknownRequestResponse(); /** * optional .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder getUnknownRequestResponseOrBuilder(); /** * optional .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getExceptionResponse(); /** * optional .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder getExceptionResponseOrBuilder(); public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse.MessageCase getMessageCase(); } /** * Protobuf type {@code org_glowroot_wire_api_model.ClientResponse} */ public static final class ClientResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ClientResponse) ClientResponseOrBuilder { // Use ClientResponse.newBuilder() to construct. private ClientResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ClientResponse() { requestId_ = 0L; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ClientResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.GcResponse.Builder subBuilder = null; if (messageCase_ == 303) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) 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 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 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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ClientResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ClientResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse.Builder.class); } private int messageCase_ = 0; private java.lang.Object message_; public enum MessageCase implements org.glowroot.agent.shaded.google.protobuf.Internal.EnumLite { HELLO(100), AGENT_CONFIG_UPDATE_RESPONSE(200), THREAD_DUMP_RESPONSE(300), AVAILABLE_DISK_SPACE_RESPONSE(301), HEAP_DUMP_RESPONSE(302), GC_RESPONSE(303), MBEAN_DUMP_RESPONSE(304), MATCHING_MBEAN_OBJECT_NAMES_RESPONSE(305), MBEAN_META_RESPONSE(306), 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), 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 int value = 0; private MessageCase(int value) { this.value = value; } public static MessageCase valueOf(int value) { switch (value) { case 100: return HELLO; case 200: return AGENT_CONFIG_UPDATE_RESPONSE; case 300: return THREAD_DUMP_RESPONSE; case 301: return AVAILABLE_DISK_SPACE_RESPONSE; case 302: return HEAP_DUMP_RESPONSE; case 303: return GC_RESPONSE; case 304: return MBEAN_DUMP_RESPONSE; case 305: return MATCHING_MBEAN_OBJECT_NAMES_RESPONSE; case 306: return MBEAN_META_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 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: throw new java.lang.IllegalArgumentException( "Value is undefined for this oneof enum."); } } public int getNumber() { return this.value; } }; public MessageCase getMessageCase() { return MessageCase.valueOf( messageCase_); } public static final int REQUEST_ID_FIELD_NUMBER = 1; private long requestId_; /** * optional int64 request_id = 1; */ public long getRequestId() { return requestId_; } public static final int HELLO_FIELD_NUMBER = 100; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
     * LiveJvmService
     * 
*/ 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(); } /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
     * LiveJvmService
     * 
*/ 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 AVAILABLE_DISK_SPACE_RESPONSE_FIELD_NUMBER = 301; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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 GC_RESPONSE_FIELD_NUMBER = 303; /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse getGcResponse() { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.getDefaultInstance(); } /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponseOrBuilder getGcResponseOrBuilder() { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.getDefaultInstance(); } public static final int MBEAN_DUMP_RESPONSE_FIELD_NUMBER = 304; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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 CAPABILITIES_RESPONSE_FIELD_NUMBER = 307; /** * optional .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(); } /** * optional .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; /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
     * LiveWeavingService
     * 
*/ 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(); } /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
     * LiveWeavingService
     * 
*/ 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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
     * LiveTraceRepository
     * 
*/ 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(); } /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
     * LiveTraceRepository
     * 
*/ 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; /** * optional .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(); } /** * optional .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 MAIN_THREAD_PROFILE_RESPONSE_FIELD_NUMBER = 502; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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; /** * optional .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(); } /** * optional .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.shaded.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.GcResponse) 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_ == 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_ == 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_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (requestId_ != 0L) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt64Size(1, requestId_); } if (messageCase_ == 100) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_); } if (messageCase_ == 200) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_); } if (messageCase_ == 300) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_); } if (messageCase_ == 301) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_); } if (messageCase_ == 302) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_); } if (messageCase_ == 303) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) message_); } if (messageCase_ == 304) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_); } if (messageCase_ == 305) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_); } if (messageCase_ == 306) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_); } if (messageCase_ == 307) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_); } if (messageCase_ == 400) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_); } if (messageCase_ == 401) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_); } if (messageCase_ == 402) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_); } if (messageCase_ == 403) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_); } if (messageCase_ == 404) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_); } if (messageCase_ == 405) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_); } if (messageCase_ == 500) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_); } if (messageCase_ == 501) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_); } if (messageCase_ == 502) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_); } if (messageCase_ == 503) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_); } if (messageCase_ == 504) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_); } if (messageCase_ == 10000) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(10000, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_); } if (messageCase_ == 10001) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(10001, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.ClientResponse 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ClientResponse} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ClientResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponseOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ClientResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ClientResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); requestId_ = 0L; messageCase_ = 0; message_ = null; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ClientResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse(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_ == 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_ == 303) { if (gcResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = gcResponseBuilder_.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_ == 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_ == 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 mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse.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 AVAILABLE_DISK_SPACE_RESPONSE: { mergeAvailableDiskSpaceResponse(other.getAvailableDiskSpaceResponse()); break; } case HEAP_DUMP_RESPONSE: { mergeHeapDumpResponse(other.getHeapDumpResponse()); break; } case GC_RESPONSE: { mergeGcResponse(other.getGcResponse()); 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 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 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; } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int messageCase_ = 0; private java.lang.Object message_; public MessageCase getMessageCase() { return MessageCase.valueOf( messageCase_); } public Builder clearMessage() { messageCase_ = 0; message_ = null; onChanged(); return this; } private long requestId_ ; /** * optional int64 request_id = 1; */ public long getRequestId() { return requestId_; } /** * optional int64 request_id = 1; */ public Builder setRequestId(long value) { requestId_ = value; onChanged(); return this; } /** * optional int64 request_id = 1; */ public Builder clearRequestId() { requestId_ = 0L; onChanged(); return this; } private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder> helloBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.Hello hello = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder getHelloBuilder() { return getHelloFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.Hello hello = 100; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder> agentConfigUpdateResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder getAgentConfigUpdateResponseBuilder() { return getAgentConfigUpdateResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder> threadDumpResponseBuilder_; /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
       * LiveJvmService
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
       * LiveJvmService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
       * LiveJvmService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
       * LiveJvmService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
       * LiveJvmService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
       * LiveJvmService
       * 
*/ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder getThreadDumpResponseBuilder() { return getThreadDumpResponseFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
       * LiveJvmService
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; * *
       * LiveJvmService
       * 
*/ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder> availableDiskSpaceResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder getAvailableDiskSpaceResponseBuilder() { return getAvailableDiskSpaceResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder> heapDumpResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder getHeapDumpResponseBuilder() { return getHeapDumpResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponseOrBuilder> gcResponseBuilder_; /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse getGcResponse() { if (gcResponseBuilder_ == null) { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.getDefaultInstance(); } else { if (messageCase_ == 303) { return gcResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.getDefaultInstance(); } } /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ public Builder setGcResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse value) { if (gcResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { gcResponseBuilder_.setMessage(value); } messageCase_ = 303; return this; } /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ public Builder setGcResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.Builder builderForValue) { if (gcResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { gcResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 303; return this; } /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ public Builder mergeGcResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse value) { if (gcResponseBuilder_ == null) { if (messageCase_ == 303 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 303) { gcResponseBuilder_.mergeFrom(value); } gcResponseBuilder_.setMessage(value); } messageCase_ = 303; return this; } /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ public Builder clearGcResponse() { if (gcResponseBuilder_ == null) { if (messageCase_ == 303) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 303) { messageCase_ = 0; message_ = null; } gcResponseBuilder_.clear(); } return this; } /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.Builder getGcResponseBuilder() { return getGcResponseFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponseOrBuilder getGcResponseOrBuilder() { if ((messageCase_ == 303) && (gcResponseBuilder_ != null)) { return gcResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.getDefaultInstance(); } } /** * optional .org_glowroot_wire_api_model.GcResponse gc_response = 303; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponseOrBuilder> getGcResponseFieldBuilder() { if (gcResponseBuilder_ == null) { if (!(messageCase_ == 303)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.getDefaultInstance(); } gcResponseBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 303; onChanged();; return gcResponseBuilder_; } private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder> mbeanDumpResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder getMbeanDumpResponseBuilder() { return getMbeanDumpResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder> matchingMbeanObjectNamesResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder> mbeanMetaResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder getMbeanMetaResponseBuilder() { return getMbeanMetaResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder> capabilitiesResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder getCapabilitiesResponseBuilder() { return getCapabilitiesResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder> globalMetaResponseBuilder_; /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
       * LiveWeavingService
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
       * LiveWeavingService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
       * LiveWeavingService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
       * LiveWeavingService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
       * LiveWeavingService
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
       * LiveWeavingService
       * 
*/ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder getGlobalMetaResponseBuilder() { return getGlobalMetaResponseFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
       * LiveWeavingService
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; * *
       * LiveWeavingService
       * 
*/ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder> preloadClasspathCacheResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder getPreloadClasspathCacheResponseBuilder() { return getPreloadClasspathCacheResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder> matchingClassNamesResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder getMatchingClassNamesResponseBuilder() { return getMatchingClassNamesResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder> matchingMethodNamesResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder getMatchingMethodNamesResponseBuilder() { return getMatchingMethodNamesResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder> methodSignaturesResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder getMethodSignaturesResponseBuilder() { return getMethodSignaturesResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder> reweaveResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder getReweaveResponseBuilder() { return getReweaveResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder> headerResponseBuilder_; /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
       * LiveTraceRepository
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
       * LiveTraceRepository
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
       * LiveTraceRepository
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
       * LiveTraceRepository
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
       * LiveTraceRepository
       * 
*/ 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; } /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
       * LiveTraceRepository
       * 
*/ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder getHeaderResponseBuilder() { return getHeaderResponseFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
       * LiveTraceRepository
       * 
*/ 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(); } } /** * optional .org_glowroot_wire_api_model.HeaderResponse header_response = 500; * *
       * LiveTraceRepository
       * 
*/ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder> entriesResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder getEntriesResponseBuilder() { return getEntriesResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder> mainThreadProfileResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder getMainThreadProfileResponseBuilder() { return getMainThreadProfileResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder> auxThreadProfileResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder getAuxThreadProfileResponseBuilder() { return getAuxThreadProfileResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder> fullTraceResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder getFullTraceResponseBuilder() { return getFullTraceResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder> unknownRequestResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder getUnknownRequestResponseBuilder() { return getUnknownRequestResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder> exceptionResponseBuilder_; /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder getExceptionResponseBuilder() { return getExceptionResponseFieldBuilder().getBuilder(); } /** * optional .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(); } } /** * optional .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ClientResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ClientResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public ClientResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new ClientResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ClientResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HelloOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Hello) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string agent_id = 1; */ java.lang.String getAgentId(); /** * optional string agent_id = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getAgentIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.Hello} */ public static final class Hello extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Hello) HelloOrBuilder { // Use Hello.newBuilder() to construct. private Hello(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Hello() { agentId_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private Hello( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); agentId_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); agentId_ = s; return s; } } /** * optional string agent_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getAgentIdBytes() { java.lang.Object ref = agentId_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); agentId_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getAgentIdBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, agentId_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getAgentIdBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, agentId_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); agentId_ = ""; return this; } public org.glowroot.agent.shaded.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_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object agentId_ = ""; /** * optional string agent_id = 1; */ public java.lang.String getAgentId() { java.lang.Object ref = agentId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); agentId_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string agent_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getAgentIdBytes() { java.lang.Object ref = agentId_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); agentId_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string agent_id = 1; */ public Builder setAgentId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } agentId_ = value; onChanged(); return this; } /** * optional string agent_id = 1; */ public Builder clearAgentId() { agentId_ = getDefaultInstance().getAgentId(); onChanged(); return this; } /** * optional string agent_id = 1; */ public Builder setAgentIdBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); agentId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public Hello parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new Hello(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.HelloAck} */ public static final class HelloAck extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HelloAck) HelloAckOrBuilder { // Use HelloAck.newBuilder() to construct. private HelloAck(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private HelloAck() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private HelloAck( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public HelloAck parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new HelloAck(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ boolean hasAgentConfig(); /** * optional .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig getAgentConfig(); /** * optional .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.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AgentConfigUpdateRequest) AgentConfigUpdateRequestOrBuilder { // Use AgentConfigUpdateRequest.newBuilder() to construct. private AgentConfigUpdateRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AgentConfigUpdateRequest() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private AgentConfigUpdateRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public boolean hasAgentConfig() { return agentConfig_ != null; } /** * optional .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_; } /** * optional .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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (agentConfig_ != null) { output.writeMessage(1, getAgentConfig()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (agentConfig_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getAgentConfig()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (agentConfigBuilder_ == null) { agentConfig_ = null; } else { agentConfig_ = null; agentConfigBuilder_ = null; } return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig agentConfig_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder> agentConfigBuilder_; /** * optional .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public boolean hasAgentConfig() { return agentConfigBuilder_ != null || agentConfig_ != null; } /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder getAgentConfigBuilder() { onChanged(); return getAgentConfigFieldBuilder().getBuilder(); } /** * optional .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_; } } /** * optional .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public AgentConfigUpdateRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new AgentConfigUpdateRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.AgentConfigUpdateResponse} */ public static final class AgentConfigUpdateResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AgentConfigUpdateResponse) AgentConfigUpdateResponseOrBuilder { // Use AgentConfigUpdateResponse.newBuilder() to construct. private AgentConfigUpdateResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AgentConfigUpdateResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private AgentConfigUpdateResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public AgentConfigUpdateResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new AgentConfigUpdateResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDumpRequest} */ public static final class ThreadDumpRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDumpRequest) ThreadDumpRequestOrBuilder { // Use ThreadDumpRequest.newBuilder() to construct. private ThreadDumpRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ThreadDumpRequest() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ThreadDumpRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public ThreadDumpRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new ThreadDumpRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ boolean hasThreadDump(); /** * optional .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getThreadDump(); /** * optional .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.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDumpResponse) ThreadDumpResponseOrBuilder { // Use ThreadDumpResponse.newBuilder() to construct. private ThreadDumpResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ThreadDumpResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ThreadDumpResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public boolean hasThreadDump() { return threadDump_ != null; } /** * optional .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_; } /** * optional .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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (threadDump_ != null) { output.writeMessage(1, getThreadDump()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (threadDump_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getThreadDump()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (threadDumpBuilder_ == null) { threadDump_ = null; } else { threadDump_ = null; threadDumpBuilder_ = null; } return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump threadDump_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder> threadDumpBuilder_; /** * optional .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public boolean hasThreadDump() { return threadDumpBuilder_ != null || threadDump_ != null; } /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder getThreadDumpBuilder() { onChanged(); return getThreadDumpFieldBuilder().getBuilder(); } /** * optional .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_; } } /** * optional .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public ThreadDumpResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new ThreadDumpResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AvailableDiskSpaceRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AvailableDiskSpaceRequest) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string directory = 1; */ java.lang.String getDirectory(); /** * optional string directory = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getDirectoryBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.AvailableDiskSpaceRequest} */ public static final class AvailableDiskSpaceRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AvailableDiskSpaceRequest) AvailableDiskSpaceRequestOrBuilder { // Use AvailableDiskSpaceRequest.newBuilder() to construct. private AvailableDiskSpaceRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AvailableDiskSpaceRequest() { directory_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private AvailableDiskSpaceRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); directory_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); directory_ = s; return s; } } /** * optional string directory = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getDirectoryBytes() { java.lang.Object ref = directory_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); directory_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getDirectoryBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, directory_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getDirectoryBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, directory_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); directory_ = ""; return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object directory_ = ""; /** * optional string directory = 1; */ public java.lang.String getDirectory() { java.lang.Object ref = directory_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); directory_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string directory = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getDirectoryBytes() { java.lang.Object ref = directory_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); directory_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string directory = 1; */ public Builder setDirectory( java.lang.String value) { if (value == null) { throw new NullPointerException(); } directory_ = value; onChanged(); return this; } /** * optional string directory = 1; */ public Builder clearDirectory() { directory_ = getDefaultInstance().getDirectory(); onChanged(); return this; } /** * optional string directory = 1; */ public Builder setDirectoryBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public AvailableDiskSpaceRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new AvailableDiskSpaceRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional int64 available_bytes = 1; */ long getAvailableBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.AvailableDiskSpaceResponse} */ public static final class AvailableDiskSpaceResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AvailableDiskSpaceResponse) AvailableDiskSpaceResponseOrBuilder { // Use AvailableDiskSpaceResponse.newBuilder() to construct. private AvailableDiskSpaceResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AvailableDiskSpaceResponse() { availableBytes_ = 0L; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private AvailableDiskSpaceResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 8: { availableBytes_ = input.readInt64(); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional int64 available_bytes = 1; */ public long getAvailableBytes() { return availableBytes_; } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (availableBytes_ != 0L) { output.writeInt64(1, availableBytes_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (availableBytes_ != 0L) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt64Size(1, availableBytes_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); availableBytes_ = 0L; return this; } public org.glowroot.agent.shaded.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_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private long availableBytes_ ; /** * optional int64 available_bytes = 1; */ public long getAvailableBytes() { return availableBytes_; } /** * optional int64 available_bytes = 1; */ public Builder setAvailableBytes(long value) { availableBytes_ = value; onChanged(); return this; } /** * optional int64 available_bytes = 1; */ public Builder clearAvailableBytes() { availableBytes_ = 0L; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public AvailableDiskSpaceResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new AvailableDiskSpaceResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional string directory = 1; */ java.lang.String getDirectory(); /** * optional string directory = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getDirectoryBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapDumpRequest} */ public static final class HeapDumpRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapDumpRequest) HeapDumpRequestOrBuilder { // Use HeapDumpRequest.newBuilder() to construct. private HeapDumpRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private HeapDumpRequest() { directory_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private HeapDumpRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); directory_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); directory_ = s; return s; } } /** * optional string directory = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getDirectoryBytes() { java.lang.Object ref = directory_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); directory_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getDirectoryBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, directory_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getDirectoryBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, directory_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); directory_ = ""; return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object directory_ = ""; /** * optional string directory = 1; */ public java.lang.String getDirectory() { java.lang.Object ref = directory_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); directory_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string directory = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getDirectoryBytes() { java.lang.Object ref = directory_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); directory_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string directory = 1; */ public Builder setDirectory( java.lang.String value) { if (value == null) { throw new NullPointerException(); } directory_ = value; onChanged(); return this; } /** * optional string directory = 1; */ public Builder clearDirectory() { directory_ = getDefaultInstance().getDirectory(); onChanged(); return this; } /** * optional string directory = 1; */ public Builder setDirectoryBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public HeapDumpRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new HeapDumpRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ boolean hasHeapDumpFileInfo(); /** * optional .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getHeapDumpFileInfo(); /** * optional .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder getHeapDumpFileInfoOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapDumpResponse} */ public static final class HeapDumpResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapDumpResponse) HeapDumpResponseOrBuilder { // Use HeapDumpResponse.newBuilder() to construct. private HeapDumpResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private HeapDumpResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private HeapDumpResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public boolean hasHeapDumpFileInfo() { return heapDumpFileInfo_ != null; } /** * optional .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_; } /** * optional .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder getHeapDumpFileInfoOrBuilder() { return getHeapDumpFileInfo(); } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (heapDumpFileInfo_ != null) { output.writeMessage(1, getHeapDumpFileInfo()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (heapDumpFileInfo_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getHeapDumpFileInfo()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (heapDumpFileInfoBuilder_ == null) { heapDumpFileInfo_ = null; } else { heapDumpFileInfo_ = null; heapDumpFileInfoBuilder_ = null; } return this; } public org.glowroot.agent.shaded.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(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo heapDumpFileInfo_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder> heapDumpFileInfoBuilder_; /** * optional .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public boolean hasHeapDumpFileInfo() { return heapDumpFileInfoBuilder_ != null || heapDumpFileInfo_ != null; } /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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(); } /** * optional .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_; } } /** * optional .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public HeapDumpResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new HeapDumpResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface GcRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.GcRequest) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.GcRequest} */ public static final class GcRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GcRequest) GcRequestOrBuilder { // Use GcRequest.newBuilder() to construct. private GcRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GcRequest() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private GcRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.GcRequest 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.GcRequest} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.GcRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequestOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest(this); onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest.getDefaultInstance()) return this; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.GcRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.GcRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public GcRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new GcRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface GcResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.GcResponse) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.GcResponse} */ public static final class GcResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GcResponse) GcResponseOrBuilder { // Use GcResponse.newBuilder() to construct. private GcResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GcResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private GcResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.GcResponse 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.GcResponse} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.GcResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponseOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GcResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse(this); onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse.getDefaultInstance()) return this; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.GcResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.GcResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public GcResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new GcResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GcResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanDumpRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDumpRequest) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ int getKindValue(); /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind getKind(); /** * repeated string object_name = 2; * *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
*/ org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getObjectNameList(); /** * repeated string object_name = 2; * *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
*/ int getObjectNameCount(); /** * repeated string object_name = 2; * *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
*/ java.lang.String getObjectName(int index); /** * repeated string object_name = 2; * *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getObjectNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDumpRequest} */ public static final class MBeanDumpRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDumpRequest) MBeanDumpRequestOrBuilder { // Use MBeanDumpRequest.newBuilder() to construct. private MBeanDumpRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanDumpRequest() { kind_ = 0; objectName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanDumpRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } objectName_.add(s); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { objectName_ = objectName_.getUnmodifiableView(); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.ProtocolMessageEnum { /** * ALL_MBEANS_INCLUDE_ATTRIBUTES = 0; */ ALL_MBEANS_INCLUDE_ATTRIBUTES(0, 0), /** * ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME = 1; */ ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME(1, 1), /** * SOME_MBEANS_INCLUDE_ATTRIBUTES = 2; */ SOME_MBEANS_INCLUDE_ATTRIBUTES(2, 2), UNRECOGNIZED(-1, -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 (index == -1) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } public static MBeanDumpKind valueOf(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.shaded.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final org.glowroot.agent.shaded.google.protobuf.Internal.EnumLiteMap< MBeanDumpKind> internalValueMap = new org.glowroot.agent.shaded.google.protobuf.Internal.EnumLiteMap() { public MBeanDumpKind findValueByNumber(int number) { return MBeanDumpKind.valueOf(number); } }; public final org.glowroot.agent.shaded.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(index); } public final org.glowroot.agent.shaded.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final org.glowroot.agent.shaded.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.shaded.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 index; private final int value; private MBeanDumpKind(int index, int value) { this.index = index; 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_; /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public int getKindValue() { return kind_; } /** * optional .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.shaded.google.protobuf.LazyStringList objectName_; /** * repeated string object_name = 2; * *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
*/ public org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getObjectNameList() { return objectName_; } /** * repeated string object_name = 2; * *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
*/ public int getObjectNameCount() { return objectName_.size(); } /** * repeated string object_name = 2; * *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
*/ public java.lang.String getObjectName(int index) { return objectName_.get(index); } /** * repeated string object_name = 2; * *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
*/ public org.glowroot.agent.shaded.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.shaded.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.shaded.google.protobuf.GeneratedMessage.writeString(output, 2, objectName_.getRaw(i)); } } 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.shaded.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(); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); kind_ = 0; objectName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int kind_ = 0; /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public int getKindValue() { return kind_; } /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public Builder setKindValue(int value) { kind_ = value; onChanged(); return this; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public Builder clearKind() { kind_ = 0; onChanged(); return this; } private org.glowroot.agent.shaded.google.protobuf.LazyStringList objectName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; private void ensureObjectNameIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { objectName_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(objectName_); bitField0_ |= 0x00000002; } } /** * repeated string object_name = 2; * *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
*/ public org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getObjectNameList() { return objectName_.getUnmodifiableView(); } /** * repeated string object_name = 2; * *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
*/ public int getObjectNameCount() { return objectName_.size(); } /** * repeated string object_name = 2; * *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
*/ public java.lang.String getObjectName(int index) { return objectName_.get(index); } /** * repeated string object_name = 2; * *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
*/ public org.glowroot.agent.shaded.google.protobuf.ByteString getObjectNameBytes(int index) { return objectName_.getByteString(index); } /** * repeated string object_name = 2; * *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
*/ 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 = 2; * *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
*/ public Builder addObjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureObjectNameIsMutable(); objectName_.add(value); onChanged(); return this; } /** * repeated string object_name = 2; * *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
*/ public Builder addAllObjectName( java.lang.Iterable values) { ensureObjectNameIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, objectName_); onChanged(); return this; } /** * repeated string object_name = 2; * *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
*/ public Builder clearObjectName() { objectName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * repeated string object_name = 2; * *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
*/ public Builder addObjectNameBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanDumpRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanDumpRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ boolean hasMbeanDump(); /** * optional .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getMbeanDump(); /** * optional .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.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDumpResponse) MBeanDumpResponseOrBuilder { // Use MBeanDumpResponse.newBuilder() to construct. private MBeanDumpResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanDumpResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanDumpResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public boolean hasMbeanDump() { return mbeanDump_ != null; } /** * optional .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_; } /** * optional .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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (mbeanDump_ != null) { output.writeMessage(1, getMbeanDump()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (mbeanDump_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getMbeanDump()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (mbeanDumpBuilder_ == null) { mbeanDump_ = null; } else { mbeanDump_ = null; mbeanDumpBuilder_ = null; } return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump mbeanDump_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder> mbeanDumpBuilder_; /** * optional .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public boolean hasMbeanDump() { return mbeanDumpBuilder_ != null || mbeanDump_ != null; } /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder getMbeanDumpBuilder() { onChanged(); return getMbeanDumpFieldBuilder().getBuilder(); } /** * optional .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_; } } /** * optional .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanDumpResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanDumpResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional string partial_object_name = 1; */ java.lang.String getPartialObjectName(); /** * optional string partial_object_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getPartialObjectNameBytes(); /** * optional int32 limit = 2; */ int getLimit(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest} */ public static final class MatchingMBeanObjectNamesRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest) MatchingMBeanObjectNamesRequestOrBuilder { // Use MatchingMBeanObjectNamesRequest.newBuilder() to construct. private MatchingMBeanObjectNamesRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MatchingMBeanObjectNamesRequest() { partialObjectName_ = ""; limit_ = 0; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MatchingMBeanObjectNamesRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialObjectName_ = s; return s; } } /** * optional string partial_object_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getPartialObjectNameBytes() { java.lang.Object ref = partialObjectName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialObjectName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int LIMIT_FIELD_NUMBER = 2; private int limit_; /** * optional 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getPartialObjectNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, partialObjectName_); } if (limit_ != 0) { output.writeInt32(2, limit_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getPartialObjectNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, partialObjectName_); } if (limit_ != 0) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt32Size(2, limit_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); partialObjectName_ = ""; limit_ = 0; return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object partialObjectName_ = ""; /** * optional string partial_object_name = 1; */ public java.lang.String getPartialObjectName() { java.lang.Object ref = partialObjectName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialObjectName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string partial_object_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getPartialObjectNameBytes() { java.lang.Object ref = partialObjectName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialObjectName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string partial_object_name = 1; */ public Builder setPartialObjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } partialObjectName_ = value; onChanged(); return this; } /** * optional string partial_object_name = 1; */ public Builder clearPartialObjectName() { partialObjectName_ = getDefaultInstance().getPartialObjectName(); onChanged(); return this; } /** * optional string partial_object_name = 1; */ public Builder setPartialObjectNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); partialObjectName_ = value; onChanged(); return this; } private int limit_ ; /** * optional int32 limit = 2; */ public int getLimit() { return limit_; } /** * optional int32 limit = 2; */ public Builder setLimit(int value) { limit_ = value; onChanged(); return this; } /** * optional int32 limit = 2; */ public Builder clearLimit() { limit_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MatchingMBeanObjectNamesRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MatchingMBeanObjectNamesRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * repeated string object_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ProtocolStringList 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.shaded.google.protobuf.ByteString getObjectNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse} */ public static final class MatchingMBeanObjectNamesResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse) MatchingMBeanObjectNamesResponseOrBuilder { // Use MatchingMBeanObjectNamesResponse.newBuilder() to construct. private MatchingMBeanObjectNamesResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MatchingMBeanObjectNamesResponse() { objectName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MatchingMBeanObjectNamesResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { objectName_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } objectName_.add(s); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { objectName_ = objectName_.getUnmodifiableView(); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.LazyStringList objectName_; /** * repeated string object_name = 1; */ public org.glowroot.agent.shaded.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.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < objectName_.size(); i++) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, objectName_.getRaw(i)); } } 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(); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); objectName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private org.glowroot.agent.shaded.google.protobuf.LazyStringList objectName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; private void ensureObjectNameIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { objectName_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(objectName_); bitField0_ |= 0x00000001; } } /** * repeated string object_name = 1; */ public org.glowroot.agent.shaded.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.shaded.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.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, objectName_); onChanged(); return this; } /** * repeated string object_name = 1; */ public Builder clearObjectName() { objectName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * repeated string object_name = 1; */ public Builder addObjectNameBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MatchingMBeanObjectNamesResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MatchingMBeanObjectNamesResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional string object_name = 1; */ java.lang.String getObjectName(); /** * optional string object_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getObjectNameBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanMetaRequest} */ public static final class MBeanMetaRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanMetaRequest) MBeanMetaRequestOrBuilder { // Use MBeanMetaRequest.newBuilder() to construct. private MBeanMetaRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanMetaRequest() { objectName_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanMetaRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); objectName_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); objectName_ = s; return s; } } /** * optional string object_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getObjectNameBytes() { java.lang.Object ref = objectName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); objectName_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getObjectNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, objectName_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getObjectNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, objectName_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); objectName_ = ""; return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object objectName_ = ""; /** * optional string object_name = 1; */ public java.lang.String getObjectName() { java.lang.Object ref = objectName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); objectName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string object_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getObjectNameBytes() { java.lang.Object ref = objectName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); objectName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string object_name = 1; */ public Builder setObjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } objectName_ = value; onChanged(); return this; } /** * optional string object_name = 1; */ public Builder clearObjectName() { objectName_ = getDefaultInstance().getObjectName(); onChanged(); return this; } /** * optional string object_name = 1; */ public Builder setObjectNameBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanMetaRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanMetaRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ boolean hasMbeanMeta(); /** * optional .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getMbeanMeta(); /** * optional .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.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanMetaResponse) MBeanMetaResponseOrBuilder { // Use MBeanMetaResponse.newBuilder() to construct. private MBeanMetaResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanMetaResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanMetaResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public boolean hasMbeanMeta() { return mbeanMeta_ != null; } /** * optional .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_; } /** * optional .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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (mbeanMeta_ != null) { output.writeMessage(1, getMbeanMeta()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (mbeanMeta_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getMbeanMeta()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (mbeanMetaBuilder_ == null) { mbeanMeta_ = null; } else { mbeanMeta_ = null; mbeanMetaBuilder_ = null; } return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta mbeanMeta_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder> mbeanMetaBuilder_; /** * optional .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public boolean hasMbeanMeta() { return mbeanMetaBuilder_ != null || mbeanMeta_ != null; } /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder getMbeanMetaBuilder() { onChanged(); return getMbeanMetaFieldBuilder().getBuilder(); } /** * optional .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_; } } /** * optional .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanMetaResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanMetaResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface CapabilitiesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.CapabilitiesRequest) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.CapabilitiesRequest} */ public static final class CapabilitiesRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.CapabilitiesRequest) CapabilitiesRequestOrBuilder { // Use CapabilitiesRequest.newBuilder() to construct. private CapabilitiesRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private CapabilitiesRequest() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private CapabilitiesRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public CapabilitiesRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new CapabilitiesRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ boolean hasCapabilities(); /** * optional .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getCapabilities(); /** * optional .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.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.CapabilitiesResponse) CapabilitiesResponseOrBuilder { // Use CapabilitiesResponse.newBuilder() to construct. private CapabilitiesResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private CapabilitiesResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private CapabilitiesResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public boolean hasCapabilities() { return capabilities_ != null; } /** * optional .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_; } /** * optional .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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (capabilities_ != null) { output.writeMessage(1, getCapabilities()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (capabilities_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getCapabilities()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (capabilitiesBuilder_ == null) { capabilities_ = null; } else { capabilities_ = null; capabilitiesBuilder_ = null; } return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities capabilities_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder> capabilitiesBuilder_; /** * optional .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public boolean hasCapabilities() { return capabilitiesBuilder_ != null || capabilities_ != null; } /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public Builder clearCapabilities() { if (capabilitiesBuilder_ == null) { capabilities_ = null; onChanged(); } else { capabilities_ = null; capabilitiesBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder getCapabilitiesBuilder() { onChanged(); return getCapabilitiesFieldBuilder().getBuilder(); } /** * optional .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_; } } /** * optional .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public CapabilitiesResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new CapabilitiesResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.GlobalMetaRequest} */ public static final class GlobalMetaRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GlobalMetaRequest) GlobalMetaRequestOrBuilder { // Use GlobalMetaRequest.newBuilder() to construct. private GlobalMetaRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GlobalMetaRequest() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private GlobalMetaRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public GlobalMetaRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new GlobalMetaRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ boolean hasGlobalMeta(); /** * optional .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getGlobalMeta(); /** * optional .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.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GlobalMetaResponse) GlobalMetaResponseOrBuilder { // Use GlobalMetaResponse.newBuilder() to construct. private GlobalMetaResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GlobalMetaResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private GlobalMetaResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public boolean hasGlobalMeta() { return globalMeta_ != null; } /** * optional .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_; } /** * optional .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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (globalMeta_ != null) { output.writeMessage(1, getGlobalMeta()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (globalMeta_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getGlobalMeta()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (globalMetaBuilder_ == null) { globalMeta_ = null; } else { globalMeta_ = null; globalMetaBuilder_ = null; } return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta globalMeta_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder> globalMetaBuilder_; /** * optional .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public boolean hasGlobalMeta() { return globalMetaBuilder_ != null || globalMeta_ != null; } /** * optional .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(); } } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .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; } /** * optional .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder getGlobalMetaBuilder() { onChanged(); return getGlobalMetaFieldBuilder().getBuilder(); } /** * optional .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_; } } /** * optional .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.SingleFieldBuilder< 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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public GlobalMetaResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new GlobalMetaResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.PreloadClasspathCacheRequest} */ public static final class PreloadClasspathCacheRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.PreloadClasspathCacheRequest) PreloadClasspathCacheRequestOrBuilder { // Use PreloadClasspathCacheRequest.newBuilder() to construct. private PreloadClasspathCacheRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private PreloadClasspathCacheRequest() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private PreloadClasspathCacheRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public PreloadClasspathCacheRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new PreloadClasspathCacheRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.PreloadClasspathCacheResponse} */ public static final class PreloadClasspathCacheResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.PreloadClasspathCacheResponse) PreloadClasspathCacheResponseOrBuilder { // Use PreloadClasspathCacheResponse.newBuilder() to construct. private PreloadClasspathCacheResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private PreloadClasspathCacheResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private PreloadClasspathCacheResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public PreloadClasspathCacheResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new PreloadClasspathCacheResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional string partial_class_name = 1; */ java.lang.String getPartialClassName(); /** * optional string partial_class_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getPartialClassNameBytes(); /** * optional int32 limit = 2; */ int getLimit(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingClassNamesRequest} */ public static final class MatchingClassNamesRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingClassNamesRequest) MatchingClassNamesRequestOrBuilder { // Use MatchingClassNamesRequest.newBuilder() to construct. private MatchingClassNamesRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MatchingClassNamesRequest() { partialClassName_ = ""; limit_ = 0; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MatchingClassNamesRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialClassName_ = s; return s; } } /** * optional string partial_class_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getPartialClassNameBytes() { java.lang.Object ref = partialClassName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialClassName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int LIMIT_FIELD_NUMBER = 2; private int limit_; /** * optional 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getPartialClassNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, partialClassName_); } if (limit_ != 0) { output.writeInt32(2, limit_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getPartialClassNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, partialClassName_); } if (limit_ != 0) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt32Size(2, limit_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); partialClassName_ = ""; limit_ = 0; return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object partialClassName_ = ""; /** * optional string partial_class_name = 1; */ public java.lang.String getPartialClassName() { java.lang.Object ref = partialClassName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialClassName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string partial_class_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getPartialClassNameBytes() { java.lang.Object ref = partialClassName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialClassName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string partial_class_name = 1; */ public Builder setPartialClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } partialClassName_ = value; onChanged(); return this; } /** * optional string partial_class_name = 1; */ public Builder clearPartialClassName() { partialClassName_ = getDefaultInstance().getPartialClassName(); onChanged(); return this; } /** * optional string partial_class_name = 1; */ public Builder setPartialClassNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); partialClassName_ = value; onChanged(); return this; } private int limit_ ; /** * optional int32 limit = 2; */ public int getLimit() { return limit_; } /** * optional int32 limit = 2; */ public Builder setLimit(int value) { limit_ = value; onChanged(); return this; } /** * optional int32 limit = 2; */ public Builder clearLimit() { limit_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MatchingClassNamesRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MatchingClassNamesRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * repeated string class_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ProtocolStringList 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.shaded.google.protobuf.ByteString getClassNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingClassNamesResponse} */ public static final class MatchingClassNamesResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingClassNamesResponse) MatchingClassNamesResponseOrBuilder { // Use MatchingClassNamesResponse.newBuilder() to construct. private MatchingClassNamesResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MatchingClassNamesResponse() { className_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MatchingClassNamesResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { className_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } className_.add(s); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { className_ = className_.getUnmodifiableView(); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.LazyStringList className_; /** * repeated string class_name = 1; */ public org.glowroot.agent.shaded.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.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < className_.size(); i++) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, className_.getRaw(i)); } } 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(); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); className_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private org.glowroot.agent.shaded.google.protobuf.LazyStringList className_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; private void ensureClassNameIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { className_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(className_); bitField0_ |= 0x00000001; } } /** * repeated string class_name = 1; */ public org.glowroot.agent.shaded.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.shaded.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.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, className_); onChanged(); return this; } /** * repeated string class_name = 1; */ public Builder clearClassName() { className_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * repeated string class_name = 1; */ public Builder addClassNameBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MatchingClassNamesResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MatchingClassNamesResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional string class_name = 1; */ java.lang.String getClassName(); /** * optional string class_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getClassNameBytes(); /** * optional string partial_method_name = 2; */ java.lang.String getPartialMethodName(); /** * optional string partial_method_name = 2; */ org.glowroot.agent.shaded.google.protobuf.ByteString getPartialMethodNameBytes(); /** * optional int32 limit = 3; */ int getLimit(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMethodNamesRequest} */ public static final class MatchingMethodNamesRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMethodNamesRequest) MatchingMethodNamesRequestOrBuilder { // Use MatchingMethodNamesRequest.newBuilder() to construct. private MatchingMethodNamesRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MatchingMethodNamesRequest() { className_ = ""; partialMethodName_ = ""; limit_ = 0; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MatchingMethodNamesRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } } /** * optional string class_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int PARTIAL_METHOD_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object partialMethodName_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialMethodName_ = s; return s; } } /** * optional string partial_method_name = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getPartialMethodNameBytes() { java.lang.Object ref = partialMethodName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialMethodName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int LIMIT_FIELD_NUMBER = 3; private int limit_; /** * optional 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getClassNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, className_); } if (!getPartialMethodNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 2, partialMethodName_); } if (limit_ != 0) { output.writeInt32(3, limit_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getClassNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, className_); } if (!getPartialMethodNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(2, partialMethodName_); } if (limit_ != 0) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt32Size(3, limit_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); className_ = ""; partialMethodName_ = ""; limit_ = 0; return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object className_ = ""; /** * optional string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string class_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string class_name = 1; */ public Builder setClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } className_ = value; onChanged(); return this; } /** * optional string class_name = 1; */ public Builder clearClassName() { className_ = getDefaultInstance().getClassName(); onChanged(); return this; } /** * optional string class_name = 1; */ public Builder setClassNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); className_ = value; onChanged(); return this; } private java.lang.Object partialMethodName_ = ""; /** * optional string partial_method_name = 2; */ public java.lang.String getPartialMethodName() { java.lang.Object ref = partialMethodName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialMethodName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string partial_method_name = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getPartialMethodNameBytes() { java.lang.Object ref = partialMethodName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialMethodName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string partial_method_name = 2; */ public Builder setPartialMethodName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } partialMethodName_ = value; onChanged(); return this; } /** * optional string partial_method_name = 2; */ public Builder clearPartialMethodName() { partialMethodName_ = getDefaultInstance().getPartialMethodName(); onChanged(); return this; } /** * optional string partial_method_name = 2; */ public Builder setPartialMethodNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); partialMethodName_ = value; onChanged(); return this; } private int limit_ ; /** * optional int32 limit = 3; */ public int getLimit() { return limit_; } /** * optional int32 limit = 3; */ public Builder setLimit(int value) { limit_ = value; onChanged(); return this; } /** * optional int32 limit = 3; */ public Builder clearLimit() { limit_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MatchingMethodNamesRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MatchingMethodNamesRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * repeated string method_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ProtocolStringList 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.shaded.google.protobuf.ByteString getMethodNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMethodNamesResponse} */ public static final class MatchingMethodNamesResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMethodNamesResponse) MatchingMethodNamesResponseOrBuilder { // Use MatchingMethodNamesResponse.newBuilder() to construct. private MatchingMethodNamesResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MatchingMethodNamesResponse() { methodName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MatchingMethodNamesResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { methodName_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } methodName_.add(s); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { methodName_ = methodName_.getUnmodifiableView(); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.LazyStringList methodName_; /** * repeated string method_name = 1; */ public org.glowroot.agent.shaded.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.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < methodName_.size(); i++) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, methodName_.getRaw(i)); } } 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(); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); methodName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private org.glowroot.agent.shaded.google.protobuf.LazyStringList methodName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMethodNameIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { methodName_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(methodName_); bitField0_ |= 0x00000001; } } /** * repeated string method_name = 1; */ public org.glowroot.agent.shaded.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.shaded.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.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, methodName_); onChanged(); return this; } /** * repeated string method_name = 1; */ public Builder clearMethodName() { methodName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * repeated string method_name = 1; */ public Builder addMethodNameBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MatchingMethodNamesResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MatchingMethodNamesResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional string class_name = 1; */ java.lang.String getClassName(); /** * optional string class_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getClassNameBytes(); /** * optional string method_name = 2; */ java.lang.String getMethodName(); /** * optional string method_name = 2; */ org.glowroot.agent.shaded.google.protobuf.ByteString getMethodNameBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MethodSignaturesRequest} */ public static final class MethodSignaturesRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MethodSignaturesRequest) MethodSignaturesRequestOrBuilder { // Use MethodSignaturesRequest.newBuilder() to construct. private MethodSignaturesRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MethodSignaturesRequest() { className_ = ""; methodName_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MethodSignaturesRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } } /** * optional string class_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int METHOD_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object methodName_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); methodName_ = s; return s; } } /** * optional string method_name = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getClassNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, className_); } if (!getMethodNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 2, methodName_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getClassNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, className_); } if (!getMethodNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(2, methodName_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); className_ = ""; methodName_ = ""; return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object className_ = ""; /** * optional string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string class_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string class_name = 1; */ public Builder setClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } className_ = value; onChanged(); return this; } /** * optional string class_name = 1; */ public Builder clearClassName() { className_ = getDefaultInstance().getClassName(); onChanged(); return this; } /** * optional string class_name = 1; */ public Builder setClassNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); className_ = value; onChanged(); return this; } private java.lang.Object methodName_ = ""; /** * optional string method_name = 2; */ public java.lang.String getMethodName() { java.lang.Object ref = methodName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); methodName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string method_name = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string method_name = 2; */ public Builder setMethodName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } methodName_ = value; onChanged(); return this; } /** * optional string method_name = 2; */ public Builder clearMethodName() { methodName_ = getDefaultInstance().getMethodName(); onChanged(); return this; } /** * optional string method_name = 2; */ public Builder setMethodNameBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MethodSignaturesRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MethodSignaturesRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.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 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.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MethodSignaturesResponse) MethodSignaturesResponseOrBuilder { // Use MethodSignaturesResponse.newBuilder() to construct. private MethodSignaturesResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MethodSignaturesResponse() { methodSignature_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MethodSignaturesResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { methodSignature_ = java.util.Collections.unmodifiableList(methodSignature_); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < methodSignature_.size(); i++) { output.writeMessage(1, methodSignature_.get(i)); } } 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.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, methodSignature_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.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.shaded.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 mergeFrom(org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getMethodSignatureFieldBuilder() : null; } else { methodSignatureBuilder_.addAllMessages(other.methodSignature_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) e.getUnfinishedMessage(); throw e; } 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.shaded.google.protobuf.RepeatedFieldBuilder< 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 values) { if (methodSignatureBuilder_ == null) { ensureMethodSignatureIsMutable(); org.glowroot.agent.shaded.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 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.shaded.google.protobuf.RepeatedFieldBuilder< 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.shaded.google.protobuf.RepeatedFieldBuilder< 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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MethodSignaturesResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MethodSignaturesResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.ReweaveRequest} */ public static final class ReweaveRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ReweaveRequest) ReweaveRequestOrBuilder { // Use ReweaveRequest.newBuilder() to construct. private ReweaveRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ReweaveRequest() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ReweaveRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public ReweaveRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new ReweaveRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional 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.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ReweaveResponse) ReweaveResponseOrBuilder { // Use ReweaveResponse.newBuilder() to construct. private ReweaveResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ReweaveResponse() { classUpdateCount_ = 0; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ReweaveResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 8: { classUpdateCount_ = input.readInt32(); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (classUpdateCount_ != 0) { output.writeInt32(1, classUpdateCount_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (classUpdateCount_ != 0) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt32Size(1, classUpdateCount_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); classUpdateCount_ = 0; return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int classUpdateCount_ ; /** * optional int32 class_update_count = 1; */ public int getClassUpdateCount() { return classUpdateCount_; } /** * optional int32 class_update_count = 1; */ public Builder setClassUpdateCount(int value) { classUpdateCount_ = value; onChanged(); return this; } /** * optional int32 class_update_count = 1; */ public Builder clearClassUpdateCount() { classUpdateCount_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public ReweaveResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new ReweaveResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.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.shaded.google.protobuf.MessageOrBuilder { /** * optional string trace_id = 1; */ java.lang.String getTraceId(); /** * optional string trace_id = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeaderRequest} */ public static final class HeaderRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeaderRequest) HeaderRequestOrBuilder { // Use HeaderRequest.newBuilder() to construct. private HeaderRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private HeaderRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private HeaderRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.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.shaded.google.protobuf.GeneratedMessage.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_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, traceId_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, traceId_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.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 PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.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.shaded.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.shaded.google.protobuf.GeneratedMessage.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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.shaded.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 mergeFrom(org.glowroot.agent.shaded.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(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.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.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * optional string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@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.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public HeaderRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new HeaderRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HeaderResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeaderResponse) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ boolean hasHeader(); /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ org.glowroot.wire.api.model.TraceOuterClass.Trace.Header getHeader(); /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ org.glowroot.wire.api.model.TraceOuterClass.Trace.HeaderOrBuilder getHeaderOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeaderResponse} */ public static final class HeaderResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeaderResponse) HeaderResponseOrBuilder { // Use HeaderResponse.newBuilder() to construct. private HeaderResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private HeaderResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private HeaderResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.Builder subBuilder = null; if (header_ != null) { subBuilder = header_.toBuilder(); } header_ = input.readMessage(org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(header_); header_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder.class); } public static final int HEADER_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.TraceOuterClass.Trace.Header header_; /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public boolean hasHeader() { return header_ != null; } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Header getHeader() { return header_ == null ? org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.getDefaultInstance() : header_; } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.HeaderOrBuilder getHeaderOrBuilder() { return getHeader(); } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (header_ != null) { output.writeMessage(1, getHeader()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (header_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getHeader()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.HeaderResponse 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HeaderResponse} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HeaderResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (headerBuilder_ == null) { header_ = null; } else { header_ = null; headerBuilder_ = null; } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse(this); if (headerBuilder_ == null) { result.header_ = header_; } else { result.header_ = headerBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance()) return this; if (other.hasHeader()) { mergeHeader(other.getHeader()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.TraceOuterClass.Trace.Header header_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.TraceOuterClass.Trace.Header, org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.HeaderOrBuilder> headerBuilder_; /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public boolean hasHeader() { return headerBuilder_ != null || header_ != null; } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Header getHeader() { if (headerBuilder_ == null) { return header_ == null ? org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.getDefaultInstance() : header_; } else { return headerBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public Builder setHeader(org.glowroot.wire.api.model.TraceOuterClass.Trace.Header value) { if (headerBuilder_ == null) { if (value == null) { throw new NullPointerException(); } header_ = value; onChanged(); } else { headerBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public Builder setHeader( org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.Builder builderForValue) { if (headerBuilder_ == null) { header_ = builderForValue.build(); onChanged(); } else { headerBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public Builder mergeHeader(org.glowroot.wire.api.model.TraceOuterClass.Trace.Header value) { if (headerBuilder_ == null) { if (header_ != null) { header_ = org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.newBuilder(header_).mergeFrom(value).buildPartial(); } else { header_ = value; } onChanged(); } else { headerBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public Builder clearHeader() { if (headerBuilder_ == null) { header_ = null; onChanged(); } else { header_ = null; headerBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.Builder getHeaderBuilder() { onChanged(); return getHeaderFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.HeaderOrBuilder getHeaderOrBuilder() { if (headerBuilder_ != null) { return headerBuilder_.getMessageOrBuilder(); } else { return header_ == null ? org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.getDefaultInstance() : header_; } } /** * optional .org_glowroot_wire_api_model.Trace.Header header = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.TraceOuterClass.Trace.Header, org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.HeaderOrBuilder> getHeaderFieldBuilder() { if (headerBuilder_ == null) { headerBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.TraceOuterClass.Trace.Header, org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.HeaderOrBuilder>( getHeader(), getParentForChildren(), isClean()); header_ = null; } return headerBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HeaderResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeaderResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public HeaderResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new HeaderResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface EntriesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.EntriesRequest) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string trace_id = 1; */ java.lang.String getTraceId(); /** * optional string trace_id = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.EntriesRequest} */ public static final class EntriesRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.EntriesRequest) EntriesRequestOrBuilder { // Use EntriesRequest.newBuilder() to construct. private EntriesRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private EntriesRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private EntriesRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder.class); } public static final int TRACE_ID_FIELD_NUMBER = 1; private volatile java.lang.Object traceId_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, traceId_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, traceId_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.EntriesRequest 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.EntriesRequest} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.EntriesRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest(this); result.traceId_ = traceId_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance()) return this; if (!other.getTraceId().isEmpty()) { traceId_ = other.traceId_; onChanged(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * optional string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.EntriesRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.EntriesRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public EntriesRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new EntriesRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface EntriesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.EntriesResponse) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ java.util.List getEntryList(); /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry getEntry(int index); /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ int getEntryCount(); /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ java.util.List getEntryOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ org.glowroot.wire.api.model.TraceOuterClass.Trace.EntryOrBuilder getEntryOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.EntriesResponse} */ public static final class EntriesResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.EntriesResponse) EntriesResponseOrBuilder { // Use EntriesResponse.newBuilder() to construct. private EntriesResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private EntriesResponse() { entry_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private EntriesResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } entry_.add(input.readMessage(org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder.class); } public static final int ENTRY_FIELD_NUMBER = 1; private java.util.List entry_; /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public java.util.List getEntryList() { return entry_; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public java.util.List getEntryOrBuilderList() { return entry_; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public int getEntryCount() { return entry_.size(); } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry getEntry(int index) { return entry_.get(index); } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.EntryOrBuilder getEntryOrBuilder( int index) { return entry_.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < entry_.size(); i++) { output.writeMessage(1, entry_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < entry_.size(); i++) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, entry_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.EntriesResponse 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.EntriesResponse} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.EntriesResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getEntryFieldBuilder(); } } public Builder clear() { super.clear(); if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { entryBuilder_.clear(); } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse(this); int from_bitField0_ = bitField0_; if (entryBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); bitField0_ = (bitField0_ & ~0x00000001); } result.entry_ = entry_; } else { result.entry_ = entryBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance()) return this; if (entryBuilder_ == null) { if (!other.entry_.isEmpty()) { if (entry_.isEmpty()) { entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureEntryIsMutable(); entry_.addAll(other.entry_); } onChanged(); } } else { if (!other.entry_.isEmpty()) { if (entryBuilder_.isEmpty()) { entryBuilder_.dispose(); entryBuilder_ = null; entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000001); entryBuilder_ = org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntryFieldBuilder() : null; } else { entryBuilder_.addAllMessages(other.entry_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List entry_ = java.util.Collections.emptyList(); private void ensureEntryIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList(entry_); bitField0_ |= 0x00000001; } } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry, org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.EntryOrBuilder> entryBuilder_; /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public java.util.List getEntryList() { if (entryBuilder_ == null) { return java.util.Collections.unmodifiableList(entry_); } else { return entryBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public int getEntryCount() { if (entryBuilder_ == null) { return entry_.size(); } else { return entryBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry getEntry(int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public Builder setEntry( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.set(index, value); onChanged(); } else { entryBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public Builder setEntry( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.set(index, builderForValue.build()); onChanged(); } else { entryBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public Builder addEntry(org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(value); onChanged(); } else { entryBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public Builder addEntry( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(index, value); onChanged(); } else { entryBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public Builder addEntry( org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public Builder addEntry( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(index, builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public Builder addAllEntry( java.lang.Iterable values) { if (entryBuilder_ == null) { ensureEntryIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, entry_); onChanged(); } else { entryBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public Builder clearEntry() { if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { entryBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public Builder removeEntry(int index) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.remove(index); onChanged(); } else { entryBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.Builder getEntryBuilder( int index) { return getEntryFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.EntryOrBuilder getEntryOrBuilder( int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public java.util.List getEntryOrBuilderList() { if (entryBuilder_ != null) { return entryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(entry_); } } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.Builder addEntryBuilder() { return getEntryFieldBuilder().addBuilder( org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.Builder addEntryBuilder( int index) { return getEntryFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.Trace.Entry entry = 1; */ public java.util.List getEntryBuilderList() { return getEntryFieldBuilder().getBuilderList(); } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry, org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.EntryOrBuilder> getEntryFieldBuilder() { if (entryBuilder_ == null) { entryBuilder_ = new org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry, org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.EntryOrBuilder>( entry_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); entry_ = null; } return entryBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.EntriesResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.EntriesResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public EntriesResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new EntriesResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MainThreadProfileRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MainThreadProfileRequest) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string trace_id = 1; */ java.lang.String getTraceId(); /** * optional string trace_id = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MainThreadProfileRequest} */ public static final class MainThreadProfileRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MainThreadProfileRequest) MainThreadProfileRequestOrBuilder { // Use MainThreadProfileRequest.newBuilder() to construct. private MainThreadProfileRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MainThreadProfileRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MainThreadProfileRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder.class); } public static final int TRACE_ID_FIELD_NUMBER = 1; private volatile java.lang.Object traceId_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, traceId_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, traceId_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MainThreadProfileRequest 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MainThreadProfileRequest} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MainThreadProfileRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest(this); result.traceId_ = traceId_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance()) return this; if (!other.getTraceId().isEmpty()) { traceId_ = other.traceId_; onChanged(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * optional string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MainThreadProfileRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MainThreadProfileRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MainThreadProfileRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MainThreadProfileRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MainThreadProfileResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MainThreadProfileResponse) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ boolean hasProfile(); /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ org.glowroot.wire.api.model.ProfileOuterClass.Profile getProfile(); /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getProfileOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MainThreadProfileResponse} */ public static final class MainThreadProfileResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MainThreadProfileResponse) MainThreadProfileResponseOrBuilder { // Use MainThreadProfileResponse.newBuilder() to construct. private MainThreadProfileResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MainThreadProfileResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MainThreadProfileResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder subBuilder = null; if (profile_ != null) { subBuilder = profile_.toBuilder(); } profile_ = input.readMessage(org.glowroot.wire.api.model.ProfileOuterClass.Profile.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(profile_); profile_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder.class); } public static final int PROFILE_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.ProfileOuterClass.Profile profile_; /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public boolean hasProfile() { return profile_ != null; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.Profile getProfile() { return profile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : profile_; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getProfileOrBuilder() { return getProfile(); } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (profile_ != null) { output.writeMessage(1, getProfile()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (profile_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getProfile()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MainThreadProfileResponse 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MainThreadProfileResponse} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MainThreadProfileResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (profileBuilder_ == null) { profile_ = null; } else { profile_ = null; profileBuilder_ = null; } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse(this); if (profileBuilder_ == null) { result.profile_ = profile_; } else { result.profile_ = profileBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance()) return this; if (other.hasProfile()) { mergeProfile(other.getProfile()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.ProfileOuterClass.Profile profile_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> profileBuilder_; /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public boolean hasProfile() { return profileBuilder_ != null || profile_ != null; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.Profile getProfile() { if (profileBuilder_ == null) { return profile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : profile_; } else { return profileBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder setProfile(org.glowroot.wire.api.model.ProfileOuterClass.Profile value) { if (profileBuilder_ == null) { if (value == null) { throw new NullPointerException(); } profile_ = value; onChanged(); } else { profileBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder setProfile( org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder builderForValue) { if (profileBuilder_ == null) { profile_ = builderForValue.build(); onChanged(); } else { profileBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder mergeProfile(org.glowroot.wire.api.model.ProfileOuterClass.Profile value) { if (profileBuilder_ == null) { if (profile_ != null) { profile_ = org.glowroot.wire.api.model.ProfileOuterClass.Profile.newBuilder(profile_).mergeFrom(value).buildPartial(); } else { profile_ = value; } onChanged(); } else { profileBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder clearProfile() { if (profileBuilder_ == null) { profile_ = null; onChanged(); } else { profile_ = null; profileBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder getProfileBuilder() { onChanged(); return getProfileFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getProfileOrBuilder() { if (profileBuilder_ != null) { return profileBuilder_.getMessageOrBuilder(); } else { return profile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : profile_; } } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> getProfileFieldBuilder() { if (profileBuilder_ == null) { profileBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder>( getProfile(), getParentForChildren(), isClean()); profile_ = null; } return profileBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MainThreadProfileResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MainThreadProfileResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MainThreadProfileResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MainThreadProfileResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AuxThreadProfileRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AuxThreadProfileRequest) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string trace_id = 1; */ java.lang.String getTraceId(); /** * optional string trace_id = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.AuxThreadProfileRequest} */ public static final class AuxThreadProfileRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AuxThreadProfileRequest) AuxThreadProfileRequestOrBuilder { // Use AuxThreadProfileRequest.newBuilder() to construct. private AuxThreadProfileRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AuxThreadProfileRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private AuxThreadProfileRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder.class); } public static final int TRACE_ID_FIELD_NUMBER = 1; private volatile java.lang.Object traceId_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, traceId_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, traceId_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.AuxThreadProfileRequest 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.AuxThreadProfileRequest} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.AuxThreadProfileRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest(this); result.traceId_ = traceId_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance()) return this; if (!other.getTraceId().isEmpty()) { traceId_ = other.traceId_; onChanged(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * optional string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.AuxThreadProfileRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AuxThreadProfileRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public AuxThreadProfileRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new AuxThreadProfileRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AuxThreadProfileResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AuxThreadProfileResponse) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ boolean hasProfile(); /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ org.glowroot.wire.api.model.ProfileOuterClass.Profile getProfile(); /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getProfileOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.AuxThreadProfileResponse} */ public static final class AuxThreadProfileResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AuxThreadProfileResponse) AuxThreadProfileResponseOrBuilder { // Use AuxThreadProfileResponse.newBuilder() to construct. private AuxThreadProfileResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AuxThreadProfileResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private AuxThreadProfileResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder subBuilder = null; if (profile_ != null) { subBuilder = profile_.toBuilder(); } profile_ = input.readMessage(org.glowroot.wire.api.model.ProfileOuterClass.Profile.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(profile_); profile_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder.class); } public static final int PROFILE_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.ProfileOuterClass.Profile profile_; /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public boolean hasProfile() { return profile_ != null; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.Profile getProfile() { return profile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : profile_; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getProfileOrBuilder() { return getProfile(); } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (profile_ != null) { output.writeMessage(1, getProfile()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (profile_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getProfile()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.AuxThreadProfileResponse 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.AuxThreadProfileResponse} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.AuxThreadProfileResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (profileBuilder_ == null) { profile_ = null; } else { profile_ = null; profileBuilder_ = null; } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse(this); if (profileBuilder_ == null) { result.profile_ = profile_; } else { result.profile_ = profileBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance()) return this; if (other.hasProfile()) { mergeProfile(other.getProfile()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.ProfileOuterClass.Profile profile_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> profileBuilder_; /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public boolean hasProfile() { return profileBuilder_ != null || profile_ != null; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.Profile getProfile() { if (profileBuilder_ == null) { return profile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : profile_; } else { return profileBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder setProfile(org.glowroot.wire.api.model.ProfileOuterClass.Profile value) { if (profileBuilder_ == null) { if (value == null) { throw new NullPointerException(); } profile_ = value; onChanged(); } else { profileBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder setProfile( org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder builderForValue) { if (profileBuilder_ == null) { profile_ = builderForValue.build(); onChanged(); } else { profileBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder mergeProfile(org.glowroot.wire.api.model.ProfileOuterClass.Profile value) { if (profileBuilder_ == null) { if (profile_ != null) { profile_ = org.glowroot.wire.api.model.ProfileOuterClass.Profile.newBuilder(profile_).mergeFrom(value).buildPartial(); } else { profile_ = value; } onChanged(); } else { profileBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder clearProfile() { if (profileBuilder_ == null) { profile_ = null; onChanged(); } else { profile_ = null; profileBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder getProfileBuilder() { onChanged(); return getProfileFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder getProfileOrBuilder() { if (profileBuilder_ != null) { return profileBuilder_.getMessageOrBuilder(); } else { return profile_ == null ? org.glowroot.wire.api.model.ProfileOuterClass.Profile.getDefaultInstance() : profile_; } } /** * optional .org_glowroot_wire_api_model.Profile profile = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> getProfileFieldBuilder() { if (profileBuilder_ == null) { profileBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder>( getProfile(), getParentForChildren(), isClean()); profile_ = null; } return profileBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.AuxThreadProfileResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AuxThreadProfileResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public AuxThreadProfileResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new AuxThreadProfileResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FullTraceRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.FullTraceRequest) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string trace_id = 1; */ java.lang.String getTraceId(); /** * optional string trace_id = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.FullTraceRequest} */ public static final class FullTraceRequest extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.FullTraceRequest) FullTraceRequestOrBuilder { // Use FullTraceRequest.newBuilder() to construct. private FullTraceRequest(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private FullTraceRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private FullTraceRequest( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder.class); } public static final int TRACE_ID_FIELD_NUMBER = 1; private volatile java.lang.Object traceId_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, traceId_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, traceId_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.FullTraceRequest 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.FullTraceRequest} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.FullTraceRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceRequest_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest(this); result.traceId_ = traceId_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance()) return this; if (!other.getTraceId().isEmpty()) { traceId_ = other.traceId_; onChanged(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * optional string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string trace_id = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * optional string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.shaded.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.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.FullTraceRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.FullTraceRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public FullTraceRequest parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new FullTraceRequest(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FullTraceResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.FullTraceResponse) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ boolean hasTrace(); /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ org.glowroot.wire.api.model.TraceOuterClass.Trace getTrace(); /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ org.glowroot.wire.api.model.TraceOuterClass.TraceOrBuilder getTraceOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.FullTraceResponse} */ public static final class FullTraceResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.FullTraceResponse) FullTraceResponseOrBuilder { // Use FullTraceResponse.newBuilder() to construct. private FullTraceResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private FullTraceResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private FullTraceResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.TraceOuterClass.Trace.Builder subBuilder = null; if (trace_ != null) { subBuilder = trace_.toBuilder(); } trace_ = input.readMessage(org.glowroot.wire.api.model.TraceOuterClass.Trace.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(trace_); trace_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder.class); } public static final int TRACE_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.TraceOuterClass.Trace trace_; /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public boolean hasTrace() { return trace_ != null; } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace getTrace() { return trace_ == null ? org.glowroot.wire.api.model.TraceOuterClass.Trace.getDefaultInstance() : trace_; } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.TraceOrBuilder getTraceOrBuilder() { return getTrace(); } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (trace_ != null) { output.writeMessage(1, getTrace()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (trace_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getTrace()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.FullTraceResponse 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.FullTraceResponse} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.FullTraceResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (traceBuilder_ == null) { trace_ = null; } else { trace_ = null; traceBuilder_ = null; } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse(this); if (traceBuilder_ == null) { result.trace_ = trace_; } else { result.trace_ = traceBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance()) return this; if (other.hasTrace()) { mergeTrace(other.getTrace()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.TraceOuterClass.Trace trace_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.TraceOuterClass.Trace, org.glowroot.wire.api.model.TraceOuterClass.Trace.Builder, org.glowroot.wire.api.model.TraceOuterClass.TraceOrBuilder> traceBuilder_; /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public boolean hasTrace() { return traceBuilder_ != null || trace_ != null; } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace getTrace() { if (traceBuilder_ == null) { return trace_ == null ? org.glowroot.wire.api.model.TraceOuterClass.Trace.getDefaultInstance() : trace_; } else { return traceBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public Builder setTrace(org.glowroot.wire.api.model.TraceOuterClass.Trace value) { if (traceBuilder_ == null) { if (value == null) { throw new NullPointerException(); } trace_ = value; onChanged(); } else { traceBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public Builder setTrace( org.glowroot.wire.api.model.TraceOuterClass.Trace.Builder builderForValue) { if (traceBuilder_ == null) { trace_ = builderForValue.build(); onChanged(); } else { traceBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public Builder mergeTrace(org.glowroot.wire.api.model.TraceOuterClass.Trace value) { if (traceBuilder_ == null) { if (trace_ != null) { trace_ = org.glowroot.wire.api.model.TraceOuterClass.Trace.newBuilder(trace_).mergeFrom(value).buildPartial(); } else { trace_ = value; } onChanged(); } else { traceBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public Builder clearTrace() { if (traceBuilder_ == null) { trace_ = null; onChanged(); } else { trace_ = null; traceBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Builder getTraceBuilder() { onChanged(); return getTraceFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.TraceOrBuilder getTraceOrBuilder() { if (traceBuilder_ != null) { return traceBuilder_.getMessageOrBuilder(); } else { return trace_ == null ? org.glowroot.wire.api.model.TraceOuterClass.Trace.getDefaultInstance() : trace_; } } /** * optional .org_glowroot_wire_api_model.Trace trace = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.TraceOuterClass.Trace, org.glowroot.wire.api.model.TraceOuterClass.Trace.Builder, org.glowroot.wire.api.model.TraceOuterClass.TraceOrBuilder> getTraceFieldBuilder() { if (traceBuilder_ == null) { traceBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.TraceOuterClass.Trace, org.glowroot.wire.api.model.TraceOuterClass.Trace.Builder, org.glowroot.wire.api.model.TraceOuterClass.TraceOrBuilder>( getTrace(), getParentForChildren(), isClean()); trace_ = null; } return traceBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.FullTraceResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.FullTraceResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public FullTraceResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new FullTraceResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface UnknownRequestResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.UnknownRequestResponse) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.UnknownRequestResponse} */ public static final class UnknownRequestResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.UnknownRequestResponse) UnknownRequestResponseOrBuilder { // Use UnknownRequestResponse.newBuilder() to construct. private UnknownRequestResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private UnknownRequestResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private UnknownRequestResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.UnknownRequestResponse 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.UnknownRequestResponse} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.UnknownRequestResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse(this); onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance()) return this; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.UnknownRequestResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.UnknownRequestResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public UnknownRequestResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new UnknownRequestResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExceptionResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ExceptionResponse) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.ExceptionResponse} */ public static final class ExceptionResponse extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ExceptionResponse) ExceptionResponseOrBuilder { // Use ExceptionResponse.newBuilder() to construct. private ExceptionResponse(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ExceptionResponse() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ExceptionResponse( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExceptionResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExceptionResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.ExceptionResponse 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ExceptionResponse} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ExceptionResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExceptionResponse_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExceptionResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExceptionResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse(this); onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance()) return this; onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ExceptionResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ExceptionResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public ExceptionResponse parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new ExceptionResponse(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ThreadDumpOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDump) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ java.util.List getTransactionList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction getTransaction(int index); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ int getTransactionCount(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ java.util.List getTransactionOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.TransactionOrBuilder getTransactionOrBuilder( int index); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ java.util.List getUnmatchedThreadList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getUnmatchedThread(int index); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ int getUnmatchedThreadCount(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ java.util.List getUnmatchedThreadOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getUnmatchedThreadOrBuilder( int index); /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ boolean hasThreadDumpingThread(); /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getThreadDumpingThread(); /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getThreadDumpingThreadOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump} */ public static final class ThreadDump extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDump) ThreadDumpOrBuilder { // Use ThreadDump.newBuilder() to construct. private ThreadDump(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ThreadDump() { transaction_ = java.util.Collections.emptyList(); unmatchedThread_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ThreadDump( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { transaction_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } transaction_.add(input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.parser(), extensionRegistry)); break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { unmatchedThread_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } unmatchedThread_.add(input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.parser(), extensionRegistry)); break; } case 26: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder subBuilder = null; if (threadDumpingThread_ != null) { subBuilder = threadDumpingThread_.toBuilder(); } threadDumpingThread_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(threadDumpingThread_); threadDumpingThread_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { transaction_ = java.util.Collections.unmodifiableList(transaction_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { unmatchedThread_ = java.util.Collections.unmodifiableList(unmatchedThread_); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder.class); } public interface TransactionOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDump.Transaction) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string transaction_type = 1; */ java.lang.String getTransactionType(); /** * optional string transaction_type = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getTransactionTypeBytes(); /** * optional string transaction_name = 2; */ java.lang.String getTransactionName(); /** * optional string transaction_name = 2; */ org.glowroot.agent.shaded.google.protobuf.ByteString getTransactionNameBytes(); /** * optional int64 total_duration_nanos = 3; */ long getTotalDurationNanos(); /** * optional string trace_id = 4; * *
       * trace id is only included if a trace will be stored for this transaction
       * (e.g. the transaction exceeds the slow threshold)
       * 
*/ java.lang.String getTraceId(); /** * optional string trace_id = 4; * *
       * trace id is only included if a trace will be stored for this transaction
       * (e.g. the transaction exceeds the slow threshold)
       * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ java.util.List getThreadList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getThread(int index); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ int getThreadCount(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ java.util.List getThreadOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getThreadOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump.Transaction} */ public static final class Transaction extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDump.Transaction) TransactionOrBuilder { // Use Transaction.newBuilder() to construct. private Transaction(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Transaction() { transactionType_ = ""; transactionName_ = ""; totalDurationNanos_ = 0L; traceId_ = ""; thread_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private Transaction( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); transactionType_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); transactionName_ = s; break; } case 24: { totalDurationNanos_ = input.readInt64(); break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } case 42: { if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) { thread_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000010; } thread_.add(input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) { thread_ = java.util.Collections.unmodifiableList(thread_); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder.class); } private int bitField0_; public static final int TRANSACTION_TYPE_FIELD_NUMBER = 1; private volatile java.lang.Object transactionType_; /** * optional string transaction_type = 1; */ public java.lang.String getTransactionType() { java.lang.Object ref = transactionType_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transactionType_ = s; return s; } } /** * optional string transaction_type = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTransactionTypeBytes() { java.lang.Object ref = transactionType_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionType_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int TRANSACTION_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object transactionName_; /** * optional string transaction_name = 2; */ public java.lang.String getTransactionName() { java.lang.Object ref = transactionName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transactionName_ = s; return s; } } /** * optional string transaction_name = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTransactionNameBytes() { java.lang.Object ref = transactionName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int TOTAL_DURATION_NANOS_FIELD_NUMBER = 3; private long totalDurationNanos_; /** * optional int64 total_duration_nanos = 3; */ public long getTotalDurationNanos() { return totalDurationNanos_; } public static final int TRACE_ID_FIELD_NUMBER = 4; private volatile java.lang.Object traceId_; /** * optional string trace_id = 4; * *
       * trace id is only included if a trace will be stored for this transaction
       * (e.g. the transaction exceeds the slow threshold)
       * 
*/ 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * optional string trace_id = 4; * *
       * trace id is only included if a trace will be stored for this transaction
       * (e.g. the transaction exceeds the slow threshold)
       * 
*/ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int THREAD_FIELD_NUMBER = 5; private java.util.List thread_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public java.util.List getThreadList() { return thread_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public java.util.List getThreadOrBuilderList() { return thread_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public int getThreadCount() { return thread_.size(); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getThread(int index) { return thread_.get(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getThreadOrBuilder( int index) { return thread_.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTransactionTypeBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, transactionType_); } if (!getTransactionNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 2, transactionName_); } if (totalDurationNanos_ != 0L) { output.writeInt64(3, totalDurationNanos_); } if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 4, traceId_); } for (int i = 0; i < thread_.size(); i++) { output.writeMessage(5, thread_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTransactionTypeBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, transactionType_); } if (!getTransactionNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(2, transactionName_); } if (totalDurationNanos_ != 0L) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt64Size(3, totalDurationNanos_); } if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(4, traceId_); } for (int i = 0; i < thread_.size(); i++) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(5, thread_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.ThreadDump.Transaction 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump.Transaction} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ThreadDump.Transaction) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.TransactionOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getThreadFieldBuilder(); } } public Builder clear() { super.clear(); transactionType_ = ""; transactionName_ = ""; totalDurationNanos_ = 0L; traceId_ = ""; if (threadBuilder_ == null) { thread_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); } else { threadBuilder_.clear(); } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.transactionType_ = transactionType_; result.transactionName_ = transactionName_; result.totalDurationNanos_ = totalDurationNanos_; result.traceId_ = traceId_; if (threadBuilder_ == null) { if (((bitField0_ & 0x00000010) == 0x00000010)) { thread_ = java.util.Collections.unmodifiableList(thread_); bitField0_ = (bitField0_ & ~0x00000010); } result.thread_ = thread_; } else { result.thread_ = threadBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.getDefaultInstance()) return this; if (!other.getTransactionType().isEmpty()) { transactionType_ = other.transactionType_; onChanged(); } if (!other.getTransactionName().isEmpty()) { transactionName_ = other.transactionName_; onChanged(); } if (other.getTotalDurationNanos() != 0L) { setTotalDurationNanos(other.getTotalDurationNanos()); } if (!other.getTraceId().isEmpty()) { traceId_ = other.traceId_; onChanged(); } if (threadBuilder_ == null) { if (!other.thread_.isEmpty()) { if (thread_.isEmpty()) { thread_ = other.thread_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureThreadIsMutable(); thread_.addAll(other.thread_); } onChanged(); } } else { if (!other.thread_.isEmpty()) { if (threadBuilder_.isEmpty()) { threadBuilder_.dispose(); threadBuilder_ = null; thread_ = other.thread_; bitField0_ = (bitField0_ & ~0x00000010); threadBuilder_ = org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getThreadFieldBuilder() : null; } else { threadBuilder_.addAllMessages(other.thread_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object transactionType_ = ""; /** * optional string transaction_type = 1; */ public java.lang.String getTransactionType() { java.lang.Object ref = transactionType_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transactionType_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string transaction_type = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTransactionTypeBytes() { java.lang.Object ref = transactionType_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionType_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string transaction_type = 1; */ public Builder setTransactionType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } transactionType_ = value; onChanged(); return this; } /** * optional string transaction_type = 1; */ public Builder clearTransactionType() { transactionType_ = getDefaultInstance().getTransactionType(); onChanged(); return this; } /** * optional string transaction_type = 1; */ public Builder setTransactionTypeBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); transactionType_ = value; onChanged(); return this; } private java.lang.Object transactionName_ = ""; /** * optional string transaction_name = 2; */ public java.lang.String getTransactionName() { java.lang.Object ref = transactionName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transactionName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string transaction_name = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getTransactionNameBytes() { java.lang.Object ref = transactionName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string transaction_name = 2; */ public Builder setTransactionName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } transactionName_ = value; onChanged(); return this; } /** * optional string transaction_name = 2; */ public Builder clearTransactionName() { transactionName_ = getDefaultInstance().getTransactionName(); onChanged(); return this; } /** * optional string transaction_name = 2; */ public Builder setTransactionNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); transactionName_ = value; onChanged(); return this; } private long totalDurationNanos_ ; /** * optional int64 total_duration_nanos = 3; */ public long getTotalDurationNanos() { return totalDurationNanos_; } /** * optional int64 total_duration_nanos = 3; */ public Builder setTotalDurationNanos(long value) { totalDurationNanos_ = value; onChanged(); return this; } /** * optional int64 total_duration_nanos = 3; */ public Builder clearTotalDurationNanos() { totalDurationNanos_ = 0L; onChanged(); return this; } private java.lang.Object traceId_ = ""; /** * optional string trace_id = 4; * *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
*/ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string trace_id = 4; * *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
*/ public org.glowroot.agent.shaded.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string trace_id = 4; * *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
*/ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * optional string trace_id = 4; * *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
*/ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * optional string trace_id = 4; * *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
*/ public Builder setTraceIdBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); traceId_ = value; onChanged(); return this; } private java.util.List thread_ = java.util.Collections.emptyList(); private void ensureThreadIsMutable() { if (!((bitField0_ & 0x00000010) == 0x00000010)) { thread_ = new java.util.ArrayList(thread_); bitField0_ |= 0x00000010; } } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder> threadBuilder_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public java.util.List getThreadList() { if (threadBuilder_ == null) { return java.util.Collections.unmodifiableList(thread_); } else { return threadBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public int getThreadCount() { if (threadBuilder_ == null) { return thread_.size(); } else { return threadBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getThread(int index) { if (threadBuilder_ == null) { return thread_.get(index); } else { return threadBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public Builder setThread( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread value) { if (threadBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureThreadIsMutable(); thread_.set(index, value); onChanged(); } else { threadBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public Builder setThread( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder builderForValue) { if (threadBuilder_ == null) { ensureThreadIsMutable(); thread_.set(index, builderForValue.build()); onChanged(); } else { threadBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public Builder addThread(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread value) { if (threadBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureThreadIsMutable(); thread_.add(value); onChanged(); } else { threadBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public Builder addThread( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread value) { if (threadBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureThreadIsMutable(); thread_.add(index, value); onChanged(); } else { threadBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public Builder addThread( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder builderForValue) { if (threadBuilder_ == null) { ensureThreadIsMutable(); thread_.add(builderForValue.build()); onChanged(); } else { threadBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public Builder addThread( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder builderForValue) { if (threadBuilder_ == null) { ensureThreadIsMutable(); thread_.add(index, builderForValue.build()); onChanged(); } else { threadBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public Builder addAllThread( java.lang.Iterable values) { if (threadBuilder_ == null) { ensureThreadIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, thread_); onChanged(); } else { threadBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public Builder clearThread() { if (threadBuilder_ == null) { thread_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); } else { threadBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public Builder removeThread(int index) { if (threadBuilder_ == null) { ensureThreadIsMutable(); thread_.remove(index); onChanged(); } else { threadBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder getThreadBuilder( int index) { return getThreadFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getThreadOrBuilder( int index) { if (threadBuilder_ == null) { return thread_.get(index); } else { return threadBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public java.util.List getThreadOrBuilderList() { if (threadBuilder_ != null) { return threadBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(thread_); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder addThreadBuilder() { return getThreadFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder addThreadBuilder( int index) { return getThreadFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread thread = 5; */ public java.util.List getThreadBuilderList() { return getThreadFieldBuilder().getBuilderList(); } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder> getThreadFieldBuilder() { if (threadBuilder_ == null) { threadBuilder_ = new org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder>( thread_, ((bitField0_ & 0x00000010) == 0x00000010), getParentForChildren(), isClean()); thread_ = null; } return threadBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ThreadDump.Transaction) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ThreadDump.Transaction) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public Transaction parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new Transaction(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ThreadOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDump.Thread) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string name = 1; */ java.lang.String getName(); /** * optional string name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes(); /** * optional string state = 2; */ java.lang.String getState(); /** * optional string state = 2; */ org.glowroot.agent.shaded.google.protobuf.ByteString getStateBytes(); /** * optional string lock_name = 3; */ java.lang.String getLockName(); /** * optional string lock_name = 3; */ org.glowroot.agent.shaded.google.protobuf.ByteString getLockNameBytes(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ java.util.List getStackTraceElementList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement getStackTraceElement(int index); /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ int getStackTraceElementCount(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ java.util.List getStackTraceElementOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElementOrBuilder getStackTraceElementOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump.Thread} */ public static final class Thread extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDump.Thread) ThreadOrBuilder { // Use Thread.newBuilder() to construct. private Thread(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Thread() { name_ = ""; state_ = ""; lockName_ = ""; stackTraceElement_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private Thread( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); state_ = s; break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); lockName_ = s; break; } case 34: { if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { stackTraceElement_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000008; } stackTraceElement_.add(input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { stackTraceElement_ = java.util.Collections.unmodifiableList(stackTraceElement_); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** * optional string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** * optional string name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int STATE_FIELD_NUMBER = 2; private volatile java.lang.Object state_; /** * optional string state = 2; */ public java.lang.String getState() { java.lang.Object ref = state_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); state_ = s; return s; } } /** * optional string state = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getStateBytes() { java.lang.Object ref = state_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); state_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int LOCK_NAME_FIELD_NUMBER = 3; private volatile java.lang.Object lockName_; /** * optional string lock_name = 3; */ public java.lang.String getLockName() { java.lang.Object ref = lockName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); lockName_ = s; return s; } } /** * optional string lock_name = 3; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getLockNameBytes() { java.lang.Object ref = lockName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); lockName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int STACK_TRACE_ELEMENT_FIELD_NUMBER = 4; private java.util.List stackTraceElement_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public java.util.List getStackTraceElementList() { return stackTraceElement_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public java.util.List getStackTraceElementOrBuilderList() { return stackTraceElement_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public int getStackTraceElementCount() { return stackTraceElement_.size(); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement getStackTraceElement(int index) { return stackTraceElement_.get(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElementOrBuilder getStackTraceElementOrBuilder( int index) { return stackTraceElement_.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, name_); } if (!getStateBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 2, state_); } if (!getLockNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 3, lockName_); } for (int i = 0; i < stackTraceElement_.size(); i++) { output.writeMessage(4, stackTraceElement_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, name_); } if (!getStateBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(2, state_); } if (!getLockNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(3, lockName_); } for (int i = 0; i < stackTraceElement_.size(); i++) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(4, stackTraceElement_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.ThreadDump.Thread 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump.Thread} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ThreadDump.Thread) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getStackTraceElementFieldBuilder(); } } public Builder clear() { super.clear(); name_ = ""; state_ = ""; lockName_ = ""; if (stackTraceElementBuilder_ == null) { stackTraceElement_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); } else { stackTraceElementBuilder_.clear(); } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.name_ = name_; result.state_ = state_; result.lockName_ = lockName_; if (stackTraceElementBuilder_ == null) { if (((bitField0_ & 0x00000008) == 0x00000008)) { stackTraceElement_ = java.util.Collections.unmodifiableList(stackTraceElement_); bitField0_ = (bitField0_ & ~0x00000008); } result.stackTraceElement_ = stackTraceElement_; } else { result.stackTraceElement_ = stackTraceElementBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); } if (!other.getState().isEmpty()) { state_ = other.state_; onChanged(); } if (!other.getLockName().isEmpty()) { lockName_ = other.lockName_; onChanged(); } if (stackTraceElementBuilder_ == null) { if (!other.stackTraceElement_.isEmpty()) { if (stackTraceElement_.isEmpty()) { stackTraceElement_ = other.stackTraceElement_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureStackTraceElementIsMutable(); stackTraceElement_.addAll(other.stackTraceElement_); } onChanged(); } } else { if (!other.stackTraceElement_.isEmpty()) { if (stackTraceElementBuilder_.isEmpty()) { stackTraceElementBuilder_.dispose(); stackTraceElementBuilder_ = null; stackTraceElement_ = other.stackTraceElement_; bitField0_ = (bitField0_ & ~0x00000008); stackTraceElementBuilder_ = org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getStackTraceElementFieldBuilder() : null; } else { stackTraceElementBuilder_.addAllMessages(other.stackTraceElement_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object name_ = ""; /** * optional string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string name = 1; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** * optional string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * optional string name = 1; */ public Builder setNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private java.lang.Object state_ = ""; /** * optional string state = 2; */ public java.lang.String getState() { java.lang.Object ref = state_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); state_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string state = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getStateBytes() { java.lang.Object ref = state_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); state_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string state = 2; */ public Builder setState( java.lang.String value) { if (value == null) { throw new NullPointerException(); } state_ = value; onChanged(); return this; } /** * optional string state = 2; */ public Builder clearState() { state_ = getDefaultInstance().getState(); onChanged(); return this; } /** * optional string state = 2; */ public Builder setStateBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); state_ = value; onChanged(); return this; } private java.lang.Object lockName_ = ""; /** * optional string lock_name = 3; */ public java.lang.String getLockName() { java.lang.Object ref = lockName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); lockName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string lock_name = 3; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getLockNameBytes() { java.lang.Object ref = lockName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); lockName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string lock_name = 3; */ public Builder setLockName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } lockName_ = value; onChanged(); return this; } /** * optional string lock_name = 3; */ public Builder clearLockName() { lockName_ = getDefaultInstance().getLockName(); onChanged(); return this; } /** * optional string lock_name = 3; */ public Builder setLockNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); lockName_ = value; onChanged(); return this; } private java.util.List stackTraceElement_ = java.util.Collections.emptyList(); private void ensureStackTraceElementIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { stackTraceElement_ = new java.util.ArrayList(stackTraceElement_); bitField0_ |= 0x00000008; } } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElementOrBuilder> stackTraceElementBuilder_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public java.util.List getStackTraceElementList() { if (stackTraceElementBuilder_ == null) { return java.util.Collections.unmodifiableList(stackTraceElement_); } else { return stackTraceElementBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public int getStackTraceElementCount() { if (stackTraceElementBuilder_ == null) { return stackTraceElement_.size(); } else { return stackTraceElementBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement getStackTraceElement(int index) { if (stackTraceElementBuilder_ == null) { return stackTraceElement_.get(index); } else { return stackTraceElementBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public Builder setStackTraceElement( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement value) { if (stackTraceElementBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStackTraceElementIsMutable(); stackTraceElement_.set(index, value); onChanged(); } else { stackTraceElementBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public Builder setStackTraceElement( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder builderForValue) { if (stackTraceElementBuilder_ == null) { ensureStackTraceElementIsMutable(); stackTraceElement_.set(index, builderForValue.build()); onChanged(); } else { stackTraceElementBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public Builder addStackTraceElement(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement value) { if (stackTraceElementBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStackTraceElementIsMutable(); stackTraceElement_.add(value); onChanged(); } else { stackTraceElementBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public Builder addStackTraceElement( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement value) { if (stackTraceElementBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStackTraceElementIsMutable(); stackTraceElement_.add(index, value); onChanged(); } else { stackTraceElementBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public Builder addStackTraceElement( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder builderForValue) { if (stackTraceElementBuilder_ == null) { ensureStackTraceElementIsMutable(); stackTraceElement_.add(builderForValue.build()); onChanged(); } else { stackTraceElementBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public Builder addStackTraceElement( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder builderForValue) { if (stackTraceElementBuilder_ == null) { ensureStackTraceElementIsMutable(); stackTraceElement_.add(index, builderForValue.build()); onChanged(); } else { stackTraceElementBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public Builder addAllStackTraceElement( java.lang.Iterable values) { if (stackTraceElementBuilder_ == null) { ensureStackTraceElementIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, stackTraceElement_); onChanged(); } else { stackTraceElementBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public Builder clearStackTraceElement() { if (stackTraceElementBuilder_ == null) { stackTraceElement_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { stackTraceElementBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public Builder removeStackTraceElement(int index) { if (stackTraceElementBuilder_ == null) { ensureStackTraceElementIsMutable(); stackTraceElement_.remove(index); onChanged(); } else { stackTraceElementBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder getStackTraceElementBuilder( int index) { return getStackTraceElementFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElementOrBuilder getStackTraceElementOrBuilder( int index) { if (stackTraceElementBuilder_ == null) { return stackTraceElement_.get(index); } else { return stackTraceElementBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public java.util.List getStackTraceElementOrBuilderList() { if (stackTraceElementBuilder_ != null) { return stackTraceElementBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(stackTraceElement_); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder addStackTraceElementBuilder() { return getStackTraceElementFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder addStackTraceElementBuilder( int index) { return getStackTraceElementFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.StackTraceElement stack_trace_element = 4; */ public java.util.List getStackTraceElementBuilderList() { return getStackTraceElementFieldBuilder().getBuilderList(); } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElementOrBuilder> getStackTraceElementFieldBuilder() { if (stackTraceElementBuilder_ == null) { stackTraceElementBuilder_ = new org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElementOrBuilder>( stackTraceElement_, ((bitField0_ & 0x00000008) == 0x00000008), getParentForChildren(), isClean()); stackTraceElement_ = null; } return stackTraceElementBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ThreadDump.Thread) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ThreadDump.Thread) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public Thread parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new Thread(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StackTraceElementOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDump.StackTraceElement) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string class_name = 1; */ java.lang.String getClassName(); /** * optional string class_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getClassNameBytes(); /** * optional string method_name = 2; */ java.lang.String getMethodName(); /** * optional string method_name = 2; */ org.glowroot.agent.shaded.google.protobuf.ByteString getMethodNameBytes(); /** * optional string file_name = 3; */ java.lang.String getFileName(); /** * optional string file_name = 3; */ org.glowroot.agent.shaded.google.protobuf.ByteString getFileNameBytes(); /** * optional sint32 line_number = 4; * *
       * sint since can be negative
       * 
*/ int getLineNumber(); } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump.StackTraceElement} */ public static final class StackTraceElement extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDump.StackTraceElement) StackTraceElementOrBuilder { // Use StackTraceElement.newBuilder() to construct. private StackTraceElement(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StackTraceElement() { className_ = ""; methodName_ = ""; fileName_ = ""; lineNumber_ = 0; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private StackTraceElement( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(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; } case 26: { java.lang.String s = input.readStringRequireUtf8(); fileName_ = s; break; } case 32: { lineNumber_ = input.readSInt32(); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder.class); } public static final int CLASS_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object className_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } } /** * optional string class_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int METHOD_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object methodName_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); methodName_ = s; return s; } } /** * optional string method_name = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int FILE_NAME_FIELD_NUMBER = 3; private volatile java.lang.Object fileName_; /** * optional string file_name = 3; */ public java.lang.String getFileName() { java.lang.Object ref = fileName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fileName_ = s; return s; } } /** * optional string file_name = 3; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int LINE_NUMBER_FIELD_NUMBER = 4; private int lineNumber_; /** * optional sint32 line_number = 4; * *
       * sint since can be negative
       * 
*/ public int getLineNumber() { return lineNumber_; } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getClassNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, className_); } if (!getMethodNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 2, methodName_); } if (!getFileNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 3, fileName_); } if (lineNumber_ != 0) { output.writeSInt32(4, lineNumber_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getClassNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, className_); } if (!getMethodNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(2, methodName_); } if (!getFileNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(3, fileName_); } if (lineNumber_ != 0) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeSInt32Size(4, lineNumber_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.ThreadDump.StackTraceElement 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump.StackTraceElement} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ThreadDump.StackTraceElement) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElementOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); className_ = ""; methodName_ = ""; fileName_ = ""; lineNumber_ = 0; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement(this); result.className_ = className_; result.methodName_ = methodName_; result.fileName_ = fileName_; result.lineNumber_ = lineNumber_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.getDefaultInstance()) return this; if (!other.getClassName().isEmpty()) { className_ = other.className_; onChanged(); } if (!other.getMethodName().isEmpty()) { methodName_ = other.methodName_; onChanged(); } if (!other.getFileName().isEmpty()) { fileName_ = other.fileName_; onChanged(); } if (other.getLineNumber() != 0) { setLineNumber(other.getLineNumber()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object className_ = ""; /** * optional string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string class_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string class_name = 1; */ public Builder setClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } className_ = value; onChanged(); return this; } /** * optional string class_name = 1; */ public Builder clearClassName() { className_ = getDefaultInstance().getClassName(); onChanged(); return this; } /** * optional string class_name = 1; */ public Builder setClassNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); className_ = value; onChanged(); return this; } private java.lang.Object methodName_ = ""; /** * optional string method_name = 2; */ public java.lang.String getMethodName() { java.lang.Object ref = methodName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); methodName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string method_name = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string method_name = 2; */ public Builder setMethodName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } methodName_ = value; onChanged(); return this; } /** * optional string method_name = 2; */ public Builder clearMethodName() { methodName_ = getDefaultInstance().getMethodName(); onChanged(); return this; } /** * optional string method_name = 2; */ public Builder setMethodNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); methodName_ = value; onChanged(); return this; } private java.lang.Object fileName_ = ""; /** * optional string file_name = 3; */ public java.lang.String getFileName() { java.lang.Object ref = fileName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fileName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string file_name = 3; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string file_name = 3; */ public Builder setFileName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileName_ = value; onChanged(); return this; } /** * optional string file_name = 3; */ public Builder clearFileName() { fileName_ = getDefaultInstance().getFileName(); onChanged(); return this; } /** * optional string file_name = 3; */ public Builder setFileNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileName_ = value; onChanged(); return this; } private int lineNumber_ ; /** * optional sint32 line_number = 4; * *
         * sint since can be negative
         * 
*/ public int getLineNumber() { return lineNumber_; } /** * optional sint32 line_number = 4; * *
         * sint since can be negative
         * 
*/ public Builder setLineNumber(int value) { lineNumber_ = value; onChanged(); return this; } /** * optional sint32 line_number = 4; * *
         * sint since can be negative
         * 
*/ public Builder clearLineNumber() { lineNumber_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ThreadDump.StackTraceElement) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ThreadDump.StackTraceElement) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public StackTraceElement parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new StackTraceElement(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; public static final int TRANSACTION_FIELD_NUMBER = 1; private java.util.List transaction_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public java.util.List getTransactionList() { return transaction_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public java.util.List getTransactionOrBuilderList() { return transaction_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public int getTransactionCount() { return transaction_.size(); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction getTransaction(int index) { return transaction_.get(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.TransactionOrBuilder getTransactionOrBuilder( int index) { return transaction_.get(index); } public static final int UNMATCHED_THREAD_FIELD_NUMBER = 2; private java.util.List unmatchedThread_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public java.util.List getUnmatchedThreadList() { return unmatchedThread_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public java.util.List getUnmatchedThreadOrBuilderList() { return unmatchedThread_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public int getUnmatchedThreadCount() { return unmatchedThread_.size(); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getUnmatchedThread(int index) { return unmatchedThread_.get(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getUnmatchedThreadOrBuilder( int index) { return unmatchedThread_.get(index); } public static final int THREAD_DUMPING_THREAD_FIELD_NUMBER = 3; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread threadDumpingThread_; /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public boolean hasThreadDumpingThread() { return threadDumpingThread_ != null; } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getThreadDumpingThread() { return threadDumpingThread_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.getDefaultInstance() : threadDumpingThread_; } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getThreadDumpingThreadOrBuilder() { return getThreadDumpingThread(); } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < transaction_.size(); i++) { output.writeMessage(1, transaction_.get(i)); } for (int i = 0; i < unmatchedThread_.size(); i++) { output.writeMessage(2, unmatchedThread_.get(i)); } if (threadDumpingThread_ != null) { output.writeMessage(3, getThreadDumpingThread()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < transaction_.size(); i++) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, transaction_.get(i)); } for (int i = 0; i < unmatchedThread_.size(); i++) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(2, unmatchedThread_.get(i)); } if (threadDumpingThread_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(3, getThreadDumpingThread()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.ThreadDump 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ThreadDump) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getTransactionFieldBuilder(); getUnmatchedThreadFieldBuilder(); } } public Builder clear() { super.clear(); if (transactionBuilder_ == null) { transaction_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { transactionBuilder_.clear(); } if (unmatchedThreadBuilder_ == null) { unmatchedThread_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { unmatchedThreadBuilder_.clear(); } if (threadDumpingThreadBuilder_ == null) { threadDumpingThread_ = null; } else { threadDumpingThread_ = null; threadDumpingThreadBuilder_ = null; } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (transactionBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { transaction_ = java.util.Collections.unmodifiableList(transaction_); bitField0_ = (bitField0_ & ~0x00000001); } result.transaction_ = transaction_; } else { result.transaction_ = transactionBuilder_.build(); } if (unmatchedThreadBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { unmatchedThread_ = java.util.Collections.unmodifiableList(unmatchedThread_); bitField0_ = (bitField0_ & ~0x00000002); } result.unmatchedThread_ = unmatchedThread_; } else { result.unmatchedThread_ = unmatchedThreadBuilder_.build(); } if (threadDumpingThreadBuilder_ == null) { result.threadDumpingThread_ = threadDumpingThread_; } else { result.threadDumpingThread_ = threadDumpingThreadBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.getDefaultInstance()) return this; if (transactionBuilder_ == null) { if (!other.transaction_.isEmpty()) { if (transaction_.isEmpty()) { transaction_ = other.transaction_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureTransactionIsMutable(); transaction_.addAll(other.transaction_); } onChanged(); } } else { if (!other.transaction_.isEmpty()) { if (transactionBuilder_.isEmpty()) { transactionBuilder_.dispose(); transactionBuilder_ = null; transaction_ = other.transaction_; bitField0_ = (bitField0_ & ~0x00000001); transactionBuilder_ = org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getTransactionFieldBuilder() : null; } else { transactionBuilder_.addAllMessages(other.transaction_); } } } if (unmatchedThreadBuilder_ == null) { if (!other.unmatchedThread_.isEmpty()) { if (unmatchedThread_.isEmpty()) { unmatchedThread_ = other.unmatchedThread_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureUnmatchedThreadIsMutable(); unmatchedThread_.addAll(other.unmatchedThread_); } onChanged(); } } else { if (!other.unmatchedThread_.isEmpty()) { if (unmatchedThreadBuilder_.isEmpty()) { unmatchedThreadBuilder_.dispose(); unmatchedThreadBuilder_ = null; unmatchedThread_ = other.unmatchedThread_; bitField0_ = (bitField0_ & ~0x00000002); unmatchedThreadBuilder_ = org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getUnmatchedThreadFieldBuilder() : null; } else { unmatchedThreadBuilder_.addAllMessages(other.unmatchedThread_); } } } if (other.hasThreadDumpingThread()) { mergeThreadDumpingThread(other.getThreadDumpingThread()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List transaction_ = java.util.Collections.emptyList(); private void ensureTransactionIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { transaction_ = new java.util.ArrayList(transaction_); bitField0_ |= 0x00000001; } } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.TransactionOrBuilder> transactionBuilder_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public java.util.List getTransactionList() { if (transactionBuilder_ == null) { return java.util.Collections.unmodifiableList(transaction_); } else { return transactionBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public int getTransactionCount() { if (transactionBuilder_ == null) { return transaction_.size(); } else { return transactionBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction getTransaction(int index) { if (transactionBuilder_ == null) { return transaction_.get(index); } else { return transactionBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public Builder setTransaction( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction value) { if (transactionBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTransactionIsMutable(); transaction_.set(index, value); onChanged(); } else { transactionBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public Builder setTransaction( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder builderForValue) { if (transactionBuilder_ == null) { ensureTransactionIsMutable(); transaction_.set(index, builderForValue.build()); onChanged(); } else { transactionBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public Builder addTransaction(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction value) { if (transactionBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTransactionIsMutable(); transaction_.add(value); onChanged(); } else { transactionBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public Builder addTransaction( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction value) { if (transactionBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTransactionIsMutable(); transaction_.add(index, value); onChanged(); } else { transactionBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public Builder addTransaction( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder builderForValue) { if (transactionBuilder_ == null) { ensureTransactionIsMutable(); transaction_.add(builderForValue.build()); onChanged(); } else { transactionBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public Builder addTransaction( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder builderForValue) { if (transactionBuilder_ == null) { ensureTransactionIsMutable(); transaction_.add(index, builderForValue.build()); onChanged(); } else { transactionBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public Builder addAllTransaction( java.lang.Iterable values) { if (transactionBuilder_ == null) { ensureTransactionIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, transaction_); onChanged(); } else { transactionBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public Builder clearTransaction() { if (transactionBuilder_ == null) { transaction_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { transactionBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public Builder removeTransaction(int index) { if (transactionBuilder_ == null) { ensureTransactionIsMutable(); transaction_.remove(index); onChanged(); } else { transactionBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder getTransactionBuilder( int index) { return getTransactionFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.TransactionOrBuilder getTransactionOrBuilder( int index) { if (transactionBuilder_ == null) { return transaction_.get(index); } else { return transactionBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public java.util.List getTransactionOrBuilderList() { if (transactionBuilder_ != null) { return transactionBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(transaction_); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder addTransactionBuilder() { return getTransactionFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder addTransactionBuilder( int index) { return getTransactionFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Transaction transaction = 1; */ public java.util.List getTransactionBuilderList() { return getTransactionFieldBuilder().getBuilderList(); } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.TransactionOrBuilder> getTransactionFieldBuilder() { if (transactionBuilder_ == null) { transactionBuilder_ = new org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.TransactionOrBuilder>( transaction_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); transaction_ = null; } return transactionBuilder_; } private java.util.List unmatchedThread_ = java.util.Collections.emptyList(); private void ensureUnmatchedThreadIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { unmatchedThread_ = new java.util.ArrayList(unmatchedThread_); bitField0_ |= 0x00000002; } } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder> unmatchedThreadBuilder_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public java.util.List getUnmatchedThreadList() { if (unmatchedThreadBuilder_ == null) { return java.util.Collections.unmodifiableList(unmatchedThread_); } else { return unmatchedThreadBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public int getUnmatchedThreadCount() { if (unmatchedThreadBuilder_ == null) { return unmatchedThread_.size(); } else { return unmatchedThreadBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getUnmatchedThread(int index) { if (unmatchedThreadBuilder_ == null) { return unmatchedThread_.get(index); } else { return unmatchedThreadBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public Builder setUnmatchedThread( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread value) { if (unmatchedThreadBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureUnmatchedThreadIsMutable(); unmatchedThread_.set(index, value); onChanged(); } else { unmatchedThreadBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public Builder setUnmatchedThread( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder builderForValue) { if (unmatchedThreadBuilder_ == null) { ensureUnmatchedThreadIsMutable(); unmatchedThread_.set(index, builderForValue.build()); onChanged(); } else { unmatchedThreadBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public Builder addUnmatchedThread(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread value) { if (unmatchedThreadBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureUnmatchedThreadIsMutable(); unmatchedThread_.add(value); onChanged(); } else { unmatchedThreadBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public Builder addUnmatchedThread( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread value) { if (unmatchedThreadBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureUnmatchedThreadIsMutable(); unmatchedThread_.add(index, value); onChanged(); } else { unmatchedThreadBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public Builder addUnmatchedThread( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder builderForValue) { if (unmatchedThreadBuilder_ == null) { ensureUnmatchedThreadIsMutable(); unmatchedThread_.add(builderForValue.build()); onChanged(); } else { unmatchedThreadBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public Builder addUnmatchedThread( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder builderForValue) { if (unmatchedThreadBuilder_ == null) { ensureUnmatchedThreadIsMutable(); unmatchedThread_.add(index, builderForValue.build()); onChanged(); } else { unmatchedThreadBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public Builder addAllUnmatchedThread( java.lang.Iterable values) { if (unmatchedThreadBuilder_ == null) { ensureUnmatchedThreadIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, unmatchedThread_); onChanged(); } else { unmatchedThreadBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public Builder clearUnmatchedThread() { if (unmatchedThreadBuilder_ == null) { unmatchedThread_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { unmatchedThreadBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public Builder removeUnmatchedThread(int index) { if (unmatchedThreadBuilder_ == null) { ensureUnmatchedThreadIsMutable(); unmatchedThread_.remove(index); onChanged(); } else { unmatchedThreadBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder getUnmatchedThreadBuilder( int index) { return getUnmatchedThreadFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getUnmatchedThreadOrBuilder( int index) { if (unmatchedThreadBuilder_ == null) { return unmatchedThread_.get(index); } else { return unmatchedThreadBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public java.util.List getUnmatchedThreadOrBuilderList() { if (unmatchedThreadBuilder_ != null) { return unmatchedThreadBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(unmatchedThread_); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder addUnmatchedThreadBuilder() { return getUnmatchedThreadFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder addUnmatchedThreadBuilder( int index) { return getUnmatchedThreadFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.Thread unmatched_thread = 2; */ public java.util.List getUnmatchedThreadBuilderList() { return getUnmatchedThreadFieldBuilder().getBuilderList(); } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder> getUnmatchedThreadFieldBuilder() { if (unmatchedThreadBuilder_ == null) { unmatchedThreadBuilder_ = new org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder>( unmatchedThread_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); unmatchedThread_ = null; } return unmatchedThreadBuilder_; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread threadDumpingThread_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder> threadDumpingThreadBuilder_; /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public boolean hasThreadDumpingThread() { return threadDumpingThreadBuilder_ != null || threadDumpingThread_ != null; } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getThreadDumpingThread() { if (threadDumpingThreadBuilder_ == null) { return threadDumpingThread_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.getDefaultInstance() : threadDumpingThread_; } else { return threadDumpingThreadBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public Builder setThreadDumpingThread(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread value) { if (threadDumpingThreadBuilder_ == null) { if (value == null) { throw new NullPointerException(); } threadDumpingThread_ = value; onChanged(); } else { threadDumpingThreadBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public Builder setThreadDumpingThread( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder builderForValue) { if (threadDumpingThreadBuilder_ == null) { threadDumpingThread_ = builderForValue.build(); onChanged(); } else { threadDumpingThreadBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public Builder mergeThreadDumpingThread(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread value) { if (threadDumpingThreadBuilder_ == null) { if (threadDumpingThread_ != null) { threadDumpingThread_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.newBuilder(threadDumpingThread_).mergeFrom(value).buildPartial(); } else { threadDumpingThread_ = value; } onChanged(); } else { threadDumpingThreadBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public Builder clearThreadDumpingThread() { if (threadDumpingThreadBuilder_ == null) { threadDumpingThread_ = null; onChanged(); } else { threadDumpingThread_ = null; threadDumpingThreadBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder getThreadDumpingThreadBuilder() { onChanged(); return getThreadDumpingThreadFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getThreadDumpingThreadOrBuilder() { if (threadDumpingThreadBuilder_ != null) { return threadDumpingThreadBuilder_.getMessageOrBuilder(); } else { return threadDumpingThread_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.getDefaultInstance() : threadDumpingThread_; } } /** * optional .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder> getThreadDumpingThreadFieldBuilder() { if (threadDumpingThreadBuilder_ == null) { threadDumpingThreadBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder>( getThreadDumpingThread(), getParentForChildren(), isClean()); threadDumpingThread_ = null; } return threadDumpingThreadBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ThreadDump) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ThreadDump) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public ThreadDump parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new ThreadDump(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HeapDumpFileInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapDumpFileInfo) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string file_path = 1; */ java.lang.String getFilePath(); /** * optional string file_path = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getFilePathBytes(); /** * optional int64 file_size_bytes = 2; */ long getFileSizeBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapDumpFileInfo} */ public static final class HeapDumpFileInfo extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapDumpFileInfo) HeapDumpFileInfoOrBuilder { // Use HeapDumpFileInfo.newBuilder() to construct. private HeapDumpFileInfo(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private HeapDumpFileInfo() { filePath_ = ""; fileSizeBytes_ = 0L; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private HeapDumpFileInfo( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); filePath_ = s; break; } case 16: { fileSizeBytes_ = input.readInt64(); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder.class); } public static final int FILE_PATH_FIELD_NUMBER = 1; private volatile java.lang.Object filePath_; /** * optional string file_path = 1; */ public java.lang.String getFilePath() { java.lang.Object ref = filePath_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filePath_ = s; return s; } } /** * optional string file_path = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int FILE_SIZE_BYTES_FIELD_NUMBER = 2; private long fileSizeBytes_; /** * optional int64 file_size_bytes = 2; */ public long getFileSizeBytes() { return fileSizeBytes_; } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getFilePathBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, filePath_); } if (fileSizeBytes_ != 0L) { output.writeInt64(2, fileSizeBytes_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getFilePathBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, filePath_); } if (fileSizeBytes_ != 0L) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt64Size(2, fileSizeBytes_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.HeapDumpFileInfo 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapDumpFileInfo} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HeapDumpFileInfo) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); filePath_ = ""; fileSizeBytes_ = 0L; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo(this); result.filePath_ = filePath_; result.fileSizeBytes_ = fileSizeBytes_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.getDefaultInstance()) return this; if (!other.getFilePath().isEmpty()) { filePath_ = other.filePath_; onChanged(); } if (other.getFileSizeBytes() != 0L) { setFileSizeBytes(other.getFileSizeBytes()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object filePath_ = ""; /** * optional string file_path = 1; */ public java.lang.String getFilePath() { java.lang.Object ref = filePath_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filePath_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string file_path = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string file_path = 1; */ public Builder setFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } filePath_ = value; onChanged(); return this; } /** * optional string file_path = 1; */ public Builder clearFilePath() { filePath_ = getDefaultInstance().getFilePath(); onChanged(); return this; } /** * optional string file_path = 1; */ public Builder setFilePathBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filePath_ = value; onChanged(); return this; } private long fileSizeBytes_ ; /** * optional int64 file_size_bytes = 2; */ public long getFileSizeBytes() { return fileSizeBytes_; } /** * optional int64 file_size_bytes = 2; */ public Builder setFileSizeBytes(long value) { fileSizeBytes_ = value; onChanged(); return this; } /** * optional int64 file_size_bytes = 2; */ public Builder clearFileSizeBytes() { fileSizeBytes_ = 0L; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HeapDumpFileInfo) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapDumpFileInfo) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public HeapDumpFileInfo parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new HeapDumpFileInfo(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanDumpOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDump) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ java.util.List getMbeanInfoList(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo getMbeanInfo(int index); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ int getMbeanInfoCount(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ java.util.List getMbeanInfoOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfoOrBuilder getMbeanInfoOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump} */ public static final class MBeanDump extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump) MBeanDumpOrBuilder { // Use MBeanDump.newBuilder() to construct. private MBeanDump(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanDump() { mbeanInfo_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanDump( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { mbeanInfo_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } mbeanInfo_.add(input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { mbeanInfo_ = java.util.Collections.unmodifiableList(mbeanInfo_); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder.class); } public interface MBeanInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDump.MBeanInfo) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string object_name = 1; */ java.lang.String getObjectName(); /** * optional string object_name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getObjectNameBytes(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ java.util.List getAttributeList(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute getAttribute(int index); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ int getAttributeCount(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ java.util.List getAttributeOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttributeOrBuilder getAttributeOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanInfo} */ public static final class MBeanInfo extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanInfo) MBeanInfoOrBuilder { // Use MBeanInfo.newBuilder() to construct. private MBeanInfo(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanInfo() { objectName_ = ""; attribute_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanInfo( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); objectName_ = s; break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { attribute_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } attribute_.add(input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { attribute_ = java.util.Collections.unmodifiableList(attribute_); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder.class); } private int bitField0_; public static final int OBJECT_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object objectName_; /** * optional 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.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); objectName_ = s; return s; } } /** * optional string object_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getObjectNameBytes() { java.lang.Object ref = objectName_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); objectName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int ATTRIBUTE_FIELD_NUMBER = 2; private java.util.List attribute_; /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public java.util.List getAttributeList() { return attribute_; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public java.util.List getAttributeOrBuilderList() { return attribute_; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public int getAttributeCount() { return attribute_.size(); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute getAttribute(int index) { return attribute_.get(index); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttributeOrBuilder getAttributeOrBuilder( int index) { return attribute_.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getObjectNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, objectName_); } for (int i = 0; i < attribute_.size(); i++) { output.writeMessage(2, attribute_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getObjectNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, objectName_); } for (int i = 0; i < attribute_.size(); i++) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(2, attribute_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MBeanDump.MBeanInfo 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanInfo} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanDump.MBeanInfo) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfoOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAttributeFieldBuilder(); } } public Builder clear() { super.clear(); objectName_ = ""; if (attributeBuilder_ == null) { attribute_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { attributeBuilder_.clear(); } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.objectName_ = objectName_; if (attributeBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { attribute_ = java.util.Collections.unmodifiableList(attribute_); bitField0_ = (bitField0_ & ~0x00000002); } result.attribute_ = attribute_; } else { result.attribute_ = attributeBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.getDefaultInstance()) return this; if (!other.getObjectName().isEmpty()) { objectName_ = other.objectName_; onChanged(); } if (attributeBuilder_ == null) { if (!other.attribute_.isEmpty()) { if (attribute_.isEmpty()) { attribute_ = other.attribute_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureAttributeIsMutable(); attribute_.addAll(other.attribute_); } onChanged(); } } else { if (!other.attribute_.isEmpty()) { if (attributeBuilder_.isEmpty()) { attributeBuilder_.dispose(); attributeBuilder_ = null; attribute_ = other.attribute_; bitField0_ = (bitField0_ & ~0x00000002); attributeBuilder_ = org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getAttributeFieldBuilder() : null; } else { attributeBuilder_.addAllMessages(other.attribute_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object objectName_ = ""; /** * optional string object_name = 1; */ public java.lang.String getObjectName() { java.lang.Object ref = objectName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); objectName_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string object_name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getObjectNameBytes() { java.lang.Object ref = objectName_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); objectName_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string object_name = 1; */ public Builder setObjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } objectName_ = value; onChanged(); return this; } /** * optional string object_name = 1; */ public Builder clearObjectName() { objectName_ = getDefaultInstance().getObjectName(); onChanged(); return this; } /** * optional string object_name = 1; */ public Builder setObjectNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); objectName_ = value; onChanged(); return this; } private java.util.List attribute_ = java.util.Collections.emptyList(); private void ensureAttributeIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { attribute_ = new java.util.ArrayList(attribute_); bitField0_ |= 0x00000002; } } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttributeOrBuilder> attributeBuilder_; /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public java.util.List getAttributeList() { if (attributeBuilder_ == null) { return java.util.Collections.unmodifiableList(attribute_); } else { return attributeBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public int getAttributeCount() { if (attributeBuilder_ == null) { return attribute_.size(); } else { return attributeBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute getAttribute(int index) { if (attributeBuilder_ == null) { return attribute_.get(index); } else { return attributeBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public Builder setAttribute( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute value) { if (attributeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAttributeIsMutable(); attribute_.set(index, value); onChanged(); } else { attributeBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public Builder setAttribute( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder builderForValue) { if (attributeBuilder_ == null) { ensureAttributeIsMutable(); attribute_.set(index, builderForValue.build()); onChanged(); } else { attributeBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public Builder addAttribute(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute value) { if (attributeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAttributeIsMutable(); attribute_.add(value); onChanged(); } else { attributeBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public Builder addAttribute( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute value) { if (attributeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAttributeIsMutable(); attribute_.add(index, value); onChanged(); } else { attributeBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public Builder addAttribute( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder builderForValue) { if (attributeBuilder_ == null) { ensureAttributeIsMutable(); attribute_.add(builderForValue.build()); onChanged(); } else { attributeBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public Builder addAttribute( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder builderForValue) { if (attributeBuilder_ == null) { ensureAttributeIsMutable(); attribute_.add(index, builderForValue.build()); onChanged(); } else { attributeBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public Builder addAllAttribute( java.lang.Iterable values) { if (attributeBuilder_ == null) { ensureAttributeIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, attribute_); onChanged(); } else { attributeBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public Builder clearAttribute() { if (attributeBuilder_ == null) { attribute_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { attributeBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public Builder removeAttribute(int index) { if (attributeBuilder_ == null) { ensureAttributeIsMutable(); attribute_.remove(index); onChanged(); } else { attributeBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder getAttributeBuilder( int index) { return getAttributeFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttributeOrBuilder getAttributeOrBuilder( int index) { if (attributeBuilder_ == null) { return attribute_.get(index); } else { return attributeBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public java.util.List getAttributeOrBuilderList() { if (attributeBuilder_ != null) { return attributeBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(attribute_); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder addAttributeBuilder() { return getAttributeFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder addAttributeBuilder( int index) { return getAttributeFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanAttribute attribute = 2; */ public java.util.List getAttributeBuilderList() { return getAttributeFieldBuilder().getBuilderList(); } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttributeOrBuilder> getAttributeFieldBuilder() { if (attributeBuilder_ == null) { attributeBuilder_ = new org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttributeOrBuilder>( attribute_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); attribute_ = null; } return attributeBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanDump.MBeanInfo) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDump.MBeanInfo) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanInfo parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanInfo(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanAttributeOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDump.MBeanAttribute) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string name = 1; */ java.lang.String getName(); /** * optional string name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ boolean hasValue(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder getValueOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanAttribute} */ public static final class MBeanAttribute extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanAttribute) MBeanAttributeOrBuilder { // Use MBeanAttribute.newBuilder() to construct. private MBeanAttribute(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanAttribute() { name_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanAttribute( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 18: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder subBuilder = null; if (value_ != null) { subBuilder = value_.toBuilder(); } value_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(value_); value_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** * optional string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** * optional string name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int VALUE_FIELD_NUMBER = 2; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value_; /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public boolean hasValue() { return value_ != null; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue() { return value_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance() : value_; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder getValueOrBuilder() { return getValue(); } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, name_); } if (value_ != null) { output.writeMessage(2, getValue()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, name_); } if (value_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(2, getValue()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MBeanDump.MBeanAttribute 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanAttribute} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanDump.MBeanAttribute) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttributeOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); name_ = ""; if (valueBuilder_ == null) { value_ = null; } else { value_ = null; valueBuilder_ = null; } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute(this); result.name_ = name_; if (valueBuilder_ == null) { result.value_ = value_; } else { result.value_ = valueBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); } if (other.hasValue()) { mergeValue(other.getValue()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object name_ = ""; /** * optional string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string name = 1; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** * optional string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * optional string name = 1; */ public Builder setNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder> valueBuilder_; /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public boolean hasValue() { return valueBuilder_ != null || value_ != null; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue() { if (valueBuilder_ == null) { return value_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance() : value_; } else { return valueBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public Builder setValue(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } value_ = value; onChanged(); } else { valueBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public Builder setValue( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder builderForValue) { if (valueBuilder_ == null) { value_ = builderForValue.build(); onChanged(); } else { valueBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public Builder mergeValue(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value) { if (valueBuilder_ == null) { if (value_ != null) { value_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.newBuilder(value_).mergeFrom(value).buildPartial(); } else { value_ = value; } onChanged(); } else { valueBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public Builder clearValue() { if (valueBuilder_ == null) { value_ = null; onChanged(); } else { value_ = null; valueBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder getValueBuilder() { onChanged(); return getValueFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder getValueOrBuilder() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilder(); } else { return value_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance() : value_; } } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { valueBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder>( getValue(), getParentForChildren(), isClean()); value_ = null; } return valueBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanDump.MBeanAttribute) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDump.MBeanAttribute) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanAttribute parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanAttribute(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanValueOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDump.MBeanValue) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional bool null = 1; */ boolean getNull(); /** * optional string string = 2; */ java.lang.String getString(); /** * optional string string = 2; */ org.glowroot.agent.shaded.google.protobuf.ByteString getStringBytes(); /** * optional double double = 3; */ double getDouble(); /** * optional int64 long = 4; */ long getLong(); /** * optional bool boolean = 5; */ boolean getBoolean(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList getList(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueListOrBuilder getListOrBuilder(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap getMap(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapOrBuilder getMapOrBuilder(); public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.ValCase getValCase(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanValue} */ public static final class MBeanValue extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValue) MBeanValueOrBuilder { // Use MBeanValue.newBuilder() to construct. private MBeanValue(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanValue() { null_ = false; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanValue( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 8: { null_ = input.readBool(); break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); valCase_ = 2; val_ = s; break; } case 25: { valCase_ = 3; val_ = input.readDouble(); break; } case 32: { valCase_ = 4; val_ = input.readInt64(); break; } case 40: { valCase_ = 5; val_ = input.readBool(); break; } case 82: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.Builder subBuilder = null; if (valCase_ == 10) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_).toBuilder(); } val_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_); val_ = subBuilder.buildPartial(); } valCase_ = 10; break; } case 90: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.Builder subBuilder = null; if (valCase_ == 11) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_).toBuilder(); } val_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_); val_ = subBuilder.buildPartial(); } valCase_ = 11; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder.class); } private int valCase_ = 0; private java.lang.Object val_; public enum ValCase implements org.glowroot.agent.shaded.google.protobuf.Internal.EnumLite { STRING(2), DOUBLE(3), LONG(4), BOOLEAN(5), LIST(10), MAP(11), VAL_NOT_SET(0); private int value = 0; private ValCase(int value) { this.value = value; } public static ValCase valueOf(int value) { switch (value) { case 2: return STRING; case 3: return DOUBLE; case 4: return LONG; case 5: return BOOLEAN; case 10: return LIST; case 11: return MAP; case 0: return VAL_NOT_SET; default: throw new java.lang.IllegalArgumentException( "Value is undefined for this oneof enum."); } } public int getNumber() { return this.value; } }; public ValCase getValCase() { return ValCase.valueOf( valCase_); } public static final int NULL_FIELD_NUMBER = 1; private boolean null_; /** * optional bool null = 1; */ public boolean getNull() { return null_; } public static final int STRING_FIELD_NUMBER = 2; /** * optional string string = 2; */ public java.lang.String getString() { java.lang.Object ref = ""; if (valCase_ == 2) { ref = val_; } if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valCase_ == 2) { val_ = s; } return s; } } /** * optional string string = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getStringBytes() { java.lang.Object ref = ""; if (valCase_ == 2) { ref = val_; } if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (valCase_ == 2) { val_ = b; } return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int DOUBLE_FIELD_NUMBER = 3; /** * optional double double = 3; */ public double getDouble() { if (valCase_ == 3) { return (java.lang.Double) val_; } return 0D; } public static final int LONG_FIELD_NUMBER = 4; /** * optional int64 long = 4; */ public long getLong() { if (valCase_ == 4) { return (java.lang.Long) val_; } return 0L; } public static final int BOOLEAN_FIELD_NUMBER = 5; /** * optional bool boolean = 5; */ public boolean getBoolean() { if (valCase_ == 5) { return (java.lang.Boolean) val_; } return false; } public static final int LIST_FIELD_NUMBER = 10; /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList getList() { if (valCase_ == 10) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.getDefaultInstance(); } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueListOrBuilder getListOrBuilder() { if (valCase_ == 10) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.getDefaultInstance(); } public static final int MAP_FIELD_NUMBER = 11; /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap getMap() { if (valCase_ == 11) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.getDefaultInstance(); } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapOrBuilder getMapOrBuilder() { if (valCase_ == 11) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (null_ != false) { output.writeBool(1, null_); } if (valCase_ == 2) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 2, val_); } if (valCase_ == 3) { output.writeDouble( 3, (double)((java.lang.Double) val_)); } if (valCase_ == 4) { output.writeInt64( 4, (long)((java.lang.Long) val_)); } if (valCase_ == 5) { output.writeBool( 5, (boolean)((java.lang.Boolean) val_)); } if (valCase_ == 10) { output.writeMessage(10, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_); } if (valCase_ == 11) { output.writeMessage(11, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (null_ != false) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeBoolSize(1, null_); } if (valCase_ == 2) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(2, val_); } if (valCase_ == 3) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeDoubleSize( 3, (double)((java.lang.Double) val_)); } if (valCase_ == 4) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeInt64Size( 4, (long)((java.lang.Long) val_)); } if (valCase_ == 5) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeBoolSize( 5, (boolean)((java.lang.Boolean) val_)); } if (valCase_ == 10) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(10, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_); } if (valCase_ == 11) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(11, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MBeanDump.MBeanValue 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanValue} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValue) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); null_ = false; valCase_ = 0; val_ = null; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue(this); result.null_ = null_; if (valCase_ == 2) { result.val_ = val_; } if (valCase_ == 3) { result.val_ = val_; } if (valCase_ == 4) { result.val_ = val_; } if (valCase_ == 5) { result.val_ = val_; } if (valCase_ == 10) { if (listBuilder_ == null) { result.val_ = val_; } else { result.val_ = listBuilder_.build(); } } if (valCase_ == 11) { if (mapBuilder_ == null) { result.val_ = val_; } else { result.val_ = mapBuilder_.build(); } } result.valCase_ = valCase_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance()) return this; if (other.getNull() != false) { setNull(other.getNull()); } switch (other.getValCase()) { case STRING: { valCase_ = 2; val_ = other.val_; onChanged(); break; } case DOUBLE: { setDouble(other.getDouble()); break; } case LONG: { setLong(other.getLong()); break; } case BOOLEAN: { setBoolean(other.getBoolean()); break; } case LIST: { mergeList(other.getList()); break; } case MAP: { mergeMap(other.getMap()); break; } case VAL_NOT_SET: { break; } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int valCase_ = 0; private java.lang.Object val_; public ValCase getValCase() { return ValCase.valueOf( valCase_); } public Builder clearVal() { valCase_ = 0; val_ = null; onChanged(); return this; } private boolean null_ ; /** * optional bool null = 1; */ public boolean getNull() { return null_; } /** * optional bool null = 1; */ public Builder setNull(boolean value) { null_ = value; onChanged(); return this; } /** * optional bool null = 1; */ public Builder clearNull() { null_ = false; onChanged(); return this; } /** * optional string string = 2; */ public java.lang.String getString() { java.lang.Object ref = ""; if (valCase_ == 2) { ref = val_; } if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valCase_ == 2) { val_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string string = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getStringBytes() { java.lang.Object ref = ""; if (valCase_ == 2) { ref = val_; } if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (valCase_ == 2) { val_ = b; } return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string string = 2; */ public Builder setString( java.lang.String value) { if (value == null) { throw new NullPointerException(); } valCase_ = 2; val_ = value; onChanged(); return this; } /** * optional string string = 2; */ public Builder clearString() { if (valCase_ == 2) { valCase_ = 0; val_ = null; onChanged(); } return this; } /** * optional string string = 2; */ public Builder setStringBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); valCase_ = 2; val_ = value; onChanged(); return this; } /** * optional double double = 3; */ public double getDouble() { if (valCase_ == 3) { return (java.lang.Double) val_; } return 0D; } /** * optional double double = 3; */ public Builder setDouble(double value) { valCase_ = 3; val_ = value; onChanged(); return this; } /** * optional double double = 3; */ public Builder clearDouble() { if (valCase_ == 3) { valCase_ = 0; val_ = null; onChanged(); } return this; } /** * optional int64 long = 4; */ public long getLong() { if (valCase_ == 4) { return (java.lang.Long) val_; } return 0L; } /** * optional int64 long = 4; */ public Builder setLong(long value) { valCase_ = 4; val_ = value; onChanged(); return this; } /** * optional int64 long = 4; */ public Builder clearLong() { if (valCase_ == 4) { valCase_ = 0; val_ = null; onChanged(); } return this; } /** * optional bool boolean = 5; */ public boolean getBoolean() { if (valCase_ == 5) { return (java.lang.Boolean) val_; } return false; } /** * optional bool boolean = 5; */ public Builder setBoolean(boolean value) { valCase_ = 5; val_ = value; onChanged(); return this; } /** * optional bool boolean = 5; */ public Builder clearBoolean() { if (valCase_ == 5) { valCase_ = 0; val_ = null; onChanged(); } return this; } private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueListOrBuilder> listBuilder_; /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList getList() { if (listBuilder_ == null) { if (valCase_ == 10) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.getDefaultInstance(); } else { if (valCase_ == 10) { return listBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.getDefaultInstance(); } } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public Builder setList(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList value) { if (listBuilder_ == null) { if (value == null) { throw new NullPointerException(); } val_ = value; onChanged(); } else { listBuilder_.setMessage(value); } valCase_ = 10; return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public Builder setList( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.Builder builderForValue) { if (listBuilder_ == null) { val_ = builderForValue.build(); onChanged(); } else { listBuilder_.setMessage(builderForValue.build()); } valCase_ = 10; return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public Builder mergeList(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList value) { if (listBuilder_ == null) { if (valCase_ == 10 && val_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.getDefaultInstance()) { val_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_) .mergeFrom(value).buildPartial(); } else { val_ = value; } onChanged(); } else { if (valCase_ == 10) { listBuilder_.mergeFrom(value); } listBuilder_.setMessage(value); } valCase_ = 10; return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public Builder clearList() { if (listBuilder_ == null) { if (valCase_ == 10) { valCase_ = 0; val_ = null; onChanged(); } } else { if (valCase_ == 10) { valCase_ = 0; val_ = null; } listBuilder_.clear(); } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.Builder getListBuilder() { return getListFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueListOrBuilder getListOrBuilder() { if ((valCase_ == 10) && (listBuilder_ != null)) { return listBuilder_.getMessageOrBuilder(); } else { if (valCase_ == 10) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.getDefaultInstance(); } } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueListOrBuilder> getListFieldBuilder() { if (listBuilder_ == null) { if (!(valCase_ == 10)) { val_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.getDefaultInstance(); } listBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueListOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_, getParentForChildren(), isClean()); val_ = null; } valCase_ = 10; onChanged();; return listBuilder_; } private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapOrBuilder> mapBuilder_; /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap getMap() { if (mapBuilder_ == null) { if (valCase_ == 11) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.getDefaultInstance(); } else { if (valCase_ == 11) { return mapBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.getDefaultInstance(); } } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public Builder setMap(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap value) { if (mapBuilder_ == null) { if (value == null) { throw new NullPointerException(); } val_ = value; onChanged(); } else { mapBuilder_.setMessage(value); } valCase_ = 11; return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public Builder setMap( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.Builder builderForValue) { if (mapBuilder_ == null) { val_ = builderForValue.build(); onChanged(); } else { mapBuilder_.setMessage(builderForValue.build()); } valCase_ = 11; return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public Builder mergeMap(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap value) { if (mapBuilder_ == null) { if (valCase_ == 11 && val_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.getDefaultInstance()) { val_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_) .mergeFrom(value).buildPartial(); } else { val_ = value; } onChanged(); } else { if (valCase_ == 11) { mapBuilder_.mergeFrom(value); } mapBuilder_.setMessage(value); } valCase_ = 11; return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public Builder clearMap() { if (mapBuilder_ == null) { if (valCase_ == 11) { valCase_ = 0; val_ = null; onChanged(); } } else { if (valCase_ == 11) { valCase_ = 0; val_ = null; } mapBuilder_.clear(); } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.Builder getMapBuilder() { return getMapFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapOrBuilder getMapOrBuilder() { if ((valCase_ == 11) && (mapBuilder_ != null)) { return mapBuilder_.getMessageOrBuilder(); } else { if (valCase_ == 11) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.getDefaultInstance(); } } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapOrBuilder> getMapFieldBuilder() { if (mapBuilder_ == null) { if (!(valCase_ == 11)) { val_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.getDefaultInstance(); } mapBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_, getParentForChildren(), isClean()); val_ = null; } valCase_ = 11; onChanged();; return mapBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanDump.MBeanValue) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDump.MBeanValue) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanValue parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanValue(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanValueListOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDump.MBeanValueList) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ java.util.List getValueList(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue(int index); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ int getValueCount(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ java.util.List getValueOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder getValueOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanValueList} */ public static final class MBeanValueList extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValueList) MBeanValueListOrBuilder { // Use MBeanValueList.newBuilder() to construct. private MBeanValueList(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanValueList() { value_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanValueList( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { value_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } value_.add(input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { value_ = java.util.Collections.unmodifiableList(value_); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.Builder.class); } public static final int VALUE_FIELD_NUMBER = 1; private java.util.List value_; /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public java.util.List getValueList() { return value_; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public java.util.List getValueOrBuilderList() { return value_; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public int getValueCount() { return value_.size(); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue(int index) { return value_.get(index); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder getValueOrBuilder( int index) { return value_.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < value_.size(); i++) { output.writeMessage(1, value_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < value_.size(); i++) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, value_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MBeanDump.MBeanValueList 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanValueList} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValueList) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueListOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getValueFieldBuilder(); } } public Builder clear() { super.clear(); if (valueBuilder_ == null) { value_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { valueBuilder_.clear(); } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList(this); int from_bitField0_ = bitField0_; if (valueBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { value_ = java.util.Collections.unmodifiableList(value_); bitField0_ = (bitField0_ & ~0x00000001); } result.value_ = value_; } else { result.value_ = valueBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.getDefaultInstance()) return this; if (valueBuilder_ == null) { if (!other.value_.isEmpty()) { if (value_.isEmpty()) { value_ = other.value_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureValueIsMutable(); value_.addAll(other.value_); } onChanged(); } } else { if (!other.value_.isEmpty()) { if (valueBuilder_.isEmpty()) { valueBuilder_.dispose(); valueBuilder_ = null; value_ = other.value_; bitField0_ = (bitField0_ & ~0x00000001); valueBuilder_ = org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getValueFieldBuilder() : null; } else { valueBuilder_.addAllMessages(other.value_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List value_ = java.util.Collections.emptyList(); private void ensureValueIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { value_ = new java.util.ArrayList(value_); bitField0_ |= 0x00000001; } } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder> valueBuilder_; /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public java.util.List getValueList() { if (valueBuilder_ == null) { return java.util.Collections.unmodifiableList(value_); } else { return valueBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public int getValueCount() { if (valueBuilder_ == null) { return value_.size(); } else { return valueBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue(int index) { if (valueBuilder_ == null) { return value_.get(index); } else { return valueBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public Builder setValue( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureValueIsMutable(); value_.set(index, value); onChanged(); } else { valueBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public Builder setValue( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder builderForValue) { if (valueBuilder_ == null) { ensureValueIsMutable(); value_.set(index, builderForValue.build()); onChanged(); } else { valueBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public Builder addValue(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureValueIsMutable(); value_.add(value); onChanged(); } else { valueBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public Builder addValue( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureValueIsMutable(); value_.add(index, value); onChanged(); } else { valueBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public Builder addValue( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder builderForValue) { if (valueBuilder_ == null) { ensureValueIsMutable(); value_.add(builderForValue.build()); onChanged(); } else { valueBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public Builder addValue( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder builderForValue) { if (valueBuilder_ == null) { ensureValueIsMutable(); value_.add(index, builderForValue.build()); onChanged(); } else { valueBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public Builder addAllValue( java.lang.Iterable values) { if (valueBuilder_ == null) { ensureValueIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, value_); onChanged(); } else { valueBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public Builder clearValue() { if (valueBuilder_ == null) { value_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { valueBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public Builder removeValue(int index) { if (valueBuilder_ == null) { ensureValueIsMutable(); value_.remove(index); onChanged(); } else { valueBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder getValueBuilder( int index) { return getValueFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder getValueOrBuilder( int index) { if (valueBuilder_ == null) { return value_.get(index); } else { return valueBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public java.util.List getValueOrBuilderList() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(value_); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder addValueBuilder() { return getValueFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder addValueBuilder( int index) { return getValueFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 1; */ public java.util.List getValueBuilderList() { return getValueFieldBuilder().getBuilderList(); } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { valueBuilder_ = new org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder>( value_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); value_ = null; } return valueBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanDump.MBeanValueList) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDump.MBeanValueList) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanValueList parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanValueList(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanValueMapOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDump.MBeanValueMap) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ java.util.List getEntryList(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry getEntry(int index); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ int getEntryCount(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ java.util.List getEntryOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntryOrBuilder getEntryOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanValueMap} */ public static final class MBeanValueMap extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValueMap) MBeanValueMapOrBuilder { // Use MBeanValueMap.newBuilder() to construct. private MBeanValueMap(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanValueMap() { entry_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanValueMap( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } entry_.add(input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.Builder.class); } public static final int ENTRY_FIELD_NUMBER = 1; private java.util.List entry_; /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public java.util.List getEntryList() { return entry_; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public java.util.List getEntryOrBuilderList() { return entry_; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public int getEntryCount() { return entry_.size(); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry getEntry(int index) { return entry_.get(index); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntryOrBuilder getEntryOrBuilder( int index) { return entry_.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < entry_.size(); i++) { output.writeMessage(1, entry_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < entry_.size(); i++) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, entry_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MBeanDump.MBeanValueMap 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanValueMap} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValueMap) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getEntryFieldBuilder(); } } public Builder clear() { super.clear(); if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { entryBuilder_.clear(); } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap(this); int from_bitField0_ = bitField0_; if (entryBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); bitField0_ = (bitField0_ & ~0x00000001); } result.entry_ = entry_; } else { result.entry_ = entryBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.getDefaultInstance()) return this; if (entryBuilder_ == null) { if (!other.entry_.isEmpty()) { if (entry_.isEmpty()) { entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureEntryIsMutable(); entry_.addAll(other.entry_); } onChanged(); } } else { if (!other.entry_.isEmpty()) { if (entryBuilder_.isEmpty()) { entryBuilder_.dispose(); entryBuilder_ = null; entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000001); entryBuilder_ = org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntryFieldBuilder() : null; } else { entryBuilder_.addAllMessages(other.entry_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List entry_ = java.util.Collections.emptyList(); private void ensureEntryIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList(entry_); bitField0_ |= 0x00000001; } } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntryOrBuilder> entryBuilder_; /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public java.util.List getEntryList() { if (entryBuilder_ == null) { return java.util.Collections.unmodifiableList(entry_); } else { return entryBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public int getEntryCount() { if (entryBuilder_ == null) { return entry_.size(); } else { return entryBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry getEntry(int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public Builder setEntry( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.set(index, value); onChanged(); } else { entryBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public Builder setEntry( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.set(index, builderForValue.build()); onChanged(); } else { entryBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public Builder addEntry(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(value); onChanged(); } else { entryBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public Builder addEntry( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(index, value); onChanged(); } else { entryBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public Builder addEntry( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public Builder addEntry( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(index, builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public Builder addAllEntry( java.lang.Iterable values) { if (entryBuilder_ == null) { ensureEntryIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, entry_); onChanged(); } else { entryBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public Builder clearEntry() { if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { entryBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public Builder removeEntry(int index) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.remove(index); onChanged(); } else { entryBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder getEntryBuilder( int index) { return getEntryFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntryOrBuilder getEntryOrBuilder( int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public java.util.List getEntryOrBuilderList() { if (entryBuilder_ != null) { return entryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(entry_); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder addEntryBuilder() { return getEntryFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder addEntryBuilder( int index) { return getEntryFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry entry = 1; */ public java.util.List getEntryBuilderList() { return getEntryFieldBuilder().getBuilderList(); } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntryOrBuilder> getEntryFieldBuilder() { if (entryBuilder_ == null) { entryBuilder_ = new org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntryOrBuilder>( entry_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); entry_ = null; } return entryBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanDump.MBeanValueMap) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDump.MBeanValueMap) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanValueMap parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanValueMap(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanValueMapEntryOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string key = 1; */ java.lang.String getKey(); /** * optional string key = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getKeyBytes(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ boolean hasValue(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue(); /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder getValueOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry} */ public static final class MBeanValueMapEntry extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry) MBeanValueMapEntryOrBuilder { // Use MBeanValueMapEntry.newBuilder() to construct. private MBeanValueMapEntry(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanValueMapEntry() { key_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanValueMapEntry( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); key_ = s; break; } case 18: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder subBuilder = null; if (value_ != null) { subBuilder = value_.toBuilder(); } value_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(value_); value_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder.class); } public static final int KEY_FIELD_NUMBER = 1; private volatile java.lang.Object key_; /** * optional string key = 1; */ public java.lang.String getKey() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** * optional string key = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int VALUE_FIELD_NUMBER = 2; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value_; /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public boolean hasValue() { return value_ != null; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue() { return value_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance() : value_; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder getValueOrBuilder() { return getValue(); } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getKeyBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, key_); } if (value_ != null) { output.writeMessage(2, getValue()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getKeyBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, key_); } if (value_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(2, getValue()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MBeanDump.MBeanValueMapEntry 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntryOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); key_ = ""; if (valueBuilder_ == null) { value_ = null; } else { value_ = null; valueBuilder_ = null; } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry(this); result.key_ = key_; if (valueBuilder_ == null) { result.value_ = value_; } else { result.value_ = valueBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry.getDefaultInstance()) return this; if (!other.getKey().isEmpty()) { key_ = other.key_; onChanged(); } if (other.hasValue()) { mergeValue(other.getValue()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object key_ = ""; /** * optional string key = 1; */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string key = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string key = 1; */ public Builder setKey( java.lang.String value) { if (value == null) { throw new NullPointerException(); } key_ = value; onChanged(); return this; } /** * optional string key = 1; */ public Builder clearKey() { key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** * optional string key = 1; */ public Builder setKeyBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); key_ = value; onChanged(); return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder> valueBuilder_; /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public boolean hasValue() { return valueBuilder_ != null || value_ != null; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue() { if (valueBuilder_ == null) { return value_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance() : value_; } else { return valueBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public Builder setValue(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } value_ = value; onChanged(); } else { valueBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public Builder setValue( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder builderForValue) { if (valueBuilder_ == null) { value_ = builderForValue.build(); onChanged(); } else { valueBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public Builder mergeValue(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value) { if (valueBuilder_ == null) { if (value_ != null) { value_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.newBuilder(value_).mergeFrom(value).buildPartial(); } else { value_ = value; } onChanged(); } else { valueBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public Builder clearValue() { if (valueBuilder_ == null) { value_ = null; onChanged(); } else { value_ = null; valueBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder getValueBuilder() { onChanged(); return getValueFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder getValueOrBuilder() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilder(); } else { return value_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.getDefaultInstance() : value_; } } /** * optional .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { valueBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueOrBuilder>( getValue(), getParentForChildren(), isClean()); value_ = null; } return valueBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanValueMapEntry parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanValueMapEntry(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int MBEAN_INFO_FIELD_NUMBER = 1; private java.util.List mbeanInfo_; /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public java.util.List getMbeanInfoList() { return mbeanInfo_; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public java.util.List getMbeanInfoOrBuilderList() { return mbeanInfo_; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public int getMbeanInfoCount() { return mbeanInfo_.size(); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo getMbeanInfo(int index) { return mbeanInfo_.get(index); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfoOrBuilder getMbeanInfoOrBuilder( int index) { return mbeanInfo_.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < mbeanInfo_.size(); i++) { output.writeMessage(1, mbeanInfo_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < mbeanInfo_.size(); i++) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, mbeanInfo_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MBeanDump 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDump} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanDump) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getMbeanInfoFieldBuilder(); } } public Builder clear() { super.clear(); if (mbeanInfoBuilder_ == null) { mbeanInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { mbeanInfoBuilder_.clear(); } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump(this); int from_bitField0_ = bitField0_; if (mbeanInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { mbeanInfo_ = java.util.Collections.unmodifiableList(mbeanInfo_); bitField0_ = (bitField0_ & ~0x00000001); } result.mbeanInfo_ = mbeanInfo_; } else { result.mbeanInfo_ = mbeanInfoBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.getDefaultInstance()) return this; if (mbeanInfoBuilder_ == null) { if (!other.mbeanInfo_.isEmpty()) { if (mbeanInfo_.isEmpty()) { mbeanInfo_ = other.mbeanInfo_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureMbeanInfoIsMutable(); mbeanInfo_.addAll(other.mbeanInfo_); } onChanged(); } } else { if (!other.mbeanInfo_.isEmpty()) { if (mbeanInfoBuilder_.isEmpty()) { mbeanInfoBuilder_.dispose(); mbeanInfoBuilder_ = null; mbeanInfo_ = other.mbeanInfo_; bitField0_ = (bitField0_ & ~0x00000001); mbeanInfoBuilder_ = org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getMbeanInfoFieldBuilder() : null; } else { mbeanInfoBuilder_.addAllMessages(other.mbeanInfo_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List mbeanInfo_ = java.util.Collections.emptyList(); private void ensureMbeanInfoIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { mbeanInfo_ = new java.util.ArrayList(mbeanInfo_); bitField0_ |= 0x00000001; } } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfoOrBuilder> mbeanInfoBuilder_; /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public java.util.List getMbeanInfoList() { if (mbeanInfoBuilder_ == null) { return java.util.Collections.unmodifiableList(mbeanInfo_); } else { return mbeanInfoBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public int getMbeanInfoCount() { if (mbeanInfoBuilder_ == null) { return mbeanInfo_.size(); } else { return mbeanInfoBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo getMbeanInfo(int index) { if (mbeanInfoBuilder_ == null) { return mbeanInfo_.get(index); } else { return mbeanInfoBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public Builder setMbeanInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo value) { if (mbeanInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMbeanInfoIsMutable(); mbeanInfo_.set(index, value); onChanged(); } else { mbeanInfoBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public Builder setMbeanInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder builderForValue) { if (mbeanInfoBuilder_ == null) { ensureMbeanInfoIsMutable(); mbeanInfo_.set(index, builderForValue.build()); onChanged(); } else { mbeanInfoBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public Builder addMbeanInfo(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo value) { if (mbeanInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMbeanInfoIsMutable(); mbeanInfo_.add(value); onChanged(); } else { mbeanInfoBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public Builder addMbeanInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo value) { if (mbeanInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMbeanInfoIsMutable(); mbeanInfo_.add(index, value); onChanged(); } else { mbeanInfoBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public Builder addMbeanInfo( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder builderForValue) { if (mbeanInfoBuilder_ == null) { ensureMbeanInfoIsMutable(); mbeanInfo_.add(builderForValue.build()); onChanged(); } else { mbeanInfoBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public Builder addMbeanInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder builderForValue) { if (mbeanInfoBuilder_ == null) { ensureMbeanInfoIsMutable(); mbeanInfo_.add(index, builderForValue.build()); onChanged(); } else { mbeanInfoBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public Builder addAllMbeanInfo( java.lang.Iterable values) { if (mbeanInfoBuilder_ == null) { ensureMbeanInfoIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, mbeanInfo_); onChanged(); } else { mbeanInfoBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public Builder clearMbeanInfo() { if (mbeanInfoBuilder_ == null) { mbeanInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { mbeanInfoBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public Builder removeMbeanInfo(int index) { if (mbeanInfoBuilder_ == null) { ensureMbeanInfoIsMutable(); mbeanInfo_.remove(index); onChanged(); } else { mbeanInfoBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder getMbeanInfoBuilder( int index) { return getMbeanInfoFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfoOrBuilder getMbeanInfoOrBuilder( int index) { if (mbeanInfoBuilder_ == null) { return mbeanInfo_.get(index); } else { return mbeanInfoBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public java.util.List getMbeanInfoOrBuilderList() { if (mbeanInfoBuilder_ != null) { return mbeanInfoBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(mbeanInfo_); } } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder addMbeanInfoBuilder() { return getMbeanInfoFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder addMbeanInfoBuilder( int index) { return getMbeanInfoFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MBeanDump.MBeanInfo mbean_info = 1; */ public java.util.List getMbeanInfoBuilderList() { return getMbeanInfoFieldBuilder().getBuilderList(); } private org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfoOrBuilder> getMbeanInfoFieldBuilder() { if (mbeanInfoBuilder_ == null) { mbeanInfoBuilder_ = new org.glowroot.agent.shaded.google.protobuf.RepeatedFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfoOrBuilder>( mbeanInfo_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); mbeanInfo_ = null; } return mbeanInfoBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanDump) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDump) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanDump parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanDump(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanMetaOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanMeta) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional bool unmatched = 1; */ boolean getUnmatched(); /** * optional bool unavailable = 2; */ boolean getUnavailable(); /** * repeated string attribute_name = 3; */ org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getAttributeNameList(); /** * repeated string attribute_name = 3; */ int getAttributeNameCount(); /** * repeated string attribute_name = 3; */ java.lang.String getAttributeName(int index); /** * repeated string attribute_name = 3; */ org.glowroot.agent.shaded.google.protobuf.ByteString getAttributeNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanMeta} */ public static final class MBeanMeta extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanMeta) MBeanMetaOrBuilder { // Use MBeanMeta.newBuilder() to construct. private MBeanMeta(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MBeanMeta() { unmatched_ = false; unavailable_ = false; attributeName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MBeanMeta( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 8: { unmatched_ = input.readBool(); break; } case 16: { unavailable_ = input.readBool(); break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { attributeName_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000004; } attributeName_.add(s); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { attributeName_ = attributeName_.getUnmodifiableView(); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMeta_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMeta_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder.class); } private int bitField0_; public static final int UNMATCHED_FIELD_NUMBER = 1; private boolean unmatched_; /** * optional bool unmatched = 1; */ public boolean getUnmatched() { return unmatched_; } public static final int UNAVAILABLE_FIELD_NUMBER = 2; private boolean unavailable_; /** * optional bool unavailable = 2; */ public boolean getUnavailable() { return unavailable_; } public static final int ATTRIBUTE_NAME_FIELD_NUMBER = 3; private org.glowroot.agent.shaded.google.protobuf.LazyStringList attributeName_; /** * repeated string attribute_name = 3; */ public org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getAttributeNameList() { return attributeName_; } /** * repeated string attribute_name = 3; */ public int getAttributeNameCount() { return attributeName_.size(); } /** * repeated string attribute_name = 3; */ public java.lang.String getAttributeName(int index) { return attributeName_.get(index); } /** * repeated string attribute_name = 3; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getAttributeNameBytes(int index) { return attributeName_.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (unmatched_ != false) { output.writeBool(1, unmatched_); } if (unavailable_ != false) { output.writeBool(2, unavailable_); } for (int i = 0; i < attributeName_.size(); i++) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 3, attributeName_.getRaw(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (unmatched_ != false) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeBoolSize(1, unmatched_); } if (unavailable_ != false) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeBoolSize(2, unavailable_); } { int dataSize = 0; for (int i = 0; i < attributeName_.size(); i++) { dataSize += computeStringSizeNoTag(attributeName_.getRaw(i)); } size += dataSize; size += 1 * getAttributeNameList().size(); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MBeanMeta 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanMeta} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanMeta) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMeta_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMeta_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); unmatched_ = false; unavailable_ = false; attributeName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMeta_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.unmatched_ = unmatched_; result.unavailable_ = unavailable_; if (((bitField0_ & 0x00000004) == 0x00000004)) { attributeName_ = attributeName_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000004); } result.attributeName_ = attributeName_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.getDefaultInstance()) return this; if (other.getUnmatched() != false) { setUnmatched(other.getUnmatched()); } if (other.getUnavailable() != false) { setUnavailable(other.getUnavailable()); } if (!other.attributeName_.isEmpty()) { if (attributeName_.isEmpty()) { attributeName_ = other.attributeName_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureAttributeNameIsMutable(); attributeName_.addAll(other.attributeName_); } onChanged(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private boolean unmatched_ ; /** * optional bool unmatched = 1; */ public boolean getUnmatched() { return unmatched_; } /** * optional bool unmatched = 1; */ public Builder setUnmatched(boolean value) { unmatched_ = value; onChanged(); return this; } /** * optional bool unmatched = 1; */ public Builder clearUnmatched() { unmatched_ = false; onChanged(); return this; } private boolean unavailable_ ; /** * optional bool unavailable = 2; */ public boolean getUnavailable() { return unavailable_; } /** * optional bool unavailable = 2; */ public Builder setUnavailable(boolean value) { unavailable_ = value; onChanged(); return this; } /** * optional bool unavailable = 2; */ public Builder clearUnavailable() { unavailable_ = false; onChanged(); return this; } private org.glowroot.agent.shaded.google.protobuf.LazyStringList attributeName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; private void ensureAttributeNameIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { attributeName_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(attributeName_); bitField0_ |= 0x00000004; } } /** * repeated string attribute_name = 3; */ public org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getAttributeNameList() { return attributeName_.getUnmodifiableView(); } /** * repeated string attribute_name = 3; */ public int getAttributeNameCount() { return attributeName_.size(); } /** * repeated string attribute_name = 3; */ public java.lang.String getAttributeName(int index) { return attributeName_.get(index); } /** * repeated string attribute_name = 3; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getAttributeNameBytes(int index) { return attributeName_.getByteString(index); } /** * repeated string attribute_name = 3; */ public Builder setAttributeName( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureAttributeNameIsMutable(); attributeName_.set(index, value); onChanged(); return this; } /** * repeated string attribute_name = 3; */ public Builder addAttributeName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureAttributeNameIsMutable(); attributeName_.add(value); onChanged(); return this; } /** * repeated string attribute_name = 3; */ public Builder addAllAttributeName( java.lang.Iterable values) { ensureAttributeNameIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, attributeName_); onChanged(); return this; } /** * repeated string attribute_name = 3; */ public Builder clearAttributeName() { attributeName_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** * repeated string attribute_name = 3; */ public Builder addAttributeNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureAttributeNameIsMutable(); attributeName_.add(value); onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanMeta) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanMeta) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MBeanMeta parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MBeanMeta(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface CapabilitiesOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Capabilities) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ boolean hasThreadCpuTime(); /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadCpuTime(); /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadCpuTimeOrBuilder(); /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ boolean hasThreadContentionTime(); /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadContentionTime(); /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadContentionTimeOrBuilder(); /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ boolean hasThreadAllocatedBytes(); /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadAllocatedBytes(); /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadAllocatedBytesOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.Capabilities} */ public static final class Capabilities extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Capabilities) CapabilitiesOrBuilder { // Use Capabilities.newBuilder() to construct. private Capabilities(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Capabilities() { } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private Capabilities( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder subBuilder = null; if (threadCpuTime_ != null) { subBuilder = threadCpuTime_.toBuilder(); } threadCpuTime_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(threadCpuTime_); threadCpuTime_ = subBuilder.buildPartial(); } break; } case 18: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder subBuilder = null; if (threadContentionTime_ != null) { subBuilder = threadContentionTime_.toBuilder(); } threadContentionTime_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(threadContentionTime_); threadContentionTime_ = subBuilder.buildPartial(); } break; } case 26: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder subBuilder = null; if (threadAllocatedBytes_ != null) { subBuilder = threadAllocatedBytes_.toBuilder(); } threadAllocatedBytes_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(threadAllocatedBytes_); threadAllocatedBytes_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Capabilities_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Capabilities_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder.class); } public static final int THREAD_CPU_TIME_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability threadCpuTime_; /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public boolean hasThreadCpuTime() { return threadCpuTime_ != null; } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadCpuTime() { return threadCpuTime_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance() : threadCpuTime_; } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadCpuTimeOrBuilder() { return getThreadCpuTime(); } public static final int THREAD_CONTENTION_TIME_FIELD_NUMBER = 2; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability threadContentionTime_; /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public boolean hasThreadContentionTime() { return threadContentionTime_ != null; } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadContentionTime() { return threadContentionTime_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance() : threadContentionTime_; } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadContentionTimeOrBuilder() { return getThreadContentionTime(); } public static final int THREAD_ALLOCATED_BYTES_FIELD_NUMBER = 3; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability threadAllocatedBytes_; /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public boolean hasThreadAllocatedBytes() { return threadAllocatedBytes_ != null; } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadAllocatedBytes() { return threadAllocatedBytes_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance() : threadAllocatedBytes_; } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadAllocatedBytesOrBuilder() { return getThreadAllocatedBytes(); } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (threadCpuTime_ != null) { output.writeMessage(1, getThreadCpuTime()); } if (threadContentionTime_ != null) { output.writeMessage(2, getThreadContentionTime()); } if (threadAllocatedBytes_ != null) { output.writeMessage(3, getThreadAllocatedBytes()); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (threadCpuTime_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(1, getThreadCpuTime()); } if (threadContentionTime_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(2, getThreadContentionTime()); } if (threadAllocatedBytes_ != null) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeMessageSize(3, getThreadAllocatedBytes()); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.Capabilities 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.Capabilities} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Capabilities) org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Capabilities_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Capabilities_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (threadCpuTimeBuilder_ == null) { threadCpuTime_ = null; } else { threadCpuTime_ = null; threadCpuTimeBuilder_ = null; } if (threadContentionTimeBuilder_ == null) { threadContentionTime_ = null; } else { threadContentionTime_ = null; threadContentionTimeBuilder_ = null; } if (threadAllocatedBytesBuilder_ == null) { threadAllocatedBytes_ = null; } else { threadAllocatedBytes_ = null; threadAllocatedBytesBuilder_ = null; } return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Capabilities_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities(this); if (threadCpuTimeBuilder_ == null) { result.threadCpuTime_ = threadCpuTime_; } else { result.threadCpuTime_ = threadCpuTimeBuilder_.build(); } if (threadContentionTimeBuilder_ == null) { result.threadContentionTime_ = threadContentionTime_; } else { result.threadContentionTime_ = threadContentionTimeBuilder_.build(); } if (threadAllocatedBytesBuilder_ == null) { result.threadAllocatedBytes_ = threadAllocatedBytes_; } else { result.threadAllocatedBytes_ = threadAllocatedBytesBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.getDefaultInstance()) return this; if (other.hasThreadCpuTime()) { mergeThreadCpuTime(other.getThreadCpuTime()); } if (other.hasThreadContentionTime()) { mergeThreadContentionTime(other.getThreadContentionTime()); } if (other.hasThreadAllocatedBytes()) { mergeThreadAllocatedBytes(other.getThreadAllocatedBytes()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability threadCpuTime_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder> threadCpuTimeBuilder_; /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public boolean hasThreadCpuTime() { return threadCpuTimeBuilder_ != null || threadCpuTime_ != null; } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadCpuTime() { if (threadCpuTimeBuilder_ == null) { return threadCpuTime_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance() : threadCpuTime_; } else { return threadCpuTimeBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public Builder setThreadCpuTime(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability value) { if (threadCpuTimeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } threadCpuTime_ = value; onChanged(); } else { threadCpuTimeBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public Builder setThreadCpuTime( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder builderForValue) { if (threadCpuTimeBuilder_ == null) { threadCpuTime_ = builderForValue.build(); onChanged(); } else { threadCpuTimeBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public Builder mergeThreadCpuTime(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability value) { if (threadCpuTimeBuilder_ == null) { if (threadCpuTime_ != null) { threadCpuTime_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.newBuilder(threadCpuTime_).mergeFrom(value).buildPartial(); } else { threadCpuTime_ = value; } onChanged(); } else { threadCpuTimeBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public Builder clearThreadCpuTime() { if (threadCpuTimeBuilder_ == null) { threadCpuTime_ = null; onChanged(); } else { threadCpuTime_ = null; threadCpuTimeBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder getThreadCpuTimeBuilder() { onChanged(); return getThreadCpuTimeFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadCpuTimeOrBuilder() { if (threadCpuTimeBuilder_ != null) { return threadCpuTimeBuilder_.getMessageOrBuilder(); } else { return threadCpuTime_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance() : threadCpuTime_; } } /** * optional .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder> getThreadCpuTimeFieldBuilder() { if (threadCpuTimeBuilder_ == null) { threadCpuTimeBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder>( getThreadCpuTime(), getParentForChildren(), isClean()); threadCpuTime_ = null; } return threadCpuTimeBuilder_; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability threadContentionTime_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder> threadContentionTimeBuilder_; /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public boolean hasThreadContentionTime() { return threadContentionTimeBuilder_ != null || threadContentionTime_ != null; } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadContentionTime() { if (threadContentionTimeBuilder_ == null) { return threadContentionTime_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance() : threadContentionTime_; } else { return threadContentionTimeBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public Builder setThreadContentionTime(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability value) { if (threadContentionTimeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } threadContentionTime_ = value; onChanged(); } else { threadContentionTimeBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public Builder setThreadContentionTime( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder builderForValue) { if (threadContentionTimeBuilder_ == null) { threadContentionTime_ = builderForValue.build(); onChanged(); } else { threadContentionTimeBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public Builder mergeThreadContentionTime(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability value) { if (threadContentionTimeBuilder_ == null) { if (threadContentionTime_ != null) { threadContentionTime_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.newBuilder(threadContentionTime_).mergeFrom(value).buildPartial(); } else { threadContentionTime_ = value; } onChanged(); } else { threadContentionTimeBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public Builder clearThreadContentionTime() { if (threadContentionTimeBuilder_ == null) { threadContentionTime_ = null; onChanged(); } else { threadContentionTime_ = null; threadContentionTimeBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder getThreadContentionTimeBuilder() { onChanged(); return getThreadContentionTimeFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadContentionTimeOrBuilder() { if (threadContentionTimeBuilder_ != null) { return threadContentionTimeBuilder_.getMessageOrBuilder(); } else { return threadContentionTime_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance() : threadContentionTime_; } } /** * optional .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder> getThreadContentionTimeFieldBuilder() { if (threadContentionTimeBuilder_ == null) { threadContentionTimeBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder>( getThreadContentionTime(), getParentForChildren(), isClean()); threadContentionTime_ = null; } return threadContentionTimeBuilder_; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability threadAllocatedBytes_ = null; private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder> threadAllocatedBytesBuilder_; /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public boolean hasThreadAllocatedBytes() { return threadAllocatedBytesBuilder_ != null || threadAllocatedBytes_ != null; } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadAllocatedBytes() { if (threadAllocatedBytesBuilder_ == null) { return threadAllocatedBytes_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance() : threadAllocatedBytes_; } else { return threadAllocatedBytesBuilder_.getMessage(); } } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public Builder setThreadAllocatedBytes(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability value) { if (threadAllocatedBytesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } threadAllocatedBytes_ = value; onChanged(); } else { threadAllocatedBytesBuilder_.setMessage(value); } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public Builder setThreadAllocatedBytes( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder builderForValue) { if (threadAllocatedBytesBuilder_ == null) { threadAllocatedBytes_ = builderForValue.build(); onChanged(); } else { threadAllocatedBytesBuilder_.setMessage(builderForValue.build()); } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public Builder mergeThreadAllocatedBytes(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability value) { if (threadAllocatedBytesBuilder_ == null) { if (threadAllocatedBytes_ != null) { threadAllocatedBytes_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.newBuilder(threadAllocatedBytes_).mergeFrom(value).buildPartial(); } else { threadAllocatedBytes_ = value; } onChanged(); } else { threadAllocatedBytesBuilder_.mergeFrom(value); } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public Builder clearThreadAllocatedBytes() { if (threadAllocatedBytesBuilder_ == null) { threadAllocatedBytes_ = null; onChanged(); } else { threadAllocatedBytes_ = null; threadAllocatedBytesBuilder_ = null; } return this; } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder getThreadAllocatedBytesBuilder() { onChanged(); return getThreadAllocatedBytesFieldBuilder().getBuilder(); } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadAllocatedBytesOrBuilder() { if (threadAllocatedBytesBuilder_ != null) { return threadAllocatedBytesBuilder_.getMessageOrBuilder(); } else { return threadAllocatedBytes_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance() : threadAllocatedBytes_; } } /** * optional .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ private org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder> getThreadAllocatedBytesFieldBuilder() { if (threadAllocatedBytesBuilder_ == null) { threadAllocatedBytesBuilder_ = new org.glowroot.agent.shaded.google.protobuf.SingleFieldBuilder< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder>( getThreadAllocatedBytes(), getParentForChildren(), isClean()); threadAllocatedBytes_ = null; } return threadAllocatedBytesBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Capabilities) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Capabilities) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public Capabilities parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new Capabilities(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AvailabilityOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Availability) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional bool available = 1; */ boolean getAvailable(); /** * optional string reason = 2; * *
     * only provided when availability is false
     * 
*/ java.lang.String getReason(); /** * optional string reason = 2; * *
     * only provided when availability is false
     * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getReasonBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.Availability} */ public static final class Availability extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Availability) AvailabilityOrBuilder { // Use Availability.newBuilder() to construct. private Availability(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Availability() { available_ = false; reason_ = ""; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private Availability( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 8: { available_ = input.readBool(); break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); reason_ = s; break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Availability_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Availability_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder.class); } public static final int AVAILABLE_FIELD_NUMBER = 1; private boolean available_; /** * optional bool available = 1; */ public boolean getAvailable() { return available_; } public static final int REASON_FIELD_NUMBER = 2; private volatile java.lang.Object reason_; /** * optional string reason = 2; * *
     * only provided when availability is false
     * 
*/ public java.lang.String getReason() { java.lang.Object ref = reason_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); reason_ = s; return s; } } /** * optional string reason = 2; * *
     * only provided when availability is false
     * 
*/ public org.glowroot.agent.shaded.google.protobuf.ByteString getReasonBytes() { java.lang.Object ref = reason_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); reason_ = b; return b; } else { return (org.glowroot.agent.shaded.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (available_ != false) { output.writeBool(1, available_); } if (!getReasonBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 2, reason_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (available_ != false) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeBoolSize(1, available_); } if (!getReasonBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(2, reason_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.Availability 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.Availability} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Availability) org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Availability_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Availability_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); available_ = false; reason_ = ""; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Availability_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability(this); result.available_ = available_; result.reason_ = reason_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.getDefaultInstance()) return this; if (other.getAvailable() != false) { setAvailable(other.getAvailable()); } if (!other.getReason().isEmpty()) { reason_ = other.reason_; onChanged(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private boolean available_ ; /** * optional bool available = 1; */ public boolean getAvailable() { return available_; } /** * optional bool available = 1; */ public Builder setAvailable(boolean value) { available_ = value; onChanged(); return this; } /** * optional bool available = 1; */ public Builder clearAvailable() { available_ = false; onChanged(); return this; } private java.lang.Object reason_ = ""; /** * optional string reason = 2; * *
       * only provided when availability is false
       * 
*/ public java.lang.String getReason() { java.lang.Object ref = reason_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); reason_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string reason = 2; * *
       * only provided when availability is false
       * 
*/ public org.glowroot.agent.shaded.google.protobuf.ByteString getReasonBytes() { java.lang.Object ref = reason_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); reason_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string reason = 2; * *
       * only provided when availability is false
       * 
*/ public Builder setReason( java.lang.String value) { if (value == null) { throw new NullPointerException(); } reason_ = value; onChanged(); return this; } /** * optional string reason = 2; * *
       * only provided when availability is false
       * 
*/ public Builder clearReason() { reason_ = getDefaultInstance().getReason(); onChanged(); return this; } /** * optional string reason = 2; * *
       * only provided when availability is false
       * 
*/ public Builder setReasonBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); reason_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Availability) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Availability) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public Availability parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new Availability(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface GlobalMetaOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.GlobalMeta) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional bool jvm_out_of_sync = 1; */ boolean getJvmOutOfSync(); /** * optional bool jvm_retransform_classes_supported = 2; */ boolean getJvmRetransformClassesSupported(); } /** * Protobuf type {@code org_glowroot_wire_api_model.GlobalMeta} */ public static final class GlobalMeta extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GlobalMeta) GlobalMetaOrBuilder { // Use GlobalMeta.newBuilder() to construct. private GlobalMeta(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GlobalMeta() { jvmOutOfSync_ = false; jvmRetransformClassesSupported_ = false; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private GlobalMeta( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 8: { jvmOutOfSync_ = input.readBool(); break; } case 16: { jvmRetransformClassesSupported_ = input.readBool(); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMeta_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMeta_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder.class); } public static final int JVM_OUT_OF_SYNC_FIELD_NUMBER = 1; private boolean jvmOutOfSync_; /** * optional bool jvm_out_of_sync = 1; */ public boolean getJvmOutOfSync() { return jvmOutOfSync_; } public static final int JVM_RETRANSFORM_CLASSES_SUPPORTED_FIELD_NUMBER = 2; private boolean jvmRetransformClassesSupported_; /** * optional bool jvm_retransform_classes_supported = 2; */ public boolean getJvmRetransformClassesSupported() { return jvmRetransformClassesSupported_; } 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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (jvmOutOfSync_ != false) { output.writeBool(1, jvmOutOfSync_); } if (jvmRetransformClassesSupported_ != false) { output.writeBool(2, jvmRetransformClassesSupported_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (jvmOutOfSync_ != false) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeBoolSize(1, jvmOutOfSync_); } if (jvmRetransformClassesSupported_ != false) { size += org.glowroot.agent.shaded.google.protobuf.CodedOutputStream .computeBoolSize(2, jvmRetransformClassesSupported_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.GlobalMeta 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.GlobalMeta} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.GlobalMeta) org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMeta_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMeta_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); jvmOutOfSync_ = false; jvmRetransformClassesSupported_ = false; return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMeta_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta(this); result.jvmOutOfSync_ = jvmOutOfSync_; result.jvmRetransformClassesSupported_ = jvmRetransformClassesSupported_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.getDefaultInstance()) return this; if (other.getJvmOutOfSync() != false) { setJvmOutOfSync(other.getJvmOutOfSync()); } if (other.getJvmRetransformClassesSupported() != false) { setJvmRetransformClassesSupported(other.getJvmRetransformClassesSupported()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private boolean jvmOutOfSync_ ; /** * optional bool jvm_out_of_sync = 1; */ public boolean getJvmOutOfSync() { return jvmOutOfSync_; } /** * optional bool jvm_out_of_sync = 1; */ public Builder setJvmOutOfSync(boolean value) { jvmOutOfSync_ = value; onChanged(); return this; } /** * optional bool jvm_out_of_sync = 1; */ public Builder clearJvmOutOfSync() { jvmOutOfSync_ = false; onChanged(); return this; } private boolean jvmRetransformClassesSupported_ ; /** * optional bool jvm_retransform_classes_supported = 2; */ public boolean getJvmRetransformClassesSupported() { return jvmRetransformClassesSupported_; } /** * optional bool jvm_retransform_classes_supported = 2; */ public Builder setJvmRetransformClassesSupported(boolean value) { jvmRetransformClassesSupported_ = value; onChanged(); return this; } /** * optional bool jvm_retransform_classes_supported = 2; */ public Builder clearJvmRetransformClassesSupported() { jvmRetransformClassesSupported_ = false; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.GlobalMeta) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.GlobalMeta) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public GlobalMeta parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new GlobalMeta(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MethodSignatureOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MethodSignature) org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder { /** * optional string name = 1; */ java.lang.String getName(); /** * optional string name = 1; */ org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes(); /** * repeated string parameter_type = 2; */ org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getParameterTypeList(); /** * repeated string parameter_type = 2; */ int getParameterTypeCount(); /** * repeated string parameter_type = 2; */ java.lang.String getParameterType(int index); /** * repeated string parameter_type = 2; */ org.glowroot.agent.shaded.google.protobuf.ByteString getParameterTypeBytes(int index); /** * optional string return_type = 3; */ java.lang.String getReturnType(); /** * optional string return_type = 3; */ org.glowroot.agent.shaded.google.protobuf.ByteString getReturnTypeBytes(); /** * repeated string modifier = 4; * *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
*/ org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getModifierList(); /** * repeated string modifier = 4; * *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
*/ int getModifierCount(); /** * repeated string modifier = 4; * *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
*/ java.lang.String getModifier(int index); /** * repeated string modifier = 4; * *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getModifierBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MethodSignature} */ public static final class MethodSignature extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MethodSignature) MethodSignatureOrBuilder { // Use MethodSignature.newBuilder() to construct. private MethodSignature(org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MethodSignature() { name_ = ""; parameterType_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; returnType_ = ""; modifier_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet getUnknownFields() { return org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private MethodSignature( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { parameterType_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } parameterType_.add(s); break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); returnType_ = s; break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { modifier_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000008; } modifier_.add(s); break; } } } } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { throw new RuntimeException(e.setUnfinishedMessage(this)); } catch (java.io.IOException e) { throw new RuntimeException( new org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this)); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { parameterType_ = parameterType_.getUnmodifiableView(); } if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { modifier_ = modifier_.getUnmodifiableView(); } makeExtensionsImmutable(); } } public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignature_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignature_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** * optional string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** * optional string name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int PARAMETER_TYPE_FIELD_NUMBER = 2; private org.glowroot.agent.shaded.google.protobuf.LazyStringList parameterType_; /** * repeated string parameter_type = 2; */ public org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getParameterTypeList() { return parameterType_; } /** * repeated string parameter_type = 2; */ public int getParameterTypeCount() { return parameterType_.size(); } /** * repeated string parameter_type = 2; */ public java.lang.String getParameterType(int index) { return parameterType_.get(index); } /** * repeated string parameter_type = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getParameterTypeBytes(int index) { return parameterType_.getByteString(index); } public static final int RETURN_TYPE_FIELD_NUMBER = 3; private volatile java.lang.Object returnType_; /** * optional string return_type = 3; */ public java.lang.String getReturnType() { java.lang.Object ref = returnType_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); returnType_ = s; return s; } } /** * optional string return_type = 3; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getReturnTypeBytes() { java.lang.Object ref = returnType_; if (ref instanceof java.lang.String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); returnType_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } public static final int MODIFIER_FIELD_NUMBER = 4; private org.glowroot.agent.shaded.google.protobuf.LazyStringList modifier_; /** * repeated string modifier = 4; * *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
*/ public org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getModifierList() { return modifier_; } /** * repeated string modifier = 4; * *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
*/ public int getModifierCount() { return modifier_.size(); } /** * repeated string modifier = 4; * *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
*/ public java.lang.String getModifier(int index) { return modifier_.get(index); } /** * repeated string modifier = 4; * *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
*/ public org.glowroot.agent.shaded.google.protobuf.ByteString getModifierBytes(int index) { return modifier_.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.shaded.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getNameBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 1, name_); } for (int i = 0; i < parameterType_.size(); i++) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 2, parameterType_.getRaw(i)); } if (!getReturnTypeBytes().isEmpty()) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 3, returnType_); } for (int i = 0; i < modifier_.size(); i++) { org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.writeString(output, 4, modifier_.getRaw(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(1, name_); } { int dataSize = 0; for (int i = 0; i < parameterType_.size(); i++) { dataSize += computeStringSizeNoTag(parameterType_.getRaw(i)); } size += dataSize; size += 1 * getParameterTypeList().size(); } if (!getReturnTypeBytes().isEmpty()) { size += org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.computeStringSize(3, returnType_); } { int dataSize = 0; for (int i = 0; i < modifier_.size(); i++) { dataSize += computeStringSizeNoTag(modifier_.getRaw(i)); } size += dataSize; size += 1 * getModifierList().size(); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( org.glowroot.agent.shaded.google.protobuf.ByteString data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom(byte[] data) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( byte[] data, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(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.MethodSignature 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.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MethodSignature} */ public static final class Builder extends org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MethodSignature) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder { public static final org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignature_descriptor; } protected org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignature_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); name_ = ""; parameterType_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); returnType_ = ""; modifier_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); return this; } public org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignature_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.name_ = name_; if (((bitField0_ & 0x00000002) == 0x00000002)) { parameterType_ = parameterType_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000002); } result.parameterType_ = parameterType_; result.returnType_ = returnType_; if (((bitField0_ & 0x00000008) == 0x00000008)) { modifier_ = modifier_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000008); } result.modifier_ = modifier_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(org.glowroot.agent.shaded.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); } if (!other.parameterType_.isEmpty()) { if (parameterType_.isEmpty()) { parameterType_ = other.parameterType_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureParameterTypeIsMutable(); parameterType_.addAll(other.parameterType_); } onChanged(); } if (!other.getReturnType().isEmpty()) { returnType_ = other.returnType_; onChanged(); } if (!other.modifier_.isEmpty()) { if (modifier_.isEmpty()) { modifier_ = other.modifier_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureModifierIsMutable(); modifier_.addAll(other.modifier_); } onChanged(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object name_ = ""; /** * optional string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string name = 1; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string name = 1; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** * optional string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * optional string name = 1; */ public Builder setNameBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private org.glowroot.agent.shaded.google.protobuf.LazyStringList parameterType_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; private void ensureParameterTypeIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { parameterType_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(parameterType_); bitField0_ |= 0x00000002; } } /** * repeated string parameter_type = 2; */ public org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getParameterTypeList() { return parameterType_.getUnmodifiableView(); } /** * repeated string parameter_type = 2; */ public int getParameterTypeCount() { return parameterType_.size(); } /** * repeated string parameter_type = 2; */ public java.lang.String getParameterType(int index) { return parameterType_.get(index); } /** * repeated string parameter_type = 2; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getParameterTypeBytes(int index) { return parameterType_.getByteString(index); } /** * repeated string parameter_type = 2; */ public Builder setParameterType( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureParameterTypeIsMutable(); parameterType_.set(index, value); onChanged(); return this; } /** * repeated string parameter_type = 2; */ public Builder addParameterType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureParameterTypeIsMutable(); parameterType_.add(value); onChanged(); return this; } /** * repeated string parameter_type = 2; */ public Builder addAllParameterType( java.lang.Iterable values) { ensureParameterTypeIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, parameterType_); onChanged(); return this; } /** * repeated string parameter_type = 2; */ public Builder clearParameterType() { parameterType_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * repeated string parameter_type = 2; */ public Builder addParameterTypeBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureParameterTypeIsMutable(); parameterType_.add(value); onChanged(); return this; } private java.lang.Object returnType_ = ""; /** * optional string return_type = 3; */ public java.lang.String getReturnType() { java.lang.Object ref = returnType_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.shaded.google.protobuf.ByteString bs = (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); returnType_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string return_type = 3; */ public org.glowroot.agent.shaded.google.protobuf.ByteString getReturnTypeBytes() { java.lang.Object ref = returnType_; if (ref instanceof String) { org.glowroot.agent.shaded.google.protobuf.ByteString b = org.glowroot.agent.shaded.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); returnType_ = b; return b; } else { return (org.glowroot.agent.shaded.google.protobuf.ByteString) ref; } } /** * optional string return_type = 3; */ public Builder setReturnType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } returnType_ = value; onChanged(); return this; } /** * optional string return_type = 3; */ public Builder clearReturnType() { returnType_ = getDefaultInstance().getReturnType(); onChanged(); return this; } /** * optional string return_type = 3; */ public Builder setReturnTypeBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); returnType_ = value; onChanged(); return this; } private org.glowroot.agent.shaded.google.protobuf.LazyStringList modifier_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; private void ensureModifierIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { modifier_ = new org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList(modifier_); bitField0_ |= 0x00000008; } } /** * repeated string modifier = 4; * *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
*/ public org.glowroot.agent.shaded.google.protobuf.ProtocolStringList getModifierList() { return modifier_.getUnmodifiableView(); } /** * repeated string modifier = 4; * *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
*/ public int getModifierCount() { return modifier_.size(); } /** * repeated string modifier = 4; * *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
*/ public java.lang.String getModifier(int index) { return modifier_.get(index); } /** * repeated string modifier = 4; * *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
*/ public org.glowroot.agent.shaded.google.protobuf.ByteString getModifierBytes(int index) { return modifier_.getByteString(index); } /** * repeated string modifier = 4; * *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
*/ public Builder setModifier( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureModifierIsMutable(); modifier_.set(index, value); onChanged(); return this; } /** * repeated string modifier = 4; * *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
*/ public Builder addModifier( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureModifierIsMutable(); modifier_.add(value); onChanged(); return this; } /** * repeated string modifier = 4; * *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
*/ public Builder addAllModifier( java.lang.Iterable values) { ensureModifierIsMutable(); org.glowroot.agent.shaded.google.protobuf.AbstractMessageLite.Builder.addAll( values, modifier_); onChanged(); return this; } /** * repeated string modifier = 4; * *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
*/ public Builder clearModifier() { modifier_ = org.glowroot.agent.shaded.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** * repeated string modifier = 4; * *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
*/ public Builder addModifierBytes( org.glowroot.agent.shaded.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureModifierIsMutable(); modifier_.add(value); onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final org.glowroot.agent.shaded.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MethodSignature) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MethodSignature) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.shaded.google.protobuf.Parser PARSER = new org.glowroot.agent.shaded.google.protobuf.AbstractParser() { public MethodSignature parsePartialFrom( org.glowroot.agent.shaded.google.protobuf.CodedInputStream input, org.glowroot.agent.shaded.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException { try { return new MethodSignature(input, extensionRegistry); } catch (RuntimeException e) { if (e.getCause() instanceof org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) { throw (org.glowroot.agent.shaded.google.protobuf.InvalidProtocolBufferException) e.getCause(); } throw e; } } }; public static org.glowroot.agent.shaded.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.shaded.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ServerRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ServerRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ClientResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ClientResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_Hello_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_Hello_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HelloAck_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HelloAck_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapDumpRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapDumpResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_GcRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_GcRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_GcResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_GcResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ReweaveRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ReweaveResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeaderRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeaderResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeaderResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_EntriesRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_EntriesRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_EntriesResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_FullTraceRequest_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_FullTraceRequest_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_FullTraceResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_FullTraceResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ExceptionResponse_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ExceptionResponse_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDump_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanMeta_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanMeta_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_Capabilities_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_Capabilities_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_Availability_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_Availability_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_GlobalMeta_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_GlobalMeta_fieldAccessorTable; private static org.glowroot.agent.shaded.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MethodSignature_descriptor; private static org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MethodSignature_fieldAccessorTable; public static org.glowroot.agent.shaded.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static org.glowroot.agent.shaded.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\027DownstreamService.proto\022\033org_glowroot_" + "wire_api_model\032\021AgentConfig.proto\032\013Trace" + ".proto\032\rProfile.proto\"\234\016\n\rServerRequest\022" + "\022\n\nrequest_id\030\001 \001(\003\022:\n\thello_ack\030d \001(\0132%" + ".org_glowroot_wire_api_model.HelloAckH\000\022" + "]\n\033agent_config_update_request\030\310\001 \001(\01325." + "org_glowroot_wire_api_model.AgentConfigU" + "pdateRequestH\000\022N\n\023thread_dump_request\030\254\002" + " \001(\0132..org_glowroot_wire_api_model.Threa" + "dDumpRequestH\000\022_\n\034available_disk_space_r", "equest\030\255\002 \001(\01326.org_glowroot_wire_api_mo" + "del.AvailableDiskSpaceRequestH\000\022J\n\021heap_" + "dump_request\030\256\002 \001(\0132,.org_glowroot_wire_" + "api_model.HeapDumpRequestH\000\022=\n\ngc_reques" + "t\030\257\002 \001(\0132&.org_glowroot_wire_api_model.G" + "cRequestH\000\022L\n\022mbean_dump_request\030\260\002 \001(\0132" + "-.org_glowroot_wire_api_model.MBeanDumpR" + "equestH\000\022l\n#matching_mbean_object_names_" + "request\030\261\002 \001(\0132<.org_glowroot_wire_api_m" + "odel.MatchingMBeanObjectNamesRequestH\000\022L", "\n\022mbean_meta_request\030\262\002 \001(\0132-.org_glowro" + "ot_wire_api_model.MBeanMetaRequestH\000\022Q\n\024" + "capabilities_request\030\263\002 \001(\01320.org_glowro" + "ot_wire_api_model.CapabilitiesRequestH\000\022" + "N\n\023global_meta_request\030\220\003 \001(\0132..org_glow" + "root_wire_api_model.GlobalMetaRequestH\000\022" + "e\n\037preload_classpath_cache_request\030\221\003 \001(" + "\01329.org_glowroot_wire_api_model.PreloadC" + "lasspathCacheRequestH\000\022_\n\034matching_class" + "_names_request\030\222\003 \001(\01326.org_glowroot_wir", "e_api_model.MatchingClassNamesRequestH\000\022" + "a\n\035matching_method_names_request\030\223\003 \001(\0132" + "7.org_glowroot_wire_api_model.MatchingMe" + "thodNamesRequestH\000\022Z\n\031method_signatures_" + "request\030\224\003 \001(\01324.org_glowroot_wire_api_m" + "odel.MethodSignaturesRequestH\000\022G\n\017reweav" + "e_request\030\225\003 \001(\0132+.org_glowroot_wire_api" + "_model.ReweaveRequestH\000\022E\n\016header_reques" + "t\030\364\003 \001(\0132*.org_glowroot_wire_api_model.H" + "eaderRequestH\000\022G\n\017entries_request\030\365\003 \001(\013", "2+.org_glowroot_wire_api_model.EntriesRe" + "questH\000\022]\n\033main_thread_profile_request\030\366" + "\003 \001(\01325.org_glowroot_wire_api_model.Main" + "ThreadProfileRequestH\000\022[\n\032aux_thread_pro" + "file_request\030\367\003 \001(\01324.org_glowroot_wire_" + "api_model.AuxThreadProfileRequestH\000\022L\n\022f" + "ull_trace_request\030\370\003 \001(\0132-.org_glowroot_" + "wire_api_model.FullTraceRequestH\000B\t\n\007mes" + "sage\"\347\017\n\016ClientResponse\022\022\n\nrequest_id\030\001 " + "\001(\003\0223\n\005hello\030d \001(\0132\".org_glowroot_wire_a", "pi_model.HelloH\000\022_\n\034agent_config_update_" + "response\030\310\001 \001(\01326.org_glowroot_wire_api_" + "model.AgentConfigUpdateResponseH\000\022P\n\024thr" + "ead_dump_response\030\254\002 \001(\0132/.org_glowroot_" + "wire_api_model.ThreadDumpResponseH\000\022a\n\035a" + "vailable_disk_space_response\030\255\002 \001(\01327.or" + "g_glowroot_wire_api_model.AvailableDiskS" + "paceResponseH\000\022L\n\022heap_dump_response\030\256\002 " + "\001(\0132-.org_glowroot_wire_api_model.HeapDu" + "mpResponseH\000\022?\n\013gc_response\030\257\002 \001(\0132\'.org", "_glowroot_wire_api_model.GcResponseH\000\022N\n" + "\023mbean_dump_response\030\260\002 \001(\0132..org_glowro" + "ot_wire_api_model.MBeanDumpResponseH\000\022n\n" + "$matching_mbean_object_names_response\030\261\002" + " \001(\0132=.org_glowroot_wire_api_model.Match" + "ingMBeanObjectNamesResponseH\000\022N\n\023mbean_m" + "eta_response\030\262\002 \001(\0132..org_glowroot_wire_" + "api_model.MBeanMetaResponseH\000\022S\n\025capabil" + "ities_response\030\263\002 \001(\01321.org_glowroot_wir" + "e_api_model.CapabilitiesResponseH\000\022P\n\024gl", "obal_meta_response\030\220\003 \001(\0132/.org_glowroot" + "_wire_api_model.GlobalMetaResponseH\000\022g\n " + "preload_classpath_cache_response\030\221\003 \001(\0132" + ":.org_glowroot_wire_api_model.PreloadCla" + "sspathCacheResponseH\000\022a\n\035matching_class_" + "names_response\030\222\003 \001(\01327.org_glowroot_wir" + "e_api_model.MatchingClassNamesResponseH\000" + "\022c\n\036matching_method_names_response\030\223\003 \001(" + "\01328.org_glowroot_wire_api_model.Matching" + "MethodNamesResponseH\000\022\\\n\032method_signatur", "es_response\030\224\003 \001(\01325.org_glowroot_wire_a" + "pi_model.MethodSignaturesResponseH\000\022I\n\020r" + "eweave_response\030\225\003 \001(\0132,.org_glowroot_wi" + "re_api_model.ReweaveResponseH\000\022G\n\017header" + "_response\030\364\003 \001(\0132+.org_glowroot_wire_api" + "_model.HeaderResponseH\000\022I\n\020entries_respo" + "nse\030\365\003 \001(\0132,.org_glowroot_wire_api_model" + ".EntriesResponseH\000\022_\n\034main_thread_profil" + "e_response\030\366\003 \001(\01326.org_glowroot_wire_ap" + "i_model.MainThreadProfileResponseH\000\022]\n\033a", "ux_thread_profile_response\030\367\003 \001(\01325.org_" + "glowroot_wire_api_model.AuxThreadProfile" + "ResponseH\000\022N\n\023full_trace_response\030\370\003 \001(\013" + "2..org_glowroot_wire_api_model.FullTrace" + "ResponseH\000\022X\n\030unknown_request_response\030\220" + "N \001(\01323.org_glowroot_wire_api_model.Unkn" + "ownRequestResponseH\000\022M\n\022exception_respon" + "se\030\221N \001(\0132..org_glowroot_wire_api_model." + "ExceptionResponseH\000B\t\n\007message\"\031\n\005Hello\022" + "\020\n\010agent_id\030\001 \001(\t\"\n\n\010HelloAck\"Z\n\030AgentCo", "nfigUpdateRequest\022>\n\014agent_config\030\001 \001(\0132" + "(.org_glowroot_wire_api_model.AgentConfi" + "g\"\033\n\031AgentConfigUpdateResponse\"\023\n\021Thread" + "DumpRequest\"R\n\022ThreadDumpResponse\022<\n\013thr" + "ead_dump\030\001 \001(\0132\'.org_glowroot_wire_api_m" + "odel.ThreadDump\".\n\031AvailableDiskSpaceReq" + "uest\022\021\n\tdirectory\030\001 \001(\t\"5\n\032AvailableDisk" + "SpaceResponse\022\027\n\017available_bytes\030\001 \001(\003\"$" + "\n\017HeapDumpRequest\022\021\n\tdirectory\030\001 \001(\t\"^\n\020" + "HeapDumpResponse\022J\n\023heap_dump_file_info\030", "\001 \001(\0132-.org_glowroot_wire_api_model.Heap" + "DumpFileInfo\"\013\n\tGcRequest\"\014\n\nGcResponse\"" + "\367\001\n\020MBeanDumpRequest\022I\n\004kind\030\001 \001(\0162;.org" + "_glowroot_wire_api_model.MBeanDumpReques" + "t.MBeanDumpKind\022\023\n\013object_name\030\002 \003(\t\"\202\001\n" + "\rMBeanDumpKind\022!\n\035ALL_MBEANS_INCLUDE_ATT" + "RIBUTES\020\000\022*\n&ALL_MBEANS_INCLUDE_ATTRIBUT" + "ES_FOR_SOME\020\001\022\"\n\036SOME_MBEANS_INCLUDE_ATT" + "RIBUTES\020\002\"O\n\021MBeanDumpResponse\022:\n\nmbean_" + "dump\030\001 \001(\0132&.org_glowroot_wire_api_model", ".MBeanDump\"M\n\037MatchingMBeanObjectNamesRe" + "quest\022\033\n\023partial_object_name\030\001 \001(\t\022\r\n\005li" + "mit\030\002 \001(\005\"7\n MatchingMBeanObjectNamesRes" + "ponse\022\023\n\013object_name\030\001 \003(\t\"\'\n\020MBeanMetaR" + "equest\022\023\n\013object_name\030\001 \001(\t\"O\n\021MBeanMeta" + "Response\022:\n\nmbean_meta\030\001 \001(\0132&.org_glowr" + "oot_wire_api_model.MBeanMeta\"\025\n\023Capabili" + "tiesRequest\"W\n\024CapabilitiesResponse\022?\n\014c" + "apabilities\030\001 \001(\0132).org_glowroot_wire_ap" + "i_model.Capabilities\"\023\n\021GlobalMetaReques", "t\"R\n\022GlobalMetaResponse\022<\n\013global_meta\030\001" + " \001(\0132\'.org_glowroot_wire_api_model.Globa" + "lMeta\"\036\n\034PreloadClasspathCacheRequest\"\037\n" + "\035PreloadClasspathCacheResponse\"F\n\031Matchi" + "ngClassNamesRequest\022\032\n\022partial_class_nam" + "e\030\001 \001(\t\022\r\n\005limit\030\002 \001(\005\"0\n\032MatchingClassN" + "amesResponse\022\022\n\nclass_name\030\001 \003(\t\"\\\n\032Matc" + "hingMethodNamesRequest\022\022\n\nclass_name\030\001 \001" + "(\t\022\033\n\023partial_method_name\030\002 \001(\t\022\r\n\005limit" + "\030\003 \001(\005\"2\n\033MatchingMethodNamesResponse\022\023\n", "\013method_name\030\001 \003(\t\"B\n\027MethodSignaturesRe" + "quest\022\022\n\nclass_name\030\001 \001(\t\022\023\n\013method_name" + "\030\002 \001(\t\"b\n\030MethodSignaturesResponse\022F\n\020me" + "thod_signature\030\001 \003(\0132,.org_glowroot_wire" + "_api_model.MethodSignature\"\020\n\016ReweaveReq" + "uest\"-\n\017ReweaveResponse\022\032\n\022class_update_" + "count\030\001 \001(\005\"!\n\rHeaderRequest\022\020\n\010trace_id" + "\030\001 \001(\t\"K\n\016HeaderResponse\0229\n\006header\030\001 \001(\013" + "2).org_glowroot_wire_api_model.Trace.Hea" + "der\"\"\n\016EntriesRequest\022\020\n\010trace_id\030\001 \001(\t\"", "J\n\017EntriesResponse\0227\n\005entry\030\001 \003(\0132(.org_" + "glowroot_wire_api_model.Trace.Entry\",\n\030M" + "ainThreadProfileRequest\022\020\n\010trace_id\030\001 \001(" + "\t\"R\n\031MainThreadProfileResponse\0225\n\007profil" + "e\030\001 \001(\0132$.org_glowroot_wire_api_model.Pr" + "ofile\"+\n\027AuxThreadProfileRequest\022\020\n\010trac" + "e_id\030\001 \001(\t\"Q\n\030AuxThreadProfileResponse\0225" + "\n\007profile\030\001 \001(\0132$.org_glowroot_wire_api_" + "model.Profile\"$\n\020FullTraceRequest\022\020\n\010tra" + "ce_id\030\001 \001(\t\"F\n\021FullTraceResponse\0221\n\005trac", "e\030\001 \001(\0132\".org_glowroot_wire_api_model.Tr" + "ace\"\030\n\026UnknownRequestResponse\"\023\n\021Excepti" + "onResponse\"\234\005\n\nThreadDump\022H\n\013transaction" + "\030\001 \003(\01323.org_glowroot_wire_api_model.Thr" + "eadDump.Transaction\022H\n\020unmatched_thread\030" + "\002 \003(\0132..org_glowroot_wire_api_model.Thre" + "adDump.Thread\022M\n\025thread_dumping_thread\030\003" + " \001(\0132..org_glowroot_wire_api_model.Threa" + "dDump.Thread\032\261\001\n\013Transaction\022\030\n\020transact" + "ion_type\030\001 \001(\t\022\030\n\020transaction_name\030\002 \001(\t", "\022\034\n\024total_duration_nanos\030\003 \001(\003\022\020\n\010trace_" + "id\030\004 \001(\t\022>\n\006thread\030\005 \003(\0132..org_glowroot_" + "wire_api_model.ThreadDump.Thread\032\220\001\n\006Thr" + "ead\022\014\n\004name\030\001 \001(\t\022\r\n\005state\030\002 \001(\t\022\021\n\tlock" + "_name\030\003 \001(\t\022V\n\023stack_trace_element\030\004 \003(\013" + "29.org_glowroot_wire_api_model.ThreadDum" + "p.StackTraceElement\032d\n\021StackTraceElement" + "\022\022\n\nclass_name\030\001 \001(\t\022\023\n\013method_name\030\002 \001(" + "\t\022\021\n\tfile_name\030\003 \001(\t\022\023\n\013line_number\030\004 \001(" + "\021\">\n\020HeapDumpFileInfo\022\021\n\tfile_path\030\001 \001(\t", "\022\027\n\017file_size_bytes\030\002 \001(\003\"\252\006\n\tMBeanDump\022" + "D\n\nmbean_info\030\001 \003(\01320.org_glowroot_wire_" + "api_model.MBeanDump.MBeanInfo\032j\n\tMBeanIn" + "fo\022\023\n\013object_name\030\001 \001(\t\022H\n\tattribute\030\002 \003" + "(\01325.org_glowroot_wire_api_model.MBeanDu" + "mp.MBeanAttribute\032`\n\016MBeanAttribute\022\014\n\004n" + "ame\030\001 \001(\t\022@\n\005value\030\002 \001(\01321.org_glowroot_" + "wire_api_model.MBeanDump.MBeanValue\032\364\001\n\n" + "MBeanValue\022\014\n\004null\030\001 \001(\010\022\020\n\006string\030\002 \001(\t" + "H\000\022\020\n\006double\030\003 \001(\001H\000\022\016\n\004long\030\004 \001(\003H\000\022\021\n\007", "boolean\030\005 \001(\010H\000\022E\n\004list\030\n \001(\01325.org_glow" + "root_wire_api_model.MBeanDump.MBeanValue" + "ListH\000\022C\n\003map\030\013 \001(\01324.org_glowroot_wire_" + "api_model.MBeanDump.MBeanValueMapH\000B\005\n\003v" + "al\032R\n\016MBeanValueList\022@\n\005value\030\001 \003(\01321.or" + "g_glowroot_wire_api_model.MBeanDump.MBea" + "nValue\032Y\n\rMBeanValueMap\022H\n\005entry\030\001 \003(\01329" + ".org_glowroot_wire_api_model.MBeanDump.M" + "BeanValueMapEntry\032c\n\022MBeanValueMapEntry\022" + "\013\n\003key\030\001 \001(\t\022@\n\005value\030\002 \001(\01321.org_glowro", "ot_wire_api_model.MBeanDump.MBeanValue\"K" + "\n\tMBeanMeta\022\021\n\tunmatched\030\001 \001(\010\022\023\n\013unavai" + "lable\030\002 \001(\010\022\026\n\016attribute_name\030\003 \003(\t\"\350\001\n\014" + "Capabilities\022B\n\017thread_cpu_time\030\001 \001(\0132)." + "org_glowroot_wire_api_model.Availability" + "\022I\n\026thread_contention_time\030\002 \001(\0132).org_g" + "lowroot_wire_api_model.Availability\022I\n\026t" + "hread_allocated_bytes\030\003 \001(\0132).org_glowro" + "ot_wire_api_model.Availability\"1\n\014Availa" + "bility\022\021\n\tavailable\030\001 \001(\010\022\016\n\006reason\030\002 \001(", "\t\"P\n\nGlobalMeta\022\027\n\017jvm_out_of_sync\030\001 \001(\010" + "\022)\n!jvm_retransform_classes_supported\030\002 " + "\001(\010\"^\n\017MethodSignature\022\014\n\004name\030\001 \001(\t\022\026\n\016" + "parameter_type\030\002 \003(\t\022\023\n\013return_type\030\003 \001(" + "\t\022\020\n\010modifier\030\004 \003(\t2{\n\021DownstreamService" + "\022f\n\007connect\022+.org_glowroot_wire_api_mode" + "l.ClientResponse\032*.org_glowroot_wire_api" + "_model.ServerRequest(\0010\001B\035\n\033org.glowroot" + ".wire.api.modelb\006proto3" }; org.glowroot.agent.shaded.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new org.glowroot.agent.shaded.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public org.glowroot.agent.shaded.google.protobuf.ExtensionRegistry assignDescriptors( org.glowroot.agent.shaded.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; org.glowroot.agent.shaded.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new org.glowroot.agent.shaded.google.protobuf.Descriptors.FileDescriptor[] { org.glowroot.wire.api.model.AgentConfigOuterClass.getDescriptor(), org.glowroot.wire.api.model.TraceOuterClass.getDescriptor(), org.glowroot.wire.api.model.ProfileOuterClass.getDescriptor(), }, assigner); internal_static_org_glowroot_wire_api_model_ServerRequest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_org_glowroot_wire_api_model_ServerRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ServerRequest_descriptor, new java.lang.String[] { "RequestId", "HelloAck", "AgentConfigUpdateRequest", "ThreadDumpRequest", "AvailableDiskSpaceRequest", "HeapDumpRequest", "GcRequest", "MbeanDumpRequest", "MatchingMbeanObjectNamesRequest", "MbeanMetaRequest", "CapabilitiesRequest", "GlobalMetaRequest", "PreloadClasspathCacheRequest", "MatchingClassNamesRequest", "MatchingMethodNamesRequest", "MethodSignaturesRequest", "ReweaveRequest", "HeaderRequest", "EntriesRequest", "MainThreadProfileRequest", "AuxThreadProfileRequest", "FullTraceRequest", "Message", }); internal_static_org_glowroot_wire_api_model_ClientResponse_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_org_glowroot_wire_api_model_ClientResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ClientResponse_descriptor, new java.lang.String[] { "RequestId", "Hello", "AgentConfigUpdateResponse", "ThreadDumpResponse", "AvailableDiskSpaceResponse", "HeapDumpResponse", "GcResponse", "MbeanDumpResponse", "MatchingMbeanObjectNamesResponse", "MbeanMetaResponse", "CapabilitiesResponse", "GlobalMetaResponse", "PreloadClasspathCacheResponse", "MatchingClassNamesResponse", "MatchingMethodNamesResponse", "MethodSignaturesResponse", "ReweaveResponse", "HeaderResponse", "EntriesResponse", "MainThreadProfileResponse", "AuxThreadProfileResponse", "FullTraceResponse", "UnknownRequestResponse", "ExceptionResponse", "Message", }); internal_static_org_glowroot_wire_api_model_Hello_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_org_glowroot_wire_api_model_Hello_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_Hello_descriptor, new java.lang.String[] { "AgentId", }); internal_static_org_glowroot_wire_api_model_HelloAck_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_org_glowroot_wire_api_model_HelloAck_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HelloAck_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor, new java.lang.String[] { "AgentConfig", }); internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor, new java.lang.String[] { "ThreadDump", }); internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor, new java.lang.String[] { "Directory", }); internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor, new java.lang.String[] { "AvailableBytes", }); internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_org_glowroot_wire_api_model_HeapDumpRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor, new java.lang.String[] { "Directory", }); internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor = getDescriptor().getMessageTypes().get(11); internal_static_org_glowroot_wire_api_model_HeapDumpResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor, new java.lang.String[] { "HeapDumpFileInfo", }); internal_static_org_glowroot_wire_api_model_GcRequest_descriptor = getDescriptor().getMessageTypes().get(12); internal_static_org_glowroot_wire_api_model_GcRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_GcRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_GcResponse_descriptor = getDescriptor().getMessageTypes().get(13); internal_static_org_glowroot_wire_api_model_GcResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_GcResponse_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor = getDescriptor().getMessageTypes().get(14); internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor, new java.lang.String[] { "Kind", "ObjectName", }); internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor = getDescriptor().getMessageTypes().get(15); internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor, new java.lang.String[] { "MbeanDump", }); internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor = getDescriptor().getMessageTypes().get(16); internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor, new java.lang.String[] { "PartialObjectName", "Limit", }); internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor = getDescriptor().getMessageTypes().get(17); internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor, new java.lang.String[] { "ObjectName", }); internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor = getDescriptor().getMessageTypes().get(18); internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor, new java.lang.String[] { "ObjectName", }); internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor = getDescriptor().getMessageTypes().get(19); internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor, new java.lang.String[] { "MbeanMeta", }); internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor = getDescriptor().getMessageTypes().get(20); internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor = getDescriptor().getMessageTypes().get(21); internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor, new java.lang.String[] { "Capabilities", }); internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor = getDescriptor().getMessageTypes().get(22); internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor = getDescriptor().getMessageTypes().get(23); internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor, new java.lang.String[] { "GlobalMeta", }); internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor = getDescriptor().getMessageTypes().get(24); internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor = getDescriptor().getMessageTypes().get(25); internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor = getDescriptor().getMessageTypes().get(26); internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor, new java.lang.String[] { "PartialClassName", "Limit", }); internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor = getDescriptor().getMessageTypes().get(27); internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor, new java.lang.String[] { "ClassName", }); internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor = getDescriptor().getMessageTypes().get(28); internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor, new java.lang.String[] { "ClassName", "PartialMethodName", "Limit", }); internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor = getDescriptor().getMessageTypes().get(29); internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor, new java.lang.String[] { "MethodName", }); internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor = getDescriptor().getMessageTypes().get(30); internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor, new java.lang.String[] { "ClassName", "MethodName", }); internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor = getDescriptor().getMessageTypes().get(31); internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor, new java.lang.String[] { "MethodSignature", }); internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor = getDescriptor().getMessageTypes().get(32); internal_static_org_glowroot_wire_api_model_ReweaveRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor = getDescriptor().getMessageTypes().get(33); internal_static_org_glowroot_wire_api_model_ReweaveResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor, new java.lang.String[] { "ClassUpdateCount", }); internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor = getDescriptor().getMessageTypes().get(34); internal_static_org_glowroot_wire_api_model_HeaderRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor, new java.lang.String[] { "TraceId", }); internal_static_org_glowroot_wire_api_model_HeaderResponse_descriptor = getDescriptor().getMessageTypes().get(35); internal_static_org_glowroot_wire_api_model_HeaderResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeaderResponse_descriptor, new java.lang.String[] { "Header", }); internal_static_org_glowroot_wire_api_model_EntriesRequest_descriptor = getDescriptor().getMessageTypes().get(36); internal_static_org_glowroot_wire_api_model_EntriesRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_EntriesRequest_descriptor, new java.lang.String[] { "TraceId", }); internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor = getDescriptor().getMessageTypes().get(37); internal_static_org_glowroot_wire_api_model_EntriesResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor, new java.lang.String[] { "Entry", }); internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_descriptor = getDescriptor().getMessageTypes().get(38); internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_descriptor, new java.lang.String[] { "TraceId", }); internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_descriptor = getDescriptor().getMessageTypes().get(39); internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_descriptor, new java.lang.String[] { "Profile", }); internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_descriptor = getDescriptor().getMessageTypes().get(40); internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_descriptor, new java.lang.String[] { "TraceId", }); internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_descriptor = getDescriptor().getMessageTypes().get(41); internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_descriptor, new java.lang.String[] { "Profile", }); internal_static_org_glowroot_wire_api_model_FullTraceRequest_descriptor = getDescriptor().getMessageTypes().get(42); internal_static_org_glowroot_wire_api_model_FullTraceRequest_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_FullTraceRequest_descriptor, new java.lang.String[] { "TraceId", }); internal_static_org_glowroot_wire_api_model_FullTraceResponse_descriptor = getDescriptor().getMessageTypes().get(43); internal_static_org_glowroot_wire_api_model_FullTraceResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_FullTraceResponse_descriptor, new java.lang.String[] { "Trace", }); internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_descriptor = getDescriptor().getMessageTypes().get(44); internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_ExceptionResponse_descriptor = getDescriptor().getMessageTypes().get(45); internal_static_org_glowroot_wire_api_model_ExceptionResponse_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ExceptionResponse_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor = getDescriptor().getMessageTypes().get(46); internal_static_org_glowroot_wire_api_model_ThreadDump_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor, new java.lang.String[] { "Transaction", "UnmatchedThread", "ThreadDumpingThread", }); internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_descriptor = internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor.getNestedTypes().get(0); internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_descriptor, new java.lang.String[] { "TransactionType", "TransactionName", "TotalDurationNanos", "TraceId", "Thread", }); internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_descriptor = internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor.getNestedTypes().get(1); internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_descriptor, new java.lang.String[] { "Name", "State", "LockName", "StackTraceElement", }); internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_descriptor = internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor.getNestedTypes().get(2); internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_descriptor, new java.lang.String[] { "ClassName", "MethodName", "FileName", "LineNumber", }); internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor = getDescriptor().getMessageTypes().get(47); internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor, new java.lang.String[] { "FilePath", "FileSizeBytes", }); internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor = getDescriptor().getMessageTypes().get(48); internal_static_org_glowroot_wire_api_model_MBeanDump_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor, new java.lang.String[] { "MbeanInfo", }); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_descriptor = internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor.getNestedTypes().get(0); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_descriptor, new java.lang.String[] { "ObjectName", "Attribute", }); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_descriptor = internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor.getNestedTypes().get(1); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_descriptor, new java.lang.String[] { "Name", "Value", }); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_descriptor = internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor.getNestedTypes().get(2); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_descriptor, new java.lang.String[] { "Null", "String", "Double", "Long", "Boolean", "List", "Map", "Val", }); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_descriptor = internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor.getNestedTypes().get(3); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_descriptor, new java.lang.String[] { "Value", }); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_descriptor = internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor.getNestedTypes().get(4); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_descriptor, new java.lang.String[] { "Entry", }); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_descriptor = internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor.getNestedTypes().get(5); internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_org_glowroot_wire_api_model_MBeanMeta_descriptor = getDescriptor().getMessageTypes().get(49); internal_static_org_glowroot_wire_api_model_MBeanMeta_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanMeta_descriptor, new java.lang.String[] { "Unmatched", "Unavailable", "AttributeName", }); internal_static_org_glowroot_wire_api_model_Capabilities_descriptor = getDescriptor().getMessageTypes().get(50); internal_static_org_glowroot_wire_api_model_Capabilities_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_Capabilities_descriptor, new java.lang.String[] { "ThreadCpuTime", "ThreadContentionTime", "ThreadAllocatedBytes", }); internal_static_org_glowroot_wire_api_model_Availability_descriptor = getDescriptor().getMessageTypes().get(51); internal_static_org_glowroot_wire_api_model_Availability_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_Availability_descriptor, new java.lang.String[] { "Available", "Reason", }); internal_static_org_glowroot_wire_api_model_GlobalMeta_descriptor = getDescriptor().getMessageTypes().get(52); internal_static_org_glowroot_wire_api_model_GlobalMeta_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_GlobalMeta_descriptor, new java.lang.String[] { "JvmOutOfSync", "JvmRetransformClassesSupported", }); internal_static_org_glowroot_wire_api_model_MethodSignature_descriptor = getDescriptor().getMessageTypes().get(53); internal_static_org_glowroot_wire_api_model_MethodSignature_fieldAccessorTable = new org.glowroot.agent.shaded.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MethodSignature_descriptor, new java.lang.String[] { "Name", "ParameterType", "ReturnType", "Modifier", }); org.glowroot.wire.api.model.AgentConfigOuterClass.getDescriptor(); org.glowroot.wire.api.model.TraceOuterClass.getDescriptor(); org.glowroot.wire.api.model.ProfileOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy