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.14.0-beta.3
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.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface CentralRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.CentralRequest)
      org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder {

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

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

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

    /**
     * 
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ boolean hasThreadDumpRequest(); /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getThreadDumpRequest(); /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder getThreadDumpRequestOrBuilder(); /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ boolean hasJstackRequest(); /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getJstackRequest(); /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder getJstackRequestOrBuilder(); /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ boolean hasAvailableDiskSpaceRequest(); /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getAvailableDiskSpaceRequest(); /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder getAvailableDiskSpaceRequestOrBuilder(); /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ boolean hasHeapDumpRequest(); /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getHeapDumpRequest(); /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder getHeapDumpRequestOrBuilder(); /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ boolean hasHeapHistogramRequest(); /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getHeapHistogramRequest(); /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder getHeapHistogramRequestOrBuilder(); /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ boolean hasExplicitGcDisabledRequest(); /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getExplicitGcDisabledRequest(); /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder getExplicitGcDisabledRequestOrBuilder(); /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ boolean hasForceGcRequest(); /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getForceGcRequest(); /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder getForceGcRequestOrBuilder(); /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ boolean hasMbeanDumpRequest(); /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getMbeanDumpRequest(); /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder getMbeanDumpRequestOrBuilder(); /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ boolean hasMatchingMbeanObjectNamesRequest(); /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getMatchingMbeanObjectNamesRequest(); /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder getMatchingMbeanObjectNamesRequestOrBuilder(); /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ boolean hasMbeanMetaRequest(); /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getMbeanMetaRequest(); /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder getMbeanMetaRequestOrBuilder(); /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ boolean hasSystemPropertiesRequest(); /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getSystemPropertiesRequest(); /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder getSystemPropertiesRequestOrBuilder(); /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ boolean hasCapabilitiesRequest(); /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getCapabilitiesRequest(); /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder getCapabilitiesRequestOrBuilder(); /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ boolean hasGlobalMetaRequest(); /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getGlobalMetaRequest(); /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder getGlobalMetaRequestOrBuilder(); /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ boolean hasPreloadClasspathCacheRequest(); /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getPreloadClasspathCacheRequest(); /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder getPreloadClasspathCacheRequestOrBuilder(); /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ boolean hasMatchingClassNamesRequest(); /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getMatchingClassNamesRequest(); /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder getMatchingClassNamesRequestOrBuilder(); /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ boolean hasMatchingMethodNamesRequest(); /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getMatchingMethodNamesRequest(); /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder getMatchingMethodNamesRequestOrBuilder(); /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ boolean hasMethodSignaturesRequest(); /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getMethodSignaturesRequest(); /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder getMethodSignaturesRequestOrBuilder(); /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ boolean hasReweaveRequest(); /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getReweaveRequest(); /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder getReweaveRequestOrBuilder(); /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ boolean hasHeaderRequest(); /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getHeaderRequest(); /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder getHeaderRequestOrBuilder(); /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ boolean hasEntriesRequest(); /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getEntriesRequest(); /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder getEntriesRequestOrBuilder(); /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ boolean hasQueriesRequest(); /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest getQueriesRequest(); /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder getQueriesRequestOrBuilder(); /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ boolean hasMainThreadProfileRequest(); /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getMainThreadProfileRequest(); /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder getMainThreadProfileRequestOrBuilder(); /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ boolean hasAuxThreadProfileRequest(); /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getAuxThreadProfileRequest(); /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder getAuxThreadProfileRequestOrBuilder(); /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ boolean hasFullTraceRequest(); /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getFullTraceRequest(); /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder getFullTraceRequestOrBuilder(); public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.MessageCase getMessageCase(); } /** * Protobuf type {@code org_glowroot_wire_api_model.CentralRequest} */ public static final class CentralRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.CentralRequest) CentralRequestOrBuilder { private static final long serialVersionUID = 0L; // Use CentralRequest.newBuilder() to construct. private CentralRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CentralRequest() { requestId_ = 0L; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CentralRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { requestId_ = input.readInt64(); break; } case 802: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder subBuilder = null; if (messageCase_ == 100) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 100; break; } case 1602: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder subBuilder = null; if (messageCase_ == 200) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 200; break; } case 2402: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder subBuilder = null; if (messageCase_ == 300) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 300; break; } case 2410: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder subBuilder = null; if (messageCase_ == 301) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 301; break; } case 2418: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder subBuilder = null; if (messageCase_ == 302) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 302; break; } case 2426: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder subBuilder = null; if (messageCase_ == 303) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 303; break; } case 2434: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder subBuilder = null; if (messageCase_ == 304) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 304; break; } case 2442: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder subBuilder = null; if (messageCase_ == 305) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 305; break; } case 2450: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder subBuilder = null; if (messageCase_ == 306) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 306; break; } case 2458: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder subBuilder = null; if (messageCase_ == 307) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 307; break; } case 2466: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder subBuilder = null; if (messageCase_ == 308) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 308; break; } case 2474: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder subBuilder = null; if (messageCase_ == 309) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 309; break; } case 2482: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder subBuilder = null; if (messageCase_ == 310) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 310; break; } case 2490: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder subBuilder = null; if (messageCase_ == 311) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 311; break; } case 3202: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder subBuilder = null; if (messageCase_ == 400) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 400; break; } case 3210: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder subBuilder = null; if (messageCase_ == 401) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 401; break; } case 3218: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder subBuilder = null; if (messageCase_ == 402) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 402; break; } case 3226: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder subBuilder = null; if (messageCase_ == 403) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 403; break; } case 3234: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder subBuilder = null; if (messageCase_ == 404) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 404; break; } case 3242: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder subBuilder = null; if (messageCase_ == 405) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 405; break; } case 4002: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder subBuilder = null; if (messageCase_ == 500) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 500; break; } case 4010: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder subBuilder = null; if (messageCase_ == 501) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 501; break; } case 4018: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder subBuilder = null; if (messageCase_ == 502) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 502; break; } case 4026: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder subBuilder = null; if (messageCase_ == 503) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 503; break; } case 4034: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder subBuilder = null; if (messageCase_ == 504) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 504; break; } case 4042: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder subBuilder = null; if (messageCase_ == 505) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 505; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.Builder.class); } private int messageCase_ = 0; private java.lang.Object message_; public enum MessageCase implements org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLite { HELLO_ACK(100), AGENT_CONFIG_UPDATE_REQUEST(200), THREAD_DUMP_REQUEST(300), JSTACK_REQUEST(308), AVAILABLE_DISK_SPACE_REQUEST(301), HEAP_DUMP_REQUEST(302), HEAP_HISTOGRAM_REQUEST(309), EXPLICIT_GC_DISABLED_REQUEST(311), FORCE_GC_REQUEST(303), MBEAN_DUMP_REQUEST(304), MATCHING_MBEAN_OBJECT_NAMES_REQUEST(305), MBEAN_META_REQUEST(306), SYSTEM_PROPERTIES_REQUEST(310), CAPABILITIES_REQUEST(307), GLOBAL_META_REQUEST(400), PRELOAD_CLASSPATH_CACHE_REQUEST(401), MATCHING_CLASS_NAMES_REQUEST(402), MATCHING_METHOD_NAMES_REQUEST(403), METHOD_SIGNATURES_REQUEST(404), REWEAVE_REQUEST(405), HEADER_REQUEST(500), ENTRIES_REQUEST(501), QUERIES_REQUEST(505), MAIN_THREAD_PROFILE_REQUEST(502), AUX_THREAD_PROFILE_REQUEST(503), FULL_TRACE_REQUEST(504), MESSAGE_NOT_SET(0); private final int value; private MessageCase(int value) { this.value = value; } /** * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static MessageCase valueOf(int value) { return forNumber(value); } public static MessageCase forNumber(int value) { switch (value) { case 100: return HELLO_ACK; case 200: return AGENT_CONFIG_UPDATE_REQUEST; case 300: return THREAD_DUMP_REQUEST; case 308: return JSTACK_REQUEST; case 301: return AVAILABLE_DISK_SPACE_REQUEST; case 302: return HEAP_DUMP_REQUEST; case 309: return HEAP_HISTOGRAM_REQUEST; case 311: return EXPLICIT_GC_DISABLED_REQUEST; case 303: return FORCE_GC_REQUEST; case 304: return MBEAN_DUMP_REQUEST; case 305: return MATCHING_MBEAN_OBJECT_NAMES_REQUEST; case 306: return MBEAN_META_REQUEST; case 310: return SYSTEM_PROPERTIES_REQUEST; case 307: return CAPABILITIES_REQUEST; case 400: return GLOBAL_META_REQUEST; case 401: return PRELOAD_CLASSPATH_CACHE_REQUEST; case 402: return MATCHING_CLASS_NAMES_REQUEST; case 403: return MATCHING_METHOD_NAMES_REQUEST; case 404: return METHOD_SIGNATURES_REQUEST; case 405: return REWEAVE_REQUEST; case 500: return HEADER_REQUEST; case 501: return ENTRIES_REQUEST; case 505: return QUERIES_REQUEST; case 502: return MAIN_THREAD_PROFILE_REQUEST; case 503: return AUX_THREAD_PROFILE_REQUEST; case 504: return FULL_TRACE_REQUEST; case 0: return MESSAGE_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public MessageCase getMessageCase() { return MessageCase.forNumber( messageCase_); } public static final int REQUEST_ID_FIELD_NUMBER = 1; private long requestId_; /** * int64 request_id = 1; */ public long getRequestId() { return requestId_; } public static final int HELLO_ACK_FIELD_NUMBER = 100; /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public boolean hasHelloAck() { return messageCase_ == 100; } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getHelloAck() { if (messageCase_ == 100) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder getHelloAckOrBuilder() { if (messageCase_ == 100) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance(); } public static final int AGENT_CONFIG_UPDATE_REQUEST_FIELD_NUMBER = 200; /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public boolean hasAgentConfigUpdateRequest() { return messageCase_ == 200; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getAgentConfigUpdateRequest() { if (messageCase_ == 200) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder getAgentConfigUpdateRequestOrBuilder() { if (messageCase_ == 200) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance(); } public static final int THREAD_DUMP_REQUEST_FIELD_NUMBER = 300; /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public boolean hasThreadDumpRequest() { return messageCase_ == 300; } /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getThreadDumpRequest() { if (messageCase_ == 300) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance(); } /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder getThreadDumpRequestOrBuilder() { if (messageCase_ == 300) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance(); } public static final int JSTACK_REQUEST_FIELD_NUMBER = 308; /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public boolean hasJstackRequest() { return messageCase_ == 308; } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getJstackRequest() { if (messageCase_ == 308) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder getJstackRequestOrBuilder() { if (messageCase_ == 308) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance(); } public static final int AVAILABLE_DISK_SPACE_REQUEST_FIELD_NUMBER = 301; /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public boolean hasAvailableDiskSpaceRequest() { return messageCase_ == 301; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getAvailableDiskSpaceRequest() { if (messageCase_ == 301) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder getAvailableDiskSpaceRequestOrBuilder() { if (messageCase_ == 301) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance(); } public static final int HEAP_DUMP_REQUEST_FIELD_NUMBER = 302; /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public boolean hasHeapDumpRequest() { return messageCase_ == 302; } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getHeapDumpRequest() { if (messageCase_ == 302) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder getHeapDumpRequestOrBuilder() { if (messageCase_ == 302) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance(); } public static final int HEAP_HISTOGRAM_REQUEST_FIELD_NUMBER = 309; /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public boolean hasHeapHistogramRequest() { return messageCase_ == 309; } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getHeapHistogramRequest() { if (messageCase_ == 309) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder getHeapHistogramRequestOrBuilder() { if (messageCase_ == 309) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance(); } public static final int EXPLICIT_GC_DISABLED_REQUEST_FIELD_NUMBER = 311; /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public boolean hasExplicitGcDisabledRequest() { return messageCase_ == 311; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getExplicitGcDisabledRequest() { if (messageCase_ == 311) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder getExplicitGcDisabledRequestOrBuilder() { if (messageCase_ == 311) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance(); } public static final int FORCE_GC_REQUEST_FIELD_NUMBER = 303; /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public boolean hasForceGcRequest() { return messageCase_ == 303; } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getForceGcRequest() { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder getForceGcRequestOrBuilder() { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance(); } public static final int MBEAN_DUMP_REQUEST_FIELD_NUMBER = 304; /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public boolean hasMbeanDumpRequest() { return messageCase_ == 304; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getMbeanDumpRequest() { if (messageCase_ == 304) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder getMbeanDumpRequestOrBuilder() { if (messageCase_ == 304) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance(); } public static final int MATCHING_MBEAN_OBJECT_NAMES_REQUEST_FIELD_NUMBER = 305; /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public boolean hasMatchingMbeanObjectNamesRequest() { return messageCase_ == 305; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getMatchingMbeanObjectNamesRequest() { if (messageCase_ == 305) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder getMatchingMbeanObjectNamesRequestOrBuilder() { if (messageCase_ == 305) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance(); } public static final int MBEAN_META_REQUEST_FIELD_NUMBER = 306; /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public boolean hasMbeanMetaRequest() { return messageCase_ == 306; } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getMbeanMetaRequest() { if (messageCase_ == 306) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder getMbeanMetaRequestOrBuilder() { if (messageCase_ == 306) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance(); } public static final int SYSTEM_PROPERTIES_REQUEST_FIELD_NUMBER = 310; /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public boolean hasSystemPropertiesRequest() { return messageCase_ == 310; } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getSystemPropertiesRequest() { if (messageCase_ == 310) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder getSystemPropertiesRequestOrBuilder() { if (messageCase_ == 310) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance(); } public static final int CAPABILITIES_REQUEST_FIELD_NUMBER = 307; /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public boolean hasCapabilitiesRequest() { return messageCase_ == 307; } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getCapabilitiesRequest() { if (messageCase_ == 307) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder getCapabilitiesRequestOrBuilder() { if (messageCase_ == 307) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance(); } public static final int GLOBAL_META_REQUEST_FIELD_NUMBER = 400; /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public boolean hasGlobalMetaRequest() { return messageCase_ == 400; } /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getGlobalMetaRequest() { if (messageCase_ == 400) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance(); } /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder getGlobalMetaRequestOrBuilder() { if (messageCase_ == 400) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance(); } public static final int PRELOAD_CLASSPATH_CACHE_REQUEST_FIELD_NUMBER = 401; /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public boolean hasPreloadClasspathCacheRequest() { return messageCase_ == 401; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getPreloadClasspathCacheRequest() { if (messageCase_ == 401) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder getPreloadClasspathCacheRequestOrBuilder() { if (messageCase_ == 401) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance(); } public static final int MATCHING_CLASS_NAMES_REQUEST_FIELD_NUMBER = 402; /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public boolean hasMatchingClassNamesRequest() { return messageCase_ == 402; } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getMatchingClassNamesRequest() { if (messageCase_ == 402) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder getMatchingClassNamesRequestOrBuilder() { if (messageCase_ == 402) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance(); } public static final int MATCHING_METHOD_NAMES_REQUEST_FIELD_NUMBER = 403; /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public boolean hasMatchingMethodNamesRequest() { return messageCase_ == 403; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getMatchingMethodNamesRequest() { if (messageCase_ == 403) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder getMatchingMethodNamesRequestOrBuilder() { if (messageCase_ == 403) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance(); } public static final int METHOD_SIGNATURES_REQUEST_FIELD_NUMBER = 404; /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public boolean hasMethodSignaturesRequest() { return messageCase_ == 404; } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getMethodSignaturesRequest() { if (messageCase_ == 404) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder getMethodSignaturesRequestOrBuilder() { if (messageCase_ == 404) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance(); } public static final int REWEAVE_REQUEST_FIELD_NUMBER = 405; /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public boolean hasReweaveRequest() { return messageCase_ == 405; } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getReweaveRequest() { if (messageCase_ == 405) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder getReweaveRequestOrBuilder() { if (messageCase_ == 405) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance(); } public static final int HEADER_REQUEST_FIELD_NUMBER = 500; /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public boolean hasHeaderRequest() { return messageCase_ == 500; } /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getHeaderRequest() { if (messageCase_ == 500) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance(); } /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder getHeaderRequestOrBuilder() { if (messageCase_ == 500) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance(); } public static final int ENTRIES_REQUEST_FIELD_NUMBER = 501; /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public boolean hasEntriesRequest() { return messageCase_ == 501; } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getEntriesRequest() { if (messageCase_ == 501) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder getEntriesRequestOrBuilder() { if (messageCase_ == 501) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance(); } public static final int QUERIES_REQUEST_FIELD_NUMBER = 505; /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public boolean hasQueriesRequest() { return messageCase_ == 505; } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest getQueriesRequest() { if (messageCase_ == 505) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder getQueriesRequestOrBuilder() { if (messageCase_ == 505) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance(); } public static final int MAIN_THREAD_PROFILE_REQUEST_FIELD_NUMBER = 502; /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public boolean hasMainThreadProfileRequest() { return messageCase_ == 502; } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getMainThreadProfileRequest() { if (messageCase_ == 502) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder getMainThreadProfileRequestOrBuilder() { if (messageCase_ == 502) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance(); } public static final int AUX_THREAD_PROFILE_REQUEST_FIELD_NUMBER = 503; /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public boolean hasAuxThreadProfileRequest() { return messageCase_ == 503; } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getAuxThreadProfileRequest() { if (messageCase_ == 503) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder getAuxThreadProfileRequestOrBuilder() { if (messageCase_ == 503) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance(); } public static final int FULL_TRACE_REQUEST_FIELD_NUMBER = 504; /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public boolean hasFullTraceRequest() { return messageCase_ == 504; } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getFullTraceRequest() { if (messageCase_ == 504) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder getFullTraceRequestOrBuilder() { if (messageCase_ == 504) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (requestId_ != 0L) { output.writeInt64(1, requestId_); } if (messageCase_ == 100) { output.writeMessage(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_); } if (messageCase_ == 200) { output.writeMessage(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_); } if (messageCase_ == 300) { output.writeMessage(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_); } if (messageCase_ == 301) { output.writeMessage(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_); } if (messageCase_ == 302) { output.writeMessage(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_); } if (messageCase_ == 303) { output.writeMessage(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_); } if (messageCase_ == 304) { output.writeMessage(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_); } if (messageCase_ == 305) { output.writeMessage(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_); } if (messageCase_ == 306) { output.writeMessage(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_); } if (messageCase_ == 307) { output.writeMessage(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_); } if (messageCase_ == 308) { output.writeMessage(308, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_); } if (messageCase_ == 309) { output.writeMessage(309, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_); } if (messageCase_ == 310) { output.writeMessage(310, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_); } if (messageCase_ == 311) { output.writeMessage(311, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_); } if (messageCase_ == 400) { output.writeMessage(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_); } if (messageCase_ == 401) { output.writeMessage(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_); } if (messageCase_ == 402) { output.writeMessage(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_); } if (messageCase_ == 403) { output.writeMessage(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_); } if (messageCase_ == 404) { output.writeMessage(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_); } if (messageCase_ == 405) { output.writeMessage(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_); } if (messageCase_ == 500) { output.writeMessage(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_); } if (messageCase_ == 501) { output.writeMessage(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_); } if (messageCase_ == 502) { output.writeMessage(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_); } if (messageCase_ == 503) { output.writeMessage(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_); } if (messageCase_ == 504) { output.writeMessage(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_); } if (messageCase_ == 505) { output.writeMessage(505, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (requestId_ != 0L) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt64Size(1, requestId_); } if (messageCase_ == 100) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_); } if (messageCase_ == 200) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_); } if (messageCase_ == 300) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_); } if (messageCase_ == 301) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_); } if (messageCase_ == 302) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_); } if (messageCase_ == 303) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_); } if (messageCase_ == 304) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_); } if (messageCase_ == 305) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_); } if (messageCase_ == 306) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_); } if (messageCase_ == 307) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_); } if (messageCase_ == 308) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(308, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_); } if (messageCase_ == 309) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(309, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_); } if (messageCase_ == 310) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(310, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_); } if (messageCase_ == 311) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(311, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_); } if (messageCase_ == 400) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_); } if (messageCase_ == 401) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_); } if (messageCase_ == 402) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_); } if (messageCase_ == 403) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_); } if (messageCase_ == 404) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_); } if (messageCase_ == 405) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_); } if (messageCase_ == 500) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_); } if (messageCase_ == 501) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_); } if (messageCase_ == 502) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_); } if (messageCase_ == 503) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_); } if (messageCase_ == 504) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_); } if (messageCase_ == 505) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(505, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest) obj; boolean result = true; result = result && (getRequestId() == other.getRequestId()); result = result && getMessageCase().equals( other.getMessageCase()); if (!result) return false; switch (messageCase_) { case 100: result = result && getHelloAck() .equals(other.getHelloAck()); break; case 200: result = result && getAgentConfigUpdateRequest() .equals(other.getAgentConfigUpdateRequest()); break; case 300: result = result && getThreadDumpRequest() .equals(other.getThreadDumpRequest()); break; case 308: result = result && getJstackRequest() .equals(other.getJstackRequest()); break; case 301: result = result && getAvailableDiskSpaceRequest() .equals(other.getAvailableDiskSpaceRequest()); break; case 302: result = result && getHeapDumpRequest() .equals(other.getHeapDumpRequest()); break; case 309: result = result && getHeapHistogramRequest() .equals(other.getHeapHistogramRequest()); break; case 311: result = result && getExplicitGcDisabledRequest() .equals(other.getExplicitGcDisabledRequest()); break; case 303: result = result && getForceGcRequest() .equals(other.getForceGcRequest()); break; case 304: result = result && getMbeanDumpRequest() .equals(other.getMbeanDumpRequest()); break; case 305: result = result && getMatchingMbeanObjectNamesRequest() .equals(other.getMatchingMbeanObjectNamesRequest()); break; case 306: result = result && getMbeanMetaRequest() .equals(other.getMbeanMetaRequest()); break; case 310: result = result && getSystemPropertiesRequest() .equals(other.getSystemPropertiesRequest()); break; case 307: result = result && getCapabilitiesRequest() .equals(other.getCapabilitiesRequest()); break; case 400: result = result && getGlobalMetaRequest() .equals(other.getGlobalMetaRequest()); break; case 401: result = result && getPreloadClasspathCacheRequest() .equals(other.getPreloadClasspathCacheRequest()); break; case 402: result = result && getMatchingClassNamesRequest() .equals(other.getMatchingClassNamesRequest()); break; case 403: result = result && getMatchingMethodNamesRequest() .equals(other.getMatchingMethodNamesRequest()); break; case 404: result = result && getMethodSignaturesRequest() .equals(other.getMethodSignaturesRequest()); break; case 405: result = result && getReweaveRequest() .equals(other.getReweaveRequest()); break; case 500: result = result && getHeaderRequest() .equals(other.getHeaderRequest()); break; case 501: result = result && getEntriesRequest() .equals(other.getEntriesRequest()); break; case 505: result = result && getQueriesRequest() .equals(other.getQueriesRequest()); break; case 502: result = result && getMainThreadProfileRequest() .equals(other.getMainThreadProfileRequest()); break; case 503: result = result && getAuxThreadProfileRequest() .equals(other.getAuxThreadProfileRequest()); break; case 504: result = result && getFullTraceRequest() .equals(other.getFullTraceRequest()); break; case 0: default: } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + REQUEST_ID_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( getRequestId()); switch (messageCase_) { case 100: hash = (37 * hash) + HELLO_ACK_FIELD_NUMBER; hash = (53 * hash) + getHelloAck().hashCode(); break; case 200: hash = (37 * hash) + AGENT_CONFIG_UPDATE_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getAgentConfigUpdateRequest().hashCode(); break; case 300: hash = (37 * hash) + THREAD_DUMP_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getThreadDumpRequest().hashCode(); break; case 308: hash = (37 * hash) + JSTACK_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getJstackRequest().hashCode(); break; case 301: hash = (37 * hash) + AVAILABLE_DISK_SPACE_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getAvailableDiskSpaceRequest().hashCode(); break; case 302: hash = (37 * hash) + HEAP_DUMP_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getHeapDumpRequest().hashCode(); break; case 309: hash = (37 * hash) + HEAP_HISTOGRAM_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getHeapHistogramRequest().hashCode(); break; case 311: hash = (37 * hash) + EXPLICIT_GC_DISABLED_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getExplicitGcDisabledRequest().hashCode(); break; case 303: hash = (37 * hash) + FORCE_GC_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getForceGcRequest().hashCode(); break; case 304: hash = (37 * hash) + MBEAN_DUMP_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getMbeanDumpRequest().hashCode(); break; case 305: hash = (37 * hash) + MATCHING_MBEAN_OBJECT_NAMES_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getMatchingMbeanObjectNamesRequest().hashCode(); break; case 306: hash = (37 * hash) + MBEAN_META_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getMbeanMetaRequest().hashCode(); break; case 310: hash = (37 * hash) + SYSTEM_PROPERTIES_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getSystemPropertiesRequest().hashCode(); break; case 307: hash = (37 * hash) + CAPABILITIES_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getCapabilitiesRequest().hashCode(); break; case 400: hash = (37 * hash) + GLOBAL_META_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getGlobalMetaRequest().hashCode(); break; case 401: hash = (37 * hash) + PRELOAD_CLASSPATH_CACHE_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getPreloadClasspathCacheRequest().hashCode(); break; case 402: hash = (37 * hash) + MATCHING_CLASS_NAMES_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getMatchingClassNamesRequest().hashCode(); break; case 403: hash = (37 * hash) + MATCHING_METHOD_NAMES_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getMatchingMethodNamesRequest().hashCode(); break; case 404: hash = (37 * hash) + METHOD_SIGNATURES_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getMethodSignaturesRequest().hashCode(); break; case 405: hash = (37 * hash) + REWEAVE_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getReweaveRequest().hashCode(); break; case 500: hash = (37 * hash) + HEADER_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getHeaderRequest().hashCode(); break; case 501: hash = (37 * hash) + ENTRIES_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getEntriesRequest().hashCode(); break; case 505: hash = (37 * hash) + QUERIES_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getQueriesRequest().hashCode(); break; case 502: hash = (37 * hash) + MAIN_THREAD_PROFILE_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getMainThreadProfileRequest().hashCode(); break; case 503: hash = (37 * hash) + AUX_THREAD_PROFILE_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getAuxThreadProfileRequest().hashCode(); break; case 504: hash = (37 * hash) + FULL_TRACE_REQUEST_FIELD_NUMBER; hash = (53 * hash) + getFullTraceRequest().hashCode(); break; case 0: default: } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.CentralRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.CentralRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); requestId_ = 0L; messageCase_ = 0; message_ = null; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CentralRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest(this); result.requestId_ = requestId_; if (messageCase_ == 100) { if (helloAckBuilder_ == null) { result.message_ = message_; } else { result.message_ = helloAckBuilder_.build(); } } if (messageCase_ == 200) { if (agentConfigUpdateRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = agentConfigUpdateRequestBuilder_.build(); } } if (messageCase_ == 300) { if (threadDumpRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = threadDumpRequestBuilder_.build(); } } if (messageCase_ == 308) { if (jstackRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = jstackRequestBuilder_.build(); } } if (messageCase_ == 301) { if (availableDiskSpaceRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = availableDiskSpaceRequestBuilder_.build(); } } if (messageCase_ == 302) { if (heapDumpRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = heapDumpRequestBuilder_.build(); } } if (messageCase_ == 309) { if (heapHistogramRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = heapHistogramRequestBuilder_.build(); } } if (messageCase_ == 311) { if (explicitGcDisabledRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = explicitGcDisabledRequestBuilder_.build(); } } if (messageCase_ == 303) { if (forceGcRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = forceGcRequestBuilder_.build(); } } if (messageCase_ == 304) { if (mbeanDumpRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = mbeanDumpRequestBuilder_.build(); } } if (messageCase_ == 305) { if (matchingMbeanObjectNamesRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = matchingMbeanObjectNamesRequestBuilder_.build(); } } if (messageCase_ == 306) { if (mbeanMetaRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = mbeanMetaRequestBuilder_.build(); } } if (messageCase_ == 310) { if (systemPropertiesRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = systemPropertiesRequestBuilder_.build(); } } if (messageCase_ == 307) { if (capabilitiesRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = capabilitiesRequestBuilder_.build(); } } if (messageCase_ == 400) { if (globalMetaRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = globalMetaRequestBuilder_.build(); } } if (messageCase_ == 401) { if (preloadClasspathCacheRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = preloadClasspathCacheRequestBuilder_.build(); } } if (messageCase_ == 402) { if (matchingClassNamesRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = matchingClassNamesRequestBuilder_.build(); } } if (messageCase_ == 403) { if (matchingMethodNamesRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = matchingMethodNamesRequestBuilder_.build(); } } if (messageCase_ == 404) { if (methodSignaturesRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = methodSignaturesRequestBuilder_.build(); } } if (messageCase_ == 405) { if (reweaveRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = reweaveRequestBuilder_.build(); } } if (messageCase_ == 500) { if (headerRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = headerRequestBuilder_.build(); } } if (messageCase_ == 501) { if (entriesRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = entriesRequestBuilder_.build(); } } if (messageCase_ == 505) { if (queriesRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = queriesRequestBuilder_.build(); } } if (messageCase_ == 502) { if (mainThreadProfileRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = mainThreadProfileRequestBuilder_.build(); } } if (messageCase_ == 503) { if (auxThreadProfileRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = auxThreadProfileRequestBuilder_.build(); } } if (messageCase_ == 504) { if (fullTraceRequestBuilder_ == null) { result.message_ = message_; } else { result.message_ = fullTraceRequestBuilder_.build(); } } result.messageCase_ = messageCase_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest.getDefaultInstance()) return this; if (other.getRequestId() != 0L) { setRequestId(other.getRequestId()); } switch (other.getMessageCase()) { case HELLO_ACK: { mergeHelloAck(other.getHelloAck()); break; } case AGENT_CONFIG_UPDATE_REQUEST: { mergeAgentConfigUpdateRequest(other.getAgentConfigUpdateRequest()); break; } case THREAD_DUMP_REQUEST: { mergeThreadDumpRequest(other.getThreadDumpRequest()); break; } case JSTACK_REQUEST: { mergeJstackRequest(other.getJstackRequest()); break; } case AVAILABLE_DISK_SPACE_REQUEST: { mergeAvailableDiskSpaceRequest(other.getAvailableDiskSpaceRequest()); break; } case HEAP_DUMP_REQUEST: { mergeHeapDumpRequest(other.getHeapDumpRequest()); break; } case HEAP_HISTOGRAM_REQUEST: { mergeHeapHistogramRequest(other.getHeapHistogramRequest()); break; } case EXPLICIT_GC_DISABLED_REQUEST: { mergeExplicitGcDisabledRequest(other.getExplicitGcDisabledRequest()); break; } case FORCE_GC_REQUEST: { mergeForceGcRequest(other.getForceGcRequest()); break; } case MBEAN_DUMP_REQUEST: { mergeMbeanDumpRequest(other.getMbeanDumpRequest()); break; } case MATCHING_MBEAN_OBJECT_NAMES_REQUEST: { mergeMatchingMbeanObjectNamesRequest(other.getMatchingMbeanObjectNamesRequest()); break; } case MBEAN_META_REQUEST: { mergeMbeanMetaRequest(other.getMbeanMetaRequest()); break; } case SYSTEM_PROPERTIES_REQUEST: { mergeSystemPropertiesRequest(other.getSystemPropertiesRequest()); break; } case CAPABILITIES_REQUEST: { mergeCapabilitiesRequest(other.getCapabilitiesRequest()); break; } case GLOBAL_META_REQUEST: { mergeGlobalMetaRequest(other.getGlobalMetaRequest()); break; } case PRELOAD_CLASSPATH_CACHE_REQUEST: { mergePreloadClasspathCacheRequest(other.getPreloadClasspathCacheRequest()); break; } case MATCHING_CLASS_NAMES_REQUEST: { mergeMatchingClassNamesRequest(other.getMatchingClassNamesRequest()); break; } case MATCHING_METHOD_NAMES_REQUEST: { mergeMatchingMethodNamesRequest(other.getMatchingMethodNamesRequest()); break; } case METHOD_SIGNATURES_REQUEST: { mergeMethodSignaturesRequest(other.getMethodSignaturesRequest()); break; } case REWEAVE_REQUEST: { mergeReweaveRequest(other.getReweaveRequest()); break; } case HEADER_REQUEST: { mergeHeaderRequest(other.getHeaderRequest()); break; } case ENTRIES_REQUEST: { mergeEntriesRequest(other.getEntriesRequest()); break; } case QUERIES_REQUEST: { mergeQueriesRequest(other.getQueriesRequest()); break; } case MAIN_THREAD_PROFILE_REQUEST: { mergeMainThreadProfileRequest(other.getMainThreadProfileRequest()); break; } case AUX_THREAD_PROFILE_REQUEST: { mergeAuxThreadProfileRequest(other.getAuxThreadProfileRequest()); break; } case FULL_TRACE_REQUEST: { mergeFullTraceRequest(other.getFullTraceRequest()); break; } case MESSAGE_NOT_SET: { break; } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int messageCase_ = 0; private java.lang.Object message_; public MessageCase getMessageCase() { return MessageCase.forNumber( messageCase_); } public Builder clearMessage() { messageCase_ = 0; message_ = null; onChanged(); return this; } private long requestId_ ; /** * int64 request_id = 1; */ public long getRequestId() { return requestId_; } /** * int64 request_id = 1; */ public Builder setRequestId(long value) { requestId_ = value; onChanged(); return this; } /** * int64 request_id = 1; */ public Builder clearRequestId() { requestId_ = 0L; onChanged(); return this; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder> helloAckBuilder_; /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public boolean hasHelloAck() { return messageCase_ == 100; } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getHelloAck() { if (helloAckBuilder_ == null) { if (messageCase_ == 100) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance(); } else { if (messageCase_ == 100) { return helloAckBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public Builder setHelloAck(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck value) { if (helloAckBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { helloAckBuilder_.setMessage(value); } messageCase_ = 100; return this; } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public Builder setHelloAck( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder builderForValue) { if (helloAckBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { helloAckBuilder_.setMessage(builderForValue.build()); } messageCase_ = 100; return this; } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public Builder mergeHelloAck(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck value) { if (helloAckBuilder_ == null) { if (messageCase_ == 100 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 100) { helloAckBuilder_.mergeFrom(value); } helloAckBuilder_.setMessage(value); } messageCase_ = 100; return this; } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public Builder clearHelloAck() { if (helloAckBuilder_ == null) { if (messageCase_ == 100) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 100) { messageCase_ = 0; message_ = null; } helloAckBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder getHelloAckBuilder() { return getHelloAckFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder getHelloAckOrBuilder() { if ((messageCase_ == 100) && (helloAckBuilder_ != null)) { return helloAckBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 100) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HelloAck hello_ack = 100; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder> getHelloAckFieldBuilder() { if (helloAckBuilder_ == null) { if (!(messageCase_ == 100)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance(); } helloAckBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 100; onChanged();; return helloAckBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder> agentConfigUpdateRequestBuilder_; /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public boolean hasAgentConfigUpdateRequest() { return messageCase_ == 200; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getAgentConfigUpdateRequest() { if (agentConfigUpdateRequestBuilder_ == null) { if (messageCase_ == 200) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance(); } else { if (messageCase_ == 200) { return agentConfigUpdateRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public Builder setAgentConfigUpdateRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest value) { if (agentConfigUpdateRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { agentConfigUpdateRequestBuilder_.setMessage(value); } messageCase_ = 200; return this; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public Builder setAgentConfigUpdateRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder builderForValue) { if (agentConfigUpdateRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { agentConfigUpdateRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 200; return this; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public Builder mergeAgentConfigUpdateRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest value) { if (agentConfigUpdateRequestBuilder_ == null) { if (messageCase_ == 200 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 200) { agentConfigUpdateRequestBuilder_.mergeFrom(value); } agentConfigUpdateRequestBuilder_.setMessage(value); } messageCase_ = 200; return this; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public Builder clearAgentConfigUpdateRequest() { if (agentConfigUpdateRequestBuilder_ == null) { if (messageCase_ == 200) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 200) { messageCase_ = 0; message_ = null; } agentConfigUpdateRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder getAgentConfigUpdateRequestBuilder() { return getAgentConfigUpdateRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder getAgentConfigUpdateRequestOrBuilder() { if ((messageCase_ == 200) && (agentConfigUpdateRequestBuilder_ != null)) { return agentConfigUpdateRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 200) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AgentConfigUpdateRequest agent_config_update_request = 200; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder> getAgentConfigUpdateRequestFieldBuilder() { if (agentConfigUpdateRequestBuilder_ == null) { if (!(messageCase_ == 200)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance(); } agentConfigUpdateRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 200; onChanged();; return agentConfigUpdateRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder> threadDumpRequestBuilder_; /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public boolean hasThreadDumpRequest() { return messageCase_ == 300; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getThreadDumpRequest() { if (threadDumpRequestBuilder_ == null) { if (messageCase_ == 300) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance(); } else { if (messageCase_ == 300) { return threadDumpRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance(); } } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public Builder setThreadDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest value) { if (threadDumpRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { threadDumpRequestBuilder_.setMessage(value); } messageCase_ = 300; return this; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public Builder setThreadDumpRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder builderForValue) { if (threadDumpRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { threadDumpRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 300; return this; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public Builder mergeThreadDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest value) { if (threadDumpRequestBuilder_ == null) { if (messageCase_ == 300 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 300) { threadDumpRequestBuilder_.mergeFrom(value); } threadDumpRequestBuilder_.setMessage(value); } messageCase_ = 300; return this; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public Builder clearThreadDumpRequest() { if (threadDumpRequestBuilder_ == null) { if (messageCase_ == 300) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 300) { messageCase_ = 0; message_ = null; } threadDumpRequestBuilder_.clear(); } return this; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder getThreadDumpRequestBuilder() { return getThreadDumpRequestFieldBuilder().getBuilder(); } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder getThreadDumpRequestOrBuilder() { if ((messageCase_ == 300) && (threadDumpRequestBuilder_ != null)) { return threadDumpRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 300) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance(); } } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpRequest thread_dump_request = 300; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder> getThreadDumpRequestFieldBuilder() { if (threadDumpRequestBuilder_ == null) { if (!(messageCase_ == 300)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance(); } threadDumpRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 300; onChanged();; return threadDumpRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder> jstackRequestBuilder_; /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public boolean hasJstackRequest() { return messageCase_ == 308; } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getJstackRequest() { if (jstackRequestBuilder_ == null) { if (messageCase_ == 308) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance(); } else { if (messageCase_ == 308) { return jstackRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public Builder setJstackRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest value) { if (jstackRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { jstackRequestBuilder_.setMessage(value); } messageCase_ = 308; return this; } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public Builder setJstackRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder builderForValue) { if (jstackRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { jstackRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 308; return this; } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public Builder mergeJstackRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest value) { if (jstackRequestBuilder_ == null) { if (messageCase_ == 308 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 308) { jstackRequestBuilder_.mergeFrom(value); } jstackRequestBuilder_.setMessage(value); } messageCase_ = 308; return this; } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public Builder clearJstackRequest() { if (jstackRequestBuilder_ == null) { if (messageCase_ == 308) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 308) { messageCase_ = 0; message_ = null; } jstackRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder getJstackRequestBuilder() { return getJstackRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder getJstackRequestOrBuilder() { if ((messageCase_ == 308) && (jstackRequestBuilder_ != null)) { return jstackRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 308) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.JstackRequest jstack_request = 308; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder> getJstackRequestFieldBuilder() { if (jstackRequestBuilder_ == null) { if (!(messageCase_ == 308)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance(); } jstackRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 308; onChanged();; return jstackRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder> availableDiskSpaceRequestBuilder_; /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public boolean hasAvailableDiskSpaceRequest() { return messageCase_ == 301; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getAvailableDiskSpaceRequest() { if (availableDiskSpaceRequestBuilder_ == null) { if (messageCase_ == 301) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance(); } else { if (messageCase_ == 301) { return availableDiskSpaceRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public Builder setAvailableDiskSpaceRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest value) { if (availableDiskSpaceRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { availableDiskSpaceRequestBuilder_.setMessage(value); } messageCase_ = 301; return this; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public Builder setAvailableDiskSpaceRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder builderForValue) { if (availableDiskSpaceRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { availableDiskSpaceRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 301; return this; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public Builder mergeAvailableDiskSpaceRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest value) { if (availableDiskSpaceRequestBuilder_ == null) { if (messageCase_ == 301 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 301) { availableDiskSpaceRequestBuilder_.mergeFrom(value); } availableDiskSpaceRequestBuilder_.setMessage(value); } messageCase_ = 301; return this; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public Builder clearAvailableDiskSpaceRequest() { if (availableDiskSpaceRequestBuilder_ == null) { if (messageCase_ == 301) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 301) { messageCase_ = 0; message_ = null; } availableDiskSpaceRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder getAvailableDiskSpaceRequestBuilder() { return getAvailableDiskSpaceRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder getAvailableDiskSpaceRequestOrBuilder() { if ((messageCase_ == 301) && (availableDiskSpaceRequestBuilder_ != null)) { return availableDiskSpaceRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 301) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceRequest available_disk_space_request = 301; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder> getAvailableDiskSpaceRequestFieldBuilder() { if (availableDiskSpaceRequestBuilder_ == null) { if (!(messageCase_ == 301)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance(); } availableDiskSpaceRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 301; onChanged();; return availableDiskSpaceRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder> heapDumpRequestBuilder_; /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public boolean hasHeapDumpRequest() { return messageCase_ == 302; } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getHeapDumpRequest() { if (heapDumpRequestBuilder_ == null) { if (messageCase_ == 302) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance(); } else { if (messageCase_ == 302) { return heapDumpRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public Builder setHeapDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest value) { if (heapDumpRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { heapDumpRequestBuilder_.setMessage(value); } messageCase_ = 302; return this; } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public Builder setHeapDumpRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder builderForValue) { if (heapDumpRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { heapDumpRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 302; return this; } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public Builder mergeHeapDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest value) { if (heapDumpRequestBuilder_ == null) { if (messageCase_ == 302 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 302) { heapDumpRequestBuilder_.mergeFrom(value); } heapDumpRequestBuilder_.setMessage(value); } messageCase_ = 302; return this; } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public Builder clearHeapDumpRequest() { if (heapDumpRequestBuilder_ == null) { if (messageCase_ == 302) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 302) { messageCase_ = 0; message_ = null; } heapDumpRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder getHeapDumpRequestBuilder() { return getHeapDumpRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder getHeapDumpRequestOrBuilder() { if ((messageCase_ == 302) && (heapDumpRequestBuilder_ != null)) { return heapDumpRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 302) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HeapDumpRequest heap_dump_request = 302; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder> getHeapDumpRequestFieldBuilder() { if (heapDumpRequestBuilder_ == null) { if (!(messageCase_ == 302)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance(); } heapDumpRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 302; onChanged();; return heapDumpRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder> heapHistogramRequestBuilder_; /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public boolean hasHeapHistogramRequest() { return messageCase_ == 309; } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getHeapHistogramRequest() { if (heapHistogramRequestBuilder_ == null) { if (messageCase_ == 309) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance(); } else { if (messageCase_ == 309) { return heapHistogramRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public Builder setHeapHistogramRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest value) { if (heapHistogramRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { heapHistogramRequestBuilder_.setMessage(value); } messageCase_ = 309; return this; } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public Builder setHeapHistogramRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder builderForValue) { if (heapHistogramRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { heapHistogramRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 309; return this; } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public Builder mergeHeapHistogramRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest value) { if (heapHistogramRequestBuilder_ == null) { if (messageCase_ == 309 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 309) { heapHistogramRequestBuilder_.mergeFrom(value); } heapHistogramRequestBuilder_.setMessage(value); } messageCase_ = 309; return this; } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public Builder clearHeapHistogramRequest() { if (heapHistogramRequestBuilder_ == null) { if (messageCase_ == 309) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 309) { messageCase_ = 0; message_ = null; } heapHistogramRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder getHeapHistogramRequestBuilder() { return getHeapHistogramRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder getHeapHistogramRequestOrBuilder() { if ((messageCase_ == 309) && (heapHistogramRequestBuilder_ != null)) { return heapHistogramRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 309) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HeapHistogramRequest heap_histogram_request = 309; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder> getHeapHistogramRequestFieldBuilder() { if (heapHistogramRequestBuilder_ == null) { if (!(messageCase_ == 309)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance(); } heapHistogramRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 309; onChanged();; return heapHistogramRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder> explicitGcDisabledRequestBuilder_; /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public boolean hasExplicitGcDisabledRequest() { return messageCase_ == 311; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getExplicitGcDisabledRequest() { if (explicitGcDisabledRequestBuilder_ == null) { if (messageCase_ == 311) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance(); } else { if (messageCase_ == 311) { return explicitGcDisabledRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public Builder setExplicitGcDisabledRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest value) { if (explicitGcDisabledRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { explicitGcDisabledRequestBuilder_.setMessage(value); } messageCase_ = 311; return this; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public Builder setExplicitGcDisabledRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder builderForValue) { if (explicitGcDisabledRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { explicitGcDisabledRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 311; return this; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public Builder mergeExplicitGcDisabledRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest value) { if (explicitGcDisabledRequestBuilder_ == null) { if (messageCase_ == 311 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 311) { explicitGcDisabledRequestBuilder_.mergeFrom(value); } explicitGcDisabledRequestBuilder_.setMessage(value); } messageCase_ = 311; return this; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public Builder clearExplicitGcDisabledRequest() { if (explicitGcDisabledRequestBuilder_ == null) { if (messageCase_ == 311) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 311) { messageCase_ = 0; message_ = null; } explicitGcDisabledRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder getExplicitGcDisabledRequestBuilder() { return getExplicitGcDisabledRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder getExplicitGcDisabledRequestOrBuilder() { if ((messageCase_ == 311) && (explicitGcDisabledRequestBuilder_ != null)) { return explicitGcDisabledRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 311) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledRequest explicit_gc_disabled_request = 311; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder> getExplicitGcDisabledRequestFieldBuilder() { if (explicitGcDisabledRequestBuilder_ == null) { if (!(messageCase_ == 311)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance(); } explicitGcDisabledRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 311; onChanged();; return explicitGcDisabledRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder> forceGcRequestBuilder_; /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public boolean hasForceGcRequest() { return messageCase_ == 303; } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getForceGcRequest() { if (forceGcRequestBuilder_ == null) { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance(); } else { if (messageCase_ == 303) { return forceGcRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public Builder setForceGcRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest value) { if (forceGcRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { forceGcRequestBuilder_.setMessage(value); } messageCase_ = 303; return this; } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public Builder setForceGcRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder builderForValue) { if (forceGcRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { forceGcRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 303; return this; } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public Builder mergeForceGcRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest value) { if (forceGcRequestBuilder_ == null) { if (messageCase_ == 303 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 303) { forceGcRequestBuilder_.mergeFrom(value); } forceGcRequestBuilder_.setMessage(value); } messageCase_ = 303; return this; } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public Builder clearForceGcRequest() { if (forceGcRequestBuilder_ == null) { if (messageCase_ == 303) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 303) { messageCase_ = 0; message_ = null; } forceGcRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder getForceGcRequestBuilder() { return getForceGcRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder getForceGcRequestOrBuilder() { if ((messageCase_ == 303) && (forceGcRequestBuilder_ != null)) { return forceGcRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ForceGcRequest force_gc_request = 303; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder> getForceGcRequestFieldBuilder() { if (forceGcRequestBuilder_ == null) { if (!(messageCase_ == 303)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance(); } forceGcRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 303; onChanged();; return forceGcRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder> mbeanDumpRequestBuilder_; /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public boolean hasMbeanDumpRequest() { return messageCase_ == 304; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getMbeanDumpRequest() { if (mbeanDumpRequestBuilder_ == null) { if (messageCase_ == 304) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance(); } else { if (messageCase_ == 304) { return mbeanDumpRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public Builder setMbeanDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest value) { if (mbeanDumpRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { mbeanDumpRequestBuilder_.setMessage(value); } messageCase_ = 304; return this; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public Builder setMbeanDumpRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder builderForValue) { if (mbeanDumpRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { mbeanDumpRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 304; return this; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public Builder mergeMbeanDumpRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest value) { if (mbeanDumpRequestBuilder_ == null) { if (messageCase_ == 304 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 304) { mbeanDumpRequestBuilder_.mergeFrom(value); } mbeanDumpRequestBuilder_.setMessage(value); } messageCase_ = 304; return this; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public Builder clearMbeanDumpRequest() { if (mbeanDumpRequestBuilder_ == null) { if (messageCase_ == 304) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 304) { messageCase_ = 0; message_ = null; } mbeanDumpRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder getMbeanDumpRequestBuilder() { return getMbeanDumpRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder getMbeanDumpRequestOrBuilder() { if ((messageCase_ == 304) && (mbeanDumpRequestBuilder_ != null)) { return mbeanDumpRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 304) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MBeanDumpRequest mbean_dump_request = 304; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder> getMbeanDumpRequestFieldBuilder() { if (mbeanDumpRequestBuilder_ == null) { if (!(messageCase_ == 304)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance(); } mbeanDumpRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 304; onChanged();; return mbeanDumpRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder> matchingMbeanObjectNamesRequestBuilder_; /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public boolean hasMatchingMbeanObjectNamesRequest() { return messageCase_ == 305; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getMatchingMbeanObjectNamesRequest() { if (matchingMbeanObjectNamesRequestBuilder_ == null) { if (messageCase_ == 305) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance(); } else { if (messageCase_ == 305) { return matchingMbeanObjectNamesRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public Builder setMatchingMbeanObjectNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest value) { if (matchingMbeanObjectNamesRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { matchingMbeanObjectNamesRequestBuilder_.setMessage(value); } messageCase_ = 305; return this; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public Builder setMatchingMbeanObjectNamesRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder builderForValue) { if (matchingMbeanObjectNamesRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { matchingMbeanObjectNamesRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 305; return this; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public Builder mergeMatchingMbeanObjectNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest value) { if (matchingMbeanObjectNamesRequestBuilder_ == null) { if (messageCase_ == 305 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 305) { matchingMbeanObjectNamesRequestBuilder_.mergeFrom(value); } matchingMbeanObjectNamesRequestBuilder_.setMessage(value); } messageCase_ = 305; return this; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public Builder clearMatchingMbeanObjectNamesRequest() { if (matchingMbeanObjectNamesRequestBuilder_ == null) { if (messageCase_ == 305) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 305) { messageCase_ = 0; message_ = null; } matchingMbeanObjectNamesRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder getMatchingMbeanObjectNamesRequestBuilder() { return getMatchingMbeanObjectNamesRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder getMatchingMbeanObjectNamesRequestOrBuilder() { if ((messageCase_ == 305) && (matchingMbeanObjectNamesRequestBuilder_ != null)) { return matchingMbeanObjectNamesRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 305) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest matching_mbean_object_names_request = 305; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder> getMatchingMbeanObjectNamesRequestFieldBuilder() { if (matchingMbeanObjectNamesRequestBuilder_ == null) { if (!(messageCase_ == 305)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance(); } matchingMbeanObjectNamesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 305; onChanged();; return matchingMbeanObjectNamesRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder> mbeanMetaRequestBuilder_; /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public boolean hasMbeanMetaRequest() { return messageCase_ == 306; } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getMbeanMetaRequest() { if (mbeanMetaRequestBuilder_ == null) { if (messageCase_ == 306) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance(); } else { if (messageCase_ == 306) { return mbeanMetaRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public Builder setMbeanMetaRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest value) { if (mbeanMetaRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { mbeanMetaRequestBuilder_.setMessage(value); } messageCase_ = 306; return this; } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public Builder setMbeanMetaRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder builderForValue) { if (mbeanMetaRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { mbeanMetaRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 306; return this; } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public Builder mergeMbeanMetaRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest value) { if (mbeanMetaRequestBuilder_ == null) { if (messageCase_ == 306 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 306) { mbeanMetaRequestBuilder_.mergeFrom(value); } mbeanMetaRequestBuilder_.setMessage(value); } messageCase_ = 306; return this; } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public Builder clearMbeanMetaRequest() { if (mbeanMetaRequestBuilder_ == null) { if (messageCase_ == 306) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 306) { messageCase_ = 0; message_ = null; } mbeanMetaRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder getMbeanMetaRequestBuilder() { return getMbeanMetaRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder getMbeanMetaRequestOrBuilder() { if ((messageCase_ == 306) && (mbeanMetaRequestBuilder_ != null)) { return mbeanMetaRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 306) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MBeanMetaRequest mbean_meta_request = 306; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder> getMbeanMetaRequestFieldBuilder() { if (mbeanMetaRequestBuilder_ == null) { if (!(messageCase_ == 306)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance(); } mbeanMetaRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 306; onChanged();; return mbeanMetaRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder> systemPropertiesRequestBuilder_; /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public boolean hasSystemPropertiesRequest() { return messageCase_ == 310; } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getSystemPropertiesRequest() { if (systemPropertiesRequestBuilder_ == null) { if (messageCase_ == 310) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance(); } else { if (messageCase_ == 310) { return systemPropertiesRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public Builder setSystemPropertiesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest value) { if (systemPropertiesRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { systemPropertiesRequestBuilder_.setMessage(value); } messageCase_ = 310; return this; } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public Builder setSystemPropertiesRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder builderForValue) { if (systemPropertiesRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { systemPropertiesRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 310; return this; } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public Builder mergeSystemPropertiesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest value) { if (systemPropertiesRequestBuilder_ == null) { if (messageCase_ == 310 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 310) { systemPropertiesRequestBuilder_.mergeFrom(value); } systemPropertiesRequestBuilder_.setMessage(value); } messageCase_ = 310; return this; } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public Builder clearSystemPropertiesRequest() { if (systemPropertiesRequestBuilder_ == null) { if (messageCase_ == 310) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 310) { messageCase_ = 0; message_ = null; } systemPropertiesRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder getSystemPropertiesRequestBuilder() { return getSystemPropertiesRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder getSystemPropertiesRequestOrBuilder() { if ((messageCase_ == 310) && (systemPropertiesRequestBuilder_ != null)) { return systemPropertiesRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 310) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.SystemPropertiesRequest system_properties_request = 310; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder> getSystemPropertiesRequestFieldBuilder() { if (systemPropertiesRequestBuilder_ == null) { if (!(messageCase_ == 310)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance(); } systemPropertiesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 310; onChanged();; return systemPropertiesRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder> capabilitiesRequestBuilder_; /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public boolean hasCapabilitiesRequest() { return messageCase_ == 307; } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getCapabilitiesRequest() { if (capabilitiesRequestBuilder_ == null) { if (messageCase_ == 307) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance(); } else { if (messageCase_ == 307) { return capabilitiesRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public Builder setCapabilitiesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest value) { if (capabilitiesRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { capabilitiesRequestBuilder_.setMessage(value); } messageCase_ = 307; return this; } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public Builder setCapabilitiesRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder builderForValue) { if (capabilitiesRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { capabilitiesRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 307; return this; } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public Builder mergeCapabilitiesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest value) { if (capabilitiesRequestBuilder_ == null) { if (messageCase_ == 307 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 307) { capabilitiesRequestBuilder_.mergeFrom(value); } capabilitiesRequestBuilder_.setMessage(value); } messageCase_ = 307; return this; } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public Builder clearCapabilitiesRequest() { if (capabilitiesRequestBuilder_ == null) { if (messageCase_ == 307) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 307) { messageCase_ = 0; message_ = null; } capabilitiesRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder getCapabilitiesRequestBuilder() { return getCapabilitiesRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder getCapabilitiesRequestOrBuilder() { if ((messageCase_ == 307) && (capabilitiesRequestBuilder_ != null)) { return capabilitiesRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 307) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.CapabilitiesRequest capabilities_request = 307; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder> getCapabilitiesRequestFieldBuilder() { if (capabilitiesRequestBuilder_ == null) { if (!(messageCase_ == 307)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance(); } capabilitiesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 307; onChanged();; return capabilitiesRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder> globalMetaRequestBuilder_; /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public boolean hasGlobalMetaRequest() { return messageCase_ == 400; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getGlobalMetaRequest() { if (globalMetaRequestBuilder_ == null) { if (messageCase_ == 400) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance(); } else { if (messageCase_ == 400) { return globalMetaRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance(); } } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public Builder setGlobalMetaRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest value) { if (globalMetaRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { globalMetaRequestBuilder_.setMessage(value); } messageCase_ = 400; return this; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public Builder setGlobalMetaRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder builderForValue) { if (globalMetaRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { globalMetaRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 400; return this; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public Builder mergeGlobalMetaRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest value) { if (globalMetaRequestBuilder_ == null) { if (messageCase_ == 400 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 400) { globalMetaRequestBuilder_.mergeFrom(value); } globalMetaRequestBuilder_.setMessage(value); } messageCase_ = 400; return this; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public Builder clearGlobalMetaRequest() { if (globalMetaRequestBuilder_ == null) { if (messageCase_ == 400) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 400) { messageCase_ = 0; message_ = null; } globalMetaRequestBuilder_.clear(); } return this; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder getGlobalMetaRequestBuilder() { return getGlobalMetaRequestFieldBuilder().getBuilder(); } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder getGlobalMetaRequestOrBuilder() { if ((messageCase_ == 400) && (globalMetaRequestBuilder_ != null)) { return globalMetaRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 400) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance(); } } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaRequest global_meta_request = 400; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder> getGlobalMetaRequestFieldBuilder() { if (globalMetaRequestBuilder_ == null) { if (!(messageCase_ == 400)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance(); } globalMetaRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 400; onChanged();; return globalMetaRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder> preloadClasspathCacheRequestBuilder_; /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public boolean hasPreloadClasspathCacheRequest() { return messageCase_ == 401; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getPreloadClasspathCacheRequest() { if (preloadClasspathCacheRequestBuilder_ == null) { if (messageCase_ == 401) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance(); } else { if (messageCase_ == 401) { return preloadClasspathCacheRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public Builder setPreloadClasspathCacheRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest value) { if (preloadClasspathCacheRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { preloadClasspathCacheRequestBuilder_.setMessage(value); } messageCase_ = 401; return this; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public Builder setPreloadClasspathCacheRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder builderForValue) { if (preloadClasspathCacheRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { preloadClasspathCacheRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 401; return this; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public Builder mergePreloadClasspathCacheRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest value) { if (preloadClasspathCacheRequestBuilder_ == null) { if (messageCase_ == 401 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 401) { preloadClasspathCacheRequestBuilder_.mergeFrom(value); } preloadClasspathCacheRequestBuilder_.setMessage(value); } messageCase_ = 401; return this; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public Builder clearPreloadClasspathCacheRequest() { if (preloadClasspathCacheRequestBuilder_ == null) { if (messageCase_ == 401) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 401) { messageCase_ = 0; message_ = null; } preloadClasspathCacheRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder getPreloadClasspathCacheRequestBuilder() { return getPreloadClasspathCacheRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder getPreloadClasspathCacheRequestOrBuilder() { if ((messageCase_ == 401) && (preloadClasspathCacheRequestBuilder_ != null)) { return preloadClasspathCacheRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 401) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheRequest preload_classpath_cache_request = 401; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder> getPreloadClasspathCacheRequestFieldBuilder() { if (preloadClasspathCacheRequestBuilder_ == null) { if (!(messageCase_ == 401)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance(); } preloadClasspathCacheRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 401; onChanged();; return preloadClasspathCacheRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder> matchingClassNamesRequestBuilder_; /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public boolean hasMatchingClassNamesRequest() { return messageCase_ == 402; } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getMatchingClassNamesRequest() { if (matchingClassNamesRequestBuilder_ == null) { if (messageCase_ == 402) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance(); } else { if (messageCase_ == 402) { return matchingClassNamesRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public Builder setMatchingClassNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest value) { if (matchingClassNamesRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { matchingClassNamesRequestBuilder_.setMessage(value); } messageCase_ = 402; return this; } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public Builder setMatchingClassNamesRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder builderForValue) { if (matchingClassNamesRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { matchingClassNamesRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 402; return this; } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public Builder mergeMatchingClassNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest value) { if (matchingClassNamesRequestBuilder_ == null) { if (messageCase_ == 402 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 402) { matchingClassNamesRequestBuilder_.mergeFrom(value); } matchingClassNamesRequestBuilder_.setMessage(value); } messageCase_ = 402; return this; } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public Builder clearMatchingClassNamesRequest() { if (matchingClassNamesRequestBuilder_ == null) { if (messageCase_ == 402) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 402) { messageCase_ = 0; message_ = null; } matchingClassNamesRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder getMatchingClassNamesRequestBuilder() { return getMatchingClassNamesRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder getMatchingClassNamesRequestOrBuilder() { if ((messageCase_ == 402) && (matchingClassNamesRequestBuilder_ != null)) { return matchingClassNamesRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 402) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingClassNamesRequest matching_class_names_request = 402; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder> getMatchingClassNamesRequestFieldBuilder() { if (matchingClassNamesRequestBuilder_ == null) { if (!(messageCase_ == 402)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance(); } matchingClassNamesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 402; onChanged();; return matchingClassNamesRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder> matchingMethodNamesRequestBuilder_; /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public boolean hasMatchingMethodNamesRequest() { return messageCase_ == 403; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getMatchingMethodNamesRequest() { if (matchingMethodNamesRequestBuilder_ == null) { if (messageCase_ == 403) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance(); } else { if (messageCase_ == 403) { return matchingMethodNamesRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public Builder setMatchingMethodNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest value) { if (matchingMethodNamesRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { matchingMethodNamesRequestBuilder_.setMessage(value); } messageCase_ = 403; return this; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public Builder setMatchingMethodNamesRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder builderForValue) { if (matchingMethodNamesRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { matchingMethodNamesRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 403; return this; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public Builder mergeMatchingMethodNamesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest value) { if (matchingMethodNamesRequestBuilder_ == null) { if (messageCase_ == 403 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 403) { matchingMethodNamesRequestBuilder_.mergeFrom(value); } matchingMethodNamesRequestBuilder_.setMessage(value); } messageCase_ = 403; return this; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public Builder clearMatchingMethodNamesRequest() { if (matchingMethodNamesRequestBuilder_ == null) { if (messageCase_ == 403) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 403) { messageCase_ = 0; message_ = null; } matchingMethodNamesRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder getMatchingMethodNamesRequestBuilder() { return getMatchingMethodNamesRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder getMatchingMethodNamesRequestOrBuilder() { if ((messageCase_ == 403) && (matchingMethodNamesRequestBuilder_ != null)) { return matchingMethodNamesRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 403) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingMethodNamesRequest matching_method_names_request = 403; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder> getMatchingMethodNamesRequestFieldBuilder() { if (matchingMethodNamesRequestBuilder_ == null) { if (!(messageCase_ == 403)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance(); } matchingMethodNamesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 403; onChanged();; return matchingMethodNamesRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder> methodSignaturesRequestBuilder_; /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public boolean hasMethodSignaturesRequest() { return messageCase_ == 404; } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getMethodSignaturesRequest() { if (methodSignaturesRequestBuilder_ == null) { if (messageCase_ == 404) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance(); } else { if (messageCase_ == 404) { return methodSignaturesRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public Builder setMethodSignaturesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest value) { if (methodSignaturesRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { methodSignaturesRequestBuilder_.setMessage(value); } messageCase_ = 404; return this; } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public Builder setMethodSignaturesRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder builderForValue) { if (methodSignaturesRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { methodSignaturesRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 404; return this; } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public Builder mergeMethodSignaturesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest value) { if (methodSignaturesRequestBuilder_ == null) { if (messageCase_ == 404 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 404) { methodSignaturesRequestBuilder_.mergeFrom(value); } methodSignaturesRequestBuilder_.setMessage(value); } messageCase_ = 404; return this; } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public Builder clearMethodSignaturesRequest() { if (methodSignaturesRequestBuilder_ == null) { if (messageCase_ == 404) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 404) { messageCase_ = 0; message_ = null; } methodSignaturesRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder getMethodSignaturesRequestBuilder() { return getMethodSignaturesRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder getMethodSignaturesRequestOrBuilder() { if ((messageCase_ == 404) && (methodSignaturesRequestBuilder_ != null)) { return methodSignaturesRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 404) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MethodSignaturesRequest method_signatures_request = 404; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder> getMethodSignaturesRequestFieldBuilder() { if (methodSignaturesRequestBuilder_ == null) { if (!(messageCase_ == 404)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance(); } methodSignaturesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 404; onChanged();; return methodSignaturesRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder> reweaveRequestBuilder_; /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public boolean hasReweaveRequest() { return messageCase_ == 405; } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getReweaveRequest() { if (reweaveRequestBuilder_ == null) { if (messageCase_ == 405) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance(); } else { if (messageCase_ == 405) { return reweaveRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public Builder setReweaveRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest value) { if (reweaveRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { reweaveRequestBuilder_.setMessage(value); } messageCase_ = 405; return this; } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public Builder setReweaveRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder builderForValue) { if (reweaveRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { reweaveRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 405; return this; } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public Builder mergeReweaveRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest value) { if (reweaveRequestBuilder_ == null) { if (messageCase_ == 405 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 405) { reweaveRequestBuilder_.mergeFrom(value); } reweaveRequestBuilder_.setMessage(value); } messageCase_ = 405; return this; } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public Builder clearReweaveRequest() { if (reweaveRequestBuilder_ == null) { if (messageCase_ == 405) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 405) { messageCase_ = 0; message_ = null; } reweaveRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder getReweaveRequestBuilder() { return getReweaveRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder getReweaveRequestOrBuilder() { if ((messageCase_ == 405) && (reweaveRequestBuilder_ != null)) { return reweaveRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 405) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ReweaveRequest reweave_request = 405; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder> getReweaveRequestFieldBuilder() { if (reweaveRequestBuilder_ == null) { if (!(messageCase_ == 405)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance(); } reweaveRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 405; onChanged();; return reweaveRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder> headerRequestBuilder_; /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public boolean hasHeaderRequest() { return messageCase_ == 500; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getHeaderRequest() { if (headerRequestBuilder_ == null) { if (messageCase_ == 500) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance(); } else { if (messageCase_ == 500) { return headerRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance(); } } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public Builder setHeaderRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest value) { if (headerRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { headerRequestBuilder_.setMessage(value); } messageCase_ = 500; return this; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public Builder setHeaderRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder builderForValue) { if (headerRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { headerRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 500; return this; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public Builder mergeHeaderRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest value) { if (headerRequestBuilder_ == null) { if (messageCase_ == 500 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 500) { headerRequestBuilder_.mergeFrom(value); } headerRequestBuilder_.setMessage(value); } messageCase_ = 500; return this; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public Builder clearHeaderRequest() { if (headerRequestBuilder_ == null) { if (messageCase_ == 500) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 500) { messageCase_ = 0; message_ = null; } headerRequestBuilder_.clear(); } return this; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder getHeaderRequestBuilder() { return getHeaderRequestFieldBuilder().getBuilder(); } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder getHeaderRequestOrBuilder() { if ((messageCase_ == 500) && (headerRequestBuilder_ != null)) { return headerRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 500) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance(); } } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderRequest header_request = 500; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder> getHeaderRequestFieldBuilder() { if (headerRequestBuilder_ == null) { if (!(messageCase_ == 500)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance(); } headerRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 500; onChanged();; return headerRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder> entriesRequestBuilder_; /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public boolean hasEntriesRequest() { return messageCase_ == 501; } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getEntriesRequest() { if (entriesRequestBuilder_ == null) { if (messageCase_ == 501) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance(); } else { if (messageCase_ == 501) { return entriesRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public Builder setEntriesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest value) { if (entriesRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { entriesRequestBuilder_.setMessage(value); } messageCase_ = 501; return this; } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public Builder setEntriesRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder builderForValue) { if (entriesRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { entriesRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 501; return this; } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public Builder mergeEntriesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest value) { if (entriesRequestBuilder_ == null) { if (messageCase_ == 501 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 501) { entriesRequestBuilder_.mergeFrom(value); } entriesRequestBuilder_.setMessage(value); } messageCase_ = 501; return this; } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public Builder clearEntriesRequest() { if (entriesRequestBuilder_ == null) { if (messageCase_ == 501) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 501) { messageCase_ = 0; message_ = null; } entriesRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder getEntriesRequestBuilder() { return getEntriesRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder getEntriesRequestOrBuilder() { if ((messageCase_ == 501) && (entriesRequestBuilder_ != null)) { return entriesRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 501) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.EntriesRequest entries_request = 501; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder> getEntriesRequestFieldBuilder() { if (entriesRequestBuilder_ == null) { if (!(messageCase_ == 501)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.getDefaultInstance(); } entriesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 501; onChanged();; return entriesRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder> queriesRequestBuilder_; /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public boolean hasQueriesRequest() { return messageCase_ == 505; } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest getQueriesRequest() { if (queriesRequestBuilder_ == null) { if (messageCase_ == 505) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance(); } else { if (messageCase_ == 505) { return queriesRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public Builder setQueriesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest value) { if (queriesRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { queriesRequestBuilder_.setMessage(value); } messageCase_ = 505; return this; } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public Builder setQueriesRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder builderForValue) { if (queriesRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { queriesRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 505; return this; } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public Builder mergeQueriesRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest value) { if (queriesRequestBuilder_ == null) { if (messageCase_ == 505 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 505) { queriesRequestBuilder_.mergeFrom(value); } queriesRequestBuilder_.setMessage(value); } messageCase_ = 505; return this; } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public Builder clearQueriesRequest() { if (queriesRequestBuilder_ == null) { if (messageCase_ == 505) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 505) { messageCase_ = 0; message_ = null; } queriesRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder getQueriesRequestBuilder() { return getQueriesRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder getQueriesRequestOrBuilder() { if ((messageCase_ == 505) && (queriesRequestBuilder_ != null)) { return queriesRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 505) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.QueriesRequest queries_request = 505; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder> getQueriesRequestFieldBuilder() { if (queriesRequestBuilder_ == null) { if (!(messageCase_ == 505)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance(); } queriesRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 505; onChanged();; return queriesRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder> mainThreadProfileRequestBuilder_; /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public boolean hasMainThreadProfileRequest() { return messageCase_ == 502; } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getMainThreadProfileRequest() { if (mainThreadProfileRequestBuilder_ == null) { if (messageCase_ == 502) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance(); } else { if (messageCase_ == 502) { return mainThreadProfileRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public Builder setMainThreadProfileRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest value) { if (mainThreadProfileRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { mainThreadProfileRequestBuilder_.setMessage(value); } messageCase_ = 502; return this; } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public Builder setMainThreadProfileRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder builderForValue) { if (mainThreadProfileRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { mainThreadProfileRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 502; return this; } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public Builder mergeMainThreadProfileRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest value) { if (mainThreadProfileRequestBuilder_ == null) { if (messageCase_ == 502 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 502) { mainThreadProfileRequestBuilder_.mergeFrom(value); } mainThreadProfileRequestBuilder_.setMessage(value); } messageCase_ = 502; return this; } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public Builder clearMainThreadProfileRequest() { if (mainThreadProfileRequestBuilder_ == null) { if (messageCase_ == 502) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 502) { messageCase_ = 0; message_ = null; } mainThreadProfileRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder getMainThreadProfileRequestBuilder() { return getMainThreadProfileRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder getMainThreadProfileRequestOrBuilder() { if ((messageCase_ == 502) && (mainThreadProfileRequestBuilder_ != null)) { return mainThreadProfileRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 502) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MainThreadProfileRequest main_thread_profile_request = 502; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder> getMainThreadProfileRequestFieldBuilder() { if (mainThreadProfileRequestBuilder_ == null) { if (!(messageCase_ == 502)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.getDefaultInstance(); } mainThreadProfileRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 502; onChanged();; return mainThreadProfileRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder> auxThreadProfileRequestBuilder_; /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public boolean hasAuxThreadProfileRequest() { return messageCase_ == 503; } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getAuxThreadProfileRequest() { if (auxThreadProfileRequestBuilder_ == null) { if (messageCase_ == 503) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance(); } else { if (messageCase_ == 503) { return auxThreadProfileRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public Builder setAuxThreadProfileRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest value) { if (auxThreadProfileRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { auxThreadProfileRequestBuilder_.setMessage(value); } messageCase_ = 503; return this; } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public Builder setAuxThreadProfileRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder builderForValue) { if (auxThreadProfileRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { auxThreadProfileRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 503; return this; } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public Builder mergeAuxThreadProfileRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest value) { if (auxThreadProfileRequestBuilder_ == null) { if (messageCase_ == 503 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 503) { auxThreadProfileRequestBuilder_.mergeFrom(value); } auxThreadProfileRequestBuilder_.setMessage(value); } messageCase_ = 503; return this; } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public Builder clearAuxThreadProfileRequest() { if (auxThreadProfileRequestBuilder_ == null) { if (messageCase_ == 503) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 503) { messageCase_ = 0; message_ = null; } auxThreadProfileRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder getAuxThreadProfileRequestBuilder() { return getAuxThreadProfileRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder getAuxThreadProfileRequestOrBuilder() { if ((messageCase_ == 503) && (auxThreadProfileRequestBuilder_ != null)) { return auxThreadProfileRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 503) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AuxThreadProfileRequest aux_thread_profile_request = 503; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder> getAuxThreadProfileRequestFieldBuilder() { if (auxThreadProfileRequestBuilder_ == null) { if (!(messageCase_ == 503)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.getDefaultInstance(); } auxThreadProfileRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 503; onChanged();; return auxThreadProfileRequestBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder> fullTraceRequestBuilder_; /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public boolean hasFullTraceRequest() { return messageCase_ == 504; } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getFullTraceRequest() { if (fullTraceRequestBuilder_ == null) { if (messageCase_ == 504) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance(); } else { if (messageCase_ == 504) { return fullTraceRequestBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public Builder setFullTraceRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest value) { if (fullTraceRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { fullTraceRequestBuilder_.setMessage(value); } messageCase_ = 504; return this; } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public Builder setFullTraceRequest( org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder builderForValue) { if (fullTraceRequestBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { fullTraceRequestBuilder_.setMessage(builderForValue.build()); } messageCase_ = 504; return this; } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public Builder mergeFullTraceRequest(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest value) { if (fullTraceRequestBuilder_ == null) { if (messageCase_ == 504 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 504) { fullTraceRequestBuilder_.mergeFrom(value); } fullTraceRequestBuilder_.setMessage(value); } messageCase_ = 504; return this; } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public Builder clearFullTraceRequest() { if (fullTraceRequestBuilder_ == null) { if (messageCase_ == 504) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 504) { messageCase_ = 0; message_ = null; } fullTraceRequestBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder getFullTraceRequestBuilder() { return getFullTraceRequestFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder getFullTraceRequestOrBuilder() { if ((messageCase_ == 504) && (fullTraceRequestBuilder_ != null)) { return fullTraceRequestBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 504) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.FullTraceRequest full_trace_request = 504; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder> getFullTraceRequestFieldBuilder() { if (fullTraceRequestBuilder_ == null) { if (!(messageCase_ == 504)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.getDefaultInstance(); } fullTraceRequestBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequestOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 504; onChanged();; return fullTraceRequestBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.CentralRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.CentralRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public CentralRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new CentralRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CentralRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AgentResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AgentResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * int64 request_id = 1; */ long getRequestId(); /** * .org_glowroot_wire_api_model.Hello hello = 100; */ boolean hasHello(); /** * .org_glowroot_wire_api_model.Hello hello = 100; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getHello(); /** * .org_glowroot_wire_api_model.Hello hello = 100; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder getHelloOrBuilder(); /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ boolean hasAgentConfigUpdateResponse(); /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getAgentConfigUpdateResponse(); /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder getAgentConfigUpdateResponseOrBuilder(); /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ boolean hasThreadDumpResponse(); /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getThreadDumpResponse(); /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder getThreadDumpResponseOrBuilder(); /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ boolean hasJstackResponse(); /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getJstackResponse(); /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder getJstackResponseOrBuilder(); /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ boolean hasAvailableDiskSpaceResponse(); /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getAvailableDiskSpaceResponse(); /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder getAvailableDiskSpaceResponseOrBuilder(); /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ boolean hasHeapDumpResponse(); /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getHeapDumpResponse(); /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder getHeapDumpResponseOrBuilder(); /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ boolean hasHeapHistogramResponse(); /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getHeapHistogramResponse(); /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder getHeapHistogramResponseOrBuilder(); /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ boolean hasExplicitGcDisabledResponse(); /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getExplicitGcDisabledResponse(); /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder getExplicitGcDisabledResponseOrBuilder(); /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ boolean hasForceGcResponse(); /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getForceGcResponse(); /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder getForceGcResponseOrBuilder(); /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ boolean hasMbeanDumpResponse(); /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getMbeanDumpResponse(); /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder getMbeanDumpResponseOrBuilder(); /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ boolean hasMatchingMbeanObjectNamesResponse(); /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getMatchingMbeanObjectNamesResponse(); /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder getMatchingMbeanObjectNamesResponseOrBuilder(); /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ boolean hasMbeanMetaResponse(); /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getMbeanMetaResponse(); /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder getMbeanMetaResponseOrBuilder(); /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ boolean hasSystemPropertiesResponse(); /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getSystemPropertiesResponse(); /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder getSystemPropertiesResponseOrBuilder(); /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ boolean hasCapabilitiesResponse(); /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getCapabilitiesResponse(); /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder getCapabilitiesResponseOrBuilder(); /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ boolean hasGlobalMetaResponse(); /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getGlobalMetaResponse(); /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder getGlobalMetaResponseOrBuilder(); /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ boolean hasPreloadClasspathCacheResponse(); /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getPreloadClasspathCacheResponse(); /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder getPreloadClasspathCacheResponseOrBuilder(); /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ boolean hasMatchingClassNamesResponse(); /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getMatchingClassNamesResponse(); /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder getMatchingClassNamesResponseOrBuilder(); /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ boolean hasMatchingMethodNamesResponse(); /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getMatchingMethodNamesResponse(); /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder getMatchingMethodNamesResponseOrBuilder(); /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ boolean hasMethodSignaturesResponse(); /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getMethodSignaturesResponse(); /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder getMethodSignaturesResponseOrBuilder(); /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ boolean hasReweaveResponse(); /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getReweaveResponse(); /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder getReweaveResponseOrBuilder(); /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ boolean hasHeaderResponse(); /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getHeaderResponse(); /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder getHeaderResponseOrBuilder(); /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ boolean hasEntriesResponse(); /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getEntriesResponse(); /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder getEntriesResponseOrBuilder(); /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ boolean hasQueriesResponse(); /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse getQueriesResponse(); /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder getQueriesResponseOrBuilder(); /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ boolean hasMainThreadProfileResponse(); /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getMainThreadProfileResponse(); /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder getMainThreadProfileResponseOrBuilder(); /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ boolean hasAuxThreadProfileResponse(); /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getAuxThreadProfileResponse(); /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder getAuxThreadProfileResponseOrBuilder(); /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ boolean hasFullTraceResponse(); /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getFullTraceResponse(); /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder getFullTraceResponseOrBuilder(); /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ boolean hasUnknownRequestResponse(); /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getUnknownRequestResponse(); /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder getUnknownRequestResponseOrBuilder(); /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ boolean hasExceptionResponse(); /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getExceptionResponse(); /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder getExceptionResponseOrBuilder(); public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.MessageCase getMessageCase(); } /** * Protobuf type {@code org_glowroot_wire_api_model.AgentResponse} */ public static final class AgentResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AgentResponse) AgentResponseOrBuilder { private static final long serialVersionUID = 0L; // Use AgentResponse.newBuilder() to construct. private AgentResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AgentResponse() { requestId_ = 0L; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AgentResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { requestId_ = input.readInt64(); break; } case 802: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder subBuilder = null; if (messageCase_ == 100) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 100; break; } case 1602: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder subBuilder = null; if (messageCase_ == 200) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 200; break; } case 2402: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder subBuilder = null; if (messageCase_ == 300) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 300; break; } case 2410: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder subBuilder = null; if (messageCase_ == 301) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 301; break; } case 2418: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder subBuilder = null; if (messageCase_ == 302) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 302; break; } case 2426: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder subBuilder = null; if (messageCase_ == 303) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 303; break; } case 2434: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder subBuilder = null; if (messageCase_ == 304) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 304; break; } case 2442: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder subBuilder = null; if (messageCase_ == 305) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 305; break; } case 2450: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder subBuilder = null; if (messageCase_ == 306) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 306; break; } case 2458: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder subBuilder = null; if (messageCase_ == 307) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 307; break; } case 2466: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder subBuilder = null; if (messageCase_ == 308) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 308; break; } case 2474: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder subBuilder = null; if (messageCase_ == 309) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 309; break; } case 2482: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder subBuilder = null; if (messageCase_ == 310) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 310; break; } case 2490: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder subBuilder = null; if (messageCase_ == 311) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 311; break; } case 3202: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder subBuilder = null; if (messageCase_ == 400) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 400; break; } case 3210: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder subBuilder = null; if (messageCase_ == 401) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 401; break; } case 3218: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder subBuilder = null; if (messageCase_ == 402) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 402; break; } case 3226: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder subBuilder = null; if (messageCase_ == 403) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 403; break; } case 3234: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder subBuilder = null; if (messageCase_ == 404) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 404; break; } case 3242: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder subBuilder = null; if (messageCase_ == 405) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 405; break; } case 4002: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder subBuilder = null; if (messageCase_ == 500) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 500; break; } case 4010: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder subBuilder = null; if (messageCase_ == 501) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 501; break; } case 4018: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder subBuilder = null; if (messageCase_ == 502) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 502; break; } case 4026: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder subBuilder = null; if (messageCase_ == 503) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 503; break; } case 4034: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder subBuilder = null; if (messageCase_ == 504) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 504; break; } case 4042: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder subBuilder = null; if (messageCase_ == 505) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 505; break; } case 80002: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder subBuilder = null; if (messageCase_ == 10000) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 10000; break; } case 80010: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder subBuilder = null; if (messageCase_ == 10001) { subBuilder = ((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_).toBuilder(); } message_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_); message_ = subBuilder.buildPartial(); } messageCase_ = 10001; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.Builder.class); } private int messageCase_ = 0; private java.lang.Object message_; public enum MessageCase implements org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLite { HELLO(100), AGENT_CONFIG_UPDATE_RESPONSE(200), THREAD_DUMP_RESPONSE(300), JSTACK_RESPONSE(308), AVAILABLE_DISK_SPACE_RESPONSE(301), HEAP_DUMP_RESPONSE(302), HEAP_HISTOGRAM_RESPONSE(309), EXPLICIT_GC_DISABLED_RESPONSE(311), FORCE_GC_RESPONSE(303), MBEAN_DUMP_RESPONSE(304), MATCHING_MBEAN_OBJECT_NAMES_RESPONSE(305), MBEAN_META_RESPONSE(306), SYSTEM_PROPERTIES_RESPONSE(310), CAPABILITIES_RESPONSE(307), GLOBAL_META_RESPONSE(400), PRELOAD_CLASSPATH_CACHE_RESPONSE(401), MATCHING_CLASS_NAMES_RESPONSE(402), MATCHING_METHOD_NAMES_RESPONSE(403), METHOD_SIGNATURES_RESPONSE(404), REWEAVE_RESPONSE(405), HEADER_RESPONSE(500), ENTRIES_RESPONSE(501), QUERIES_RESPONSE(505), MAIN_THREAD_PROFILE_RESPONSE(502), AUX_THREAD_PROFILE_RESPONSE(503), FULL_TRACE_RESPONSE(504), UNKNOWN_REQUEST_RESPONSE(10000), EXCEPTION_RESPONSE(10001), MESSAGE_NOT_SET(0); private final int value; private MessageCase(int value) { this.value = value; } /** * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static MessageCase valueOf(int value) { return forNumber(value); } public static MessageCase forNumber(int value) { switch (value) { case 100: return HELLO; case 200: return AGENT_CONFIG_UPDATE_RESPONSE; case 300: return THREAD_DUMP_RESPONSE; case 308: return JSTACK_RESPONSE; case 301: return AVAILABLE_DISK_SPACE_RESPONSE; case 302: return HEAP_DUMP_RESPONSE; case 309: return HEAP_HISTOGRAM_RESPONSE; case 311: return EXPLICIT_GC_DISABLED_RESPONSE; case 303: return FORCE_GC_RESPONSE; case 304: return MBEAN_DUMP_RESPONSE; case 305: return MATCHING_MBEAN_OBJECT_NAMES_RESPONSE; case 306: return MBEAN_META_RESPONSE; case 310: return SYSTEM_PROPERTIES_RESPONSE; case 307: return CAPABILITIES_RESPONSE; case 400: return GLOBAL_META_RESPONSE; case 401: return PRELOAD_CLASSPATH_CACHE_RESPONSE; case 402: return MATCHING_CLASS_NAMES_RESPONSE; case 403: return MATCHING_METHOD_NAMES_RESPONSE; case 404: return METHOD_SIGNATURES_RESPONSE; case 405: return REWEAVE_RESPONSE; case 500: return HEADER_RESPONSE; case 501: return ENTRIES_RESPONSE; case 505: return QUERIES_RESPONSE; case 502: return MAIN_THREAD_PROFILE_RESPONSE; case 503: return AUX_THREAD_PROFILE_RESPONSE; case 504: return FULL_TRACE_RESPONSE; case 10000: return UNKNOWN_REQUEST_RESPONSE; case 10001: return EXCEPTION_RESPONSE; case 0: return MESSAGE_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public MessageCase getMessageCase() { return MessageCase.forNumber( messageCase_); } public static final int REQUEST_ID_FIELD_NUMBER = 1; private long requestId_; /** * int64 request_id = 1; */ public long getRequestId() { return requestId_; } public static final int HELLO_FIELD_NUMBER = 100; /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public boolean hasHello() { return messageCase_ == 100; } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getHello() { if (messageCase_ == 100) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder getHelloOrBuilder() { if (messageCase_ == 100) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance(); } public static final int AGENT_CONFIG_UPDATE_RESPONSE_FIELD_NUMBER = 200; /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public boolean hasAgentConfigUpdateResponse() { return messageCase_ == 200; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getAgentConfigUpdateResponse() { if (messageCase_ == 200) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder getAgentConfigUpdateResponseOrBuilder() { if (messageCase_ == 200) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance(); } public static final int THREAD_DUMP_RESPONSE_FIELD_NUMBER = 300; /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public boolean hasThreadDumpResponse() { return messageCase_ == 300; } /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getThreadDumpResponse() { if (messageCase_ == 300) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance(); } /** *
     * LiveJvmService
     * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder getThreadDumpResponseOrBuilder() { if (messageCase_ == 300) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance(); } public static final int JSTACK_RESPONSE_FIELD_NUMBER = 308; /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public boolean hasJstackResponse() { return messageCase_ == 308; } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getJstackResponse() { if (messageCase_ == 308) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder getJstackResponseOrBuilder() { if (messageCase_ == 308) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance(); } public static final int AVAILABLE_DISK_SPACE_RESPONSE_FIELD_NUMBER = 301; /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public boolean hasAvailableDiskSpaceResponse() { return messageCase_ == 301; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getAvailableDiskSpaceResponse() { if (messageCase_ == 301) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder getAvailableDiskSpaceResponseOrBuilder() { if (messageCase_ == 301) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance(); } public static final int HEAP_DUMP_RESPONSE_FIELD_NUMBER = 302; /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public boolean hasHeapDumpResponse() { return messageCase_ == 302; } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getHeapDumpResponse() { if (messageCase_ == 302) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder getHeapDumpResponseOrBuilder() { if (messageCase_ == 302) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance(); } public static final int HEAP_HISTOGRAM_RESPONSE_FIELD_NUMBER = 309; /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public boolean hasHeapHistogramResponse() { return messageCase_ == 309; } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getHeapHistogramResponse() { if (messageCase_ == 309) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder getHeapHistogramResponseOrBuilder() { if (messageCase_ == 309) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance(); } public static final int EXPLICIT_GC_DISABLED_RESPONSE_FIELD_NUMBER = 311; /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public boolean hasExplicitGcDisabledResponse() { return messageCase_ == 311; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getExplicitGcDisabledResponse() { if (messageCase_ == 311) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder getExplicitGcDisabledResponseOrBuilder() { if (messageCase_ == 311) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance(); } public static final int FORCE_GC_RESPONSE_FIELD_NUMBER = 303; /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public boolean hasForceGcResponse() { return messageCase_ == 303; } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getForceGcResponse() { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder getForceGcResponseOrBuilder() { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance(); } public static final int MBEAN_DUMP_RESPONSE_FIELD_NUMBER = 304; /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public boolean hasMbeanDumpResponse() { return messageCase_ == 304; } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getMbeanDumpResponse() { if (messageCase_ == 304) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder getMbeanDumpResponseOrBuilder() { if (messageCase_ == 304) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance(); } public static final int MATCHING_MBEAN_OBJECT_NAMES_RESPONSE_FIELD_NUMBER = 305; /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public boolean hasMatchingMbeanObjectNamesResponse() { return messageCase_ == 305; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getMatchingMbeanObjectNamesResponse() { if (messageCase_ == 305) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder getMatchingMbeanObjectNamesResponseOrBuilder() { if (messageCase_ == 305) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance(); } public static final int MBEAN_META_RESPONSE_FIELD_NUMBER = 306; /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public boolean hasMbeanMetaResponse() { return messageCase_ == 306; } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getMbeanMetaResponse() { if (messageCase_ == 306) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder getMbeanMetaResponseOrBuilder() { if (messageCase_ == 306) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance(); } public static final int SYSTEM_PROPERTIES_RESPONSE_FIELD_NUMBER = 310; /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public boolean hasSystemPropertiesResponse() { return messageCase_ == 310; } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getSystemPropertiesResponse() { if (messageCase_ == 310) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder getSystemPropertiesResponseOrBuilder() { if (messageCase_ == 310) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance(); } public static final int CAPABILITIES_RESPONSE_FIELD_NUMBER = 307; /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public boolean hasCapabilitiesResponse() { return messageCase_ == 307; } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getCapabilitiesResponse() { if (messageCase_ == 307) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder getCapabilitiesResponseOrBuilder() { if (messageCase_ == 307) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance(); } public static final int GLOBAL_META_RESPONSE_FIELD_NUMBER = 400; /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public boolean hasGlobalMetaResponse() { return messageCase_ == 400; } /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getGlobalMetaResponse() { if (messageCase_ == 400) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance(); } /** *
     * LiveWeavingService
     * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder getGlobalMetaResponseOrBuilder() { if (messageCase_ == 400) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance(); } public static final int PRELOAD_CLASSPATH_CACHE_RESPONSE_FIELD_NUMBER = 401; /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public boolean hasPreloadClasspathCacheResponse() { return messageCase_ == 401; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getPreloadClasspathCacheResponse() { if (messageCase_ == 401) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder getPreloadClasspathCacheResponseOrBuilder() { if (messageCase_ == 401) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance(); } public static final int MATCHING_CLASS_NAMES_RESPONSE_FIELD_NUMBER = 402; /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public boolean hasMatchingClassNamesResponse() { return messageCase_ == 402; } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getMatchingClassNamesResponse() { if (messageCase_ == 402) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder getMatchingClassNamesResponseOrBuilder() { if (messageCase_ == 402) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance(); } public static final int MATCHING_METHOD_NAMES_RESPONSE_FIELD_NUMBER = 403; /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public boolean hasMatchingMethodNamesResponse() { return messageCase_ == 403; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getMatchingMethodNamesResponse() { if (messageCase_ == 403) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder getMatchingMethodNamesResponseOrBuilder() { if (messageCase_ == 403) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance(); } public static final int METHOD_SIGNATURES_RESPONSE_FIELD_NUMBER = 404; /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public boolean hasMethodSignaturesResponse() { return messageCase_ == 404; } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getMethodSignaturesResponse() { if (messageCase_ == 404) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder getMethodSignaturesResponseOrBuilder() { if (messageCase_ == 404) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance(); } public static final int REWEAVE_RESPONSE_FIELD_NUMBER = 405; /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public boolean hasReweaveResponse() { return messageCase_ == 405; } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getReweaveResponse() { if (messageCase_ == 405) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder getReweaveResponseOrBuilder() { if (messageCase_ == 405) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance(); } public static final int HEADER_RESPONSE_FIELD_NUMBER = 500; /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public boolean hasHeaderResponse() { return messageCase_ == 500; } /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getHeaderResponse() { if (messageCase_ == 500) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance(); } /** *
     * LiveTraceRepository
     * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder getHeaderResponseOrBuilder() { if (messageCase_ == 500) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance(); } public static final int ENTRIES_RESPONSE_FIELD_NUMBER = 501; /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public boolean hasEntriesResponse() { return messageCase_ == 501; } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getEntriesResponse() { if (messageCase_ == 501) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder getEntriesResponseOrBuilder() { if (messageCase_ == 501) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance(); } public static final int QUERIES_RESPONSE_FIELD_NUMBER = 505; /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public boolean hasQueriesResponse() { return messageCase_ == 505; } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse getQueriesResponse() { if (messageCase_ == 505) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder getQueriesResponseOrBuilder() { if (messageCase_ == 505) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance(); } public static final int MAIN_THREAD_PROFILE_RESPONSE_FIELD_NUMBER = 502; /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public boolean hasMainThreadProfileResponse() { return messageCase_ == 502; } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getMainThreadProfileResponse() { if (messageCase_ == 502) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder getMainThreadProfileResponseOrBuilder() { if (messageCase_ == 502) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance(); } public static final int AUX_THREAD_PROFILE_RESPONSE_FIELD_NUMBER = 503; /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public boolean hasAuxThreadProfileResponse() { return messageCase_ == 503; } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getAuxThreadProfileResponse() { if (messageCase_ == 503) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder getAuxThreadProfileResponseOrBuilder() { if (messageCase_ == 503) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance(); } public static final int FULL_TRACE_RESPONSE_FIELD_NUMBER = 504; /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public boolean hasFullTraceResponse() { return messageCase_ == 504; } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getFullTraceResponse() { if (messageCase_ == 504) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder getFullTraceResponseOrBuilder() { if (messageCase_ == 504) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance(); } public static final int UNKNOWN_REQUEST_RESPONSE_FIELD_NUMBER = 10000; /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public boolean hasUnknownRequestResponse() { return messageCase_ == 10000; } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getUnknownRequestResponse() { if (messageCase_ == 10000) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder getUnknownRequestResponseOrBuilder() { if (messageCase_ == 10000) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance(); } public static final int EXCEPTION_RESPONSE_FIELD_NUMBER = 10001; /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public boolean hasExceptionResponse() { return messageCase_ == 10001; } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getExceptionResponse() { if (messageCase_ == 10001) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance(); } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder getExceptionResponseOrBuilder() { if (messageCase_ == 10001) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (requestId_ != 0L) { output.writeInt64(1, requestId_); } if (messageCase_ == 100) { output.writeMessage(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_); } if (messageCase_ == 200) { output.writeMessage(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_); } if (messageCase_ == 300) { output.writeMessage(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_); } if (messageCase_ == 301) { output.writeMessage(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_); } if (messageCase_ == 302) { output.writeMessage(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_); } if (messageCase_ == 303) { output.writeMessage(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_); } if (messageCase_ == 304) { output.writeMessage(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_); } if (messageCase_ == 305) { output.writeMessage(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_); } if (messageCase_ == 306) { output.writeMessage(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_); } if (messageCase_ == 307) { output.writeMessage(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_); } if (messageCase_ == 308) { output.writeMessage(308, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_); } if (messageCase_ == 309) { output.writeMessage(309, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_); } if (messageCase_ == 310) { output.writeMessage(310, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_); } if (messageCase_ == 311) { output.writeMessage(311, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_); } if (messageCase_ == 400) { output.writeMessage(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_); } if (messageCase_ == 401) { output.writeMessage(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_); } if (messageCase_ == 402) { output.writeMessage(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_); } if (messageCase_ == 403) { output.writeMessage(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_); } if (messageCase_ == 404) { output.writeMessage(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_); } if (messageCase_ == 405) { output.writeMessage(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_); } if (messageCase_ == 500) { output.writeMessage(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_); } if (messageCase_ == 501) { output.writeMessage(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_); } if (messageCase_ == 502) { output.writeMessage(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_); } if (messageCase_ == 503) { output.writeMessage(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_); } if (messageCase_ == 504) { output.writeMessage(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_); } if (messageCase_ == 505) { output.writeMessage(505, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_); } if (messageCase_ == 10000) { output.writeMessage(10000, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_); } if (messageCase_ == 10001) { output.writeMessage(10001, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (requestId_ != 0L) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt64Size(1, requestId_); } if (messageCase_ == 100) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(100, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_); } if (messageCase_ == 200) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(200, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_); } if (messageCase_ == 300) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(300, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_); } if (messageCase_ == 301) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(301, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_); } if (messageCase_ == 302) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(302, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_); } if (messageCase_ == 303) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(303, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_); } if (messageCase_ == 304) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(304, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_); } if (messageCase_ == 305) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(305, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_); } if (messageCase_ == 306) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(306, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_); } if (messageCase_ == 307) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(307, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_); } if (messageCase_ == 308) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(308, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_); } if (messageCase_ == 309) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(309, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_); } if (messageCase_ == 310) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(310, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_); } if (messageCase_ == 311) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(311, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_); } if (messageCase_ == 400) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(400, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_); } if (messageCase_ == 401) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(401, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_); } if (messageCase_ == 402) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(402, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_); } if (messageCase_ == 403) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(403, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_); } if (messageCase_ == 404) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(404, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_); } if (messageCase_ == 405) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(405, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_); } if (messageCase_ == 500) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(500, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_); } if (messageCase_ == 501) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(501, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_); } if (messageCase_ == 502) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(502, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_); } if (messageCase_ == 503) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(503, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_); } if (messageCase_ == 504) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(504, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_); } if (messageCase_ == 505) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(505, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_); } if (messageCase_ == 10000) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(10000, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_); } if (messageCase_ == 10001) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(10001, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse) obj; boolean result = true; result = result && (getRequestId() == other.getRequestId()); result = result && getMessageCase().equals( other.getMessageCase()); if (!result) return false; switch (messageCase_) { case 100: result = result && getHello() .equals(other.getHello()); break; case 200: result = result && getAgentConfigUpdateResponse() .equals(other.getAgentConfigUpdateResponse()); break; case 300: result = result && getThreadDumpResponse() .equals(other.getThreadDumpResponse()); break; case 308: result = result && getJstackResponse() .equals(other.getJstackResponse()); break; case 301: result = result && getAvailableDiskSpaceResponse() .equals(other.getAvailableDiskSpaceResponse()); break; case 302: result = result && getHeapDumpResponse() .equals(other.getHeapDumpResponse()); break; case 309: result = result && getHeapHistogramResponse() .equals(other.getHeapHistogramResponse()); break; case 311: result = result && getExplicitGcDisabledResponse() .equals(other.getExplicitGcDisabledResponse()); break; case 303: result = result && getForceGcResponse() .equals(other.getForceGcResponse()); break; case 304: result = result && getMbeanDumpResponse() .equals(other.getMbeanDumpResponse()); break; case 305: result = result && getMatchingMbeanObjectNamesResponse() .equals(other.getMatchingMbeanObjectNamesResponse()); break; case 306: result = result && getMbeanMetaResponse() .equals(other.getMbeanMetaResponse()); break; case 310: result = result && getSystemPropertiesResponse() .equals(other.getSystemPropertiesResponse()); break; case 307: result = result && getCapabilitiesResponse() .equals(other.getCapabilitiesResponse()); break; case 400: result = result && getGlobalMetaResponse() .equals(other.getGlobalMetaResponse()); break; case 401: result = result && getPreloadClasspathCacheResponse() .equals(other.getPreloadClasspathCacheResponse()); break; case 402: result = result && getMatchingClassNamesResponse() .equals(other.getMatchingClassNamesResponse()); break; case 403: result = result && getMatchingMethodNamesResponse() .equals(other.getMatchingMethodNamesResponse()); break; case 404: result = result && getMethodSignaturesResponse() .equals(other.getMethodSignaturesResponse()); break; case 405: result = result && getReweaveResponse() .equals(other.getReweaveResponse()); break; case 500: result = result && getHeaderResponse() .equals(other.getHeaderResponse()); break; case 501: result = result && getEntriesResponse() .equals(other.getEntriesResponse()); break; case 505: result = result && getQueriesResponse() .equals(other.getQueriesResponse()); break; case 502: result = result && getMainThreadProfileResponse() .equals(other.getMainThreadProfileResponse()); break; case 503: result = result && getAuxThreadProfileResponse() .equals(other.getAuxThreadProfileResponse()); break; case 504: result = result && getFullTraceResponse() .equals(other.getFullTraceResponse()); break; case 10000: result = result && getUnknownRequestResponse() .equals(other.getUnknownRequestResponse()); break; case 10001: result = result && getExceptionResponse() .equals(other.getExceptionResponse()); break; case 0: default: } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + REQUEST_ID_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( getRequestId()); switch (messageCase_) { case 100: hash = (37 * hash) + HELLO_FIELD_NUMBER; hash = (53 * hash) + getHello().hashCode(); break; case 200: hash = (37 * hash) + AGENT_CONFIG_UPDATE_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getAgentConfigUpdateResponse().hashCode(); break; case 300: hash = (37 * hash) + THREAD_DUMP_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getThreadDumpResponse().hashCode(); break; case 308: hash = (37 * hash) + JSTACK_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getJstackResponse().hashCode(); break; case 301: hash = (37 * hash) + AVAILABLE_DISK_SPACE_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getAvailableDiskSpaceResponse().hashCode(); break; case 302: hash = (37 * hash) + HEAP_DUMP_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getHeapDumpResponse().hashCode(); break; case 309: hash = (37 * hash) + HEAP_HISTOGRAM_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getHeapHistogramResponse().hashCode(); break; case 311: hash = (37 * hash) + EXPLICIT_GC_DISABLED_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getExplicitGcDisabledResponse().hashCode(); break; case 303: hash = (37 * hash) + FORCE_GC_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getForceGcResponse().hashCode(); break; case 304: hash = (37 * hash) + MBEAN_DUMP_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getMbeanDumpResponse().hashCode(); break; case 305: hash = (37 * hash) + MATCHING_MBEAN_OBJECT_NAMES_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getMatchingMbeanObjectNamesResponse().hashCode(); break; case 306: hash = (37 * hash) + MBEAN_META_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getMbeanMetaResponse().hashCode(); break; case 310: hash = (37 * hash) + SYSTEM_PROPERTIES_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getSystemPropertiesResponse().hashCode(); break; case 307: hash = (37 * hash) + CAPABILITIES_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getCapabilitiesResponse().hashCode(); break; case 400: hash = (37 * hash) + GLOBAL_META_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getGlobalMetaResponse().hashCode(); break; case 401: hash = (37 * hash) + PRELOAD_CLASSPATH_CACHE_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getPreloadClasspathCacheResponse().hashCode(); break; case 402: hash = (37 * hash) + MATCHING_CLASS_NAMES_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getMatchingClassNamesResponse().hashCode(); break; case 403: hash = (37 * hash) + MATCHING_METHOD_NAMES_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getMatchingMethodNamesResponse().hashCode(); break; case 404: hash = (37 * hash) + METHOD_SIGNATURES_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getMethodSignaturesResponse().hashCode(); break; case 405: hash = (37 * hash) + REWEAVE_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getReweaveResponse().hashCode(); break; case 500: hash = (37 * hash) + HEADER_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getHeaderResponse().hashCode(); break; case 501: hash = (37 * hash) + ENTRIES_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getEntriesResponse().hashCode(); break; case 505: hash = (37 * hash) + QUERIES_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getQueriesResponse().hashCode(); break; case 502: hash = (37 * hash) + MAIN_THREAD_PROFILE_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getMainThreadProfileResponse().hashCode(); break; case 503: hash = (37 * hash) + AUX_THREAD_PROFILE_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getAuxThreadProfileResponse().hashCode(); break; case 504: hash = (37 * hash) + FULL_TRACE_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getFullTraceResponse().hashCode(); break; case 10000: hash = (37 * hash) + UNKNOWN_REQUEST_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getUnknownRequestResponse().hashCode(); break; case 10001: hash = (37 * hash) + EXCEPTION_RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getExceptionResponse().hashCode(); break; case 0: default: } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.AgentResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.AgentResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); requestId_ = 0L; messageCase_ = 0; message_ = null; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse(this); result.requestId_ = requestId_; if (messageCase_ == 100) { if (helloBuilder_ == null) { result.message_ = message_; } else { result.message_ = helloBuilder_.build(); } } if (messageCase_ == 200) { if (agentConfigUpdateResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = agentConfigUpdateResponseBuilder_.build(); } } if (messageCase_ == 300) { if (threadDumpResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = threadDumpResponseBuilder_.build(); } } if (messageCase_ == 308) { if (jstackResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = jstackResponseBuilder_.build(); } } if (messageCase_ == 301) { if (availableDiskSpaceResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = availableDiskSpaceResponseBuilder_.build(); } } if (messageCase_ == 302) { if (heapDumpResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = heapDumpResponseBuilder_.build(); } } if (messageCase_ == 309) { if (heapHistogramResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = heapHistogramResponseBuilder_.build(); } } if (messageCase_ == 311) { if (explicitGcDisabledResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = explicitGcDisabledResponseBuilder_.build(); } } if (messageCase_ == 303) { if (forceGcResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = forceGcResponseBuilder_.build(); } } if (messageCase_ == 304) { if (mbeanDumpResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = mbeanDumpResponseBuilder_.build(); } } if (messageCase_ == 305) { if (matchingMbeanObjectNamesResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = matchingMbeanObjectNamesResponseBuilder_.build(); } } if (messageCase_ == 306) { if (mbeanMetaResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = mbeanMetaResponseBuilder_.build(); } } if (messageCase_ == 310) { if (systemPropertiesResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = systemPropertiesResponseBuilder_.build(); } } if (messageCase_ == 307) { if (capabilitiesResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = capabilitiesResponseBuilder_.build(); } } if (messageCase_ == 400) { if (globalMetaResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = globalMetaResponseBuilder_.build(); } } if (messageCase_ == 401) { if (preloadClasspathCacheResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = preloadClasspathCacheResponseBuilder_.build(); } } if (messageCase_ == 402) { if (matchingClassNamesResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = matchingClassNamesResponseBuilder_.build(); } } if (messageCase_ == 403) { if (matchingMethodNamesResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = matchingMethodNamesResponseBuilder_.build(); } } if (messageCase_ == 404) { if (methodSignaturesResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = methodSignaturesResponseBuilder_.build(); } } if (messageCase_ == 405) { if (reweaveResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = reweaveResponseBuilder_.build(); } } if (messageCase_ == 500) { if (headerResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = headerResponseBuilder_.build(); } } if (messageCase_ == 501) { if (entriesResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = entriesResponseBuilder_.build(); } } if (messageCase_ == 505) { if (queriesResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = queriesResponseBuilder_.build(); } } if (messageCase_ == 502) { if (mainThreadProfileResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = mainThreadProfileResponseBuilder_.build(); } } if (messageCase_ == 503) { if (auxThreadProfileResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = auxThreadProfileResponseBuilder_.build(); } } if (messageCase_ == 504) { if (fullTraceResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = fullTraceResponseBuilder_.build(); } } if (messageCase_ == 10000) { if (unknownRequestResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = unknownRequestResponseBuilder_.build(); } } if (messageCase_ == 10001) { if (exceptionResponseBuilder_ == null) { result.message_ = message_; } else { result.message_ = exceptionResponseBuilder_.build(); } } result.messageCase_ = messageCase_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse.getDefaultInstance()) return this; if (other.getRequestId() != 0L) { setRequestId(other.getRequestId()); } switch (other.getMessageCase()) { case HELLO: { mergeHello(other.getHello()); break; } case AGENT_CONFIG_UPDATE_RESPONSE: { mergeAgentConfigUpdateResponse(other.getAgentConfigUpdateResponse()); break; } case THREAD_DUMP_RESPONSE: { mergeThreadDumpResponse(other.getThreadDumpResponse()); break; } case JSTACK_RESPONSE: { mergeJstackResponse(other.getJstackResponse()); break; } case AVAILABLE_DISK_SPACE_RESPONSE: { mergeAvailableDiskSpaceResponse(other.getAvailableDiskSpaceResponse()); break; } case HEAP_DUMP_RESPONSE: { mergeHeapDumpResponse(other.getHeapDumpResponse()); break; } case HEAP_HISTOGRAM_RESPONSE: { mergeHeapHistogramResponse(other.getHeapHistogramResponse()); break; } case EXPLICIT_GC_DISABLED_RESPONSE: { mergeExplicitGcDisabledResponse(other.getExplicitGcDisabledResponse()); break; } case FORCE_GC_RESPONSE: { mergeForceGcResponse(other.getForceGcResponse()); break; } case MBEAN_DUMP_RESPONSE: { mergeMbeanDumpResponse(other.getMbeanDumpResponse()); break; } case MATCHING_MBEAN_OBJECT_NAMES_RESPONSE: { mergeMatchingMbeanObjectNamesResponse(other.getMatchingMbeanObjectNamesResponse()); break; } case MBEAN_META_RESPONSE: { mergeMbeanMetaResponse(other.getMbeanMetaResponse()); break; } case SYSTEM_PROPERTIES_RESPONSE: { mergeSystemPropertiesResponse(other.getSystemPropertiesResponse()); break; } case CAPABILITIES_RESPONSE: { mergeCapabilitiesResponse(other.getCapabilitiesResponse()); break; } case GLOBAL_META_RESPONSE: { mergeGlobalMetaResponse(other.getGlobalMetaResponse()); break; } case PRELOAD_CLASSPATH_CACHE_RESPONSE: { mergePreloadClasspathCacheResponse(other.getPreloadClasspathCacheResponse()); break; } case MATCHING_CLASS_NAMES_RESPONSE: { mergeMatchingClassNamesResponse(other.getMatchingClassNamesResponse()); break; } case MATCHING_METHOD_NAMES_RESPONSE: { mergeMatchingMethodNamesResponse(other.getMatchingMethodNamesResponse()); break; } case METHOD_SIGNATURES_RESPONSE: { mergeMethodSignaturesResponse(other.getMethodSignaturesResponse()); break; } case REWEAVE_RESPONSE: { mergeReweaveResponse(other.getReweaveResponse()); break; } case HEADER_RESPONSE: { mergeHeaderResponse(other.getHeaderResponse()); break; } case ENTRIES_RESPONSE: { mergeEntriesResponse(other.getEntriesResponse()); break; } case QUERIES_RESPONSE: { mergeQueriesResponse(other.getQueriesResponse()); break; } case MAIN_THREAD_PROFILE_RESPONSE: { mergeMainThreadProfileResponse(other.getMainThreadProfileResponse()); break; } case AUX_THREAD_PROFILE_RESPONSE: { mergeAuxThreadProfileResponse(other.getAuxThreadProfileResponse()); break; } case FULL_TRACE_RESPONSE: { mergeFullTraceResponse(other.getFullTraceResponse()); break; } case UNKNOWN_REQUEST_RESPONSE: { mergeUnknownRequestResponse(other.getUnknownRequestResponse()); break; } case EXCEPTION_RESPONSE: { mergeExceptionResponse(other.getExceptionResponse()); break; } case MESSAGE_NOT_SET: { break; } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int messageCase_ = 0; private java.lang.Object message_; public MessageCase getMessageCase() { return MessageCase.forNumber( messageCase_); } public Builder clearMessage() { messageCase_ = 0; message_ = null; onChanged(); return this; } private long requestId_ ; /** * int64 request_id = 1; */ public long getRequestId() { return requestId_; } /** * int64 request_id = 1; */ public Builder setRequestId(long value) { requestId_ = value; onChanged(); return this; } /** * int64 request_id = 1; */ public Builder clearRequestId() { requestId_ = 0L; onChanged(); return this; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder> helloBuilder_; /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public boolean hasHello() { return messageCase_ == 100; } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getHello() { if (helloBuilder_ == null) { if (messageCase_ == 100) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance(); } else { if (messageCase_ == 100) { return helloBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public Builder setHello(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello value) { if (helloBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { helloBuilder_.setMessage(value); } messageCase_ = 100; return this; } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public Builder setHello( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder builderForValue) { if (helloBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { helloBuilder_.setMessage(builderForValue.build()); } messageCase_ = 100; return this; } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public Builder mergeHello(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello value) { if (helloBuilder_ == null) { if (messageCase_ == 100 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 100) { helloBuilder_.mergeFrom(value); } helloBuilder_.setMessage(value); } messageCase_ = 100; return this; } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public Builder clearHello() { if (helloBuilder_ == null) { if (messageCase_ == 100) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 100) { messageCase_ = 0; message_ = null; } helloBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder getHelloBuilder() { return getHelloFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder getHelloOrBuilder() { if ((messageCase_ == 100) && (helloBuilder_ != null)) { return helloBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 100) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.Hello hello = 100; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder> getHelloFieldBuilder() { if (helloBuilder_ == null) { if (!(messageCase_ == 100)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance(); } helloBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 100; onChanged();; return helloBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder> agentConfigUpdateResponseBuilder_; /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public boolean hasAgentConfigUpdateResponse() { return messageCase_ == 200; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getAgentConfigUpdateResponse() { if (agentConfigUpdateResponseBuilder_ == null) { if (messageCase_ == 200) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance(); } else { if (messageCase_ == 200) { return agentConfigUpdateResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public Builder setAgentConfigUpdateResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse value) { if (agentConfigUpdateResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { agentConfigUpdateResponseBuilder_.setMessage(value); } messageCase_ = 200; return this; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public Builder setAgentConfigUpdateResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder builderForValue) { if (agentConfigUpdateResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { agentConfigUpdateResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 200; return this; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public Builder mergeAgentConfigUpdateResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse value) { if (agentConfigUpdateResponseBuilder_ == null) { if (messageCase_ == 200 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 200) { agentConfigUpdateResponseBuilder_.mergeFrom(value); } agentConfigUpdateResponseBuilder_.setMessage(value); } messageCase_ = 200; return this; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public Builder clearAgentConfigUpdateResponse() { if (agentConfigUpdateResponseBuilder_ == null) { if (messageCase_ == 200) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 200) { messageCase_ = 0; message_ = null; } agentConfigUpdateResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder getAgentConfigUpdateResponseBuilder() { return getAgentConfigUpdateResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder getAgentConfigUpdateResponseOrBuilder() { if ((messageCase_ == 200) && (agentConfigUpdateResponseBuilder_ != null)) { return agentConfigUpdateResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 200) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AgentConfigUpdateResponse agent_config_update_response = 200; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder> getAgentConfigUpdateResponseFieldBuilder() { if (agentConfigUpdateResponseBuilder_ == null) { if (!(messageCase_ == 200)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance(); } agentConfigUpdateResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 200; onChanged();; return agentConfigUpdateResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder> threadDumpResponseBuilder_; /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public boolean hasThreadDumpResponse() { return messageCase_ == 300; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getThreadDumpResponse() { if (threadDumpResponseBuilder_ == null) { if (messageCase_ == 300) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance(); } else { if (messageCase_ == 300) { return threadDumpResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance(); } } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public Builder setThreadDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse value) { if (threadDumpResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { threadDumpResponseBuilder_.setMessage(value); } messageCase_ = 300; return this; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public Builder setThreadDumpResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder builderForValue) { if (threadDumpResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { threadDumpResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 300; return this; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public Builder mergeThreadDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse value) { if (threadDumpResponseBuilder_ == null) { if (messageCase_ == 300 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 300) { threadDumpResponseBuilder_.mergeFrom(value); } threadDumpResponseBuilder_.setMessage(value); } messageCase_ = 300; return this; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public Builder clearThreadDumpResponse() { if (threadDumpResponseBuilder_ == null) { if (messageCase_ == 300) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 300) { messageCase_ = 0; message_ = null; } threadDumpResponseBuilder_.clear(); } return this; } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder getThreadDumpResponseBuilder() { return getThreadDumpResponseFieldBuilder().getBuilder(); } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder getThreadDumpResponseOrBuilder() { if ((messageCase_ == 300) && (threadDumpResponseBuilder_ != null)) { return threadDumpResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 300) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance(); } } /** *
       * LiveJvmService
       * 
* * .org_glowroot_wire_api_model.ThreadDumpResponse thread_dump_response = 300; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder> getThreadDumpResponseFieldBuilder() { if (threadDumpResponseBuilder_ == null) { if (!(messageCase_ == 300)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance(); } threadDumpResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 300; onChanged();; return threadDumpResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder> jstackResponseBuilder_; /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public boolean hasJstackResponse() { return messageCase_ == 308; } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getJstackResponse() { if (jstackResponseBuilder_ == null) { if (messageCase_ == 308) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance(); } else { if (messageCase_ == 308) { return jstackResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public Builder setJstackResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse value) { if (jstackResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { jstackResponseBuilder_.setMessage(value); } messageCase_ = 308; return this; } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public Builder setJstackResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder builderForValue) { if (jstackResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { jstackResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 308; return this; } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public Builder mergeJstackResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse value) { if (jstackResponseBuilder_ == null) { if (messageCase_ == 308 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 308) { jstackResponseBuilder_.mergeFrom(value); } jstackResponseBuilder_.setMessage(value); } messageCase_ = 308; return this; } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public Builder clearJstackResponse() { if (jstackResponseBuilder_ == null) { if (messageCase_ == 308) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 308) { messageCase_ = 0; message_ = null; } jstackResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder getJstackResponseBuilder() { return getJstackResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder getJstackResponseOrBuilder() { if ((messageCase_ == 308) && (jstackResponseBuilder_ != null)) { return jstackResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 308) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.JstackResponse jstack_response = 308; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder> getJstackResponseFieldBuilder() { if (jstackResponseBuilder_ == null) { if (!(messageCase_ == 308)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance(); } jstackResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 308; onChanged();; return jstackResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder> availableDiskSpaceResponseBuilder_; /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public boolean hasAvailableDiskSpaceResponse() { return messageCase_ == 301; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getAvailableDiskSpaceResponse() { if (availableDiskSpaceResponseBuilder_ == null) { if (messageCase_ == 301) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance(); } else { if (messageCase_ == 301) { return availableDiskSpaceResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public Builder setAvailableDiskSpaceResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse value) { if (availableDiskSpaceResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { availableDiskSpaceResponseBuilder_.setMessage(value); } messageCase_ = 301; return this; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public Builder setAvailableDiskSpaceResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder builderForValue) { if (availableDiskSpaceResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { availableDiskSpaceResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 301; return this; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public Builder mergeAvailableDiskSpaceResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse value) { if (availableDiskSpaceResponseBuilder_ == null) { if (messageCase_ == 301 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 301) { availableDiskSpaceResponseBuilder_.mergeFrom(value); } availableDiskSpaceResponseBuilder_.setMessage(value); } messageCase_ = 301; return this; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public Builder clearAvailableDiskSpaceResponse() { if (availableDiskSpaceResponseBuilder_ == null) { if (messageCase_ == 301) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 301) { messageCase_ = 0; message_ = null; } availableDiskSpaceResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder getAvailableDiskSpaceResponseBuilder() { return getAvailableDiskSpaceResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder getAvailableDiskSpaceResponseOrBuilder() { if ((messageCase_ == 301) && (availableDiskSpaceResponseBuilder_ != null)) { return availableDiskSpaceResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 301) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AvailableDiskSpaceResponse available_disk_space_response = 301; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder> getAvailableDiskSpaceResponseFieldBuilder() { if (availableDiskSpaceResponseBuilder_ == null) { if (!(messageCase_ == 301)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance(); } availableDiskSpaceResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 301; onChanged();; return availableDiskSpaceResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder> heapDumpResponseBuilder_; /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public boolean hasHeapDumpResponse() { return messageCase_ == 302; } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getHeapDumpResponse() { if (heapDumpResponseBuilder_ == null) { if (messageCase_ == 302) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance(); } else { if (messageCase_ == 302) { return heapDumpResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public Builder setHeapDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse value) { if (heapDumpResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { heapDumpResponseBuilder_.setMessage(value); } messageCase_ = 302; return this; } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public Builder setHeapDumpResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder builderForValue) { if (heapDumpResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { heapDumpResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 302; return this; } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public Builder mergeHeapDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse value) { if (heapDumpResponseBuilder_ == null) { if (messageCase_ == 302 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 302) { heapDumpResponseBuilder_.mergeFrom(value); } heapDumpResponseBuilder_.setMessage(value); } messageCase_ = 302; return this; } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public Builder clearHeapDumpResponse() { if (heapDumpResponseBuilder_ == null) { if (messageCase_ == 302) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 302) { messageCase_ = 0; message_ = null; } heapDumpResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder getHeapDumpResponseBuilder() { return getHeapDumpResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder getHeapDumpResponseOrBuilder() { if ((messageCase_ == 302) && (heapDumpResponseBuilder_ != null)) { return heapDumpResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 302) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HeapDumpResponse heap_dump_response = 302; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder> getHeapDumpResponseFieldBuilder() { if (heapDumpResponseBuilder_ == null) { if (!(messageCase_ == 302)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance(); } heapDumpResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 302; onChanged();; return heapDumpResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder> heapHistogramResponseBuilder_; /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public boolean hasHeapHistogramResponse() { return messageCase_ == 309; } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getHeapHistogramResponse() { if (heapHistogramResponseBuilder_ == null) { if (messageCase_ == 309) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance(); } else { if (messageCase_ == 309) { return heapHistogramResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public Builder setHeapHistogramResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse value) { if (heapHistogramResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { heapHistogramResponseBuilder_.setMessage(value); } messageCase_ = 309; return this; } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public Builder setHeapHistogramResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder builderForValue) { if (heapHistogramResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { heapHistogramResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 309; return this; } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public Builder mergeHeapHistogramResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse value) { if (heapHistogramResponseBuilder_ == null) { if (messageCase_ == 309 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 309) { heapHistogramResponseBuilder_.mergeFrom(value); } heapHistogramResponseBuilder_.setMessage(value); } messageCase_ = 309; return this; } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public Builder clearHeapHistogramResponse() { if (heapHistogramResponseBuilder_ == null) { if (messageCase_ == 309) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 309) { messageCase_ = 0; message_ = null; } heapHistogramResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder getHeapHistogramResponseBuilder() { return getHeapHistogramResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder getHeapHistogramResponseOrBuilder() { if ((messageCase_ == 309) && (heapHistogramResponseBuilder_ != null)) { return heapHistogramResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 309) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.HeapHistogramResponse heap_histogram_response = 309; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder> getHeapHistogramResponseFieldBuilder() { if (heapHistogramResponseBuilder_ == null) { if (!(messageCase_ == 309)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance(); } heapHistogramResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 309; onChanged();; return heapHistogramResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder> explicitGcDisabledResponseBuilder_; /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public boolean hasExplicitGcDisabledResponse() { return messageCase_ == 311; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getExplicitGcDisabledResponse() { if (explicitGcDisabledResponseBuilder_ == null) { if (messageCase_ == 311) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance(); } else { if (messageCase_ == 311) { return explicitGcDisabledResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public Builder setExplicitGcDisabledResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse value) { if (explicitGcDisabledResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { explicitGcDisabledResponseBuilder_.setMessage(value); } messageCase_ = 311; return this; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public Builder setExplicitGcDisabledResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder builderForValue) { if (explicitGcDisabledResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { explicitGcDisabledResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 311; return this; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public Builder mergeExplicitGcDisabledResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse value) { if (explicitGcDisabledResponseBuilder_ == null) { if (messageCase_ == 311 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 311) { explicitGcDisabledResponseBuilder_.mergeFrom(value); } explicitGcDisabledResponseBuilder_.setMessage(value); } messageCase_ = 311; return this; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public Builder clearExplicitGcDisabledResponse() { if (explicitGcDisabledResponseBuilder_ == null) { if (messageCase_ == 311) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 311) { messageCase_ = 0; message_ = null; } explicitGcDisabledResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder getExplicitGcDisabledResponseBuilder() { return getExplicitGcDisabledResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder getExplicitGcDisabledResponseOrBuilder() { if ((messageCase_ == 311) && (explicitGcDisabledResponseBuilder_ != null)) { return explicitGcDisabledResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 311) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ExplicitGcDisabledResponse explicit_gc_disabled_response = 311; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder> getExplicitGcDisabledResponseFieldBuilder() { if (explicitGcDisabledResponseBuilder_ == null) { if (!(messageCase_ == 311)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance(); } explicitGcDisabledResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 311; onChanged();; return explicitGcDisabledResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder> forceGcResponseBuilder_; /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public boolean hasForceGcResponse() { return messageCase_ == 303; } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getForceGcResponse() { if (forceGcResponseBuilder_ == null) { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance(); } else { if (messageCase_ == 303) { return forceGcResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public Builder setForceGcResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse value) { if (forceGcResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { forceGcResponseBuilder_.setMessage(value); } messageCase_ = 303; return this; } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public Builder setForceGcResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder builderForValue) { if (forceGcResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { forceGcResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 303; return this; } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public Builder mergeForceGcResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse value) { if (forceGcResponseBuilder_ == null) { if (messageCase_ == 303 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 303) { forceGcResponseBuilder_.mergeFrom(value); } forceGcResponseBuilder_.setMessage(value); } messageCase_ = 303; return this; } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public Builder clearForceGcResponse() { if (forceGcResponseBuilder_ == null) { if (messageCase_ == 303) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 303) { messageCase_ = 0; message_ = null; } forceGcResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder getForceGcResponseBuilder() { return getForceGcResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder getForceGcResponseOrBuilder() { if ((messageCase_ == 303) && (forceGcResponseBuilder_ != null)) { return forceGcResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 303) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ForceGcResponse force_gc_response = 303; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder> getForceGcResponseFieldBuilder() { if (forceGcResponseBuilder_ == null) { if (!(messageCase_ == 303)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance(); } forceGcResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 303; onChanged();; return forceGcResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder> mbeanDumpResponseBuilder_; /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public boolean hasMbeanDumpResponse() { return messageCase_ == 304; } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getMbeanDumpResponse() { if (mbeanDumpResponseBuilder_ == null) { if (messageCase_ == 304) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance(); } else { if (messageCase_ == 304) { return mbeanDumpResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public Builder setMbeanDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse value) { if (mbeanDumpResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { mbeanDumpResponseBuilder_.setMessage(value); } messageCase_ = 304; return this; } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public Builder setMbeanDumpResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder builderForValue) { if (mbeanDumpResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { mbeanDumpResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 304; return this; } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public Builder mergeMbeanDumpResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse value) { if (mbeanDumpResponseBuilder_ == null) { if (messageCase_ == 304 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 304) { mbeanDumpResponseBuilder_.mergeFrom(value); } mbeanDumpResponseBuilder_.setMessage(value); } messageCase_ = 304; return this; } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public Builder clearMbeanDumpResponse() { if (mbeanDumpResponseBuilder_ == null) { if (messageCase_ == 304) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 304) { messageCase_ = 0; message_ = null; } mbeanDumpResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder getMbeanDumpResponseBuilder() { return getMbeanDumpResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder getMbeanDumpResponseOrBuilder() { if ((messageCase_ == 304) && (mbeanDumpResponseBuilder_ != null)) { return mbeanDumpResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 304) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MBeanDumpResponse mbean_dump_response = 304; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder> getMbeanDumpResponseFieldBuilder() { if (mbeanDumpResponseBuilder_ == null) { if (!(messageCase_ == 304)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance(); } mbeanDumpResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 304; onChanged();; return mbeanDumpResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder> matchingMbeanObjectNamesResponseBuilder_; /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public boolean hasMatchingMbeanObjectNamesResponse() { return messageCase_ == 305; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getMatchingMbeanObjectNamesResponse() { if (matchingMbeanObjectNamesResponseBuilder_ == null) { if (messageCase_ == 305) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance(); } else { if (messageCase_ == 305) { return matchingMbeanObjectNamesResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public Builder setMatchingMbeanObjectNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse value) { if (matchingMbeanObjectNamesResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { matchingMbeanObjectNamesResponseBuilder_.setMessage(value); } messageCase_ = 305; return this; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public Builder setMatchingMbeanObjectNamesResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder builderForValue) { if (matchingMbeanObjectNamesResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { matchingMbeanObjectNamesResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 305; return this; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public Builder mergeMatchingMbeanObjectNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse value) { if (matchingMbeanObjectNamesResponseBuilder_ == null) { if (messageCase_ == 305 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 305) { matchingMbeanObjectNamesResponseBuilder_.mergeFrom(value); } matchingMbeanObjectNamesResponseBuilder_.setMessage(value); } messageCase_ = 305; return this; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public Builder clearMatchingMbeanObjectNamesResponse() { if (matchingMbeanObjectNamesResponseBuilder_ == null) { if (messageCase_ == 305) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 305) { messageCase_ = 0; message_ = null; } matchingMbeanObjectNamesResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder getMatchingMbeanObjectNamesResponseBuilder() { return getMatchingMbeanObjectNamesResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder getMatchingMbeanObjectNamesResponseOrBuilder() { if ((messageCase_ == 305) && (matchingMbeanObjectNamesResponseBuilder_ != null)) { return matchingMbeanObjectNamesResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 305) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse matching_mbean_object_names_response = 305; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder> getMatchingMbeanObjectNamesResponseFieldBuilder() { if (matchingMbeanObjectNamesResponseBuilder_ == null) { if (!(messageCase_ == 305)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance(); } matchingMbeanObjectNamesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 305; onChanged();; return matchingMbeanObjectNamesResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder> mbeanMetaResponseBuilder_; /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public boolean hasMbeanMetaResponse() { return messageCase_ == 306; } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getMbeanMetaResponse() { if (mbeanMetaResponseBuilder_ == null) { if (messageCase_ == 306) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance(); } else { if (messageCase_ == 306) { return mbeanMetaResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public Builder setMbeanMetaResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse value) { if (mbeanMetaResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { mbeanMetaResponseBuilder_.setMessage(value); } messageCase_ = 306; return this; } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public Builder setMbeanMetaResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder builderForValue) { if (mbeanMetaResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { mbeanMetaResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 306; return this; } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public Builder mergeMbeanMetaResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse value) { if (mbeanMetaResponseBuilder_ == null) { if (messageCase_ == 306 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 306) { mbeanMetaResponseBuilder_.mergeFrom(value); } mbeanMetaResponseBuilder_.setMessage(value); } messageCase_ = 306; return this; } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public Builder clearMbeanMetaResponse() { if (mbeanMetaResponseBuilder_ == null) { if (messageCase_ == 306) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 306) { messageCase_ = 0; message_ = null; } mbeanMetaResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder getMbeanMetaResponseBuilder() { return getMbeanMetaResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder getMbeanMetaResponseOrBuilder() { if ((messageCase_ == 306) && (mbeanMetaResponseBuilder_ != null)) { return mbeanMetaResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 306) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MBeanMetaResponse mbean_meta_response = 306; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder> getMbeanMetaResponseFieldBuilder() { if (mbeanMetaResponseBuilder_ == null) { if (!(messageCase_ == 306)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance(); } mbeanMetaResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 306; onChanged();; return mbeanMetaResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder> systemPropertiesResponseBuilder_; /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public boolean hasSystemPropertiesResponse() { return messageCase_ == 310; } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getSystemPropertiesResponse() { if (systemPropertiesResponseBuilder_ == null) { if (messageCase_ == 310) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance(); } else { if (messageCase_ == 310) { return systemPropertiesResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public Builder setSystemPropertiesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse value) { if (systemPropertiesResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { systemPropertiesResponseBuilder_.setMessage(value); } messageCase_ = 310; return this; } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public Builder setSystemPropertiesResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder builderForValue) { if (systemPropertiesResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { systemPropertiesResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 310; return this; } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public Builder mergeSystemPropertiesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse value) { if (systemPropertiesResponseBuilder_ == null) { if (messageCase_ == 310 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 310) { systemPropertiesResponseBuilder_.mergeFrom(value); } systemPropertiesResponseBuilder_.setMessage(value); } messageCase_ = 310; return this; } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public Builder clearSystemPropertiesResponse() { if (systemPropertiesResponseBuilder_ == null) { if (messageCase_ == 310) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 310) { messageCase_ = 0; message_ = null; } systemPropertiesResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder getSystemPropertiesResponseBuilder() { return getSystemPropertiesResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder getSystemPropertiesResponseOrBuilder() { if ((messageCase_ == 310) && (systemPropertiesResponseBuilder_ != null)) { return systemPropertiesResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 310) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.SystemPropertiesResponse system_properties_response = 310; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder> getSystemPropertiesResponseFieldBuilder() { if (systemPropertiesResponseBuilder_ == null) { if (!(messageCase_ == 310)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance(); } systemPropertiesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 310; onChanged();; return systemPropertiesResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder> capabilitiesResponseBuilder_; /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public boolean hasCapabilitiesResponse() { return messageCase_ == 307; } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getCapabilitiesResponse() { if (capabilitiesResponseBuilder_ == null) { if (messageCase_ == 307) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance(); } else { if (messageCase_ == 307) { return capabilitiesResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public Builder setCapabilitiesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse value) { if (capabilitiesResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { capabilitiesResponseBuilder_.setMessage(value); } messageCase_ = 307; return this; } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public Builder setCapabilitiesResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder builderForValue) { if (capabilitiesResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { capabilitiesResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 307; return this; } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public Builder mergeCapabilitiesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse value) { if (capabilitiesResponseBuilder_ == null) { if (messageCase_ == 307 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 307) { capabilitiesResponseBuilder_.mergeFrom(value); } capabilitiesResponseBuilder_.setMessage(value); } messageCase_ = 307; return this; } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public Builder clearCapabilitiesResponse() { if (capabilitiesResponseBuilder_ == null) { if (messageCase_ == 307) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 307) { messageCase_ = 0; message_ = null; } capabilitiesResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder getCapabilitiesResponseBuilder() { return getCapabilitiesResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder getCapabilitiesResponseOrBuilder() { if ((messageCase_ == 307) && (capabilitiesResponseBuilder_ != null)) { return capabilitiesResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 307) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.CapabilitiesResponse capabilities_response = 307; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder> getCapabilitiesResponseFieldBuilder() { if (capabilitiesResponseBuilder_ == null) { if (!(messageCase_ == 307)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance(); } capabilitiesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 307; onChanged();; return capabilitiesResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder> globalMetaResponseBuilder_; /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public boolean hasGlobalMetaResponse() { return messageCase_ == 400; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getGlobalMetaResponse() { if (globalMetaResponseBuilder_ == null) { if (messageCase_ == 400) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance(); } else { if (messageCase_ == 400) { return globalMetaResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance(); } } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public Builder setGlobalMetaResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse value) { if (globalMetaResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { globalMetaResponseBuilder_.setMessage(value); } messageCase_ = 400; return this; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public Builder setGlobalMetaResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder builderForValue) { if (globalMetaResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { globalMetaResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 400; return this; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public Builder mergeGlobalMetaResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse value) { if (globalMetaResponseBuilder_ == null) { if (messageCase_ == 400 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 400) { globalMetaResponseBuilder_.mergeFrom(value); } globalMetaResponseBuilder_.setMessage(value); } messageCase_ = 400; return this; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public Builder clearGlobalMetaResponse() { if (globalMetaResponseBuilder_ == null) { if (messageCase_ == 400) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 400) { messageCase_ = 0; message_ = null; } globalMetaResponseBuilder_.clear(); } return this; } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder getGlobalMetaResponseBuilder() { return getGlobalMetaResponseFieldBuilder().getBuilder(); } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder getGlobalMetaResponseOrBuilder() { if ((messageCase_ == 400) && (globalMetaResponseBuilder_ != null)) { return globalMetaResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 400) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance(); } } /** *
       * LiveWeavingService
       * 
* * .org_glowroot_wire_api_model.GlobalMetaResponse global_meta_response = 400; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder> getGlobalMetaResponseFieldBuilder() { if (globalMetaResponseBuilder_ == null) { if (!(messageCase_ == 400)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance(); } globalMetaResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 400; onChanged();; return globalMetaResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder> preloadClasspathCacheResponseBuilder_; /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public boolean hasPreloadClasspathCacheResponse() { return messageCase_ == 401; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getPreloadClasspathCacheResponse() { if (preloadClasspathCacheResponseBuilder_ == null) { if (messageCase_ == 401) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance(); } else { if (messageCase_ == 401) { return preloadClasspathCacheResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public Builder setPreloadClasspathCacheResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse value) { if (preloadClasspathCacheResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { preloadClasspathCacheResponseBuilder_.setMessage(value); } messageCase_ = 401; return this; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public Builder setPreloadClasspathCacheResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder builderForValue) { if (preloadClasspathCacheResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { preloadClasspathCacheResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 401; return this; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public Builder mergePreloadClasspathCacheResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse value) { if (preloadClasspathCacheResponseBuilder_ == null) { if (messageCase_ == 401 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 401) { preloadClasspathCacheResponseBuilder_.mergeFrom(value); } preloadClasspathCacheResponseBuilder_.setMessage(value); } messageCase_ = 401; return this; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public Builder clearPreloadClasspathCacheResponse() { if (preloadClasspathCacheResponseBuilder_ == null) { if (messageCase_ == 401) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 401) { messageCase_ = 0; message_ = null; } preloadClasspathCacheResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder getPreloadClasspathCacheResponseBuilder() { return getPreloadClasspathCacheResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder getPreloadClasspathCacheResponseOrBuilder() { if ((messageCase_ == 401) && (preloadClasspathCacheResponseBuilder_ != null)) { return preloadClasspathCacheResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 401) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.PreloadClasspathCacheResponse preload_classpath_cache_response = 401; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder> getPreloadClasspathCacheResponseFieldBuilder() { if (preloadClasspathCacheResponseBuilder_ == null) { if (!(messageCase_ == 401)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance(); } preloadClasspathCacheResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 401; onChanged();; return preloadClasspathCacheResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder> matchingClassNamesResponseBuilder_; /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public boolean hasMatchingClassNamesResponse() { return messageCase_ == 402; } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getMatchingClassNamesResponse() { if (matchingClassNamesResponseBuilder_ == null) { if (messageCase_ == 402) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance(); } else { if (messageCase_ == 402) { return matchingClassNamesResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public Builder setMatchingClassNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse value) { if (matchingClassNamesResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { matchingClassNamesResponseBuilder_.setMessage(value); } messageCase_ = 402; return this; } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public Builder setMatchingClassNamesResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder builderForValue) { if (matchingClassNamesResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { matchingClassNamesResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 402; return this; } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public Builder mergeMatchingClassNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse value) { if (matchingClassNamesResponseBuilder_ == null) { if (messageCase_ == 402 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 402) { matchingClassNamesResponseBuilder_.mergeFrom(value); } matchingClassNamesResponseBuilder_.setMessage(value); } messageCase_ = 402; return this; } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public Builder clearMatchingClassNamesResponse() { if (matchingClassNamesResponseBuilder_ == null) { if (messageCase_ == 402) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 402) { messageCase_ = 0; message_ = null; } matchingClassNamesResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder getMatchingClassNamesResponseBuilder() { return getMatchingClassNamesResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder getMatchingClassNamesResponseOrBuilder() { if ((messageCase_ == 402) && (matchingClassNamesResponseBuilder_ != null)) { return matchingClassNamesResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 402) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingClassNamesResponse matching_class_names_response = 402; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder> getMatchingClassNamesResponseFieldBuilder() { if (matchingClassNamesResponseBuilder_ == null) { if (!(messageCase_ == 402)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance(); } matchingClassNamesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 402; onChanged();; return matchingClassNamesResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder> matchingMethodNamesResponseBuilder_; /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public boolean hasMatchingMethodNamesResponse() { return messageCase_ == 403; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getMatchingMethodNamesResponse() { if (matchingMethodNamesResponseBuilder_ == null) { if (messageCase_ == 403) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance(); } else { if (messageCase_ == 403) { return matchingMethodNamesResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public Builder setMatchingMethodNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse value) { if (matchingMethodNamesResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { matchingMethodNamesResponseBuilder_.setMessage(value); } messageCase_ = 403; return this; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public Builder setMatchingMethodNamesResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder builderForValue) { if (matchingMethodNamesResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { matchingMethodNamesResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 403; return this; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public Builder mergeMatchingMethodNamesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse value) { if (matchingMethodNamesResponseBuilder_ == null) { if (messageCase_ == 403 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 403) { matchingMethodNamesResponseBuilder_.mergeFrom(value); } matchingMethodNamesResponseBuilder_.setMessage(value); } messageCase_ = 403; return this; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public Builder clearMatchingMethodNamesResponse() { if (matchingMethodNamesResponseBuilder_ == null) { if (messageCase_ == 403) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 403) { messageCase_ = 0; message_ = null; } matchingMethodNamesResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder getMatchingMethodNamesResponseBuilder() { return getMatchingMethodNamesResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder getMatchingMethodNamesResponseOrBuilder() { if ((messageCase_ == 403) && (matchingMethodNamesResponseBuilder_ != null)) { return matchingMethodNamesResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 403) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MatchingMethodNamesResponse matching_method_names_response = 403; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder> getMatchingMethodNamesResponseFieldBuilder() { if (matchingMethodNamesResponseBuilder_ == null) { if (!(messageCase_ == 403)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance(); } matchingMethodNamesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 403; onChanged();; return matchingMethodNamesResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder> methodSignaturesResponseBuilder_; /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public boolean hasMethodSignaturesResponse() { return messageCase_ == 404; } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getMethodSignaturesResponse() { if (methodSignaturesResponseBuilder_ == null) { if (messageCase_ == 404) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance(); } else { if (messageCase_ == 404) { return methodSignaturesResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public Builder setMethodSignaturesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse value) { if (methodSignaturesResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { methodSignaturesResponseBuilder_.setMessage(value); } messageCase_ = 404; return this; } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public Builder setMethodSignaturesResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder builderForValue) { if (methodSignaturesResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { methodSignaturesResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 404; return this; } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public Builder mergeMethodSignaturesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse value) { if (methodSignaturesResponseBuilder_ == null) { if (messageCase_ == 404 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 404) { methodSignaturesResponseBuilder_.mergeFrom(value); } methodSignaturesResponseBuilder_.setMessage(value); } messageCase_ = 404; return this; } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public Builder clearMethodSignaturesResponse() { if (methodSignaturesResponseBuilder_ == null) { if (messageCase_ == 404) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 404) { messageCase_ = 0; message_ = null; } methodSignaturesResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder getMethodSignaturesResponseBuilder() { return getMethodSignaturesResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder getMethodSignaturesResponseOrBuilder() { if ((messageCase_ == 404) && (methodSignaturesResponseBuilder_ != null)) { return methodSignaturesResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 404) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MethodSignaturesResponse method_signatures_response = 404; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder> getMethodSignaturesResponseFieldBuilder() { if (methodSignaturesResponseBuilder_ == null) { if (!(messageCase_ == 404)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance(); } methodSignaturesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 404; onChanged();; return methodSignaturesResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder> reweaveResponseBuilder_; /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public boolean hasReweaveResponse() { return messageCase_ == 405; } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getReweaveResponse() { if (reweaveResponseBuilder_ == null) { if (messageCase_ == 405) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance(); } else { if (messageCase_ == 405) { return reweaveResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public Builder setReweaveResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse value) { if (reweaveResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { reweaveResponseBuilder_.setMessage(value); } messageCase_ = 405; return this; } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public Builder setReweaveResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder builderForValue) { if (reweaveResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { reweaveResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 405; return this; } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public Builder mergeReweaveResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse value) { if (reweaveResponseBuilder_ == null) { if (messageCase_ == 405 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 405) { reweaveResponseBuilder_.mergeFrom(value); } reweaveResponseBuilder_.setMessage(value); } messageCase_ = 405; return this; } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public Builder clearReweaveResponse() { if (reweaveResponseBuilder_ == null) { if (messageCase_ == 405) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 405) { messageCase_ = 0; message_ = null; } reweaveResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder getReweaveResponseBuilder() { return getReweaveResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder getReweaveResponseOrBuilder() { if ((messageCase_ == 405) && (reweaveResponseBuilder_ != null)) { return reweaveResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 405) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ReweaveResponse reweave_response = 405; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder> getReweaveResponseFieldBuilder() { if (reweaveResponseBuilder_ == null) { if (!(messageCase_ == 405)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance(); } reweaveResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 405; onChanged();; return reweaveResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder> headerResponseBuilder_; /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public boolean hasHeaderResponse() { return messageCase_ == 500; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getHeaderResponse() { if (headerResponseBuilder_ == null) { if (messageCase_ == 500) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance(); } else { if (messageCase_ == 500) { return headerResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance(); } } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public Builder setHeaderResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse value) { if (headerResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { headerResponseBuilder_.setMessage(value); } messageCase_ = 500; return this; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public Builder setHeaderResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder builderForValue) { if (headerResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { headerResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 500; return this; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public Builder mergeHeaderResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse value) { if (headerResponseBuilder_ == null) { if (messageCase_ == 500 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 500) { headerResponseBuilder_.mergeFrom(value); } headerResponseBuilder_.setMessage(value); } messageCase_ = 500; return this; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public Builder clearHeaderResponse() { if (headerResponseBuilder_ == null) { if (messageCase_ == 500) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 500) { messageCase_ = 0; message_ = null; } headerResponseBuilder_.clear(); } return this; } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder getHeaderResponseBuilder() { return getHeaderResponseFieldBuilder().getBuilder(); } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder getHeaderResponseOrBuilder() { if ((messageCase_ == 500) && (headerResponseBuilder_ != null)) { return headerResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 500) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance(); } } /** *
       * LiveTraceRepository
       * 
* * .org_glowroot_wire_api_model.HeaderResponse header_response = 500; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder> getHeaderResponseFieldBuilder() { if (headerResponseBuilder_ == null) { if (!(messageCase_ == 500)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.getDefaultInstance(); } headerResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 500; onChanged();; return headerResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder> entriesResponseBuilder_; /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public boolean hasEntriesResponse() { return messageCase_ == 501; } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getEntriesResponse() { if (entriesResponseBuilder_ == null) { if (messageCase_ == 501) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance(); } else { if (messageCase_ == 501) { return entriesResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public Builder setEntriesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse value) { if (entriesResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { entriesResponseBuilder_.setMessage(value); } messageCase_ = 501; return this; } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public Builder setEntriesResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder builderForValue) { if (entriesResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { entriesResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 501; return this; } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public Builder mergeEntriesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse value) { if (entriesResponseBuilder_ == null) { if (messageCase_ == 501 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 501) { entriesResponseBuilder_.mergeFrom(value); } entriesResponseBuilder_.setMessage(value); } messageCase_ = 501; return this; } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public Builder clearEntriesResponse() { if (entriesResponseBuilder_ == null) { if (messageCase_ == 501) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 501) { messageCase_ = 0; message_ = null; } entriesResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder getEntriesResponseBuilder() { return getEntriesResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder getEntriesResponseOrBuilder() { if ((messageCase_ == 501) && (entriesResponseBuilder_ != null)) { return entriesResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 501) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.EntriesResponse entries_response = 501; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder> getEntriesResponseFieldBuilder() { if (entriesResponseBuilder_ == null) { if (!(messageCase_ == 501)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.getDefaultInstance(); } entriesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 501; onChanged();; return entriesResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder> queriesResponseBuilder_; /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public boolean hasQueriesResponse() { return messageCase_ == 505; } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse getQueriesResponse() { if (queriesResponseBuilder_ == null) { if (messageCase_ == 505) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance(); } else { if (messageCase_ == 505) { return queriesResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public Builder setQueriesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse value) { if (queriesResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { queriesResponseBuilder_.setMessage(value); } messageCase_ = 505; return this; } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public Builder setQueriesResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder builderForValue) { if (queriesResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { queriesResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 505; return this; } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public Builder mergeQueriesResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse value) { if (queriesResponseBuilder_ == null) { if (messageCase_ == 505 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 505) { queriesResponseBuilder_.mergeFrom(value); } queriesResponseBuilder_.setMessage(value); } messageCase_ = 505; return this; } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public Builder clearQueriesResponse() { if (queriesResponseBuilder_ == null) { if (messageCase_ == 505) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 505) { messageCase_ = 0; message_ = null; } queriesResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder getQueriesResponseBuilder() { return getQueriesResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder getQueriesResponseOrBuilder() { if ((messageCase_ == 505) && (queriesResponseBuilder_ != null)) { return queriesResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 505) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.QueriesResponse queries_response = 505; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder> getQueriesResponseFieldBuilder() { if (queriesResponseBuilder_ == null) { if (!(messageCase_ == 505)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance(); } queriesResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 505; onChanged();; return queriesResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder> mainThreadProfileResponseBuilder_; /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public boolean hasMainThreadProfileResponse() { return messageCase_ == 502; } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getMainThreadProfileResponse() { if (mainThreadProfileResponseBuilder_ == null) { if (messageCase_ == 502) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance(); } else { if (messageCase_ == 502) { return mainThreadProfileResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public Builder setMainThreadProfileResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse value) { if (mainThreadProfileResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { mainThreadProfileResponseBuilder_.setMessage(value); } messageCase_ = 502; return this; } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public Builder setMainThreadProfileResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder builderForValue) { if (mainThreadProfileResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { mainThreadProfileResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 502; return this; } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public Builder mergeMainThreadProfileResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse value) { if (mainThreadProfileResponseBuilder_ == null) { if (messageCase_ == 502 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 502) { mainThreadProfileResponseBuilder_.mergeFrom(value); } mainThreadProfileResponseBuilder_.setMessage(value); } messageCase_ = 502; return this; } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public Builder clearMainThreadProfileResponse() { if (mainThreadProfileResponseBuilder_ == null) { if (messageCase_ == 502) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 502) { messageCase_ = 0; message_ = null; } mainThreadProfileResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder getMainThreadProfileResponseBuilder() { return getMainThreadProfileResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder getMainThreadProfileResponseOrBuilder() { if ((messageCase_ == 502) && (mainThreadProfileResponseBuilder_ != null)) { return mainThreadProfileResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 502) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.MainThreadProfileResponse main_thread_profile_response = 502; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder> getMainThreadProfileResponseFieldBuilder() { if (mainThreadProfileResponseBuilder_ == null) { if (!(messageCase_ == 502)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.getDefaultInstance(); } mainThreadProfileResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 502; onChanged();; return mainThreadProfileResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder> auxThreadProfileResponseBuilder_; /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public boolean hasAuxThreadProfileResponse() { return messageCase_ == 503; } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getAuxThreadProfileResponse() { if (auxThreadProfileResponseBuilder_ == null) { if (messageCase_ == 503) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance(); } else { if (messageCase_ == 503) { return auxThreadProfileResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public Builder setAuxThreadProfileResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse value) { if (auxThreadProfileResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { auxThreadProfileResponseBuilder_.setMessage(value); } messageCase_ = 503; return this; } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public Builder setAuxThreadProfileResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder builderForValue) { if (auxThreadProfileResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { auxThreadProfileResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 503; return this; } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public Builder mergeAuxThreadProfileResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse value) { if (auxThreadProfileResponseBuilder_ == null) { if (messageCase_ == 503 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 503) { auxThreadProfileResponseBuilder_.mergeFrom(value); } auxThreadProfileResponseBuilder_.setMessage(value); } messageCase_ = 503; return this; } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public Builder clearAuxThreadProfileResponse() { if (auxThreadProfileResponseBuilder_ == null) { if (messageCase_ == 503) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 503) { messageCase_ = 0; message_ = null; } auxThreadProfileResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder getAuxThreadProfileResponseBuilder() { return getAuxThreadProfileResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder getAuxThreadProfileResponseOrBuilder() { if ((messageCase_ == 503) && (auxThreadProfileResponseBuilder_ != null)) { return auxThreadProfileResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 503) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.AuxThreadProfileResponse aux_thread_profile_response = 503; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder> getAuxThreadProfileResponseFieldBuilder() { if (auxThreadProfileResponseBuilder_ == null) { if (!(messageCase_ == 503)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.getDefaultInstance(); } auxThreadProfileResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 503; onChanged();; return auxThreadProfileResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder> fullTraceResponseBuilder_; /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public boolean hasFullTraceResponse() { return messageCase_ == 504; } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getFullTraceResponse() { if (fullTraceResponseBuilder_ == null) { if (messageCase_ == 504) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance(); } else { if (messageCase_ == 504) { return fullTraceResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public Builder setFullTraceResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse value) { if (fullTraceResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { fullTraceResponseBuilder_.setMessage(value); } messageCase_ = 504; return this; } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public Builder setFullTraceResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder builderForValue) { if (fullTraceResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { fullTraceResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 504; return this; } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public Builder mergeFullTraceResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse value) { if (fullTraceResponseBuilder_ == null) { if (messageCase_ == 504 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 504) { fullTraceResponseBuilder_.mergeFrom(value); } fullTraceResponseBuilder_.setMessage(value); } messageCase_ = 504; return this; } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public Builder clearFullTraceResponse() { if (fullTraceResponseBuilder_ == null) { if (messageCase_ == 504) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 504) { messageCase_ = 0; message_ = null; } fullTraceResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder getFullTraceResponseBuilder() { return getFullTraceResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder getFullTraceResponseOrBuilder() { if ((messageCase_ == 504) && (fullTraceResponseBuilder_ != null)) { return fullTraceResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 504) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.FullTraceResponse full_trace_response = 504; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder> getFullTraceResponseFieldBuilder() { if (fullTraceResponseBuilder_ == null) { if (!(messageCase_ == 504)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.getDefaultInstance(); } fullTraceResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 504; onChanged();; return fullTraceResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder> unknownRequestResponseBuilder_; /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public boolean hasUnknownRequestResponse() { return messageCase_ == 10000; } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getUnknownRequestResponse() { if (unknownRequestResponseBuilder_ == null) { if (messageCase_ == 10000) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance(); } else { if (messageCase_ == 10000) { return unknownRequestResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public Builder setUnknownRequestResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse value) { if (unknownRequestResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { unknownRequestResponseBuilder_.setMessage(value); } messageCase_ = 10000; return this; } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public Builder setUnknownRequestResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder builderForValue) { if (unknownRequestResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { unknownRequestResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 10000; return this; } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public Builder mergeUnknownRequestResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse value) { if (unknownRequestResponseBuilder_ == null) { if (messageCase_ == 10000 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 10000) { unknownRequestResponseBuilder_.mergeFrom(value); } unknownRequestResponseBuilder_.setMessage(value); } messageCase_ = 10000; return this; } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public Builder clearUnknownRequestResponse() { if (unknownRequestResponseBuilder_ == null) { if (messageCase_ == 10000) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 10000) { messageCase_ = 0; message_ = null; } unknownRequestResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder getUnknownRequestResponseBuilder() { return getUnknownRequestResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder getUnknownRequestResponseOrBuilder() { if ((messageCase_ == 10000) && (unknownRequestResponseBuilder_ != null)) { return unknownRequestResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 10000) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.UnknownRequestResponse unknown_request_response = 10000; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder> getUnknownRequestResponseFieldBuilder() { if (unknownRequestResponseBuilder_ == null) { if (!(messageCase_ == 10000)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.getDefaultInstance(); } unknownRequestResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 10000; onChanged();; return unknownRequestResponseBuilder_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder> exceptionResponseBuilder_; /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public boolean hasExceptionResponse() { return messageCase_ == 10001; } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getExceptionResponse() { if (exceptionResponseBuilder_ == null) { if (messageCase_ == 10001) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance(); } else { if (messageCase_ == 10001) { return exceptionResponseBuilder_.getMessage(); } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public Builder setExceptionResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse value) { if (exceptionResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); } else { exceptionResponseBuilder_.setMessage(value); } messageCase_ = 10001; return this; } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public Builder setExceptionResponse( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder builderForValue) { if (exceptionResponseBuilder_ == null) { message_ = builderForValue.build(); onChanged(); } else { exceptionResponseBuilder_.setMessage(builderForValue.build()); } messageCase_ = 10001; return this; } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public Builder mergeExceptionResponse(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse value) { if (exceptionResponseBuilder_ == null) { if (messageCase_ == 10001 && message_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance()) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.newBuilder((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_) .mergeFrom(value).buildPartial(); } else { message_ = value; } onChanged(); } else { if (messageCase_ == 10001) { exceptionResponseBuilder_.mergeFrom(value); } exceptionResponseBuilder_.setMessage(value); } messageCase_ = 10001; return this; } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public Builder clearExceptionResponse() { if (exceptionResponseBuilder_ == null) { if (messageCase_ == 10001) { messageCase_ = 0; message_ = null; onChanged(); } } else { if (messageCase_ == 10001) { messageCase_ = 0; message_ = null; } exceptionResponseBuilder_.clear(); } return this; } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder getExceptionResponseBuilder() { return getExceptionResponseFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder getExceptionResponseOrBuilder() { if ((messageCase_ == 10001) && (exceptionResponseBuilder_ != null)) { return exceptionResponseBuilder_.getMessageOrBuilder(); } else { if (messageCase_ == 10001) { return (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_; } return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance(); } } /** * .org_glowroot_wire_api_model.ExceptionResponse exception_response = 10001; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder> getExceptionResponseFieldBuilder() { if (exceptionResponseBuilder_ == null) { if (!(messageCase_ == 10001)) { message_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.getDefaultInstance(); } exceptionResponseBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponseOrBuilder>( (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) message_, getParentForChildren(), isClean()); message_ = null; } messageCase_ = 10001; onChanged();; return exceptionResponseBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.AgentResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AgentResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public AgentResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new AgentResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HelloOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Hello) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string agent_id = 1; */ java.lang.String getAgentId(); /** * string agent_id = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getAgentIdBytes(); /** * bool post_v09 = 2; */ boolean getPostV09(); } /** * Protobuf type {@code org_glowroot_wire_api_model.Hello} */ public static final class Hello extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Hello) HelloOrBuilder { private static final long serialVersionUID = 0L; // Use Hello.newBuilder() to construct. private Hello(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Hello() { agentId_ = ""; postV09_ = false; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Hello( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); agentId_ = s; break; } case 16: { postV09_ = input.readBool(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder.class); } public static final int AGENT_ID_FIELD_NUMBER = 1; private volatile java.lang.Object agentId_; /** * string agent_id = 1; */ public java.lang.String getAgentId() { java.lang.Object ref = agentId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); agentId_ = s; return s; } } /** * string agent_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getAgentIdBytes() { java.lang.Object ref = agentId_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); agentId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int POST_V09_FIELD_NUMBER = 2; private boolean postV09_; /** * bool post_v09 = 2; */ public boolean getPostV09() { return postV09_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getAgentIdBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, agentId_); } if (postV09_ != false) { output.writeBool(2, postV09_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getAgentIdBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, agentId_); } if (postV09_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(2, postV09_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) obj; boolean result = true; result = result && getAgentId() .equals(other.getAgentId()); result = result && (getPostV09() == other.getPostV09()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + AGENT_ID_FIELD_NUMBER; hash = (53 * hash) + getAgentId().hashCode(); hash = (37 * hash) + POST_V09_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getPostV09()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.Hello} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.Hello) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); agentId_ = ""; postV09_ = false; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Hello_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello(this); result.agentId_ = agentId_; result.postV09_ = postV09_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello.getDefaultInstance()) return this; if (!other.getAgentId().isEmpty()) { agentId_ = other.agentId_; onChanged(); } if (other.getPostV09() != false) { setPostV09(other.getPostV09()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object agentId_ = ""; /** * string agent_id = 1; */ public java.lang.String getAgentId() { java.lang.Object ref = agentId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); agentId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string agent_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getAgentIdBytes() { java.lang.Object ref = agentId_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); agentId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string agent_id = 1; */ public Builder setAgentId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } agentId_ = value; onChanged(); return this; } /** * string agent_id = 1; */ public Builder clearAgentId() { agentId_ = getDefaultInstance().getAgentId(); onChanged(); return this; } /** * string agent_id = 1; */ public Builder setAgentIdBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); agentId_ = value; onChanged(); return this; } private boolean postV09_ ; /** * bool post_v09 = 2; */ public boolean getPostV09() { return postV09_; } /** * bool post_v09 = 2; */ public Builder setPostV09(boolean value) { postV09_ = value; onChanged(); return this; } /** * bool post_v09 = 2; */ public Builder clearPostV09() { postV09_ = false; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.Hello) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.Hello) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public Hello parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new Hello(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Hello getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HelloAckOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HelloAck) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.HelloAck} */ public static final class HelloAck extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HelloAck) HelloAckOrBuilder { private static final long serialVersionUID = 0L; // Use HelloAck.newBuilder() to construct. private HelloAck(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HelloAck() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HelloAck( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HelloAck} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HelloAck) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAckOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HelloAck_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HelloAck) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HelloAck) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public HelloAck parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new HelloAck(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HelloAck getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AgentConfigUpdateRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AgentConfigUpdateRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ boolean hasAgentConfig(); /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig getAgentConfig(); /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder getAgentConfigOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.AgentConfigUpdateRequest} */ public static final class AgentConfigUpdateRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AgentConfigUpdateRequest) AgentConfigUpdateRequestOrBuilder { private static final long serialVersionUID = 0L; // Use AgentConfigUpdateRequest.newBuilder() to construct. private AgentConfigUpdateRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AgentConfigUpdateRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AgentConfigUpdateRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder subBuilder = null; if (agentConfig_ != null) { subBuilder = agentConfig_.toBuilder(); } agentConfig_ = input.readMessage(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(agentConfig_); agentConfig_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder.class); } public static final int AGENT_CONFIG_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig agentConfig_; /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public boolean hasAgentConfig() { return agentConfig_ != null; } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig getAgentConfig() { return agentConfig_ == null ? org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.getDefaultInstance() : agentConfig_; } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder getAgentConfigOrBuilder() { return getAgentConfig(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (agentConfig_ != null) { output.writeMessage(1, getAgentConfig()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (agentConfig_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getAgentConfig()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) obj; boolean result = true; result = result && (hasAgentConfig() == other.hasAgentConfig()); if (hasAgentConfig()) { result = result && getAgentConfig() .equals(other.getAgentConfig()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasAgentConfig()) { hash = (37 * hash) + AGENT_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getAgentConfig().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.AgentConfigUpdateRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.AgentConfigUpdateRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (agentConfigBuilder_ == null) { agentConfig_ = null; } else { agentConfig_ = null; agentConfigBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest(this); if (agentConfigBuilder_ == null) { result.agentConfig_ = agentConfig_; } else { result.agentConfig_ = agentConfigBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest.getDefaultInstance()) return this; if (other.hasAgentConfig()) { mergeAgentConfig(other.getAgentConfig()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig agentConfig_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder> agentConfigBuilder_; /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public boolean hasAgentConfig() { return agentConfigBuilder_ != null || agentConfig_ != null; } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig getAgentConfig() { if (agentConfigBuilder_ == null) { return agentConfig_ == null ? org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.getDefaultInstance() : agentConfig_; } else { return agentConfigBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public Builder setAgentConfig(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig value) { if (agentConfigBuilder_ == null) { if (value == null) { throw new NullPointerException(); } agentConfig_ = value; onChanged(); } else { agentConfigBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public Builder setAgentConfig( org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder builderForValue) { if (agentConfigBuilder_ == null) { agentConfig_ = builderForValue.build(); onChanged(); } else { agentConfigBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public Builder mergeAgentConfig(org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig value) { if (agentConfigBuilder_ == null) { if (agentConfig_ != null) { agentConfig_ = org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.newBuilder(agentConfig_).mergeFrom(value).buildPartial(); } else { agentConfig_ = value; } onChanged(); } else { agentConfigBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public Builder clearAgentConfig() { if (agentConfigBuilder_ == null) { agentConfig_ = null; onChanged(); } else { agentConfig_ = null; agentConfigBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder getAgentConfigBuilder() { onChanged(); return getAgentConfigFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ public org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder getAgentConfigOrBuilder() { if (agentConfigBuilder_ != null) { return agentConfigBuilder_.getMessageOrBuilder(); } else { return agentConfig_ == null ? org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.getDefaultInstance() : agentConfig_; } } /** * .org_glowroot_wire_api_model.AgentConfig agent_config = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder> getAgentConfigFieldBuilder() { if (agentConfigBuilder_ == null) { agentConfigBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfig.Builder, org.glowroot.wire.api.model.AgentConfigOuterClass.AgentConfigOrBuilder>( getAgentConfig(), getParentForChildren(), isClean()); agentConfig_ = null; } return agentConfigBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.AgentConfigUpdateRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AgentConfigUpdateRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public AgentConfigUpdateRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new AgentConfigUpdateRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AgentConfigUpdateResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AgentConfigUpdateResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.AgentConfigUpdateResponse} */ public static final class AgentConfigUpdateResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AgentConfigUpdateResponse) AgentConfigUpdateResponseOrBuilder { private static final long serialVersionUID = 0L; // Use AgentConfigUpdateResponse.newBuilder() to construct. private AgentConfigUpdateResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AgentConfigUpdateResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AgentConfigUpdateResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.AgentConfigUpdateResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.AgentConfigUpdateResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.AgentConfigUpdateResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AgentConfigUpdateResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public AgentConfigUpdateResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new AgentConfigUpdateResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AgentConfigUpdateResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ThreadDumpRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDumpRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDumpRequest} */ public static final class ThreadDumpRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDumpRequest) ThreadDumpRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ThreadDumpRequest.newBuilder() to construct. private ThreadDumpRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ThreadDumpRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ThreadDumpRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDumpRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ThreadDumpRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ThreadDumpRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ThreadDumpRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ThreadDumpRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ThreadDumpRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ThreadDumpResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDumpResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ boolean hasThreadDump(); /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getThreadDump(); /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder getThreadDumpOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDumpResponse} */ public static final class ThreadDumpResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDumpResponse) ThreadDumpResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ThreadDumpResponse.newBuilder() to construct. private ThreadDumpResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ThreadDumpResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ThreadDumpResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder subBuilder = null; if (threadDump_ != null) { subBuilder = threadDump_.toBuilder(); } threadDump_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(threadDump_); threadDump_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder.class); } public static final int THREAD_DUMP_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump threadDump_; /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public boolean hasThreadDump() { return threadDump_ != null; } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getThreadDump() { return threadDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.getDefaultInstance() : threadDump_; } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder getThreadDumpOrBuilder() { return getThreadDump(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (threadDump_ != null) { output.writeMessage(1, getThreadDump()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (threadDump_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getThreadDump()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) obj; boolean result = true; result = result && (hasThreadDump() == other.hasThreadDump()); if (hasThreadDump()) { result = result && getThreadDump() .equals(other.getThreadDump()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasThreadDump()) { hash = (37 * hash) + THREAD_DUMP_FIELD_NUMBER; hash = (53 * hash) + getThreadDump().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDumpResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ThreadDumpResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (threadDumpBuilder_ == null) { threadDump_ = null; } else { threadDump_ = null; threadDumpBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse(this); if (threadDumpBuilder_ == null) { result.threadDump_ = threadDump_; } else { result.threadDump_ = threadDumpBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse.getDefaultInstance()) return this; if (other.hasThreadDump()) { mergeThreadDump(other.getThreadDump()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump threadDump_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder> threadDumpBuilder_; /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public boolean hasThreadDump() { return threadDumpBuilder_ != null || threadDump_ != null; } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getThreadDump() { if (threadDumpBuilder_ == null) { return threadDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.getDefaultInstance() : threadDump_; } else { return threadDumpBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public Builder setThreadDump(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump value) { if (threadDumpBuilder_ == null) { if (value == null) { throw new NullPointerException(); } threadDump_ = value; onChanged(); } else { threadDumpBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public Builder setThreadDump( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder builderForValue) { if (threadDumpBuilder_ == null) { threadDump_ = builderForValue.build(); onChanged(); } else { threadDumpBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public Builder mergeThreadDump(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump value) { if (threadDumpBuilder_ == null) { if (threadDump_ != null) { threadDump_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.newBuilder(threadDump_).mergeFrom(value).buildPartial(); } else { threadDump_ = value; } onChanged(); } else { threadDumpBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public Builder clearThreadDump() { if (threadDumpBuilder_ == null) { threadDump_ = null; onChanged(); } else { threadDump_ = null; threadDumpBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder getThreadDumpBuilder() { onChanged(); return getThreadDumpFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder getThreadDumpOrBuilder() { if (threadDumpBuilder_ != null) { return threadDumpBuilder_.getMessageOrBuilder(); } else { return threadDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.getDefaultInstance() : threadDump_; } } /** * .org_glowroot_wire_api_model.ThreadDump thread_dump = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder> getThreadDumpFieldBuilder() { if (threadDumpBuilder_ == null) { threadDumpBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpOrBuilder>( getThreadDump(), getParentForChildren(), isClean()); threadDump_ = null; } return threadDumpBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ThreadDumpResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ThreadDumpResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ThreadDumpResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ThreadDumpResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDumpResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface JstackRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.JstackRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.JstackRequest} */ public static final class JstackRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.JstackRequest) JstackRequestOrBuilder { private static final long serialVersionUID = 0L; // Use JstackRequest.newBuilder() to construct. private JstackRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private JstackRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private JstackRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.JstackRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.JstackRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.JstackRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.JstackRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public JstackRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new JstackRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface JstackResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.JstackResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string jstack = 1; */ java.lang.String getJstack(); /** * string jstack = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getJstackBytes(); /** * bool unavailable_due_to_running_in_jre = 2; */ boolean getUnavailableDueToRunningInJre(); /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ boolean getUnavailableDueToRunningInIbmJvm(); } /** * Protobuf type {@code org_glowroot_wire_api_model.JstackResponse} */ public static final class JstackResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.JstackResponse) JstackResponseOrBuilder { private static final long serialVersionUID = 0L; // Use JstackResponse.newBuilder() to construct. private JstackResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private JstackResponse() { jstack_ = ""; unavailableDueToRunningInJre_ = false; unavailableDueToRunningInIbmJvm_ = false; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private JstackResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); jstack_ = s; break; } case 16: { unavailableDueToRunningInJre_ = input.readBool(); break; } case 24: { unavailableDueToRunningInIbmJvm_ = input.readBool(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder.class); } public static final int JSTACK_FIELD_NUMBER = 1; private volatile java.lang.Object jstack_; /** * string jstack = 1; */ public java.lang.String getJstack() { java.lang.Object ref = jstack_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); jstack_ = s; return s; } } /** * string jstack = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getJstackBytes() { java.lang.Object ref = jstack_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); jstack_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int UNAVAILABLE_DUE_TO_RUNNING_IN_JRE_FIELD_NUMBER = 2; private boolean unavailableDueToRunningInJre_; /** * bool unavailable_due_to_running_in_jre = 2; */ public boolean getUnavailableDueToRunningInJre() { return unavailableDueToRunningInJre_; } public static final int UNAVAILABLE_DUE_TO_RUNNING_IN_IBM_JVM_FIELD_NUMBER = 3; private boolean unavailableDueToRunningInIbmJvm_; /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ public boolean getUnavailableDueToRunningInIbmJvm() { return unavailableDueToRunningInIbmJvm_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getJstackBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, jstack_); } if (unavailableDueToRunningInJre_ != false) { output.writeBool(2, unavailableDueToRunningInJre_); } if (unavailableDueToRunningInIbmJvm_ != false) { output.writeBool(3, unavailableDueToRunningInIbmJvm_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getJstackBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, jstack_); } if (unavailableDueToRunningInJre_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(2, unavailableDueToRunningInJre_); } if (unavailableDueToRunningInIbmJvm_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(3, unavailableDueToRunningInIbmJvm_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) obj; boolean result = true; result = result && getJstack() .equals(other.getJstack()); result = result && (getUnavailableDueToRunningInJre() == other.getUnavailableDueToRunningInJre()); result = result && (getUnavailableDueToRunningInIbmJvm() == other.getUnavailableDueToRunningInIbmJvm()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + JSTACK_FIELD_NUMBER; hash = (53 * hash) + getJstack().hashCode(); hash = (37 * hash) + UNAVAILABLE_DUE_TO_RUNNING_IN_JRE_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getUnavailableDueToRunningInJre()); hash = (37 * hash) + UNAVAILABLE_DUE_TO_RUNNING_IN_IBM_JVM_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getUnavailableDueToRunningInIbmJvm()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.JstackResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.JstackResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); jstack_ = ""; unavailableDueToRunningInJre_ = false; unavailableDueToRunningInIbmJvm_ = false; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_JstackResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse(this); result.jstack_ = jstack_; result.unavailableDueToRunningInJre_ = unavailableDueToRunningInJre_; result.unavailableDueToRunningInIbmJvm_ = unavailableDueToRunningInIbmJvm_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse.getDefaultInstance()) return this; if (!other.getJstack().isEmpty()) { jstack_ = other.jstack_; onChanged(); } if (other.getUnavailableDueToRunningInJre() != false) { setUnavailableDueToRunningInJre(other.getUnavailableDueToRunningInJre()); } if (other.getUnavailableDueToRunningInIbmJvm() != false) { setUnavailableDueToRunningInIbmJvm(other.getUnavailableDueToRunningInIbmJvm()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object jstack_ = ""; /** * string jstack = 1; */ public java.lang.String getJstack() { java.lang.Object ref = jstack_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); jstack_ = s; return s; } else { return (java.lang.String) ref; } } /** * string jstack = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getJstackBytes() { java.lang.Object ref = jstack_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); jstack_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string jstack = 1; */ public Builder setJstack( java.lang.String value) { if (value == null) { throw new NullPointerException(); } jstack_ = value; onChanged(); return this; } /** * string jstack = 1; */ public Builder clearJstack() { jstack_ = getDefaultInstance().getJstack(); onChanged(); return this; } /** * string jstack = 1; */ public Builder setJstackBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); jstack_ = value; onChanged(); return this; } private boolean unavailableDueToRunningInJre_ ; /** * bool unavailable_due_to_running_in_jre = 2; */ public boolean getUnavailableDueToRunningInJre() { return unavailableDueToRunningInJre_; } /** * bool unavailable_due_to_running_in_jre = 2; */ public Builder setUnavailableDueToRunningInJre(boolean value) { unavailableDueToRunningInJre_ = value; onChanged(); return this; } /** * bool unavailable_due_to_running_in_jre = 2; */ public Builder clearUnavailableDueToRunningInJre() { unavailableDueToRunningInJre_ = false; onChanged(); return this; } private boolean unavailableDueToRunningInIbmJvm_ ; /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ public boolean getUnavailableDueToRunningInIbmJvm() { return unavailableDueToRunningInIbmJvm_; } /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ public Builder setUnavailableDueToRunningInIbmJvm(boolean value) { unavailableDueToRunningInIbmJvm_ = value; onChanged(); return this; } /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ public Builder clearUnavailableDueToRunningInIbmJvm() { unavailableDueToRunningInIbmJvm_ = false; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.JstackResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.JstackResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public JstackResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new JstackResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.JstackResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AvailableDiskSpaceRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AvailableDiskSpaceRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string directory = 1; */ java.lang.String getDirectory(); /** * string directory = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getDirectoryBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.AvailableDiskSpaceRequest} */ public static final class AvailableDiskSpaceRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AvailableDiskSpaceRequest) AvailableDiskSpaceRequestOrBuilder { private static final long serialVersionUID = 0L; // Use AvailableDiskSpaceRequest.newBuilder() to construct. private AvailableDiskSpaceRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AvailableDiskSpaceRequest() { directory_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AvailableDiskSpaceRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); directory_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder.class); } public static final int DIRECTORY_FIELD_NUMBER = 1; private volatile java.lang.Object directory_; /** * string directory = 1; */ public java.lang.String getDirectory() { java.lang.Object ref = directory_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); directory_ = s; return s; } } /** * string directory = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getDirectoryBytes() { java.lang.Object ref = directory_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); directory_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getDirectoryBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, directory_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getDirectoryBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, directory_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) obj; boolean result = true; result = result && getDirectory() .equals(other.getDirectory()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + DIRECTORY_FIELD_NUMBER; hash = (53 * hash) + getDirectory().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.AvailableDiskSpaceRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.AvailableDiskSpaceRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); directory_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest(this); result.directory_ = directory_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest.getDefaultInstance()) return this; if (!other.getDirectory().isEmpty()) { directory_ = other.directory_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object directory_ = ""; /** * string directory = 1; */ public java.lang.String getDirectory() { java.lang.Object ref = directory_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); directory_ = s; return s; } else { return (java.lang.String) ref; } } /** * string directory = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getDirectoryBytes() { java.lang.Object ref = directory_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); directory_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string directory = 1; */ public Builder setDirectory( java.lang.String value) { if (value == null) { throw new NullPointerException(); } directory_ = value; onChanged(); return this; } /** * string directory = 1; */ public Builder clearDirectory() { directory_ = getDefaultInstance().getDirectory(); onChanged(); return this; } /** * string directory = 1; */ public Builder setDirectoryBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); directory_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.AvailableDiskSpaceRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AvailableDiskSpaceRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public AvailableDiskSpaceRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new AvailableDiskSpaceRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AvailableDiskSpaceResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AvailableDiskSpaceResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * int64 available_bytes = 1; */ long getAvailableBytes(); /** * bool directory_does_not_exist = 2; */ boolean getDirectoryDoesNotExist(); } /** * Protobuf type {@code org_glowroot_wire_api_model.AvailableDiskSpaceResponse} */ public static final class AvailableDiskSpaceResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AvailableDiskSpaceResponse) AvailableDiskSpaceResponseOrBuilder { private static final long serialVersionUID = 0L; // Use AvailableDiskSpaceResponse.newBuilder() to construct. private AvailableDiskSpaceResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AvailableDiskSpaceResponse() { availableBytes_ = 0L; directoryDoesNotExist_ = false; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AvailableDiskSpaceResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { availableBytes_ = input.readInt64(); break; } case 16: { directoryDoesNotExist_ = input.readBool(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder.class); } public static final int AVAILABLE_BYTES_FIELD_NUMBER = 1; private long availableBytes_; /** * int64 available_bytes = 1; */ public long getAvailableBytes() { return availableBytes_; } public static final int DIRECTORY_DOES_NOT_EXIST_FIELD_NUMBER = 2; private boolean directoryDoesNotExist_; /** * bool directory_does_not_exist = 2; */ public boolean getDirectoryDoesNotExist() { return directoryDoesNotExist_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (availableBytes_ != 0L) { output.writeInt64(1, availableBytes_); } if (directoryDoesNotExist_ != false) { output.writeBool(2, directoryDoesNotExist_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (availableBytes_ != 0L) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt64Size(1, availableBytes_); } if (directoryDoesNotExist_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(2, directoryDoesNotExist_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) obj; boolean result = true; result = result && (getAvailableBytes() == other.getAvailableBytes()); result = result && (getDirectoryDoesNotExist() == other.getDirectoryDoesNotExist()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + AVAILABLE_BYTES_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( getAvailableBytes()); hash = (37 * hash) + DIRECTORY_DOES_NOT_EXIST_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getDirectoryDoesNotExist()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.AvailableDiskSpaceResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.AvailableDiskSpaceResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); availableBytes_ = 0L; directoryDoesNotExist_ = false; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse(this); result.availableBytes_ = availableBytes_; result.directoryDoesNotExist_ = directoryDoesNotExist_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse.getDefaultInstance()) return this; if (other.getAvailableBytes() != 0L) { setAvailableBytes(other.getAvailableBytes()); } if (other.getDirectoryDoesNotExist() != false) { setDirectoryDoesNotExist(other.getDirectoryDoesNotExist()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private long availableBytes_ ; /** * int64 available_bytes = 1; */ public long getAvailableBytes() { return availableBytes_; } /** * int64 available_bytes = 1; */ public Builder setAvailableBytes(long value) { availableBytes_ = value; onChanged(); return this; } /** * int64 available_bytes = 1; */ public Builder clearAvailableBytes() { availableBytes_ = 0L; onChanged(); return this; } private boolean directoryDoesNotExist_ ; /** * bool directory_does_not_exist = 2; */ public boolean getDirectoryDoesNotExist() { return directoryDoesNotExist_; } /** * bool directory_does_not_exist = 2; */ public Builder setDirectoryDoesNotExist(boolean value) { directoryDoesNotExist_ = value; onChanged(); return this; } /** * bool directory_does_not_exist = 2; */ public Builder clearDirectoryDoesNotExist() { directoryDoesNotExist_ = false; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.AvailableDiskSpaceResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.AvailableDiskSpaceResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public AvailableDiskSpaceResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new AvailableDiskSpaceResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailableDiskSpaceResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HeapDumpRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapDumpRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string directory = 1; */ java.lang.String getDirectory(); /** * string directory = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getDirectoryBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapDumpRequest} */ public static final class HeapDumpRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapDumpRequest) HeapDumpRequestOrBuilder { private static final long serialVersionUID = 0L; // Use HeapDumpRequest.newBuilder() to construct. private HeapDumpRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HeapDumpRequest() { directory_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HeapDumpRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); directory_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder.class); } public static final int DIRECTORY_FIELD_NUMBER = 1; private volatile java.lang.Object directory_; /** * string directory = 1; */ public java.lang.String getDirectory() { java.lang.Object ref = directory_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); directory_ = s; return s; } } /** * string directory = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getDirectoryBytes() { java.lang.Object ref = directory_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); directory_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getDirectoryBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, directory_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getDirectoryBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, directory_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) obj; boolean result = true; result = result && getDirectory() .equals(other.getDirectory()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + DIRECTORY_FIELD_NUMBER; hash = (53 * hash) + getDirectory().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapDumpRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HeapDumpRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); directory_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest(this); result.directory_ = directory_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest.getDefaultInstance()) return this; if (!other.getDirectory().isEmpty()) { directory_ = other.directory_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object directory_ = ""; /** * string directory = 1; */ public java.lang.String getDirectory() { java.lang.Object ref = directory_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); directory_ = s; return s; } else { return (java.lang.String) ref; } } /** * string directory = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getDirectoryBytes() { java.lang.Object ref = directory_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); directory_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string directory = 1; */ public Builder setDirectory( java.lang.String value) { if (value == null) { throw new NullPointerException(); } directory_ = value; onChanged(); return this; } /** * string directory = 1; */ public Builder clearDirectory() { directory_ = getDefaultInstance().getDirectory(); onChanged(); return this; } /** * string directory = 1; */ public Builder setDirectoryBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); directory_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HeapDumpRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapDumpRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public HeapDumpRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new HeapDumpRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HeapDumpResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapDumpResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ boolean hasHeapDumpFileInfo(); /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getHeapDumpFileInfo(); /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder getHeapDumpFileInfoOrBuilder(); /** * bool directory_does_not_exist = 2; */ boolean getDirectoryDoesNotExist(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapDumpResponse} */ public static final class HeapDumpResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapDumpResponse) HeapDumpResponseOrBuilder { private static final long serialVersionUID = 0L; // Use HeapDumpResponse.newBuilder() to construct. private HeapDumpResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HeapDumpResponse() { directoryDoesNotExist_ = false; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HeapDumpResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder subBuilder = null; if (heapDumpFileInfo_ != null) { subBuilder = heapDumpFileInfo_.toBuilder(); } heapDumpFileInfo_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(heapDumpFileInfo_); heapDumpFileInfo_ = subBuilder.buildPartial(); } break; } case 16: { directoryDoesNotExist_ = input.readBool(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder.class); } public static final int HEAP_DUMP_FILE_INFO_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo heapDumpFileInfo_; /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public boolean hasHeapDumpFileInfo() { return heapDumpFileInfo_ != null; } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getHeapDumpFileInfo() { return heapDumpFileInfo_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.getDefaultInstance() : heapDumpFileInfo_; } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder getHeapDumpFileInfoOrBuilder() { return getHeapDumpFileInfo(); } public static final int DIRECTORY_DOES_NOT_EXIST_FIELD_NUMBER = 2; private boolean directoryDoesNotExist_; /** * bool directory_does_not_exist = 2; */ public boolean getDirectoryDoesNotExist() { return directoryDoesNotExist_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (heapDumpFileInfo_ != null) { output.writeMessage(1, getHeapDumpFileInfo()); } if (directoryDoesNotExist_ != false) { output.writeBool(2, directoryDoesNotExist_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (heapDumpFileInfo_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getHeapDumpFileInfo()); } if (directoryDoesNotExist_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(2, directoryDoesNotExist_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) obj; boolean result = true; result = result && (hasHeapDumpFileInfo() == other.hasHeapDumpFileInfo()); if (hasHeapDumpFileInfo()) { result = result && getHeapDumpFileInfo() .equals(other.getHeapDumpFileInfo()); } result = result && (getDirectoryDoesNotExist() == other.getDirectoryDoesNotExist()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasHeapDumpFileInfo()) { hash = (37 * hash) + HEAP_DUMP_FILE_INFO_FIELD_NUMBER; hash = (53 * hash) + getHeapDumpFileInfo().hashCode(); } hash = (37 * hash) + DIRECTORY_DOES_NOT_EXIST_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getDirectoryDoesNotExist()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapDumpResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HeapDumpResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (heapDumpFileInfoBuilder_ == null) { heapDumpFileInfo_ = null; } else { heapDumpFileInfo_ = null; heapDumpFileInfoBuilder_ = null; } directoryDoesNotExist_ = false; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse(this); if (heapDumpFileInfoBuilder_ == null) { result.heapDumpFileInfo_ = heapDumpFileInfo_; } else { result.heapDumpFileInfo_ = heapDumpFileInfoBuilder_.build(); } result.directoryDoesNotExist_ = directoryDoesNotExist_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse.getDefaultInstance()) return this; if (other.hasHeapDumpFileInfo()) { mergeHeapDumpFileInfo(other.getHeapDumpFileInfo()); } if (other.getDirectoryDoesNotExist() != false) { setDirectoryDoesNotExist(other.getDirectoryDoesNotExist()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo heapDumpFileInfo_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder> heapDumpFileInfoBuilder_; /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public boolean hasHeapDumpFileInfo() { return heapDumpFileInfoBuilder_ != null || heapDumpFileInfo_ != null; } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getHeapDumpFileInfo() { if (heapDumpFileInfoBuilder_ == null) { return heapDumpFileInfo_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.getDefaultInstance() : heapDumpFileInfo_; } else { return heapDumpFileInfoBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public Builder setHeapDumpFileInfo(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo value) { if (heapDumpFileInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } heapDumpFileInfo_ = value; onChanged(); } else { heapDumpFileInfoBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public Builder setHeapDumpFileInfo( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder builderForValue) { if (heapDumpFileInfoBuilder_ == null) { heapDumpFileInfo_ = builderForValue.build(); onChanged(); } else { heapDumpFileInfoBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public Builder mergeHeapDumpFileInfo(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo value) { if (heapDumpFileInfoBuilder_ == null) { if (heapDumpFileInfo_ != null) { heapDumpFileInfo_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.newBuilder(heapDumpFileInfo_).mergeFrom(value).buildPartial(); } else { heapDumpFileInfo_ = value; } onChanged(); } else { heapDumpFileInfoBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public Builder clearHeapDumpFileInfo() { if (heapDumpFileInfoBuilder_ == null) { heapDumpFileInfo_ = null; onChanged(); } else { heapDumpFileInfo_ = null; heapDumpFileInfoBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder getHeapDumpFileInfoBuilder() { onChanged(); return getHeapDumpFileInfoFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder getHeapDumpFileInfoOrBuilder() { if (heapDumpFileInfoBuilder_ != null) { return heapDumpFileInfoBuilder_.getMessageOrBuilder(); } else { return heapDumpFileInfo_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.getDefaultInstance() : heapDumpFileInfo_; } } /** * .org_glowroot_wire_api_model.HeapDumpFileInfo heap_dump_file_info = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder> getHeapDumpFileInfoFieldBuilder() { if (heapDumpFileInfoBuilder_ == null) { heapDumpFileInfoBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfoOrBuilder>( getHeapDumpFileInfo(), getParentForChildren(), isClean()); heapDumpFileInfo_ = null; } return heapDumpFileInfoBuilder_; } private boolean directoryDoesNotExist_ ; /** * bool directory_does_not_exist = 2; */ public boolean getDirectoryDoesNotExist() { return directoryDoesNotExist_; } /** * bool directory_does_not_exist = 2; */ public Builder setDirectoryDoesNotExist(boolean value) { directoryDoesNotExist_ = value; onChanged(); return this; } /** * bool directory_does_not_exist = 2; */ public Builder clearDirectoryDoesNotExist() { directoryDoesNotExist_ = false; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HeapDumpResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapDumpResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public HeapDumpResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new HeapDumpResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HeapHistogramRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapHistogramRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapHistogramRequest} */ public static final class HeapHistogramRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapHistogramRequest) HeapHistogramRequestOrBuilder { private static final long serialVersionUID = 0L; // Use HeapHistogramRequest.newBuilder() to construct. private HeapHistogramRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HeapHistogramRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HeapHistogramRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapHistogramRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HeapHistogramRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HeapHistogramRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapHistogramRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public HeapHistogramRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new HeapHistogramRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HeapHistogramResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapHistogramResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ boolean hasHeapHistogram(); /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram getHeapHistogram(); /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder getHeapHistogramOrBuilder(); /** * bool unavailable_due_to_running_in_jre = 2; */ boolean getUnavailableDueToRunningInJre(); /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ boolean getUnavailableDueToRunningInIbmJvm(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapHistogramResponse} */ public static final class HeapHistogramResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapHistogramResponse) HeapHistogramResponseOrBuilder { private static final long serialVersionUID = 0L; // Use HeapHistogramResponse.newBuilder() to construct. private HeapHistogramResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HeapHistogramResponse() { unavailableDueToRunningInJre_ = false; unavailableDueToRunningInIbmJvm_ = false; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HeapHistogramResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder subBuilder = null; if (heapHistogram_ != null) { subBuilder = heapHistogram_.toBuilder(); } heapHistogram_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(heapHistogram_); heapHistogram_ = subBuilder.buildPartial(); } break; } case 16: { unavailableDueToRunningInJre_ = input.readBool(); break; } case 24: { unavailableDueToRunningInIbmJvm_ = input.readBool(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder.class); } public static final int HEAP_HISTOGRAM_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram heapHistogram_; /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public boolean hasHeapHistogram() { return heapHistogram_ != null; } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram getHeapHistogram() { return heapHistogram_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.getDefaultInstance() : heapHistogram_; } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder getHeapHistogramOrBuilder() { return getHeapHistogram(); } public static final int UNAVAILABLE_DUE_TO_RUNNING_IN_JRE_FIELD_NUMBER = 2; private boolean unavailableDueToRunningInJre_; /** * bool unavailable_due_to_running_in_jre = 2; */ public boolean getUnavailableDueToRunningInJre() { return unavailableDueToRunningInJre_; } public static final int UNAVAILABLE_DUE_TO_RUNNING_IN_IBM_JVM_FIELD_NUMBER = 3; private boolean unavailableDueToRunningInIbmJvm_; /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ public boolean getUnavailableDueToRunningInIbmJvm() { return unavailableDueToRunningInIbmJvm_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (heapHistogram_ != null) { output.writeMessage(1, getHeapHistogram()); } if (unavailableDueToRunningInJre_ != false) { output.writeBool(2, unavailableDueToRunningInJre_); } if (unavailableDueToRunningInIbmJvm_ != false) { output.writeBool(3, unavailableDueToRunningInIbmJvm_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (heapHistogram_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getHeapHistogram()); } if (unavailableDueToRunningInJre_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(2, unavailableDueToRunningInJre_); } if (unavailableDueToRunningInIbmJvm_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(3, unavailableDueToRunningInIbmJvm_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) obj; boolean result = true; result = result && (hasHeapHistogram() == other.hasHeapHistogram()); if (hasHeapHistogram()) { result = result && getHeapHistogram() .equals(other.getHeapHistogram()); } result = result && (getUnavailableDueToRunningInJre() == other.getUnavailableDueToRunningInJre()); result = result && (getUnavailableDueToRunningInIbmJvm() == other.getUnavailableDueToRunningInIbmJvm()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasHeapHistogram()) { hash = (37 * hash) + HEAP_HISTOGRAM_FIELD_NUMBER; hash = (53 * hash) + getHeapHistogram().hashCode(); } hash = (37 * hash) + UNAVAILABLE_DUE_TO_RUNNING_IN_JRE_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getUnavailableDueToRunningInJre()); hash = (37 * hash) + UNAVAILABLE_DUE_TO_RUNNING_IN_IBM_JVM_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getUnavailableDueToRunningInIbmJvm()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapHistogramResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HeapHistogramResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (heapHistogramBuilder_ == null) { heapHistogram_ = null; } else { heapHistogram_ = null; heapHistogramBuilder_ = null; } unavailableDueToRunningInJre_ = false; unavailableDueToRunningInIbmJvm_ = false; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse(this); if (heapHistogramBuilder_ == null) { result.heapHistogram_ = heapHistogram_; } else { result.heapHistogram_ = heapHistogramBuilder_.build(); } result.unavailableDueToRunningInJre_ = unavailableDueToRunningInJre_; result.unavailableDueToRunningInIbmJvm_ = unavailableDueToRunningInIbmJvm_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse.getDefaultInstance()) return this; if (other.hasHeapHistogram()) { mergeHeapHistogram(other.getHeapHistogram()); } if (other.getUnavailableDueToRunningInJre() != false) { setUnavailableDueToRunningInJre(other.getUnavailableDueToRunningInJre()); } if (other.getUnavailableDueToRunningInIbmJvm() != false) { setUnavailableDueToRunningInIbmJvm(other.getUnavailableDueToRunningInIbmJvm()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram heapHistogram_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder> heapHistogramBuilder_; /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public boolean hasHeapHistogram() { return heapHistogramBuilder_ != null || heapHistogram_ != null; } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram getHeapHistogram() { if (heapHistogramBuilder_ == null) { return heapHistogram_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.getDefaultInstance() : heapHistogram_; } else { return heapHistogramBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public Builder setHeapHistogram(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram value) { if (heapHistogramBuilder_ == null) { if (value == null) { throw new NullPointerException(); } heapHistogram_ = value; onChanged(); } else { heapHistogramBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public Builder setHeapHistogram( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder builderForValue) { if (heapHistogramBuilder_ == null) { heapHistogram_ = builderForValue.build(); onChanged(); } else { heapHistogramBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public Builder mergeHeapHistogram(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram value) { if (heapHistogramBuilder_ == null) { if (heapHistogram_ != null) { heapHistogram_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.newBuilder(heapHistogram_).mergeFrom(value).buildPartial(); } else { heapHistogram_ = value; } onChanged(); } else { heapHistogramBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public Builder clearHeapHistogram() { if (heapHistogramBuilder_ == null) { heapHistogram_ = null; onChanged(); } else { heapHistogram_ = null; heapHistogramBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder getHeapHistogramBuilder() { onChanged(); return getHeapHistogramFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder getHeapHistogramOrBuilder() { if (heapHistogramBuilder_ != null) { return heapHistogramBuilder_.getMessageOrBuilder(); } else { return heapHistogram_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.getDefaultInstance() : heapHistogram_; } } /** * .org_glowroot_wire_api_model.HeapHistogram heap_histogram = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder> getHeapHistogramFieldBuilder() { if (heapHistogramBuilder_ == null) { heapHistogramBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder>( getHeapHistogram(), getParentForChildren(), isClean()); heapHistogram_ = null; } return heapHistogramBuilder_; } private boolean unavailableDueToRunningInJre_ ; /** * bool unavailable_due_to_running_in_jre = 2; */ public boolean getUnavailableDueToRunningInJre() { return unavailableDueToRunningInJre_; } /** * bool unavailable_due_to_running_in_jre = 2; */ public Builder setUnavailableDueToRunningInJre(boolean value) { unavailableDueToRunningInJre_ = value; onChanged(); return this; } /** * bool unavailable_due_to_running_in_jre = 2; */ public Builder clearUnavailableDueToRunningInJre() { unavailableDueToRunningInJre_ = false; onChanged(); return this; } private boolean unavailableDueToRunningInIbmJvm_ ; /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ public boolean getUnavailableDueToRunningInIbmJvm() { return unavailableDueToRunningInIbmJvm_; } /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ public Builder setUnavailableDueToRunningInIbmJvm(boolean value) { unavailableDueToRunningInIbmJvm_ = value; onChanged(); return this; } /** * bool unavailable_due_to_running_in_ibm_jvm = 3; */ public Builder clearUnavailableDueToRunningInIbmJvm() { unavailableDueToRunningInIbmJvm_ = false; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HeapHistogramResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapHistogramResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public HeapHistogramResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new HeapHistogramResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExplicitGcDisabledRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ExplicitGcDisabledRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.ExplicitGcDisabledRequest} */ public static final class ExplicitGcDisabledRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ExplicitGcDisabledRequest) ExplicitGcDisabledRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ExplicitGcDisabledRequest.newBuilder() to construct. private ExplicitGcDisabledRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExplicitGcDisabledRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExplicitGcDisabledRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ExplicitGcDisabledRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ExplicitGcDisabledRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ExplicitGcDisabledRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ExplicitGcDisabledRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ExplicitGcDisabledRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ExplicitGcDisabledRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExplicitGcDisabledResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ExplicitGcDisabledResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * bool disabled = 1; */ boolean getDisabled(); } /** * Protobuf type {@code org_glowroot_wire_api_model.ExplicitGcDisabledResponse} */ public static final class ExplicitGcDisabledResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ExplicitGcDisabledResponse) ExplicitGcDisabledResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ExplicitGcDisabledResponse.newBuilder() to construct. private ExplicitGcDisabledResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExplicitGcDisabledResponse() { disabled_ = false; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExplicitGcDisabledResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { disabled_ = input.readBool(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder.class); } public static final int DISABLED_FIELD_NUMBER = 1; private boolean disabled_; /** * bool disabled = 1; */ public boolean getDisabled() { return disabled_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (disabled_ != false) { output.writeBool(1, disabled_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (disabled_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(1, disabled_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) obj; boolean result = true; result = result && (getDisabled() == other.getDisabled()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + DISABLED_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getDisabled()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ExplicitGcDisabledResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ExplicitGcDisabledResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); disabled_ = false; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse(this); result.disabled_ = disabled_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse.getDefaultInstance()) return this; if (other.getDisabled() != false) { setDisabled(other.getDisabled()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private boolean disabled_ ; /** * bool disabled = 1; */ public boolean getDisabled() { return disabled_; } /** * bool disabled = 1; */ public Builder setDisabled(boolean value) { disabled_ = value; onChanged(); return this; } /** * bool disabled = 1; */ public Builder clearDisabled() { disabled_ = false; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ExplicitGcDisabledResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ExplicitGcDisabledResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ExplicitGcDisabledResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ExplicitGcDisabledResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExplicitGcDisabledResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ForceGcRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ForceGcRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.ForceGcRequest} */ public static final class ForceGcRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ForceGcRequest) ForceGcRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ForceGcRequest.newBuilder() to construct. private ForceGcRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ForceGcRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ForceGcRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ForceGcRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ForceGcRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ForceGcRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ForceGcRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ForceGcRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ForceGcRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ForceGcResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ForceGcResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.ForceGcResponse} */ public static final class ForceGcResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ForceGcResponse) ForceGcResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ForceGcResponse.newBuilder() to construct. private ForceGcResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ForceGcResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ForceGcResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ForceGcResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ForceGcResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ForceGcResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ForceGcResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ForceGcResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ForceGcResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ForceGcResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ForceGcResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanDumpRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDumpRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ int getKindValue(); /** * .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind getKind(); /** *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
* * repeated string object_name = 2; */ java.util.List getObjectNameList(); /** *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
* * repeated string object_name = 2; */ int getObjectNameCount(); /** *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
* * repeated string object_name = 2; */ java.lang.String getObjectName(int index); /** *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
* * repeated string object_name = 2; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDumpRequest} */ public static final class MBeanDumpRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDumpRequest) MBeanDumpRequestOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanDumpRequest.newBuilder() to construct. private MBeanDumpRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanDumpRequest() { kind_ = 0; objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanDumpRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { int rawValue = input.readEnum(); kind_ = rawValue; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { objectName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } objectName_.add(s); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { objectName_ = objectName_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder.class); } /** * Protobuf enum {@code org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind} */ public enum MBeanDumpKind implements org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolMessageEnum { /** * ALL_MBEANS_INCLUDE_ATTRIBUTES = 0; */ ALL_MBEANS_INCLUDE_ATTRIBUTES(0), /** * ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME = 1; */ ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME(1), /** * SOME_MBEANS_INCLUDE_ATTRIBUTES = 2; */ SOME_MBEANS_INCLUDE_ATTRIBUTES(2), UNRECOGNIZED(-1), ; /** * ALL_MBEANS_INCLUDE_ATTRIBUTES = 0; */ public static final int ALL_MBEANS_INCLUDE_ATTRIBUTES_VALUE = 0; /** * ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME = 1; */ public static final int ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME_VALUE = 1; /** * SOME_MBEANS_INCLUDE_ATTRIBUTES = 2; */ public static final int SOME_MBEANS_INCLUDE_ATTRIBUTES_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static MBeanDumpKind valueOf(int value) { return forNumber(value); } public static MBeanDumpKind forNumber(int value) { switch (value) { case 0: return ALL_MBEANS_INCLUDE_ATTRIBUTES; case 1: return ALL_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME; case 2: return SOME_MBEANS_INCLUDE_ATTRIBUTES; default: return null; } } public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLiteMap< MBeanDumpKind> internalValueMap = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.EnumLiteMap() { public MBeanDumpKind findValueByNumber(int number) { return MBeanDumpKind.forNumber(number); } }; public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDescriptor().getEnumTypes().get(0); } private static final MBeanDumpKind[] VALUES = values(); public static MBeanDumpKind valueOf( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private MBeanDumpKind(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind) } private int bitField0_; public static final int KIND_FIELD_NUMBER = 1; private int kind_; /** * .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public int getKindValue() { return kind_; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind getKind() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind result = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.valueOf(kind_); return result == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.UNRECOGNIZED : result; } public static final int OBJECT_NAME_FIELD_NUMBER = 2; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList objectName_; /** *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
* * repeated string object_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getObjectNameList() { return objectName_; } /** *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
* * repeated string object_name = 2; */ public int getObjectNameCount() { return objectName_.size(); } /** *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
* * repeated string object_name = 2; */ public java.lang.String getObjectName(int index) { return objectName_.get(index); } /** *
     * not relevant for ALL_MBEANS_WITH_ATTRS
     * 
* * repeated string object_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes(int index) { return objectName_.getByteString(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (kind_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.ALL_MBEANS_INCLUDE_ATTRIBUTES.getNumber()) { output.writeEnum(1, kind_); } for (int i = 0; i < objectName_.size(); i++) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, objectName_.getRaw(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (kind_ != org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.ALL_MBEANS_INCLUDE_ATTRIBUTES.getNumber()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeEnumSize(1, kind_); } { int dataSize = 0; for (int i = 0; i < objectName_.size(); i++) { dataSize += computeStringSizeNoTag(objectName_.getRaw(i)); } size += dataSize; size += 1 * getObjectNameList().size(); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) obj; boolean result = true; result = result && kind_ == other.kind_; result = result && getObjectNameList() .equals(other.getObjectNameList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + KIND_FIELD_NUMBER; hash = (53 * hash) + kind_; if (getObjectNameCount() > 0) { hash = (37 * hash) + OBJECT_NAME_FIELD_NUMBER; hash = (53 * hash) + getObjectNameList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDumpRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanDumpRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); kind_ = 0; objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.kind_ = kind_; if (((bitField0_ & 0x00000002) == 0x00000002)) { objectName_ = objectName_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000002); } result.objectName_ = objectName_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.getDefaultInstance()) return this; if (other.kind_ != 0) { setKindValue(other.getKindValue()); } if (!other.objectName_.isEmpty()) { if (objectName_.isEmpty()) { objectName_ = other.objectName_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureObjectNameIsMutable(); objectName_.addAll(other.objectName_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int kind_ = 0; /** * .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public int getKindValue() { return kind_; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public Builder setKindValue(int value) { kind_ = value; onChanged(); return this; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind getKind() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind result = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.valueOf(kind_); return result == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind.UNRECOGNIZED : result; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public Builder setKind(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest.MBeanDumpKind value) { if (value == null) { throw new NullPointerException(); } kind_ = value.getNumber(); onChanged(); return this; } /** * .org_glowroot_wire_api_model.MBeanDumpRequest.MBeanDumpKind kind = 1; */ public Builder clearKind() { kind_ = 0; onChanged(); return this; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureObjectNameIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { objectName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(objectName_); bitField0_ |= 0x00000002; } } /** *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
* * repeated string object_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getObjectNameList() { return objectName_.getUnmodifiableView(); } /** *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
* * repeated string object_name = 2; */ public int getObjectNameCount() { return objectName_.size(); } /** *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
* * repeated string object_name = 2; */ public java.lang.String getObjectName(int index) { return objectName_.get(index); } /** *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
* * repeated string object_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes(int index) { return objectName_.getByteString(index); } /** *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
* * repeated string object_name = 2; */ public Builder setObjectName( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureObjectNameIsMutable(); objectName_.set(index, value); onChanged(); return this; } /** *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
* * repeated string object_name = 2; */ public Builder addObjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureObjectNameIsMutable(); objectName_.add(value); onChanged(); return this; } /** *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
* * repeated string object_name = 2; */ public Builder addAllObjectName( java.lang.Iterable values) { ensureObjectNameIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, objectName_); onChanged(); return this; } /** *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
* * repeated string object_name = 2; */ public Builder clearObjectName() { objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       * not relevant for ALL_MBEANS_WITH_ATTRS
       * 
* * repeated string object_name = 2; */ public Builder addObjectNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureObjectNameIsMutable(); objectName_.add(value); onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanDumpRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDumpRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanDumpRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanDumpRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanDumpResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDumpResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ boolean hasMbeanDump(); /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getMbeanDump(); /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder getMbeanDumpOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDumpResponse} */ public static final class MBeanDumpResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDumpResponse) MBeanDumpResponseOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanDumpResponse.newBuilder() to construct. private MBeanDumpResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanDumpResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanDumpResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder subBuilder = null; if (mbeanDump_ != null) { subBuilder = mbeanDump_.toBuilder(); } mbeanDump_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(mbeanDump_); mbeanDump_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder.class); } public static final int MBEAN_DUMP_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump mbeanDump_; /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public boolean hasMbeanDump() { return mbeanDump_ != null; } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getMbeanDump() { return mbeanDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.getDefaultInstance() : mbeanDump_; } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder getMbeanDumpOrBuilder() { return getMbeanDump(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (mbeanDump_ != null) { output.writeMessage(1, getMbeanDump()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (mbeanDump_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getMbeanDump()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) obj; boolean result = true; result = result && (hasMbeanDump() == other.hasMbeanDump()); if (hasMbeanDump()) { result = result && getMbeanDump() .equals(other.getMbeanDump()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasMbeanDump()) { hash = (37 * hash) + MBEAN_DUMP_FIELD_NUMBER; hash = (53 * hash) + getMbeanDump().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanDumpResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanDumpResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (mbeanDumpBuilder_ == null) { mbeanDump_ = null; } else { mbeanDump_ = null; mbeanDumpBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse(this); if (mbeanDumpBuilder_ == null) { result.mbeanDump_ = mbeanDump_; } else { result.mbeanDump_ = mbeanDumpBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse.getDefaultInstance()) return this; if (other.hasMbeanDump()) { mergeMbeanDump(other.getMbeanDump()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump mbeanDump_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder> mbeanDumpBuilder_; /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public boolean hasMbeanDump() { return mbeanDumpBuilder_ != null || mbeanDump_ != null; } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getMbeanDump() { if (mbeanDumpBuilder_ == null) { return mbeanDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.getDefaultInstance() : mbeanDump_; } else { return mbeanDumpBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public Builder setMbeanDump(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump value) { if (mbeanDumpBuilder_ == null) { if (value == null) { throw new NullPointerException(); } mbeanDump_ = value; onChanged(); } else { mbeanDumpBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public Builder setMbeanDump( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder builderForValue) { if (mbeanDumpBuilder_ == null) { mbeanDump_ = builderForValue.build(); onChanged(); } else { mbeanDumpBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public Builder mergeMbeanDump(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump value) { if (mbeanDumpBuilder_ == null) { if (mbeanDump_ != null) { mbeanDump_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.newBuilder(mbeanDump_).mergeFrom(value).buildPartial(); } else { mbeanDump_ = value; } onChanged(); } else { mbeanDumpBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public Builder clearMbeanDump() { if (mbeanDumpBuilder_ == null) { mbeanDump_ = null; onChanged(); } else { mbeanDump_ = null; mbeanDumpBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder getMbeanDumpBuilder() { onChanged(); return getMbeanDumpFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder getMbeanDumpOrBuilder() { if (mbeanDumpBuilder_ != null) { return mbeanDumpBuilder_.getMessageOrBuilder(); } else { return mbeanDump_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.getDefaultInstance() : mbeanDump_; } } /** * .org_glowroot_wire_api_model.MBeanDump mbean_dump = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder> getMbeanDumpFieldBuilder() { if (mbeanDumpBuilder_ == null) { mbeanDumpBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpOrBuilder>( getMbeanDump(), getParentForChildren(), isClean()); mbeanDump_ = null; } return mbeanDumpBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanDumpResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanDumpResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanDumpResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanDumpResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDumpResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MatchingMBeanObjectNamesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string partial_object_name = 1; */ java.lang.String getPartialObjectName(); /** * string partial_object_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getPartialObjectNameBytes(); /** * int32 limit = 2; */ int getLimit(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest} */ public static final class MatchingMBeanObjectNamesRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest) MatchingMBeanObjectNamesRequestOrBuilder { private static final long serialVersionUID = 0L; // Use MatchingMBeanObjectNamesRequest.newBuilder() to construct. private MatchingMBeanObjectNamesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MatchingMBeanObjectNamesRequest() { partialObjectName_ = ""; limit_ = 0; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MatchingMBeanObjectNamesRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); partialObjectName_ = s; break; } case 16: { limit_ = input.readInt32(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder.class); } public static final int PARTIAL_OBJECT_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object partialObjectName_; /** * string partial_object_name = 1; */ public java.lang.String getPartialObjectName() { java.lang.Object ref = partialObjectName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialObjectName_ = s; return s; } } /** * string partial_object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getPartialObjectNameBytes() { java.lang.Object ref = partialObjectName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialObjectName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int LIMIT_FIELD_NUMBER = 2; private int limit_; /** * int32 limit = 2; */ public int getLimit() { return limit_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getPartialObjectNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, partialObjectName_); } if (limit_ != 0) { output.writeInt32(2, limit_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getPartialObjectNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, partialObjectName_); } if (limit_ != 0) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt32Size(2, limit_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) obj; boolean result = true; result = result && getPartialObjectName() .equals(other.getPartialObjectName()); result = result && (getLimit() == other.getLimit()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + PARTIAL_OBJECT_NAME_FIELD_NUMBER; hash = (53 * hash) + getPartialObjectName().hashCode(); hash = (37 * hash) + LIMIT_FIELD_NUMBER; hash = (53 * hash) + getLimit(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); partialObjectName_ = ""; limit_ = 0; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest(this); result.partialObjectName_ = partialObjectName_; result.limit_ = limit_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest.getDefaultInstance()) return this; if (!other.getPartialObjectName().isEmpty()) { partialObjectName_ = other.partialObjectName_; onChanged(); } if (other.getLimit() != 0) { setLimit(other.getLimit()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object partialObjectName_ = ""; /** * string partial_object_name = 1; */ public java.lang.String getPartialObjectName() { java.lang.Object ref = partialObjectName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialObjectName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string partial_object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getPartialObjectNameBytes() { java.lang.Object ref = partialObjectName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialObjectName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string partial_object_name = 1; */ public Builder setPartialObjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } partialObjectName_ = value; onChanged(); return this; } /** * string partial_object_name = 1; */ public Builder clearPartialObjectName() { partialObjectName_ = getDefaultInstance().getPartialObjectName(); onChanged(); return this; } /** * string partial_object_name = 1; */ public Builder setPartialObjectNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); partialObjectName_ = value; onChanged(); return this; } private int limit_ ; /** * int32 limit = 2; */ public int getLimit() { return limit_; } /** * int32 limit = 2; */ public Builder setLimit(int value) { limit_ = value; onChanged(); return this; } /** * int32 limit = 2; */ public Builder clearLimit() { limit_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingMBeanObjectNamesRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MatchingMBeanObjectNamesRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MatchingMBeanObjectNamesRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MatchingMBeanObjectNamesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * repeated string object_name = 1; */ java.util.List getObjectNameList(); /** * repeated string object_name = 1; */ int getObjectNameCount(); /** * repeated string object_name = 1; */ java.lang.String getObjectName(int index); /** * repeated string object_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse} */ public static final class MatchingMBeanObjectNamesResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse) MatchingMBeanObjectNamesResponseOrBuilder { private static final long serialVersionUID = 0L; // Use MatchingMBeanObjectNamesResponse.newBuilder() to construct. private MatchingMBeanObjectNamesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MatchingMBeanObjectNamesResponse() { objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MatchingMBeanObjectNamesResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { objectName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } objectName_.add(s); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { objectName_ = objectName_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder.class); } public static final int OBJECT_NAME_FIELD_NUMBER = 1; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList objectName_; /** * repeated string object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getObjectNameList() { return objectName_; } /** * repeated string object_name = 1; */ public int getObjectNameCount() { return objectName_.size(); } /** * repeated string object_name = 1; */ public java.lang.String getObjectName(int index) { return objectName_.get(index); } /** * repeated string object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes(int index) { return objectName_.getByteString(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < objectName_.size(); i++) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, objectName_.getRaw(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < objectName_.size(); i++) { dataSize += computeStringSizeNoTag(objectName_.getRaw(i)); } size += dataSize; size += 1 * getObjectNameList().size(); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) obj; boolean result = true; result = result && getObjectNameList() .equals(other.getObjectNameList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getObjectNameCount() > 0) { hash = (37 * hash) + OBJECT_NAME_FIELD_NUMBER; hash = (53 * hash) + getObjectNameList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { objectName_ = objectName_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000001); } result.objectName_ = objectName_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse.getDefaultInstance()) return this; if (!other.objectName_.isEmpty()) { if (objectName_.isEmpty()) { objectName_ = other.objectName_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureObjectNameIsMutable(); objectName_.addAll(other.objectName_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureObjectNameIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { objectName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(objectName_); bitField0_ |= 0x00000001; } } /** * repeated string object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getObjectNameList() { return objectName_.getUnmodifiableView(); } /** * repeated string object_name = 1; */ public int getObjectNameCount() { return objectName_.size(); } /** * repeated string object_name = 1; */ public java.lang.String getObjectName(int index) { return objectName_.get(index); } /** * repeated string object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes(int index) { return objectName_.getByteString(index); } /** * repeated string object_name = 1; */ public Builder setObjectName( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureObjectNameIsMutable(); objectName_.set(index, value); onChanged(); return this; } /** * repeated string object_name = 1; */ public Builder addObjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureObjectNameIsMutable(); objectName_.add(value); onChanged(); return this; } /** * repeated string object_name = 1; */ public Builder addAllObjectName( java.lang.Iterable values) { ensureObjectNameIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, objectName_); onChanged(); return this; } /** * repeated string object_name = 1; */ public Builder clearObjectName() { objectName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * repeated string object_name = 1; */ public Builder addObjectNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureObjectNameIsMutable(); objectName_.add(value); onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingMBeanObjectNamesResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MatchingMBeanObjectNamesResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MatchingMBeanObjectNamesResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMBeanObjectNamesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanMetaRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanMetaRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string object_name = 1; */ java.lang.String getObjectName(); /** * string object_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanMetaRequest} */ public static final class MBeanMetaRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanMetaRequest) MBeanMetaRequestOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanMetaRequest.newBuilder() to construct. private MBeanMetaRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanMetaRequest() { objectName_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanMetaRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); objectName_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder.class); } public static final int OBJECT_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object objectName_; /** * string object_name = 1; */ public java.lang.String getObjectName() { java.lang.Object ref = objectName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); objectName_ = s; return s; } } /** * string object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes() { java.lang.Object ref = objectName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); objectName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getObjectNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, objectName_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getObjectNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, objectName_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) obj; boolean result = true; result = result && getObjectName() .equals(other.getObjectName()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + OBJECT_NAME_FIELD_NUMBER; hash = (53 * hash) + getObjectName().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanMetaRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanMetaRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); objectName_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest(this); result.objectName_ = objectName_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest.getDefaultInstance()) return this; if (!other.getObjectName().isEmpty()) { objectName_ = other.objectName_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object objectName_ = ""; /** * string object_name = 1; */ public java.lang.String getObjectName() { java.lang.Object ref = objectName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); objectName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes() { java.lang.Object ref = objectName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); objectName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string object_name = 1; */ public Builder setObjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } objectName_ = value; onChanged(); return this; } /** * string object_name = 1; */ public Builder clearObjectName() { objectName_ = getDefaultInstance().getObjectName(); onChanged(); return this; } /** * string object_name = 1; */ public Builder setObjectNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); objectName_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanMetaRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanMetaRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanMetaRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanMetaRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanMetaResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanMetaResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ boolean hasMbeanMeta(); /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getMbeanMeta(); /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder getMbeanMetaOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanMetaResponse} */ public static final class MBeanMetaResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanMetaResponse) MBeanMetaResponseOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanMetaResponse.newBuilder() to construct. private MBeanMetaResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanMetaResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanMetaResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder subBuilder = null; if (mbeanMeta_ != null) { subBuilder = mbeanMeta_.toBuilder(); } mbeanMeta_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(mbeanMeta_); mbeanMeta_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder.class); } public static final int MBEAN_META_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta mbeanMeta_; /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public boolean hasMbeanMeta() { return mbeanMeta_ != null; } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getMbeanMeta() { return mbeanMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.getDefaultInstance() : mbeanMeta_; } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder getMbeanMetaOrBuilder() { return getMbeanMeta(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (mbeanMeta_ != null) { output.writeMessage(1, getMbeanMeta()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (mbeanMeta_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getMbeanMeta()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) obj; boolean result = true; result = result && (hasMbeanMeta() == other.hasMbeanMeta()); if (hasMbeanMeta()) { result = result && getMbeanMeta() .equals(other.getMbeanMeta()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasMbeanMeta()) { hash = (37 * hash) + MBEAN_META_FIELD_NUMBER; hash = (53 * hash) + getMbeanMeta().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanMetaResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MBeanMetaResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (mbeanMetaBuilder_ == null) { mbeanMeta_ = null; } else { mbeanMeta_ = null; mbeanMetaBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse(this); if (mbeanMetaBuilder_ == null) { result.mbeanMeta_ = mbeanMeta_; } else { result.mbeanMeta_ = mbeanMetaBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse.getDefaultInstance()) return this; if (other.hasMbeanMeta()) { mergeMbeanMeta(other.getMbeanMeta()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta mbeanMeta_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder> mbeanMetaBuilder_; /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public boolean hasMbeanMeta() { return mbeanMetaBuilder_ != null || mbeanMeta_ != null; } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getMbeanMeta() { if (mbeanMetaBuilder_ == null) { return mbeanMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.getDefaultInstance() : mbeanMeta_; } else { return mbeanMetaBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public Builder setMbeanMeta(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta value) { if (mbeanMetaBuilder_ == null) { if (value == null) { throw new NullPointerException(); } mbeanMeta_ = value; onChanged(); } else { mbeanMetaBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public Builder setMbeanMeta( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder builderForValue) { if (mbeanMetaBuilder_ == null) { mbeanMeta_ = builderForValue.build(); onChanged(); } else { mbeanMetaBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public Builder mergeMbeanMeta(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta value) { if (mbeanMetaBuilder_ == null) { if (mbeanMeta_ != null) { mbeanMeta_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.newBuilder(mbeanMeta_).mergeFrom(value).buildPartial(); } else { mbeanMeta_ = value; } onChanged(); } else { mbeanMetaBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public Builder clearMbeanMeta() { if (mbeanMetaBuilder_ == null) { mbeanMeta_ = null; onChanged(); } else { mbeanMeta_ = null; mbeanMetaBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder getMbeanMetaBuilder() { onChanged(); return getMbeanMetaFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder getMbeanMetaOrBuilder() { if (mbeanMetaBuilder_ != null) { return mbeanMetaBuilder_.getMessageOrBuilder(); } else { return mbeanMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.getDefaultInstance() : mbeanMeta_; } } /** * .org_glowroot_wire_api_model.MBeanMeta mbean_meta = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder> getMbeanMetaFieldBuilder() { if (mbeanMetaBuilder_ == null) { mbeanMetaBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaOrBuilder>( getMbeanMeta(), getParentForChildren(), isClean()); mbeanMeta_ = null; } return mbeanMetaBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MBeanMetaResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MBeanMetaResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanMetaResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanMetaResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMetaResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SystemPropertiesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.SystemPropertiesRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.SystemPropertiesRequest} */ public static final class SystemPropertiesRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.SystemPropertiesRequest) SystemPropertiesRequestOrBuilder { private static final long serialVersionUID = 0L; // Use SystemPropertiesRequest.newBuilder() to construct. private SystemPropertiesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SystemPropertiesRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SystemPropertiesRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.SystemPropertiesRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.SystemPropertiesRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.SystemPropertiesRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.SystemPropertiesRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public SystemPropertiesRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new SystemPropertiesRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SystemPropertiesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.SystemPropertiesResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * map<string, string> system_properties = 1; */ int getSystemPropertiesCount(); /** * map<string, string> system_properties = 1; */ boolean containsSystemProperties( java.lang.String key); /** * Use {@link #getSystemPropertiesMap()} instead. */ @java.lang.Deprecated java.util.Map getSystemProperties(); /** * map<string, string> system_properties = 1; */ java.util.Map getSystemPropertiesMap(); /** * map<string, string> system_properties = 1; */ java.lang.String getSystemPropertiesOrDefault( java.lang.String key, java.lang.String defaultValue); /** * map<string, string> system_properties = 1; */ java.lang.String getSystemPropertiesOrThrow( java.lang.String key); } /** * Protobuf type {@code org_glowroot_wire_api_model.SystemPropertiesResponse} */ public static final class SystemPropertiesResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.SystemPropertiesResponse) SystemPropertiesResponseOrBuilder { private static final long serialVersionUID = 0L; // Use SystemPropertiesResponse.newBuilder() to construct. private SystemPropertiesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SystemPropertiesResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SystemPropertiesResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { systemProperties_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField.newMapField( SystemPropertiesDefaultEntryHolder.defaultEntry); mutable_bitField0_ |= 0x00000001; } org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapEntry systemProperties__ = input.readMessage( SystemPropertiesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); systemProperties_.getMutableMap().put( systemProperties__.getKey(), systemProperties__.getValue()); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor; } @SuppressWarnings({"rawtypes"}) protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField internalGetMapField( int number) { switch (number) { case 1: return internalGetSystemProperties(); default: throw new RuntimeException( "Invalid map field number: " + number); } } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder.class); } public static final int SYSTEM_PROPERTIES_FIELD_NUMBER = 1; private static final class SystemPropertiesDefaultEntryHolder { static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapEntry< java.lang.String, java.lang.String> defaultEntry = org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapEntry .newDefaultInstance( org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_SystemPropertiesEntry_descriptor, org.glowroot.agent.it.harness.shaded.com.google.protobuf.WireFormat.FieldType.STRING, "", org.glowroot.agent.it.harness.shaded.com.google.protobuf.WireFormat.FieldType.STRING, ""); } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField< java.lang.String, java.lang.String> systemProperties_; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField internalGetSystemProperties() { if (systemProperties_ == null) { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField.emptyMapField( SystemPropertiesDefaultEntryHolder.defaultEntry); } return systemProperties_; } public int getSystemPropertiesCount() { return internalGetSystemProperties().getMap().size(); } /** * map<string, string> system_properties = 1; */ public boolean containsSystemProperties( java.lang.String key) { if (key == null) { throw new java.lang.NullPointerException(); } return internalGetSystemProperties().getMap().containsKey(key); } /** * Use {@link #getSystemPropertiesMap()} instead. */ @java.lang.Deprecated public java.util.Map getSystemProperties() { return getSystemPropertiesMap(); } /** * map<string, string> system_properties = 1; */ public java.util.Map getSystemPropertiesMap() { return internalGetSystemProperties().getMap(); } /** * map<string, string> system_properties = 1; */ public java.lang.String getSystemPropertiesOrDefault( java.lang.String key, java.lang.String defaultValue) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetSystemProperties().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> system_properties = 1; */ public java.lang.String getSystemPropertiesOrThrow( java.lang.String key) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetSystemProperties().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .serializeStringMapTo( output, internalGetSystemProperties(), SystemPropertiesDefaultEntryHolder.defaultEntry, 1); unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetSystemProperties().getMap().entrySet()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapEntry systemProperties__ = SystemPropertiesDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, systemProperties__); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) obj; boolean result = true; result = result && internalGetSystemProperties().equals( other.internalGetSystemProperties()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (!internalGetSystemProperties().getMap().isEmpty()) { hash = (37 * hash) + SYSTEM_PROPERTIES_FIELD_NUMBER; hash = (53 * hash) + internalGetSystemProperties().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.SystemPropertiesResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.SystemPropertiesResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor; } @SuppressWarnings({"rawtypes"}) protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField internalGetMapField( int number) { switch (number) { case 1: return internalGetSystemProperties(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField internalGetMutableMapField( int number) { switch (number) { case 1: return internalGetMutableSystemProperties(); default: throw new RuntimeException( "Invalid map field number: " + number); } } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); internalGetMutableSystemProperties().clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse(this); int from_bitField0_ = bitField0_; result.systemProperties_ = internalGetSystemProperties(); result.systemProperties_.makeImmutable(); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse.getDefaultInstance()) return this; internalGetMutableSystemProperties().mergeFrom( other.internalGetSystemProperties()); this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField< java.lang.String, java.lang.String> systemProperties_; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField internalGetSystemProperties() { if (systemProperties_ == null) { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField.emptyMapField( SystemPropertiesDefaultEntryHolder.defaultEntry); } return systemProperties_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField internalGetMutableSystemProperties() { onChanged();; if (systemProperties_ == null) { systemProperties_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.MapField.newMapField( SystemPropertiesDefaultEntryHolder.defaultEntry); } if (!systemProperties_.isMutable()) { systemProperties_ = systemProperties_.copy(); } return systemProperties_; } public int getSystemPropertiesCount() { return internalGetSystemProperties().getMap().size(); } /** * map<string, string> system_properties = 1; */ public boolean containsSystemProperties( java.lang.String key) { if (key == null) { throw new java.lang.NullPointerException(); } return internalGetSystemProperties().getMap().containsKey(key); } /** * Use {@link #getSystemPropertiesMap()} instead. */ @java.lang.Deprecated public java.util.Map getSystemProperties() { return getSystemPropertiesMap(); } /** * map<string, string> system_properties = 1; */ public java.util.Map getSystemPropertiesMap() { return internalGetSystemProperties().getMap(); } /** * map<string, string> system_properties = 1; */ public java.lang.String getSystemPropertiesOrDefault( java.lang.String key, java.lang.String defaultValue) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetSystemProperties().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<string, string> system_properties = 1; */ public java.lang.String getSystemPropertiesOrThrow( java.lang.String key) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetSystemProperties().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearSystemProperties() { internalGetMutableSystemProperties().getMutableMap() .clear(); return this; } /** * map<string, string> system_properties = 1; */ public Builder removeSystemProperties( java.lang.String key) { if (key == null) { throw new java.lang.NullPointerException(); } internalGetMutableSystemProperties().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableSystemProperties() { return internalGetMutableSystemProperties().getMutableMap(); } /** * map<string, string> system_properties = 1; */ public Builder putSystemProperties( java.lang.String key, java.lang.String value) { if (key == null) { throw new java.lang.NullPointerException(); } if (value == null) { throw new java.lang.NullPointerException(); } internalGetMutableSystemProperties().getMutableMap() .put(key, value); return this; } /** * map<string, string> system_properties = 1; */ public Builder putAllSystemProperties( java.util.Map values) { internalGetMutableSystemProperties().getMutableMap() .putAll(values); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.SystemPropertiesResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.SystemPropertiesResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public SystemPropertiesResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new SystemPropertiesResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.SystemPropertiesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface CapabilitiesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.CapabilitiesRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.CapabilitiesRequest} */ public static final class CapabilitiesRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.CapabilitiesRequest) CapabilitiesRequestOrBuilder { private static final long serialVersionUID = 0L; // Use CapabilitiesRequest.newBuilder() to construct. private CapabilitiesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CapabilitiesRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CapabilitiesRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.CapabilitiesRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.CapabilitiesRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.CapabilitiesRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.CapabilitiesRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public CapabilitiesRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new CapabilitiesRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface CapabilitiesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.CapabilitiesResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ boolean hasCapabilities(); /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getCapabilities(); /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder getCapabilitiesOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.CapabilitiesResponse} */ public static final class CapabilitiesResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.CapabilitiesResponse) CapabilitiesResponseOrBuilder { private static final long serialVersionUID = 0L; // Use CapabilitiesResponse.newBuilder() to construct. private CapabilitiesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CapabilitiesResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CapabilitiesResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder subBuilder = null; if (capabilities_ != null) { subBuilder = capabilities_.toBuilder(); } capabilities_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(capabilities_); capabilities_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder.class); } public static final int CAPABILITIES_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities capabilities_; /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public boolean hasCapabilities() { return capabilities_ != null; } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getCapabilities() { return capabilities_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.getDefaultInstance() : capabilities_; } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder getCapabilitiesOrBuilder() { return getCapabilities(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (capabilities_ != null) { output.writeMessage(1, getCapabilities()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (capabilities_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCapabilities()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) obj; boolean result = true; result = result && (hasCapabilities() == other.hasCapabilities()); if (hasCapabilities()) { result = result && getCapabilities() .equals(other.getCapabilities()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCapabilities()) { hash = (37 * hash) + CAPABILITIES_FIELD_NUMBER; hash = (53 * hash) + getCapabilities().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.CapabilitiesResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.CapabilitiesResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (capabilitiesBuilder_ == null) { capabilities_ = null; } else { capabilities_ = null; capabilitiesBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse(this); if (capabilitiesBuilder_ == null) { result.capabilities_ = capabilities_; } else { result.capabilities_ = capabilitiesBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse.getDefaultInstance()) return this; if (other.hasCapabilities()) { mergeCapabilities(other.getCapabilities()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities capabilities_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder> capabilitiesBuilder_; /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public boolean hasCapabilities() { return capabilitiesBuilder_ != null || capabilities_ != null; } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getCapabilities() { if (capabilitiesBuilder_ == null) { return capabilities_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.getDefaultInstance() : capabilities_; } else { return capabilitiesBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public Builder setCapabilities(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities value) { if (capabilitiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } capabilities_ = value; onChanged(); } else { capabilitiesBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public Builder setCapabilities( org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder builderForValue) { if (capabilitiesBuilder_ == null) { capabilities_ = builderForValue.build(); onChanged(); } else { capabilitiesBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public Builder mergeCapabilities(org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities value) { if (capabilitiesBuilder_ == null) { if (capabilities_ != null) { capabilities_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.newBuilder(capabilities_).mergeFrom(value).buildPartial(); } else { capabilities_ = value; } onChanged(); } else { capabilitiesBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public Builder clearCapabilities() { if (capabilitiesBuilder_ == null) { capabilities_ = null; onChanged(); } else { capabilities_ = null; capabilitiesBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder getCapabilitiesBuilder() { onChanged(); return getCapabilitiesFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder getCapabilitiesOrBuilder() { if (capabilitiesBuilder_ != null) { return capabilitiesBuilder_.getMessageOrBuilder(); } else { return capabilities_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.getDefaultInstance() : capabilities_; } } /** * .org_glowroot_wire_api_model.Capabilities capabilities = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder> getCapabilitiesFieldBuilder() { if (capabilitiesBuilder_ == null) { capabilitiesBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesOrBuilder>( getCapabilities(), getParentForChildren(), isClean()); capabilities_ = null; } return capabilitiesBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.CapabilitiesResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.CapabilitiesResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public CapabilitiesResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new CapabilitiesResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.CapabilitiesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface GlobalMetaRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.GlobalMetaRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.GlobalMetaRequest} */ public static final class GlobalMetaRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GlobalMetaRequest) GlobalMetaRequestOrBuilder { private static final long serialVersionUID = 0L; // Use GlobalMetaRequest.newBuilder() to construct. private GlobalMetaRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private GlobalMetaRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GlobalMetaRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.GlobalMetaRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.GlobalMetaRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.GlobalMetaRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.GlobalMetaRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public GlobalMetaRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new GlobalMetaRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface GlobalMetaResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.GlobalMetaResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ boolean hasGlobalMeta(); /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getGlobalMeta(); /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder getGlobalMetaOrBuilder(); } /** * Protobuf type {@code org_glowroot_wire_api_model.GlobalMetaResponse} */ public static final class GlobalMetaResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GlobalMetaResponse) GlobalMetaResponseOrBuilder { private static final long serialVersionUID = 0L; // Use GlobalMetaResponse.newBuilder() to construct. private GlobalMetaResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private GlobalMetaResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GlobalMetaResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder subBuilder = null; if (globalMeta_ != null) { subBuilder = globalMeta_.toBuilder(); } globalMeta_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(globalMeta_); globalMeta_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder.class); } public static final int GLOBAL_META_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta globalMeta_; /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public boolean hasGlobalMeta() { return globalMeta_ != null; } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getGlobalMeta() { return globalMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.getDefaultInstance() : globalMeta_; } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder getGlobalMetaOrBuilder() { return getGlobalMeta(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (globalMeta_ != null) { output.writeMessage(1, getGlobalMeta()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (globalMeta_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getGlobalMeta()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) obj; boolean result = true; result = result && (hasGlobalMeta() == other.hasGlobalMeta()); if (hasGlobalMeta()) { result = result && getGlobalMeta() .equals(other.getGlobalMeta()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasGlobalMeta()) { hash = (37 * hash) + GLOBAL_META_FIELD_NUMBER; hash = (53 * hash) + getGlobalMeta().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.GlobalMetaResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.GlobalMetaResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (globalMetaBuilder_ == null) { globalMeta_ = null; } else { globalMeta_ = null; globalMetaBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse(this); if (globalMetaBuilder_ == null) { result.globalMeta_ = globalMeta_; } else { result.globalMeta_ = globalMetaBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse.getDefaultInstance()) return this; if (other.hasGlobalMeta()) { mergeGlobalMeta(other.getGlobalMeta()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta globalMeta_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder> globalMetaBuilder_; /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public boolean hasGlobalMeta() { return globalMetaBuilder_ != null || globalMeta_ != null; } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getGlobalMeta() { if (globalMetaBuilder_ == null) { return globalMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.getDefaultInstance() : globalMeta_; } else { return globalMetaBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public Builder setGlobalMeta(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta value) { if (globalMetaBuilder_ == null) { if (value == null) { throw new NullPointerException(); } globalMeta_ = value; onChanged(); } else { globalMetaBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public Builder setGlobalMeta( org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder builderForValue) { if (globalMetaBuilder_ == null) { globalMeta_ = builderForValue.build(); onChanged(); } else { globalMetaBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public Builder mergeGlobalMeta(org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta value) { if (globalMetaBuilder_ == null) { if (globalMeta_ != null) { globalMeta_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.newBuilder(globalMeta_).mergeFrom(value).buildPartial(); } else { globalMeta_ = value; } onChanged(); } else { globalMetaBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public Builder clearGlobalMeta() { if (globalMetaBuilder_ == null) { globalMeta_ = null; onChanged(); } else { globalMeta_ = null; globalMetaBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder getGlobalMetaBuilder() { onChanged(); return getGlobalMetaFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder getGlobalMetaOrBuilder() { if (globalMetaBuilder_ != null) { return globalMetaBuilder_.getMessageOrBuilder(); } else { return globalMeta_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.getDefaultInstance() : globalMeta_; } } /** * .org_glowroot_wire_api_model.GlobalMeta global_meta = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder> getGlobalMetaFieldBuilder() { if (globalMetaBuilder_ == null) { globalMetaBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaOrBuilder>( getGlobalMeta(), getParentForChildren(), isClean()); globalMeta_ = null; } return globalMetaBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.GlobalMetaResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.GlobalMetaResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public GlobalMetaResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new GlobalMetaResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMetaResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface PreloadClasspathCacheRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.PreloadClasspathCacheRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.PreloadClasspathCacheRequest} */ public static final class PreloadClasspathCacheRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.PreloadClasspathCacheRequest) PreloadClasspathCacheRequestOrBuilder { private static final long serialVersionUID = 0L; // Use PreloadClasspathCacheRequest.newBuilder() to construct. private PreloadClasspathCacheRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PreloadClasspathCacheRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PreloadClasspathCacheRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.PreloadClasspathCacheRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.PreloadClasspathCacheRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.PreloadClasspathCacheRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.PreloadClasspathCacheRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public PreloadClasspathCacheRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new PreloadClasspathCacheRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface PreloadClasspathCacheResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.PreloadClasspathCacheResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.PreloadClasspathCacheResponse} */ public static final class PreloadClasspathCacheResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.PreloadClasspathCacheResponse) PreloadClasspathCacheResponseOrBuilder { private static final long serialVersionUID = 0L; // Use PreloadClasspathCacheResponse.newBuilder() to construct. private PreloadClasspathCacheResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PreloadClasspathCacheResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PreloadClasspathCacheResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.PreloadClasspathCacheResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.PreloadClasspathCacheResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.PreloadClasspathCacheResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.PreloadClasspathCacheResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public PreloadClasspathCacheResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new PreloadClasspathCacheResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.PreloadClasspathCacheResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MatchingClassNamesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingClassNamesRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string partial_class_name = 1; */ java.lang.String getPartialClassName(); /** * string partial_class_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getPartialClassNameBytes(); /** * int32 limit = 2; */ int getLimit(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingClassNamesRequest} */ public static final class MatchingClassNamesRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingClassNamesRequest) MatchingClassNamesRequestOrBuilder { private static final long serialVersionUID = 0L; // Use MatchingClassNamesRequest.newBuilder() to construct. private MatchingClassNamesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MatchingClassNamesRequest() { partialClassName_ = ""; limit_ = 0; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MatchingClassNamesRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); partialClassName_ = s; break; } case 16: { limit_ = input.readInt32(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder.class); } public static final int PARTIAL_CLASS_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object partialClassName_; /** * string partial_class_name = 1; */ public java.lang.String getPartialClassName() { java.lang.Object ref = partialClassName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialClassName_ = s; return s; } } /** * string partial_class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getPartialClassNameBytes() { java.lang.Object ref = partialClassName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialClassName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int LIMIT_FIELD_NUMBER = 2; private int limit_; /** * int32 limit = 2; */ public int getLimit() { return limit_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getPartialClassNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, partialClassName_); } if (limit_ != 0) { output.writeInt32(2, limit_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getPartialClassNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, partialClassName_); } if (limit_ != 0) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt32Size(2, limit_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) obj; boolean result = true; result = result && getPartialClassName() .equals(other.getPartialClassName()); result = result && (getLimit() == other.getLimit()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + PARTIAL_CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getPartialClassName().hashCode(); hash = (37 * hash) + LIMIT_FIELD_NUMBER; hash = (53 * hash) + getLimit(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingClassNamesRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MatchingClassNamesRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); partialClassName_ = ""; limit_ = 0; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest(this); result.partialClassName_ = partialClassName_; result.limit_ = limit_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest.getDefaultInstance()) return this; if (!other.getPartialClassName().isEmpty()) { partialClassName_ = other.partialClassName_; onChanged(); } if (other.getLimit() != 0) { setLimit(other.getLimit()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object partialClassName_ = ""; /** * string partial_class_name = 1; */ public java.lang.String getPartialClassName() { java.lang.Object ref = partialClassName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialClassName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string partial_class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getPartialClassNameBytes() { java.lang.Object ref = partialClassName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialClassName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string partial_class_name = 1; */ public Builder setPartialClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } partialClassName_ = value; onChanged(); return this; } /** * string partial_class_name = 1; */ public Builder clearPartialClassName() { partialClassName_ = getDefaultInstance().getPartialClassName(); onChanged(); return this; } /** * string partial_class_name = 1; */ public Builder setPartialClassNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); partialClassName_ = value; onChanged(); return this; } private int limit_ ; /** * int32 limit = 2; */ public int getLimit() { return limit_; } /** * int32 limit = 2; */ public Builder setLimit(int value) { limit_ = value; onChanged(); return this; } /** * int32 limit = 2; */ public Builder clearLimit() { limit_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MatchingClassNamesRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingClassNamesRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MatchingClassNamesRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MatchingClassNamesRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MatchingClassNamesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingClassNamesResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * repeated string class_name = 1; */ java.util.List getClassNameList(); /** * repeated string class_name = 1; */ int getClassNameCount(); /** * repeated string class_name = 1; */ java.lang.String getClassName(int index); /** * repeated string class_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingClassNamesResponse} */ public static final class MatchingClassNamesResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingClassNamesResponse) MatchingClassNamesResponseOrBuilder { private static final long serialVersionUID = 0L; // Use MatchingClassNamesResponse.newBuilder() to construct. private MatchingClassNamesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MatchingClassNamesResponse() { className_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MatchingClassNamesResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { className_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } className_.add(s); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { className_ = className_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder.class); } public static final int CLASS_NAME_FIELD_NUMBER = 1; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList className_; /** * repeated string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getClassNameList() { return className_; } /** * repeated string class_name = 1; */ public int getClassNameCount() { return className_.size(); } /** * repeated string class_name = 1; */ public java.lang.String getClassName(int index) { return className_.get(index); } /** * repeated string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes(int index) { return className_.getByteString(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < className_.size(); i++) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, className_.getRaw(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < className_.size(); i++) { dataSize += computeStringSizeNoTag(className_.getRaw(i)); } size += dataSize; size += 1 * getClassNameList().size(); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) obj; boolean result = true; result = result && getClassNameList() .equals(other.getClassNameList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getClassNameCount() > 0) { hash = (37 * hash) + CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getClassNameList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingClassNamesResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MatchingClassNamesResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); className_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { className_ = className_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000001); } result.className_ = className_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse.getDefaultInstance()) return this; if (!other.className_.isEmpty()) { if (className_.isEmpty()) { className_ = other.className_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureClassNameIsMutable(); className_.addAll(other.className_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList className_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureClassNameIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { className_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(className_); bitField0_ |= 0x00000001; } } /** * repeated string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getClassNameList() { return className_.getUnmodifiableView(); } /** * repeated string class_name = 1; */ public int getClassNameCount() { return className_.size(); } /** * repeated string class_name = 1; */ public java.lang.String getClassName(int index) { return className_.get(index); } /** * repeated string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes(int index) { return className_.getByteString(index); } /** * repeated string class_name = 1; */ public Builder setClassName( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureClassNameIsMutable(); className_.set(index, value); onChanged(); return this; } /** * repeated string class_name = 1; */ public Builder addClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureClassNameIsMutable(); className_.add(value); onChanged(); return this; } /** * repeated string class_name = 1; */ public Builder addAllClassName( java.lang.Iterable values) { ensureClassNameIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, className_); onChanged(); return this; } /** * repeated string class_name = 1; */ public Builder clearClassName() { className_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * repeated string class_name = 1; */ public Builder addClassNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureClassNameIsMutable(); className_.add(value); onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MatchingClassNamesResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingClassNamesResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MatchingClassNamesResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MatchingClassNamesResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingClassNamesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MatchingMethodNamesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingMethodNamesRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string class_name = 1; */ java.lang.String getClassName(); /** * string class_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes(); /** * string partial_method_name = 2; */ java.lang.String getPartialMethodName(); /** * string partial_method_name = 2; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getPartialMethodNameBytes(); /** * int32 limit = 3; */ int getLimit(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMethodNamesRequest} */ public static final class MatchingMethodNamesRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMethodNamesRequest) MatchingMethodNamesRequestOrBuilder { private static final long serialVersionUID = 0L; // Use MatchingMethodNamesRequest.newBuilder() to construct. private MatchingMethodNamesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MatchingMethodNamesRequest() { className_ = ""; partialMethodName_ = ""; limit_ = 0; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MatchingMethodNamesRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); className_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); partialMethodName_ = s; break; } case 24: { limit_ = input.readInt32(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder.class); } public static final int CLASS_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object className_; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int PARTIAL_METHOD_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object partialMethodName_; /** * string partial_method_name = 2; */ public java.lang.String getPartialMethodName() { java.lang.Object ref = partialMethodName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialMethodName_ = s; return s; } } /** * string partial_method_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getPartialMethodNameBytes() { java.lang.Object ref = partialMethodName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialMethodName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int LIMIT_FIELD_NUMBER = 3; private int limit_; /** * int32 limit = 3; */ public int getLimit() { return limit_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getClassNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, className_); } if (!getPartialMethodNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, partialMethodName_); } if (limit_ != 0) { output.writeInt32(3, limit_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getClassNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, className_); } if (!getPartialMethodNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, partialMethodName_); } if (limit_ != 0) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt32Size(3, limit_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) obj; boolean result = true; result = result && getClassName() .equals(other.getClassName()); result = result && getPartialMethodName() .equals(other.getPartialMethodName()); result = result && (getLimit() == other.getLimit()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getClassName().hashCode(); hash = (37 * hash) + PARTIAL_METHOD_NAME_FIELD_NUMBER; hash = (53 * hash) + getPartialMethodName().hashCode(); hash = (37 * hash) + LIMIT_FIELD_NUMBER; hash = (53 * hash) + getLimit(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMethodNamesRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MatchingMethodNamesRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); className_ = ""; partialMethodName_ = ""; limit_ = 0; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest(this); result.className_ = className_; result.partialMethodName_ = partialMethodName_; result.limit_ = limit_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest.getDefaultInstance()) return this; if (!other.getClassName().isEmpty()) { className_ = other.className_; onChanged(); } if (!other.getPartialMethodName().isEmpty()) { partialMethodName_ = other.partialMethodName_; onChanged(); } if (other.getLimit() != 0) { setLimit(other.getLimit()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object className_ = ""; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } else { return (java.lang.String) ref; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string class_name = 1; */ public Builder setClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } className_ = value; onChanged(); return this; } /** * string class_name = 1; */ public Builder clearClassName() { className_ = getDefaultInstance().getClassName(); onChanged(); return this; } /** * string class_name = 1; */ public Builder setClassNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); className_ = value; onChanged(); return this; } private java.lang.Object partialMethodName_ = ""; /** * string partial_method_name = 2; */ public java.lang.String getPartialMethodName() { java.lang.Object ref = partialMethodName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); partialMethodName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string partial_method_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getPartialMethodNameBytes() { java.lang.Object ref = partialMethodName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); partialMethodName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string partial_method_name = 2; */ public Builder setPartialMethodName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } partialMethodName_ = value; onChanged(); return this; } /** * string partial_method_name = 2; */ public Builder clearPartialMethodName() { partialMethodName_ = getDefaultInstance().getPartialMethodName(); onChanged(); return this; } /** * string partial_method_name = 2; */ public Builder setPartialMethodNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); partialMethodName_ = value; onChanged(); return this; } private int limit_ ; /** * int32 limit = 3; */ public int getLimit() { return limit_; } /** * int32 limit = 3; */ public Builder setLimit(int value) { limit_ = value; onChanged(); return this; } /** * int32 limit = 3; */ public Builder clearLimit() { limit_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MatchingMethodNamesRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingMethodNamesRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MatchingMethodNamesRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MatchingMethodNamesRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MatchingMethodNamesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MatchingMethodNamesResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * repeated string method_name = 1; */ java.util.List getMethodNameList(); /** * repeated string method_name = 1; */ int getMethodNameCount(); /** * repeated string method_name = 1; */ java.lang.String getMethodName(int index); /** * repeated string method_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getMethodNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMethodNamesResponse} */ public static final class MatchingMethodNamesResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MatchingMethodNamesResponse) MatchingMethodNamesResponseOrBuilder { private static final long serialVersionUID = 0L; // Use MatchingMethodNamesResponse.newBuilder() to construct. private MatchingMethodNamesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MatchingMethodNamesResponse() { methodName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MatchingMethodNamesResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { methodName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } methodName_.add(s); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { methodName_ = methodName_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder.class); } public static final int METHOD_NAME_FIELD_NUMBER = 1; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList methodName_; /** * repeated string method_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getMethodNameList() { return methodName_; } /** * repeated string method_name = 1; */ public int getMethodNameCount() { return methodName_.size(); } /** * repeated string method_name = 1; */ public java.lang.String getMethodName(int index) { return methodName_.get(index); } /** * repeated string method_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getMethodNameBytes(int index) { return methodName_.getByteString(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < methodName_.size(); i++) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, methodName_.getRaw(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < methodName_.size(); i++) { dataSize += computeStringSizeNoTag(methodName_.getRaw(i)); } size += dataSize; size += 1 * getMethodNameList().size(); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) obj; boolean result = true; result = result && getMethodNameList() .equals(other.getMethodNameList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getMethodNameCount() > 0) { hash = (37 * hash) + METHOD_NAME_FIELD_NUMBER; hash = (53 * hash) + getMethodNameList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MatchingMethodNamesResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MatchingMethodNamesResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); methodName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { methodName_ = methodName_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000001); } result.methodName_ = methodName_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse.getDefaultInstance()) return this; if (!other.methodName_.isEmpty()) { if (methodName_.isEmpty()) { methodName_ = other.methodName_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureMethodNameIsMutable(); methodName_.addAll(other.methodName_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList methodName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMethodNameIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { methodName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(methodName_); bitField0_ |= 0x00000001; } } /** * repeated string method_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getMethodNameList() { return methodName_.getUnmodifiableView(); } /** * repeated string method_name = 1; */ public int getMethodNameCount() { return methodName_.size(); } /** * repeated string method_name = 1; */ public java.lang.String getMethodName(int index) { return methodName_.get(index); } /** * repeated string method_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getMethodNameBytes(int index) { return methodName_.getByteString(index); } /** * repeated string method_name = 1; */ public Builder setMethodName( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureMethodNameIsMutable(); methodName_.set(index, value); onChanged(); return this; } /** * repeated string method_name = 1; */ public Builder addMethodName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureMethodNameIsMutable(); methodName_.add(value); onChanged(); return this; } /** * repeated string method_name = 1; */ public Builder addAllMethodName( java.lang.Iterable values) { ensureMethodNameIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, methodName_); onChanged(); return this; } /** * repeated string method_name = 1; */ public Builder clearMethodName() { methodName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * repeated string method_name = 1; */ public Builder addMethodNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureMethodNameIsMutable(); methodName_.add(value); onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MatchingMethodNamesResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MatchingMethodNamesResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MatchingMethodNamesResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MatchingMethodNamesResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MatchingMethodNamesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MethodSignaturesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MethodSignaturesRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string class_name = 1; */ java.lang.String getClassName(); /** * string class_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes(); /** * string method_name = 2; */ java.lang.String getMethodName(); /** * string method_name = 2; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getMethodNameBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MethodSignaturesRequest} */ public static final class MethodSignaturesRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MethodSignaturesRequest) MethodSignaturesRequestOrBuilder { private static final long serialVersionUID = 0L; // Use MethodSignaturesRequest.newBuilder() to construct. private MethodSignaturesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MethodSignaturesRequest() { className_ = ""; methodName_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MethodSignaturesRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); className_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); methodName_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder.class); } public static final int CLASS_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object className_; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int METHOD_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object methodName_; /** * string method_name = 2; */ public java.lang.String getMethodName() { java.lang.Object ref = methodName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); methodName_ = s; return s; } } /** * string method_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getClassNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, className_); } if (!getMethodNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, methodName_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getClassNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, className_); } if (!getMethodNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, methodName_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) obj; boolean result = true; result = result && getClassName() .equals(other.getClassName()); result = result && getMethodName() .equals(other.getMethodName()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getClassName().hashCode(); hash = (37 * hash) + METHOD_NAME_FIELD_NUMBER; hash = (53 * hash) + getMethodName().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MethodSignaturesRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MethodSignaturesRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); className_ = ""; methodName_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest(this); result.className_ = className_; result.methodName_ = methodName_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest.getDefaultInstance()) return this; if (!other.getClassName().isEmpty()) { className_ = other.className_; onChanged(); } if (!other.getMethodName().isEmpty()) { methodName_ = other.methodName_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object className_ = ""; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } else { return (java.lang.String) ref; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string class_name = 1; */ public Builder setClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } className_ = value; onChanged(); return this; } /** * string class_name = 1; */ public Builder clearClassName() { className_ = getDefaultInstance().getClassName(); onChanged(); return this; } /** * string class_name = 1; */ public Builder setClassNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); className_ = value; onChanged(); return this; } private java.lang.Object methodName_ = ""; /** * string method_name = 2; */ public java.lang.String getMethodName() { java.lang.Object ref = methodName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); methodName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string method_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string method_name = 2; */ public Builder setMethodName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } methodName_ = value; onChanged(); return this; } /** * string method_name = 2; */ public Builder clearMethodName() { methodName_ = getDefaultInstance().getMethodName(); onChanged(); return this; } /** * string method_name = 2; */ public Builder setMethodNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); methodName_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MethodSignaturesRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MethodSignaturesRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MethodSignaturesRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MethodSignaturesRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MethodSignaturesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MethodSignaturesResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ java.util.List getMethodSignatureList(); /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getMethodSignature(int index); /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ int getMethodSignatureCount(); /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ java.util.List getMethodSignatureOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder getMethodSignatureOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MethodSignaturesResponse} */ public static final class MethodSignaturesResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MethodSignaturesResponse) MethodSignaturesResponseOrBuilder { private static final long serialVersionUID = 0L; // Use MethodSignaturesResponse.newBuilder() to construct. private MethodSignaturesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MethodSignaturesResponse() { methodSignature_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MethodSignaturesResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { methodSignature_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } methodSignature_.add( input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { methodSignature_ = java.util.Collections.unmodifiableList(methodSignature_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder.class); } public static final int METHOD_SIGNATURE_FIELD_NUMBER = 1; private java.util.List methodSignature_; /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public java.util.List getMethodSignatureList() { return methodSignature_; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public java.util.List getMethodSignatureOrBuilderList() { return methodSignature_; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public int getMethodSignatureCount() { return methodSignature_.size(); } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getMethodSignature(int index) { return methodSignature_.get(index); } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder getMethodSignatureOrBuilder( int index) { return methodSignature_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < methodSignature_.size(); i++) { output.writeMessage(1, methodSignature_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < methodSignature_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, methodSignature_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) obj; boolean result = true; result = result && getMethodSignatureList() .equals(other.getMethodSignatureList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getMethodSignatureCount() > 0) { hash = (37 * hash) + METHOD_SIGNATURE_FIELD_NUMBER; hash = (53 * hash) + getMethodSignatureList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.MethodSignaturesResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.MethodSignaturesResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getMethodSignatureFieldBuilder(); } } public Builder clear() { super.clear(); if (methodSignatureBuilder_ == null) { methodSignature_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { methodSignatureBuilder_.clear(); } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse(this); int from_bitField0_ = bitField0_; if (methodSignatureBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { methodSignature_ = java.util.Collections.unmodifiableList(methodSignature_); bitField0_ = (bitField0_ & ~0x00000001); } result.methodSignature_ = methodSignature_; } else { result.methodSignature_ = methodSignatureBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse.getDefaultInstance()) return this; if (methodSignatureBuilder_ == null) { if (!other.methodSignature_.isEmpty()) { if (methodSignature_.isEmpty()) { methodSignature_ = other.methodSignature_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureMethodSignatureIsMutable(); methodSignature_.addAll(other.methodSignature_); } onChanged(); } } else { if (!other.methodSignature_.isEmpty()) { if (methodSignatureBuilder_.isEmpty()) { methodSignatureBuilder_.dispose(); methodSignatureBuilder_ = null; methodSignature_ = other.methodSignature_; bitField0_ = (bitField0_ & ~0x00000001); methodSignatureBuilder_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMethodSignatureFieldBuilder() : null; } else { methodSignatureBuilder_.addAllMessages(other.methodSignature_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List methodSignature_ = java.util.Collections.emptyList(); private void ensureMethodSignatureIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { methodSignature_ = new java.util.ArrayList(methodSignature_); bitField0_ |= 0x00000001; } } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder> methodSignatureBuilder_; /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public java.util.List getMethodSignatureList() { if (methodSignatureBuilder_ == null) { return java.util.Collections.unmodifiableList(methodSignature_); } else { return methodSignatureBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public int getMethodSignatureCount() { if (methodSignatureBuilder_ == null) { return methodSignature_.size(); } else { return methodSignatureBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getMethodSignature(int index) { if (methodSignatureBuilder_ == null) { return methodSignature_.get(index); } else { return methodSignatureBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public Builder setMethodSignature( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature value) { if (methodSignatureBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMethodSignatureIsMutable(); methodSignature_.set(index, value); onChanged(); } else { methodSignatureBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public Builder setMethodSignature( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder builderForValue) { if (methodSignatureBuilder_ == null) { ensureMethodSignatureIsMutable(); methodSignature_.set(index, builderForValue.build()); onChanged(); } else { methodSignatureBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public Builder addMethodSignature(org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature value) { if (methodSignatureBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMethodSignatureIsMutable(); methodSignature_.add(value); onChanged(); } else { methodSignatureBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public Builder addMethodSignature( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature value) { if (methodSignatureBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMethodSignatureIsMutable(); methodSignature_.add(index, value); onChanged(); } else { methodSignatureBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public Builder addMethodSignature( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder builderForValue) { if (methodSignatureBuilder_ == null) { ensureMethodSignatureIsMutable(); methodSignature_.add(builderForValue.build()); onChanged(); } else { methodSignatureBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public Builder addMethodSignature( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder builderForValue) { if (methodSignatureBuilder_ == null) { ensureMethodSignatureIsMutable(); methodSignature_.add(index, builderForValue.build()); onChanged(); } else { methodSignatureBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public Builder addAllMethodSignature( java.lang.Iterable values) { if (methodSignatureBuilder_ == null) { ensureMethodSignatureIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, methodSignature_); onChanged(); } else { methodSignatureBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public Builder clearMethodSignature() { if (methodSignatureBuilder_ == null) { methodSignature_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { methodSignatureBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public Builder removeMethodSignature(int index) { if (methodSignatureBuilder_ == null) { ensureMethodSignatureIsMutable(); methodSignature_.remove(index); onChanged(); } else { methodSignatureBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder getMethodSignatureBuilder( int index) { return getMethodSignatureFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder getMethodSignatureOrBuilder( int index) { if (methodSignatureBuilder_ == null) { return methodSignature_.get(index); } else { return methodSignatureBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public java.util.List getMethodSignatureOrBuilderList() { if (methodSignatureBuilder_ != null) { return methodSignatureBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(methodSignature_); } } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder addMethodSignatureBuilder() { return getMethodSignatureFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder addMethodSignatureBuilder( int index) { return getMethodSignatureFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.MethodSignature method_signature = 1; */ public java.util.List getMethodSignatureBuilderList() { return getMethodSignatureFieldBuilder().getBuilderList(); } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder> getMethodSignatureFieldBuilder() { if (methodSignatureBuilder_ == null) { methodSignatureBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignatureOrBuilder>( methodSignature_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); methodSignature_ = null; } return methodSignatureBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.MethodSignaturesResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.MethodSignaturesResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MethodSignaturesResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MethodSignaturesResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignaturesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReweaveRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ReweaveRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.ReweaveRequest} */ public static final class ReweaveRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ReweaveRequest) ReweaveRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ReweaveRequest.newBuilder() to construct. private ReweaveRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReweaveRequest() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ReweaveRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ReweaveRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ReweaveRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ReweaveRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ReweaveRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ReweaveRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ReweaveRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ReweaveResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ReweaveResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * int32 class_update_count = 1; */ int getClassUpdateCount(); } /** * Protobuf type {@code org_glowroot_wire_api_model.ReweaveResponse} */ public static final class ReweaveResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ReweaveResponse) ReweaveResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ReweaveResponse.newBuilder() to construct. private ReweaveResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ReweaveResponse() { classUpdateCount_ = 0; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ReweaveResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { classUpdateCount_ = input.readInt32(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder.class); } public static final int CLASS_UPDATE_COUNT_FIELD_NUMBER = 1; private int classUpdateCount_; /** * int32 class_update_count = 1; */ public int getClassUpdateCount() { return classUpdateCount_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (classUpdateCount_ != 0) { output.writeInt32(1, classUpdateCount_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (classUpdateCount_ != 0) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt32Size(1, classUpdateCount_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) obj; boolean result = true; result = result && (getClassUpdateCount() == other.getClassUpdateCount()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + CLASS_UPDATE_COUNT_FIELD_NUMBER; hash = (53 * hash) + getClassUpdateCount(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ReweaveResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ReweaveResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); classUpdateCount_ = 0; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse(this); result.classUpdateCount_ = classUpdateCount_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse.getDefaultInstance()) return this; if (other.getClassUpdateCount() != 0) { setClassUpdateCount(other.getClassUpdateCount()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int classUpdateCount_ ; /** * int32 class_update_count = 1; */ public int getClassUpdateCount() { return classUpdateCount_; } /** * int32 class_update_count = 1; */ public Builder setClassUpdateCount(int value) { classUpdateCount_ = value; onChanged(); return this; } /** * int32 class_update_count = 1; */ public Builder clearClassUpdateCount() { classUpdateCount_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ReweaveResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ReweaveResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ReweaveResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ReweaveResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ReweaveResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HeaderRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeaderRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string trace_id = 1; */ java.lang.String getTraceId(); /** * string trace_id = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeaderRequest} */ public static final class HeaderRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeaderRequest) HeaderRequestOrBuilder { private static final long serialVersionUID = 0L; // Use HeaderRequest.newBuilder() to construct. private HeaderRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HeaderRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HeaderRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder.class); } public static final int TRACE_ID_FIELD_NUMBER = 1; private volatile java.lang.Object traceId_; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, traceId_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, traceId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) obj; boolean result = true; result = result && getTraceId() .equals(other.getTraceId()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + TRACE_ID_FIELD_NUMBER; hash = (53 * hash) + getTraceId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HeaderRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HeaderRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest(this); result.traceId_ = traceId_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest.getDefaultInstance()) return this; if (!other.getTraceId().isEmpty()) { traceId_ = other.traceId_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); traceId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HeaderRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeaderRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public HeaderRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new HeaderRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser 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.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.Trace.Header header = 1; */ boolean hasHeader(); /** * .org_glowroot_wire_api_model.Trace.Header header = 1; */ org.glowroot.wire.api.model.TraceOuterClass.Trace.Header getHeader(); /** * .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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeaderResponse) HeaderResponseOrBuilder { private static final long serialVersionUID = 0L; // Use HeaderResponse.newBuilder() to construct. private HeaderResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HeaderResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HeaderResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeaderResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * .org_glowroot_wire_api_model.Trace.Header header = 1; */ public boolean hasHeader() { return header_ != null; } /** * .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_; } /** * .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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (header_ != null) { output.writeMessage(1, getHeader()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (header_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getHeader()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) obj; boolean result = true; result = result && (hasHeader() == other.hasHeader()); if (hasHeader()) { result = result && getHeader() .equals(other.getHeader()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasHeader()) { hash = (37 * hash) + HEADER_FIELD_NUMBER; hash = (53 * hash) + getHeader().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (headerBuilder_ == null) { header_ = null; } else { header_ = null; headerBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.TraceOuterClass.Trace.Header header_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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_; /** * .org_glowroot_wire_api_model.Trace.Header header = 1; */ public boolean hasHeader() { return headerBuilder_ != null || header_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.Trace.Header header = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Header.Builder getHeaderBuilder() { onChanged(); return getHeaderFieldBuilder().getBuilder(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.Trace.Header header = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public HeaderResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new HeaderResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeaderResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface EntriesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.EntriesRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string trace_id = 1; */ java.lang.String getTraceId(); /** * string trace_id = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.EntriesRequest} */ public static final class EntriesRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.EntriesRequest) EntriesRequestOrBuilder { private static final long serialVersionUID = 0L; // Use EntriesRequest.newBuilder() to construct. private EntriesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private EntriesRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EntriesRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, traceId_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, traceId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) obj; boolean result = true; result = result && getTraceId() .equals(other.getTraceId()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + TRACE_ID_FIELD_NUMBER; hash = (53 * hash) + getTraceId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); traceId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public EntriesRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new EntriesRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface QueriesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.QueriesRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string trace_id = 1; */ java.lang.String getTraceId(); /** * string trace_id = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.QueriesRequest} */ public static final class QueriesRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.QueriesRequest) QueriesRequestOrBuilder { private static final long serialVersionUID = 0L; // Use QueriesRequest.newBuilder() to construct. private QueriesRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private QueriesRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private QueriesRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder.class); } public static final int TRACE_ID_FIELD_NUMBER = 1; private volatile java.lang.Object traceId_; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, traceId_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, traceId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) obj; boolean result = true; result = result && getTraceId() .equals(other.getTraceId()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + TRACE_ID_FIELD_NUMBER; hash = (53 * hash) + getTraceId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.QueriesRequest} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.QueriesRequest) org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequestOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesRequest_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest(this); result.traceId_ = traceId_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest.getDefaultInstance()) return this; if (!other.getTraceId().isEmpty()) { traceId_ = other.traceId_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); traceId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.QueriesRequest) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.QueriesRequest) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public QueriesRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new QueriesRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface EntriesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.EntriesResponse) org.glowroot.agent.it.harness.shaded.com.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); /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ java.util.List getSharedQueryTextList(); /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText getSharedQueryText(int index); /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ int getSharedQueryTextCount(); /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ java.util.List getSharedQueryTextOrBuilderList(); /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder getSharedQueryTextOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.EntriesResponse} */ public static final class EntriesResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.EntriesResponse) EntriesResponseOrBuilder { private static final long serialVersionUID = 0L; // Use EntriesResponse.newBuilder() to construct. private EntriesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private EntriesResponse() { entry_ = java.util.Collections.emptyList(); sharedQueryText_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EntriesResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } entry_.add( input.readMessage(org.glowroot.wire.api.model.TraceOuterClass.Trace.Entry.parser(), extensionRegistry)); break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } sharedQueryText_.add( input.readMessage(org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = java.util.Collections.unmodifiableList(sharedQueryText_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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); } public static final int SHARED_QUERY_TEXT_FIELD_NUMBER = 2; private java.util.List sharedQueryText_; /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextList() { return sharedQueryText_; } /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextOrBuilderList() { return sharedQueryText_; } /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public int getSharedQueryTextCount() { return sharedQueryText_.size(); } /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText getSharedQueryText(int index) { return sharedQueryText_.get(index); } /** *
     * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder getSharedQueryTextOrBuilder( int index) { return sharedQueryText_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < entry_.size(); i++) { output.writeMessage(1, entry_.get(i)); } for (int i = 0; i < sharedQueryText_.size(); i++) { output.writeMessage(2, sharedQueryText_.get(i)); } unknownFields.writeTo(output); } 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.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, entry_.get(i)); } for (int i = 0; i < sharedQueryText_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, sharedQueryText_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) obj; boolean result = true; result = result && getEntryList() .equals(other.getEntryList()); result = result && getSharedQueryTextList() .equals(other.getSharedQueryTextList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getEntryCount() > 0) { hash = (37 * hash) + ENTRY_FIELD_NUMBER; hash = (53 * hash) + getEntryList().hashCode(); } if (getSharedQueryTextCount() > 0) { hash = (37 * hash) + SHARED_QUERY_TEXT_FIELD_NUMBER; hash = (53 * hash) + getSharedQueryTextList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getEntryFieldBuilder(); getSharedQueryTextFieldBuilder(); } } public Builder clear() { super.clear(); if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { entryBuilder_.clear(); } if (sharedQueryTextBuilder_ == null) { sharedQueryText_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { sharedQueryTextBuilder_.clear(); } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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(); } if (sharedQueryTextBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = java.util.Collections.unmodifiableList(sharedQueryText_); bitField0_ = (bitField0_ & ~0x00000002); } result.sharedQueryText_ = sharedQueryText_; } else { result.sharedQueryText_ = sharedQueryTextBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getEntryFieldBuilder() : null; } else { entryBuilder_.addAllMessages(other.entry_); } } } if (sharedQueryTextBuilder_ == null) { if (!other.sharedQueryText_.isEmpty()) { if (sharedQueryText_.isEmpty()) { sharedQueryText_ = other.sharedQueryText_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureSharedQueryTextIsMutable(); sharedQueryText_.addAll(other.sharedQueryText_); } onChanged(); } } else { if (!other.sharedQueryText_.isEmpty()) { if (sharedQueryTextBuilder_.isEmpty()) { sharedQueryTextBuilder_.dispose(); sharedQueryTextBuilder_ = null; sharedQueryText_ = other.sharedQueryText_; bitField0_ = (bitField0_ & ~0x00000002); sharedQueryTextBuilder_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getSharedQueryTextFieldBuilder() : null; } else { sharedQueryTextBuilder_.addAllMessages(other.sharedQueryText_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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_; } private java.util.List sharedQueryText_ = java.util.Collections.emptyList(); private void ensureSharedQueryTextIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = new java.util.ArrayList(sharedQueryText_); bitField0_ |= 0x00000002; } } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder> sharedQueryTextBuilder_; /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextList() { if (sharedQueryTextBuilder_ == null) { return java.util.Collections.unmodifiableList(sharedQueryText_); } else { return sharedQueryTextBuilder_.getMessageList(); } } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public int getSharedQueryTextCount() { if (sharedQueryTextBuilder_ == null) { return sharedQueryText_.size(); } else { return sharedQueryTextBuilder_.getCount(); } } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText getSharedQueryText(int index) { if (sharedQueryTextBuilder_ == null) { return sharedQueryText_.get(index); } else { return sharedQueryTextBuilder_.getMessage(index); } } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder setSharedQueryText( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText value) { if (sharedQueryTextBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSharedQueryTextIsMutable(); sharedQueryText_.set(index, value); onChanged(); } else { sharedQueryTextBuilder_.setMessage(index, value); } return this; } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder setSharedQueryText( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder builderForValue) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); sharedQueryText_.set(index, builderForValue.build()); onChanged(); } else { sharedQueryTextBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addSharedQueryText(org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText value) { if (sharedQueryTextBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSharedQueryTextIsMutable(); sharedQueryText_.add(value); onChanged(); } else { sharedQueryTextBuilder_.addMessage(value); } return this; } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addSharedQueryText( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText value) { if (sharedQueryTextBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSharedQueryTextIsMutable(); sharedQueryText_.add(index, value); onChanged(); } else { sharedQueryTextBuilder_.addMessage(index, value); } return this; } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addSharedQueryText( org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder builderForValue) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); sharedQueryText_.add(builderForValue.build()); onChanged(); } else { sharedQueryTextBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addSharedQueryText( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder builderForValue) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); sharedQueryText_.add(index, builderForValue.build()); onChanged(); } else { sharedQueryTextBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addAllSharedQueryText( java.lang.Iterable values) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, sharedQueryText_); onChanged(); } else { sharedQueryTextBuilder_.addAllMessages(values); } return this; } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder clearSharedQueryText() { if (sharedQueryTextBuilder_ == null) { sharedQueryText_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { sharedQueryTextBuilder_.clear(); } return this; } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder removeSharedQueryText(int index) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); sharedQueryText_.remove(index); onChanged(); } else { sharedQueryTextBuilder_.remove(index); } return this; } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder getSharedQueryTextBuilder( int index) { return getSharedQueryTextFieldBuilder().getBuilder(index); } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder getSharedQueryTextOrBuilder( int index) { if (sharedQueryTextBuilder_ == null) { return sharedQueryText_.get(index); } else { return sharedQueryTextBuilder_.getMessageOrBuilder(index); } } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextOrBuilderList() { if (sharedQueryTextBuilder_ != null) { return sharedQueryTextBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(sharedQueryText_); } } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder addSharedQueryTextBuilder() { return getSharedQueryTextFieldBuilder().addBuilder( org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.getDefaultInstance()); } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder addSharedQueryTextBuilder( int index) { return getSharedQueryTextFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.getDefaultInstance()); } /** *
       * sends full_text_sha1, beginning_text, ending_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextBuilderList() { return getSharedQueryTextFieldBuilder().getBuilderList(); } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder> getSharedQueryTextFieldBuilder() { if (sharedQueryTextBuilder_ == null) { sharedQueryTextBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder>( sharedQueryText_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); sharedQueryText_ = null; } return sharedQueryTextBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public EntriesResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new EntriesResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.EntriesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface QueriesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.QueriesResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ java.util.List getQueryList(); /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query getQuery(int index); /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ int getQueryCount(); /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ java.util.List getQueryOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder getQueryOrBuilder( int index); /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ java.util.List getSharedQueryTextList(); /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText getSharedQueryText(int index); /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ int getSharedQueryTextCount(); /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ java.util.List getSharedQueryTextOrBuilderList(); /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder getSharedQueryTextOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.QueriesResponse} */ public static final class QueriesResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.QueriesResponse) QueriesResponseOrBuilder { private static final long serialVersionUID = 0L; // Use QueriesResponse.newBuilder() to construct. private QueriesResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private QueriesResponse() { query_ = java.util.Collections.emptyList(); sharedQueryText_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private QueriesResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { query_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } query_.add( input.readMessage(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.parser(), extensionRegistry)); break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } sharedQueryText_.add( input.readMessage(org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { query_ = java.util.Collections.unmodifiableList(query_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = java.util.Collections.unmodifiableList(sharedQueryText_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder.class); } public static final int QUERY_FIELD_NUMBER = 1; private java.util.List query_; /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public java.util.List getQueryList() { return query_; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public java.util.List getQueryOrBuilderList() { return query_; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public int getQueryCount() { return query_.size(); } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query getQuery(int index) { return query_.get(index); } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder getQueryOrBuilder( int index) { return query_.get(index); } public static final int SHARED_QUERY_TEXT_FIELD_NUMBER = 2; private java.util.List sharedQueryText_; /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextList() { return sharedQueryText_; } /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextOrBuilderList() { return sharedQueryText_; } /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public int getSharedQueryTextCount() { return sharedQueryText_.size(); } /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText getSharedQueryText(int index) { return sharedQueryText_.get(index); } /** *
     * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
     * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
     * in the central collector)
     * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder getSharedQueryTextOrBuilder( int index) { return sharedQueryText_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < query_.size(); i++) { output.writeMessage(1, query_.get(i)); } for (int i = 0; i < sharedQueryText_.size(); i++) { output.writeMessage(2, sharedQueryText_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < query_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, query_.get(i)); } for (int i = 0; i < sharedQueryText_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, sharedQueryText_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) obj; boolean result = true; result = result && getQueryList() .equals(other.getQueryList()); result = result && getSharedQueryTextList() .equals(other.getSharedQueryTextList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getQueryCount() > 0) { hash = (37 * hash) + QUERY_FIELD_NUMBER; hash = (53 * hash) + getQueryList().hashCode(); } if (getSharedQueryTextCount() > 0) { hash = (37 * hash) + SHARED_QUERY_TEXT_FIELD_NUMBER; hash = (53 * hash) + getSharedQueryTextList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.QueriesResponse} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.QueriesResponse) org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponseOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getQueryFieldBuilder(); getSharedQueryTextFieldBuilder(); } } public Builder clear() { super.clear(); if (queryBuilder_ == null) { query_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { queryBuilder_.clear(); } if (sharedQueryTextBuilder_ == null) { sharedQueryText_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { sharedQueryTextBuilder_.clear(); } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_QueriesResponse_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse(this); int from_bitField0_ = bitField0_; if (queryBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { query_ = java.util.Collections.unmodifiableList(query_); bitField0_ = (bitField0_ & ~0x00000001); } result.query_ = query_; } else { result.query_ = queryBuilder_.build(); } if (sharedQueryTextBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = java.util.Collections.unmodifiableList(sharedQueryText_); bitField0_ = (bitField0_ & ~0x00000002); } result.sharedQueryText_ = sharedQueryText_; } else { result.sharedQueryText_ = sharedQueryTextBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse.getDefaultInstance()) return this; if (queryBuilder_ == null) { if (!other.query_.isEmpty()) { if (query_.isEmpty()) { query_ = other.query_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureQueryIsMutable(); query_.addAll(other.query_); } onChanged(); } } else { if (!other.query_.isEmpty()) { if (queryBuilder_.isEmpty()) { queryBuilder_.dispose(); queryBuilder_ = null; query_ = other.query_; bitField0_ = (bitField0_ & ~0x00000001); queryBuilder_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getQueryFieldBuilder() : null; } else { queryBuilder_.addAllMessages(other.query_); } } } if (sharedQueryTextBuilder_ == null) { if (!other.sharedQueryText_.isEmpty()) { if (sharedQueryText_.isEmpty()) { sharedQueryText_ = other.sharedQueryText_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureSharedQueryTextIsMutable(); sharedQueryText_.addAll(other.sharedQueryText_); } onChanged(); } } else { if (!other.sharedQueryText_.isEmpty()) { if (sharedQueryTextBuilder_.isEmpty()) { sharedQueryTextBuilder_.dispose(); sharedQueryTextBuilder_ = null; sharedQueryText_ = other.sharedQueryText_; bitField0_ = (bitField0_ & ~0x00000002); sharedQueryTextBuilder_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getSharedQueryTextFieldBuilder() : null; } else { sharedQueryTextBuilder_.addAllMessages(other.sharedQueryText_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List query_ = java.util.Collections.emptyList(); private void ensureQueryIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { query_ = new java.util.ArrayList(query_); bitField0_ |= 0x00000001; } } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder> queryBuilder_; /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public java.util.List getQueryList() { if (queryBuilder_ == null) { return java.util.Collections.unmodifiableList(query_); } else { return queryBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public int getQueryCount() { if (queryBuilder_ == null) { return query_.size(); } else { return queryBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query getQuery(int index) { if (queryBuilder_ == null) { return query_.get(index); } else { return queryBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public Builder setQuery( int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query value) { if (queryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureQueryIsMutable(); query_.set(index, value); onChanged(); } else { queryBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public Builder setQuery( int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder builderForValue) { if (queryBuilder_ == null) { ensureQueryIsMutable(); query_.set(index, builderForValue.build()); onChanged(); } else { queryBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public Builder addQuery(org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query value) { if (queryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureQueryIsMutable(); query_.add(value); onChanged(); } else { queryBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public Builder addQuery( int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query value) { if (queryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureQueryIsMutable(); query_.add(index, value); onChanged(); } else { queryBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public Builder addQuery( org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder builderForValue) { if (queryBuilder_ == null) { ensureQueryIsMutable(); query_.add(builderForValue.build()); onChanged(); } else { queryBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public Builder addQuery( int index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder builderForValue) { if (queryBuilder_ == null) { ensureQueryIsMutable(); query_.add(index, builderForValue.build()); onChanged(); } else { queryBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public Builder addAllQuery( java.lang.Iterable values) { if (queryBuilder_ == null) { ensureQueryIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, query_); onChanged(); } else { queryBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public Builder clearQuery() { if (queryBuilder_ == null) { query_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { queryBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public Builder removeQuery(int index) { if (queryBuilder_ == null) { ensureQueryIsMutable(); query_.remove(index); onChanged(); } else { queryBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder getQueryBuilder( int index) { return getQueryFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder getQueryOrBuilder( int index) { if (queryBuilder_ == null) { return query_.get(index); } else { return queryBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public java.util.List getQueryOrBuilderList() { if (queryBuilder_ != null) { return queryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(query_); } } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder addQueryBuilder() { return getQueryFieldBuilder().addBuilder( org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder addQueryBuilder( int index) { return getQueryFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.Aggregate.Query query = 1; */ public java.util.List getQueryBuilderList() { return getQueryFieldBuilder().getBuilderList(); } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder> getQueryFieldBuilder() { if (queryBuilder_ == null) { queryBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.Query.Builder, org.glowroot.wire.api.model.AggregateOuterClass.Aggregate.QueryOrBuilder>( query_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); query_ = null; } return queryBuilder_; } private java.util.List sharedQueryText_ = java.util.Collections.emptyList(); private void ensureSharedQueryTextIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = new java.util.ArrayList(sharedQueryText_); bitField0_ |= 0x00000002; } } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder> sharedQueryTextBuilder_; /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextList() { if (sharedQueryTextBuilder_ == null) { return java.util.Collections.unmodifiableList(sharedQueryText_); } else { return sharedQueryTextBuilder_.getMessageList(); } } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public int getSharedQueryTextCount() { if (sharedQueryTextBuilder_ == null) { return sharedQueryText_.size(); } else { return sharedQueryTextBuilder_.getCount(); } } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText getSharedQueryText(int index) { if (sharedQueryTextBuilder_ == null) { return sharedQueryText_.get(index); } else { return sharedQueryTextBuilder_.getMessage(index); } } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder setSharedQueryText( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText value) { if (sharedQueryTextBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSharedQueryTextIsMutable(); sharedQueryText_.set(index, value); onChanged(); } else { sharedQueryTextBuilder_.setMessage(index, value); } return this; } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder setSharedQueryText( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder builderForValue) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); sharedQueryText_.set(index, builderForValue.build()); onChanged(); } else { sharedQueryTextBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addSharedQueryText(org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText value) { if (sharedQueryTextBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSharedQueryTextIsMutable(); sharedQueryText_.add(value); onChanged(); } else { sharedQueryTextBuilder_.addMessage(value); } return this; } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addSharedQueryText( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText value) { if (sharedQueryTextBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSharedQueryTextIsMutable(); sharedQueryText_.add(index, value); onChanged(); } else { sharedQueryTextBuilder_.addMessage(index, value); } return this; } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addSharedQueryText( org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder builderForValue) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); sharedQueryText_.add(builderForValue.build()); onChanged(); } else { sharedQueryTextBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addSharedQueryText( int index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder builderForValue) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); sharedQueryText_.add(index, builderForValue.build()); onChanged(); } else { sharedQueryTextBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder addAllSharedQueryText( java.lang.Iterable values) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, sharedQueryText_); onChanged(); } else { sharedQueryTextBuilder_.addAllMessages(values); } return this; } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder clearSharedQueryText() { if (sharedQueryTextBuilder_ == null) { sharedQueryText_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { sharedQueryTextBuilder_.clear(); } return this; } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public Builder removeSharedQueryText(int index) { if (sharedQueryTextBuilder_ == null) { ensureSharedQueryTextIsMutable(); sharedQueryText_.remove(index); onChanged(); } else { sharedQueryTextBuilder_.remove(index); } return this; } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder getSharedQueryTextBuilder( int index) { return getSharedQueryTextFieldBuilder().getBuilder(index); } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder getSharedQueryTextOrBuilder( int index) { if (sharedQueryTextBuilder_ == null) { return sharedQueryText_.get(index); } else { return sharedQueryTextBuilder_.getMessageOrBuilder(index); } } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextOrBuilderList() { if (sharedQueryTextBuilder_ != null) { return sharedQueryTextBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(sharedQueryText_); } } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder addSharedQueryTextBuilder() { return getSharedQueryTextFieldBuilder().addBuilder( org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.getDefaultInstance()); } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder addSharedQueryTextBuilder( int index) { return getSharedQueryTextFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.getDefaultInstance()); } /** *
       * sends full_text_sha1, beginning_text if sha1 is known to already exist in the
       * central collector, otherwise sends only full_text (with no expectation that sha1 will be stored
       * in the central collector)
       * 
* * repeated .org_glowroot_wire_api_model.Trace.SharedQueryText shared_query_text = 2; */ public java.util.List getSharedQueryTextBuilderList() { return getSharedQueryTextFieldBuilder().getBuilderList(); } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder> getSharedQueryTextFieldBuilder() { if (sharedQueryTextBuilder_ == null) { sharedQueryTextBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryText.Builder, org.glowroot.wire.api.model.TraceOuterClass.Trace.SharedQueryTextOrBuilder>( sharedQueryText_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); sharedQueryText_ = null; } return sharedQueryTextBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.QueriesResponse) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.QueriesResponse) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public QueriesResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new QueriesResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.QueriesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MainThreadProfileRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MainThreadProfileRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string trace_id = 1; */ java.lang.String getTraceId(); /** * string trace_id = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.MainThreadProfileRequest} */ public static final class MainThreadProfileRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MainThreadProfileRequest) MainThreadProfileRequestOrBuilder { private static final long serialVersionUID = 0L; // Use MainThreadProfileRequest.newBuilder() to construct. private MainThreadProfileRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MainThreadProfileRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MainThreadProfileRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, traceId_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, traceId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) obj; boolean result = true; result = result && getTraceId() .equals(other.getTraceId()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + TRACE_ID_FIELD_NUMBER; hash = (53 * hash) + getTraceId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); traceId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MainThreadProfileRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MainThreadProfileRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MainThreadProfileResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MainThreadProfileResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.Profile profile = 1; */ boolean hasProfile(); /** * .org_glowroot_wire_api_model.Profile profile = 1; */ org.glowroot.wire.api.model.ProfileOuterClass.Profile getProfile(); /** * .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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MainThreadProfileResponse) MainThreadProfileResponseOrBuilder { private static final long serialVersionUID = 0L; // Use MainThreadProfileResponse.newBuilder() to construct. private MainThreadProfileResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MainThreadProfileResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MainThreadProfileResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * .org_glowroot_wire_api_model.Profile profile = 1; */ public boolean hasProfile() { return profile_ != null; } /** * .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_; } /** * .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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (profile_ != null) { output.writeMessage(1, getProfile()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (profile_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getProfile()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) obj; boolean result = true; result = result && (hasProfile() == other.hasProfile()); if (hasProfile()) { result = result && getProfile() .equals(other.getProfile()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasProfile()) { hash = (37 * hash) + PROFILE_FIELD_NUMBER; hash = (53 * hash) + getProfile().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (profileBuilder_ == null) { profile_ = null; } else { profile_ = null; profileBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.ProfileOuterClass.Profile profile_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> profileBuilder_; /** * .org_glowroot_wire_api_model.Profile profile = 1; */ public boolean hasProfile() { return profileBuilder_ != null || profile_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder clearProfile() { if (profileBuilder_ == null) { profile_ = null; onChanged(); } else { profile_ = null; profileBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder getProfileBuilder() { onChanged(); return getProfileFieldBuilder().getBuilder(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.Profile profile = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> getProfileFieldBuilder() { if (profileBuilder_ == null) { profileBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder>( getProfile(), getParentForChildren(), isClean()); profile_ = null; } return profileBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MainThreadProfileResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MainThreadProfileResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MainThreadProfileResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AuxThreadProfileRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AuxThreadProfileRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string trace_id = 1; */ java.lang.String getTraceId(); /** * string trace_id = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.AuxThreadProfileRequest} */ public static final class AuxThreadProfileRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AuxThreadProfileRequest) AuxThreadProfileRequestOrBuilder { private static final long serialVersionUID = 0L; // Use AuxThreadProfileRequest.newBuilder() to construct. private AuxThreadProfileRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AuxThreadProfileRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AuxThreadProfileRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, traceId_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, traceId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) obj; boolean result = true; result = result && getTraceId() .equals(other.getTraceId()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + TRACE_ID_FIELD_NUMBER; hash = (53 * hash) + getTraceId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); traceId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public AuxThreadProfileRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new AuxThreadProfileRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AuxThreadProfileResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.AuxThreadProfileResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.Profile profile = 1; */ boolean hasProfile(); /** * .org_glowroot_wire_api_model.Profile profile = 1; */ org.glowroot.wire.api.model.ProfileOuterClass.Profile getProfile(); /** * .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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.AuxThreadProfileResponse) AuxThreadProfileResponseOrBuilder { private static final long serialVersionUID = 0L; // Use AuxThreadProfileResponse.newBuilder() to construct. private AuxThreadProfileResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AuxThreadProfileResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AuxThreadProfileResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * .org_glowroot_wire_api_model.Profile profile = 1; */ public boolean hasProfile() { return profile_ != null; } /** * .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_; } /** * .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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (profile_ != null) { output.writeMessage(1, getProfile()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (profile_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getProfile()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) obj; boolean result = true; result = result && (hasProfile() == other.hasProfile()); if (hasProfile()) { result = result && getProfile() .equals(other.getProfile()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasProfile()) { hash = (37 * hash) + PROFILE_FIELD_NUMBER; hash = (53 * hash) + getProfile().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (profileBuilder_ == null) { profile_ = null; } else { profile_ = null; profileBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.ProfileOuterClass.Profile profile_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> profileBuilder_; /** * .org_glowroot_wire_api_model.Profile profile = 1; */ public boolean hasProfile() { return profileBuilder_ != null || profile_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.Profile profile = 1; */ public Builder clearProfile() { if (profileBuilder_ == null) { profile_ = null; onChanged(); } else { profile_ = null; profileBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.Profile profile = 1; */ public org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder getProfileBuilder() { onChanged(); return getProfileFieldBuilder().getBuilder(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.Profile profile = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder> getProfileFieldBuilder() { if (profileBuilder_ == null) { profileBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.ProfileOuterClass.Profile, org.glowroot.wire.api.model.ProfileOuterClass.Profile.Builder, org.glowroot.wire.api.model.ProfileOuterClass.ProfileOrBuilder>( getProfile(), getParentForChildren(), isClean()); profile_ = null; } return profileBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public AuxThreadProfileResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new AuxThreadProfileResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.AuxThreadProfileResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FullTraceRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.FullTraceRequest) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string trace_id = 1; */ java.lang.String getTraceId(); /** * string trace_id = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.FullTraceRequest} */ public static final class FullTraceRequest extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.FullTraceRequest) FullTraceRequestOrBuilder { private static final long serialVersionUID = 0L; // Use FullTraceRequest.newBuilder() to construct. private FullTraceRequest(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FullTraceRequest() { traceId_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FullTraceRequest( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); traceId_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceRequest_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, traceId_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, traceId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) obj; boolean result = true; result = result && getTraceId() .equals(other.getTraceId()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + TRACE_ID_FIELD_NUMBER; hash = (53 * hash) + getTraceId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); traceId_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object traceId_ = ""; /** * string trace_id = 1; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string trace_id = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string trace_id = 1; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** * string trace_id = 1; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** * string trace_id = 1; */ public Builder setTraceIdBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); traceId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public FullTraceRequest parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new FullTraceRequest(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FullTraceResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.FullTraceResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.Trace trace = 1; */ boolean hasTrace(); /** * .org_glowroot_wire_api_model.Trace trace = 1; */ org.glowroot.wire.api.model.TraceOuterClass.Trace getTrace(); /** * .org_glowroot_wire_api_model.Trace trace = 1; */ org.glowroot.wire.api.model.TraceOuterClass.TraceOrBuilder getTraceOrBuilder(); /** * repeated string shared_query_text = 2; */ java.util.List getSharedQueryTextList(); /** * repeated string shared_query_text = 2; */ int getSharedQueryTextCount(); /** * repeated string shared_query_text = 2; */ java.lang.String getSharedQueryText(int index); /** * repeated string shared_query_text = 2; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getSharedQueryTextBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.FullTraceResponse} */ public static final class FullTraceResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.FullTraceResponse) FullTraceResponseOrBuilder { private static final long serialVersionUID = 0L; // Use FullTraceResponse.newBuilder() to construct. private FullTraceResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FullTraceResponse() { sharedQueryText_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FullTraceResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.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; } case 18: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } sharedQueryText_.add(s); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = sharedQueryText_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_FullTraceResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse.Builder.class); } private int bitField0_; public static final int TRACE_FIELD_NUMBER = 1; private org.glowroot.wire.api.model.TraceOuterClass.Trace trace_; /** * .org_glowroot_wire_api_model.Trace trace = 1; */ public boolean hasTrace() { return trace_ != null; } /** * .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_; } /** * .org_glowroot_wire_api_model.Trace trace = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.TraceOrBuilder getTraceOrBuilder() { return getTrace(); } public static final int SHARED_QUERY_TEXT_FIELD_NUMBER = 2; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList sharedQueryText_; /** * repeated string shared_query_text = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getSharedQueryTextList() { return sharedQueryText_; } /** * repeated string shared_query_text = 2; */ public int getSharedQueryTextCount() { return sharedQueryText_.size(); } /** * repeated string shared_query_text = 2; */ public java.lang.String getSharedQueryText(int index) { return sharedQueryText_.get(index); } /** * repeated string shared_query_text = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getSharedQueryTextBytes(int index) { return sharedQueryText_.getByteString(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (trace_ != null) { output.writeMessage(1, getTrace()); } for (int i = 0; i < sharedQueryText_.size(); i++) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, sharedQueryText_.getRaw(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (trace_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getTrace()); } { int dataSize = 0; for (int i = 0; i < sharedQueryText_.size(); i++) { dataSize += computeStringSizeNoTag(sharedQueryText_.getRaw(i)); } size += dataSize; size += 1 * getSharedQueryTextList().size(); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) obj; boolean result = true; result = result && (hasTrace() == other.hasTrace()); if (hasTrace()) { result = result && getTrace() .equals(other.getTrace()); } result = result && getSharedQueryTextList() .equals(other.getSharedQueryTextList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasTrace()) { hash = (37 * hash) + TRACE_FIELD_NUMBER; hash = (53 * hash) + getTrace().hashCode(); } if (getSharedQueryTextCount() > 0) { hash = (37 * hash) + SHARED_QUERY_TEXT_FIELD_NUMBER; hash = (53 * hash) + getSharedQueryTextList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (traceBuilder_ == null) { trace_ = null; } else { trace_ = null; traceBuilder_ = null; } sharedQueryText_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (traceBuilder_ == null) { result.trace_ = trace_; } else { result.trace_ = traceBuilder_.build(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = sharedQueryText_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000002); } result.sharedQueryText_ = sharedQueryText_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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()); } if (!other.sharedQueryText_.isEmpty()) { if (sharedQueryText_.isEmpty()) { sharedQueryText_ = other.sharedQueryText_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureSharedQueryTextIsMutable(); sharedQueryText_.addAll(other.sharedQueryText_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private org.glowroot.wire.api.model.TraceOuterClass.Trace trace_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.TraceOuterClass.Trace, org.glowroot.wire.api.model.TraceOuterClass.Trace.Builder, org.glowroot.wire.api.model.TraceOuterClass.TraceOrBuilder> traceBuilder_; /** * .org_glowroot_wire_api_model.Trace trace = 1; */ public boolean hasTrace() { return traceBuilder_ != null || trace_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.Trace trace = 1; */ public Builder clearTrace() { if (traceBuilder_ == null) { trace_ = null; onChanged(); } else { trace_ = null; traceBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.Trace trace = 1; */ public org.glowroot.wire.api.model.TraceOuterClass.Trace.Builder getTraceBuilder() { onChanged(); return getTraceFieldBuilder().getBuilder(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.Trace trace = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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_; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList sharedQueryText_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureSharedQueryTextIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { sharedQueryText_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(sharedQueryText_); bitField0_ |= 0x00000002; } } /** * repeated string shared_query_text = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getSharedQueryTextList() { return sharedQueryText_.getUnmodifiableView(); } /** * repeated string shared_query_text = 2; */ public int getSharedQueryTextCount() { return sharedQueryText_.size(); } /** * repeated string shared_query_text = 2; */ public java.lang.String getSharedQueryText(int index) { return sharedQueryText_.get(index); } /** * repeated string shared_query_text = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getSharedQueryTextBytes(int index) { return sharedQueryText_.getByteString(index); } /** * repeated string shared_query_text = 2; */ public Builder setSharedQueryText( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSharedQueryTextIsMutable(); sharedQueryText_.set(index, value); onChanged(); return this; } /** * repeated string shared_query_text = 2; */ public Builder addSharedQueryText( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSharedQueryTextIsMutable(); sharedQueryText_.add(value); onChanged(); return this; } /** * repeated string shared_query_text = 2; */ public Builder addAllSharedQueryText( java.lang.Iterable values) { ensureSharedQueryTextIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, sharedQueryText_); onChanged(); return this; } /** * repeated string shared_query_text = 2; */ public Builder clearSharedQueryText() { sharedQueryText_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * repeated string shared_query_text = 2; */ public Builder addSharedQueryTextBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureSharedQueryTextIsMutable(); sharedQueryText_.add(value); onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public FullTraceResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new FullTraceResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.FullTraceResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface UnknownRequestResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.UnknownRequestResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.UnknownRequestResponse} */ public static final class UnknownRequestResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.UnknownRequestResponse) UnknownRequestResponseOrBuilder { private static final long serialVersionUID = 0L; // Use UnknownRequestResponse.newBuilder() to construct. private UnknownRequestResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private UnknownRequestResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private UnknownRequestResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public UnknownRequestResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new UnknownRequestResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.UnknownRequestResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExceptionResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ExceptionResponse) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code org_glowroot_wire_api_model.ExceptionResponse} */ public static final class ExceptionResponse extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ExceptionResponse) ExceptionResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ExceptionResponse.newBuilder() to construct. private ExceptionResponse(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExceptionResponse() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExceptionResponse( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ExceptionResponse_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ExceptionResponse parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ExceptionResponse(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ExceptionResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ThreadDumpOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDump) org.glowroot.agent.it.harness.shaded.com.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); /** * .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ boolean hasThreadDumpingThread(); /** * .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread getThreadDumpingThread(); /** * .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getThreadDumpingThreadOrBuilder(); /** *
     * deprecated in 0.9.2
     * 
* * bool jstack_available = 4; */ boolean getJstackAvailable(); } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump} */ public static final class ThreadDump extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDump) ThreadDumpOrBuilder { private static final long serialVersionUID = 0L; // Use ThreadDump.newBuilder() to construct. private ThreadDump(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ThreadDump() { transaction_ = java.util.Collections.emptyList(); unmatchedThread_ = java.util.Collections.emptyList(); jstackAvailable_ = false; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ThreadDump( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { 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; } case 32: { jstackAvailable_ = input.readBool(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { transaction_ = java.util.Collections.unmodifiableList(transaction_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { unmatchedThread_ = java.util.Collections.unmodifiableList(unmatchedThread_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string headline = 6; */ java.lang.String getHeadline(); /** * string headline = 6; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getHeadlineBytes(); /** * string transaction_type = 1; */ java.lang.String getTransactionType(); /** * string transaction_type = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTransactionTypeBytes(); /** * string transaction_name = 2; */ java.lang.String getTransactionName(); /** * string transaction_name = 2; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTransactionNameBytes(); /** * int64 total_duration_nanos = 3; */ long getTotalDurationNanos(); /** *
       * across all threads
       * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ boolean hasTotalCpuNanos(); /** *
       * across all threads
       * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ org.glowroot.wire.api.model.Proto.OptionalInt64 getTotalCpuNanos(); /** *
       * across all threads
       * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getTotalCpuNanosOrBuilder(); /** *
       * trace id is only included if a trace will be stored for this transaction
       * (e.g. the transaction exceeds the slow threshold)
       * 
* * string trace_id = 4; */ java.lang.String getTraceId(); /** *
       * trace id is only included if a trace will be stored for this transaction
       * (e.g. the transaction exceeds the slow threshold)
       * 
* * string trace_id = 4; */ org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDump.Transaction) TransactionOrBuilder { private static final long serialVersionUID = 0L; // Use Transaction.newBuilder() to construct. private Transaction(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Transaction() { headline_ = ""; transactionType_ = ""; transactionName_ = ""; totalDurationNanos_ = 0L; traceId_ = ""; thread_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Transaction( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); transactionType_ = s; break; } case 18: { 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_ & 0x00000040) == 0x00000040)) { thread_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000040; } thread_.add( input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread.parser(), extensionRegistry)); break; } case 50: { java.lang.String s = input.readStringRequireUtf8(); headline_ = s; break; } case 58: { org.glowroot.wire.api.model.Proto.OptionalInt64.Builder subBuilder = null; if (totalCpuNanos_ != null) { subBuilder = totalCpuNanos_.toBuilder(); } totalCpuNanos_ = input.readMessage(org.glowroot.wire.api.model.Proto.OptionalInt64.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(totalCpuNanos_); totalCpuNanos_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000040) == 0x00000040)) { thread_ = java.util.Collections.unmodifiableList(thread_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 HEADLINE_FIELD_NUMBER = 6; private volatile java.lang.Object headline_; /** * string headline = 6; */ public java.lang.String getHeadline() { java.lang.Object ref = headline_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); headline_ = s; return s; } } /** * string headline = 6; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getHeadlineBytes() { java.lang.Object ref = headline_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); headline_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int TRANSACTION_TYPE_FIELD_NUMBER = 1; private volatile java.lang.Object transactionType_; /** * string transaction_type = 1; */ public java.lang.String getTransactionType() { java.lang.Object ref = transactionType_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transactionType_ = s; return s; } } /** * string transaction_type = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTransactionTypeBytes() { java.lang.Object ref = transactionType_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionType_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int TRANSACTION_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object transactionName_; /** * string transaction_name = 2; */ public java.lang.String getTransactionName() { java.lang.Object ref = transactionName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transactionName_ = s; return s; } } /** * string transaction_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTransactionNameBytes() { java.lang.Object ref = transactionName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int TOTAL_DURATION_NANOS_FIELD_NUMBER = 3; private long totalDurationNanos_; /** * int64 total_duration_nanos = 3; */ public long getTotalDurationNanos() { return totalDurationNanos_; } public static final int TOTAL_CPU_NANOS_FIELD_NUMBER = 7; private org.glowroot.wire.api.model.Proto.OptionalInt64 totalCpuNanos_; /** *
       * across all threads
       * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public boolean hasTotalCpuNanos() { return totalCpuNanos_ != null; } /** *
       * across all threads
       * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64 getTotalCpuNanos() { return totalCpuNanos_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : totalCpuNanos_; } /** *
       * across all threads
       * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getTotalCpuNanosOrBuilder() { return getTotalCpuNanos(); } public static final int TRACE_ID_FIELD_NUMBER = 4; private volatile java.lang.Object traceId_; /** *
       * trace id is only included if a trace will be stored for this transaction
       * (e.g. the transaction exceeds the slow threshold)
       * 
* * string trace_id = 4; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } } /** *
       * trace id is only included if a trace will be stored for this transaction
       * (e.g. the transaction exceeds the slow threshold)
       * 
* * string trace_id = 4; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } 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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getTransactionTypeBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, transactionType_); } if (!getTransactionNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, transactionName_); } if (totalDurationNanos_ != 0L) { output.writeInt64(3, totalDurationNanos_); } if (!getTraceIdBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 4, traceId_); } for (int i = 0; i < thread_.size(); i++) { output.writeMessage(5, thread_.get(i)); } if (!getHeadlineBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 6, headline_); } if (totalCpuNanos_ != null) { output.writeMessage(7, getTotalCpuNanos()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getTransactionTypeBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, transactionType_); } if (!getTransactionNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, transactionName_); } if (totalDurationNanos_ != 0L) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt64Size(3, totalDurationNanos_); } if (!getTraceIdBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(4, traceId_); } for (int i = 0; i < thread_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(5, thread_.get(i)); } if (!getHeadlineBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(6, headline_); } if (totalCpuNanos_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(7, getTotalCpuNanos()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction) obj; boolean result = true; result = result && getHeadline() .equals(other.getHeadline()); result = result && getTransactionType() .equals(other.getTransactionType()); result = result && getTransactionName() .equals(other.getTransactionName()); result = result && (getTotalDurationNanos() == other.getTotalDurationNanos()); result = result && (hasTotalCpuNanos() == other.hasTotalCpuNanos()); if (hasTotalCpuNanos()) { result = result && getTotalCpuNanos() .equals(other.getTotalCpuNanos()); } result = result && getTraceId() .equals(other.getTraceId()); result = result && getThreadList() .equals(other.getThreadList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + HEADLINE_FIELD_NUMBER; hash = (53 * hash) + getHeadline().hashCode(); hash = (37 * hash) + TRANSACTION_TYPE_FIELD_NUMBER; hash = (53 * hash) + getTransactionType().hashCode(); hash = (37 * hash) + TRANSACTION_NAME_FIELD_NUMBER; hash = (53 * hash) + getTransactionName().hashCode(); hash = (37 * hash) + TOTAL_DURATION_NANOS_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( getTotalDurationNanos()); if (hasTotalCpuNanos()) { hash = (37 * hash) + TOTAL_CPU_NANOS_FIELD_NUMBER; hash = (53 * hash) + getTotalCpuNanos().hashCode(); } hash = (37 * hash) + TRACE_ID_FIELD_NUMBER; hash = (53 * hash) + getTraceId().hashCode(); if (getThreadCount() > 0) { hash = (37 * hash) + THREAD_FIELD_NUMBER; hash = (53 * hash) + getThreadList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getThreadFieldBuilder(); } } public Builder clear() { super.clear(); headline_ = ""; transactionType_ = ""; transactionName_ = ""; totalDurationNanos_ = 0L; if (totalCpuNanosBuilder_ == null) { totalCpuNanos_ = null; } else { totalCpuNanos_ = null; totalCpuNanosBuilder_ = null; } traceId_ = ""; if (threadBuilder_ == null) { thread_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); } else { threadBuilder_.clear(); } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.headline_ = headline_; result.transactionType_ = transactionType_; result.transactionName_ = transactionName_; result.totalDurationNanos_ = totalDurationNanos_; if (totalCpuNanosBuilder_ == null) { result.totalCpuNanos_ = totalCpuNanos_; } else { result.totalCpuNanos_ = totalCpuNanosBuilder_.build(); } result.traceId_ = traceId_; if (threadBuilder_ == null) { if (((bitField0_ & 0x00000040) == 0x00000040)) { thread_ = java.util.Collections.unmodifiableList(thread_); bitField0_ = (bitField0_ & ~0x00000040); } result.thread_ = thread_; } else { result.thread_ = threadBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.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.getHeadline().isEmpty()) { headline_ = other.headline_; onChanged(); } 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.hasTotalCpuNanos()) { mergeTotalCpuNanos(other.getTotalCpuNanos()); } if (!other.getTraceId().isEmpty()) { traceId_ = other.traceId_; onChanged(); } if (threadBuilder_ == null) { if (!other.thread_.isEmpty()) { if (thread_.isEmpty()) { thread_ = other.thread_; bitField0_ = (bitField0_ & ~0x00000040); } else { ensureThreadIsMutable(); thread_.addAll(other.thread_); } onChanged(); } } else { if (!other.thread_.isEmpty()) { if (threadBuilder_.isEmpty()) { threadBuilder_.dispose(); threadBuilder_ = null; thread_ = other.thread_; bitField0_ = (bitField0_ & ~0x00000040); threadBuilder_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getThreadFieldBuilder() : null; } else { threadBuilder_.addAllMessages(other.thread_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Transaction) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object headline_ = ""; /** * string headline = 6; */ public java.lang.String getHeadline() { java.lang.Object ref = headline_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); headline_ = s; return s; } else { return (java.lang.String) ref; } } /** * string headline = 6; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getHeadlineBytes() { java.lang.Object ref = headline_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); headline_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string headline = 6; */ public Builder setHeadline( java.lang.String value) { if (value == null) { throw new NullPointerException(); } headline_ = value; onChanged(); return this; } /** * string headline = 6; */ public Builder clearHeadline() { headline_ = getDefaultInstance().getHeadline(); onChanged(); return this; } /** * string headline = 6; */ public Builder setHeadlineBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); headline_ = value; onChanged(); return this; } private java.lang.Object transactionType_ = ""; /** * string transaction_type = 1; */ public java.lang.String getTransactionType() { java.lang.Object ref = transactionType_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transactionType_ = s; return s; } else { return (java.lang.String) ref; } } /** * string transaction_type = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTransactionTypeBytes() { java.lang.Object ref = transactionType_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionType_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string transaction_type = 1; */ public Builder setTransactionType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } transactionType_ = value; onChanged(); return this; } /** * string transaction_type = 1; */ public Builder clearTransactionType() { transactionType_ = getDefaultInstance().getTransactionType(); onChanged(); return this; } /** * string transaction_type = 1; */ public Builder setTransactionTypeBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); transactionType_ = value; onChanged(); return this; } private java.lang.Object transactionName_ = ""; /** * string transaction_name = 2; */ public java.lang.String getTransactionName() { java.lang.Object ref = transactionName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transactionName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string transaction_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTransactionNameBytes() { java.lang.Object ref = transactionName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string transaction_name = 2; */ public Builder setTransactionName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } transactionName_ = value; onChanged(); return this; } /** * string transaction_name = 2; */ public Builder clearTransactionName() { transactionName_ = getDefaultInstance().getTransactionName(); onChanged(); return this; } /** * string transaction_name = 2; */ public Builder setTransactionNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); transactionName_ = value; onChanged(); return this; } private long totalDurationNanos_ ; /** * int64 total_duration_nanos = 3; */ public long getTotalDurationNanos() { return totalDurationNanos_; } /** * int64 total_duration_nanos = 3; */ public Builder setTotalDurationNanos(long value) { totalDurationNanos_ = value; onChanged(); return this; } /** * int64 total_duration_nanos = 3; */ public Builder clearTotalDurationNanos() { totalDurationNanos_ = 0L; onChanged(); return this; } private org.glowroot.wire.api.model.Proto.OptionalInt64 totalCpuNanos_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder> totalCpuNanosBuilder_; /** *
         * across all threads
         * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public boolean hasTotalCpuNanos() { return totalCpuNanosBuilder_ != null || totalCpuNanos_ != null; } /** *
         * across all threads
         * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64 getTotalCpuNanos() { if (totalCpuNanosBuilder_ == null) { return totalCpuNanos_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : totalCpuNanos_; } else { return totalCpuNanosBuilder_.getMessage(); } } /** *
         * across all threads
         * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public Builder setTotalCpuNanos(org.glowroot.wire.api.model.Proto.OptionalInt64 value) { if (totalCpuNanosBuilder_ == null) { if (value == null) { throw new NullPointerException(); } totalCpuNanos_ = value; onChanged(); } else { totalCpuNanosBuilder_.setMessage(value); } return this; } /** *
         * across all threads
         * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public Builder setTotalCpuNanos( org.glowroot.wire.api.model.Proto.OptionalInt64.Builder builderForValue) { if (totalCpuNanosBuilder_ == null) { totalCpuNanos_ = builderForValue.build(); onChanged(); } else { totalCpuNanosBuilder_.setMessage(builderForValue.build()); } return this; } /** *
         * across all threads
         * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public Builder mergeTotalCpuNanos(org.glowroot.wire.api.model.Proto.OptionalInt64 value) { if (totalCpuNanosBuilder_ == null) { if (totalCpuNanos_ != null) { totalCpuNanos_ = org.glowroot.wire.api.model.Proto.OptionalInt64.newBuilder(totalCpuNanos_).mergeFrom(value).buildPartial(); } else { totalCpuNanos_ = value; } onChanged(); } else { totalCpuNanosBuilder_.mergeFrom(value); } return this; } /** *
         * across all threads
         * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public Builder clearTotalCpuNanos() { if (totalCpuNanosBuilder_ == null) { totalCpuNanos_ = null; onChanged(); } else { totalCpuNanos_ = null; totalCpuNanosBuilder_ = null; } return this; } /** *
         * across all threads
         * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64.Builder getTotalCpuNanosBuilder() { onChanged(); return getTotalCpuNanosFieldBuilder().getBuilder(); } /** *
         * across all threads
         * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getTotalCpuNanosOrBuilder() { if (totalCpuNanosBuilder_ != null) { return totalCpuNanosBuilder_.getMessageOrBuilder(); } else { return totalCpuNanos_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : totalCpuNanos_; } } /** *
         * across all threads
         * 
* * .org_glowroot_wire_api_model.OptionalInt64 total_cpu_nanos = 7; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder> getTotalCpuNanosFieldBuilder() { if (totalCpuNanosBuilder_ == null) { totalCpuNanosBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder>( getTotalCpuNanos(), getParentForChildren(), isClean()); totalCpuNanos_ = null; } return totalCpuNanosBuilder_; } private java.lang.Object traceId_ = ""; /** *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
* * string trace_id = 4; */ public java.lang.String getTraceId() { java.lang.Object ref = traceId_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); traceId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
* * string trace_id = 4; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getTraceIdBytes() { java.lang.Object ref = traceId_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); traceId_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
* * string trace_id = 4; */ public Builder setTraceId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } traceId_ = value; onChanged(); return this; } /** *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
* * string trace_id = 4; */ public Builder clearTraceId() { traceId_ = getDefaultInstance().getTraceId(); onChanged(); return this; } /** *
         * trace id is only included if a trace will be stored for this transaction
         * (e.g. the transaction exceeds the slow threshold)
         * 
* * string trace_id = 4; */ public Builder setTraceIdBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); traceId_ = value; onChanged(); return this; } private java.util.List thread_ = java.util.Collections.emptyList(); private void ensureThreadIsMutable() { if (!((bitField0_ & 0x00000040) == 0x00000040)) { thread_ = new java.util.ArrayList(thread_); bitField0_ |= 0x00000040; } } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.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_ & ~0x00000040); 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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_ & 0x00000040) == 0x00000040), getParentForChildren(), isClean()); thread_ = null; } return threadBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public Transaction parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new Transaction(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string name = 1; */ java.lang.String getName(); /** * string name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getNameBytes(); /** * int64 id = 5; */ long getId(); /** * string state = 2; */ java.lang.String getState(); /** * string state = 2; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getStateBytes(); /** *
       * deprecated in 0.9.2, replaced by lock_info
       * 
* * string lock_name = 3; */ java.lang.String getLockName(); /** *
       * deprecated in 0.9.2, replaced by lock_info
       * 
* * string lock_name = 3; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getLockNameBytes(); /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ boolean hasLockInfo(); /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo getLockInfo(); /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder getLockInfoOrBuilder(); /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ boolean hasLockOwnerId(); /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ org.glowroot.wire.api.model.Proto.OptionalInt64 getLockOwnerId(); /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getLockOwnerIdOrBuilder(); /** * 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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDump.Thread) ThreadOrBuilder { private static final long serialVersionUID = 0L; // Use Thread.newBuilder() to construct. private Thread(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Thread() { name_ = ""; id_ = 0L; state_ = ""; lockName_ = ""; stackTraceElement_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Thread( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 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_ & 0x00000040) == 0x00000040)) { stackTraceElement_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000040; } stackTraceElement_.add( input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.parser(), extensionRegistry)); break; } case 40: { id_ = input.readInt64(); break; } case 50: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder subBuilder = null; if (lockInfo_ != null) { subBuilder = lockInfo_.toBuilder(); } lockInfo_ = input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(lockInfo_); lockInfo_ = subBuilder.buildPartial(); } break; } case 58: { org.glowroot.wire.api.model.Proto.OptionalInt64.Builder subBuilder = null; if (lockOwnerId_ != null) { subBuilder = lockOwnerId_.toBuilder(); } lockOwnerId_ = input.readMessage(org.glowroot.wire.api.model.Proto.OptionalInt64.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(lockOwnerId_); lockOwnerId_ = subBuilder.buildPartial(); } break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000040) == 0x00000040)) { stackTraceElement_ = java.util.Collections.unmodifiableList(stackTraceElement_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** * string name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int ID_FIELD_NUMBER = 5; private long id_; /** * int64 id = 5; */ public long getId() { return id_; } public static final int STATE_FIELD_NUMBER = 2; private volatile java.lang.Object state_; /** * 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.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); state_ = s; return s; } } /** * string state = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getStateBytes() { java.lang.Object ref = state_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); state_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int LOCK_NAME_FIELD_NUMBER = 3; private volatile java.lang.Object lockName_; /** *
       * deprecated in 0.9.2, replaced by lock_info
       * 
* * 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.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); lockName_ = s; return s; } } /** *
       * deprecated in 0.9.2, replaced by lock_info
       * 
* * string lock_name = 3; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getLockNameBytes() { java.lang.Object ref = lockName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); lockName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int LOCK_INFO_FIELD_NUMBER = 6; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo lockInfo_; /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public boolean hasLockInfo() { return lockInfo_ != null; } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo getLockInfo() { return lockInfo_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.getDefaultInstance() : lockInfo_; } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder getLockInfoOrBuilder() { return getLockInfo(); } public static final int LOCK_OWNER_ID_FIELD_NUMBER = 7; private org.glowroot.wire.api.model.Proto.OptionalInt64 lockOwnerId_; /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public boolean hasLockOwnerId() { return lockOwnerId_ != null; } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64 getLockOwnerId() { return lockOwnerId_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : lockOwnerId_; } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getLockOwnerIdOrBuilder() { return getLockOwnerId(); } 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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (!getStateBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, state_); } if (!getLockNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, lockName_); } for (int i = 0; i < stackTraceElement_.size(); i++) { output.writeMessage(4, stackTraceElement_.get(i)); } if (id_ != 0L) { output.writeInt64(5, id_); } if (lockInfo_ != null) { output.writeMessage(6, getLockInfo()); } if (lockOwnerId_ != null) { output.writeMessage(7, getLockOwnerId()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (!getStateBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, state_); } if (!getLockNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(3, lockName_); } for (int i = 0; i < stackTraceElement_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(4, stackTraceElement_.get(i)); } if (id_ != 0L) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt64Size(5, id_); } if (lockInfo_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(6, getLockInfo()); } if (lockOwnerId_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(7, getLockOwnerId()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread) obj; boolean result = true; result = result && getName() .equals(other.getName()); result = result && (getId() == other.getId()); result = result && getState() .equals(other.getState()); result = result && getLockName() .equals(other.getLockName()); result = result && (hasLockInfo() == other.hasLockInfo()); if (hasLockInfo()) { result = result && getLockInfo() .equals(other.getLockInfo()); } result = result && (hasLockOwnerId() == other.hasLockOwnerId()); if (hasLockOwnerId()) { result = result && getLockOwnerId() .equals(other.getLockOwnerId()); } result = result && getStackTraceElementList() .equals(other.getStackTraceElementList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + ID_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( getId()); hash = (37 * hash) + STATE_FIELD_NUMBER; hash = (53 * hash) + getState().hashCode(); hash = (37 * hash) + LOCK_NAME_FIELD_NUMBER; hash = (53 * hash) + getLockName().hashCode(); if (hasLockInfo()) { hash = (37 * hash) + LOCK_INFO_FIELD_NUMBER; hash = (53 * hash) + getLockInfo().hashCode(); } if (hasLockOwnerId()) { hash = (37 * hash) + LOCK_OWNER_ID_FIELD_NUMBER; hash = (53 * hash) + getLockOwnerId().hashCode(); } if (getStackTraceElementCount() > 0) { hash = (37 * hash) + STACK_TRACE_ELEMENT_FIELD_NUMBER; hash = (53 * hash) + getStackTraceElementList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getStackTraceElementFieldBuilder(); } } public Builder clear() { super.clear(); name_ = ""; id_ = 0L; state_ = ""; lockName_ = ""; if (lockInfoBuilder_ == null) { lockInfo_ = null; } else { lockInfo_ = null; lockInfoBuilder_ = null; } if (lockOwnerIdBuilder_ == null) { lockOwnerId_ = null; } else { lockOwnerId_ = null; lockOwnerIdBuilder_ = null; } if (stackTraceElementBuilder_ == null) { stackTraceElement_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); } else { stackTraceElementBuilder_.clear(); } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.id_ = id_; result.state_ = state_; result.lockName_ = lockName_; if (lockInfoBuilder_ == null) { result.lockInfo_ = lockInfo_; } else { result.lockInfo_ = lockInfoBuilder_.build(); } if (lockOwnerIdBuilder_ == null) { result.lockOwnerId_ = lockOwnerId_; } else { result.lockOwnerId_ = lockOwnerIdBuilder_.build(); } if (stackTraceElementBuilder_ == null) { if (((bitField0_ & 0x00000040) == 0x00000040)) { stackTraceElement_ = java.util.Collections.unmodifiableList(stackTraceElement_); bitField0_ = (bitField0_ & ~0x00000040); } result.stackTraceElement_ = stackTraceElement_; } else { result.stackTraceElement_ = stackTraceElementBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.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.getId() != 0L) { setId(other.getId()); } if (!other.getState().isEmpty()) { state_ = other.state_; onChanged(); } if (!other.getLockName().isEmpty()) { lockName_ = other.lockName_; onChanged(); } if (other.hasLockInfo()) { mergeLockInfo(other.getLockInfo()); } if (other.hasLockOwnerId()) { mergeLockOwnerId(other.getLockOwnerId()); } if (stackTraceElementBuilder_ == null) { if (!other.stackTraceElement_.isEmpty()) { if (stackTraceElement_.isEmpty()) { stackTraceElement_ = other.stackTraceElement_; bitField0_ = (bitField0_ & ~0x00000040); } else { ensureStackTraceElementIsMutable(); stackTraceElement_.addAll(other.stackTraceElement_); } onChanged(); } } else { if (!other.stackTraceElement_.isEmpty()) { if (stackTraceElementBuilder_.isEmpty()) { stackTraceElementBuilder_.dispose(); stackTraceElementBuilder_ = null; stackTraceElement_ = other.stackTraceElement_; bitField0_ = (bitField0_ & ~0x00000040); stackTraceElementBuilder_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getStackTraceElementFieldBuilder() : null; } else { stackTraceElementBuilder_.addAllMessages(other.stackTraceElement_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.Thread) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object name_ = ""; /** * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** * string name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string name = 1; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** * string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * string name = 1; */ public Builder setNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private long id_ ; /** * int64 id = 5; */ public long getId() { return id_; } /** * int64 id = 5; */ public Builder setId(long value) { id_ = value; onChanged(); return this; } /** * int64 id = 5; */ public Builder clearId() { id_ = 0L; onChanged(); return this; } private java.lang.Object state_ = ""; /** * string state = 2; */ public java.lang.String getState() { java.lang.Object ref = state_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); state_ = s; return s; } else { return (java.lang.String) ref; } } /** * string state = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getStateBytes() { java.lang.Object ref = state_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); state_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string state = 2; */ public Builder setState( java.lang.String value) { if (value == null) { throw new NullPointerException(); } state_ = value; onChanged(); return this; } /** * string state = 2; */ public Builder clearState() { state_ = getDefaultInstance().getState(); onChanged(); return this; } /** * string state = 2; */ public Builder setStateBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); state_ = value; onChanged(); return this; } private java.lang.Object lockName_ = ""; /** *
         * deprecated in 0.9.2, replaced by lock_info
         * 
* * string lock_name = 3; */ public java.lang.String getLockName() { java.lang.Object ref = lockName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); lockName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
         * deprecated in 0.9.2, replaced by lock_info
         * 
* * string lock_name = 3; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getLockNameBytes() { java.lang.Object ref = lockName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); lockName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** *
         * deprecated in 0.9.2, replaced by lock_info
         * 
* * string lock_name = 3; */ public Builder setLockName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } lockName_ = value; onChanged(); return this; } /** *
         * deprecated in 0.9.2, replaced by lock_info
         * 
* * string lock_name = 3; */ public Builder clearLockName() { lockName_ = getDefaultInstance().getLockName(); onChanged(); return this; } /** *
         * deprecated in 0.9.2, replaced by lock_info
         * 
* * string lock_name = 3; */ public Builder setLockNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); lockName_ = value; onChanged(); return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo lockInfo_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder> lockInfoBuilder_; /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public boolean hasLockInfo() { return lockInfoBuilder_ != null || lockInfo_ != null; } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo getLockInfo() { if (lockInfoBuilder_ == null) { return lockInfo_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.getDefaultInstance() : lockInfo_; } else { return lockInfoBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public Builder setLockInfo(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo value) { if (lockInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } lockInfo_ = value; onChanged(); } else { lockInfoBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public Builder setLockInfo( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder builderForValue) { if (lockInfoBuilder_ == null) { lockInfo_ = builderForValue.build(); onChanged(); } else { lockInfoBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public Builder mergeLockInfo(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo value) { if (lockInfoBuilder_ == null) { if (lockInfo_ != null) { lockInfo_ = org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.newBuilder(lockInfo_).mergeFrom(value).buildPartial(); } else { lockInfo_ = value; } onChanged(); } else { lockInfoBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public Builder clearLockInfo() { if (lockInfoBuilder_ == null) { lockInfo_ = null; onChanged(); } else { lockInfo_ = null; lockInfoBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder getLockInfoBuilder() { onChanged(); return getLockInfoFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder getLockInfoOrBuilder() { if (lockInfoBuilder_ != null) { return lockInfoBuilder_.getMessageOrBuilder(); } else { return lockInfo_ == null ? org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.getDefaultInstance() : lockInfo_; } } /** * .org_glowroot_wire_api_model.ThreadDump.LockInfo lock_info = 6; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder> getLockInfoFieldBuilder() { if (lockInfoBuilder_ == null) { lockInfoBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder>( getLockInfo(), getParentForChildren(), isClean()); lockInfo_ = null; } return lockInfoBuilder_; } private org.glowroot.wire.api.model.Proto.OptionalInt64 lockOwnerId_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder> lockOwnerIdBuilder_; /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public boolean hasLockOwnerId() { return lockOwnerIdBuilder_ != null || lockOwnerId_ != null; } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64 getLockOwnerId() { if (lockOwnerIdBuilder_ == null) { return lockOwnerId_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : lockOwnerId_; } else { return lockOwnerIdBuilder_.getMessage(); } } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public Builder setLockOwnerId(org.glowroot.wire.api.model.Proto.OptionalInt64 value) { if (lockOwnerIdBuilder_ == null) { if (value == null) { throw new NullPointerException(); } lockOwnerId_ = value; onChanged(); } else { lockOwnerIdBuilder_.setMessage(value); } return this; } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public Builder setLockOwnerId( org.glowroot.wire.api.model.Proto.OptionalInt64.Builder builderForValue) { if (lockOwnerIdBuilder_ == null) { lockOwnerId_ = builderForValue.build(); onChanged(); } else { lockOwnerIdBuilder_.setMessage(builderForValue.build()); } return this; } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public Builder mergeLockOwnerId(org.glowroot.wire.api.model.Proto.OptionalInt64 value) { if (lockOwnerIdBuilder_ == null) { if (lockOwnerId_ != null) { lockOwnerId_ = org.glowroot.wire.api.model.Proto.OptionalInt64.newBuilder(lockOwnerId_).mergeFrom(value).buildPartial(); } else { lockOwnerId_ = value; } onChanged(); } else { lockOwnerIdBuilder_.mergeFrom(value); } return this; } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public Builder clearLockOwnerId() { if (lockOwnerIdBuilder_ == null) { lockOwnerId_ = null; onChanged(); } else { lockOwnerId_ = null; lockOwnerIdBuilder_ = null; } return this; } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64.Builder getLockOwnerIdBuilder() { onChanged(); return getLockOwnerIdFieldBuilder().getBuilder(); } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ public org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder getLockOwnerIdOrBuilder() { if (lockOwnerIdBuilder_ != null) { return lockOwnerIdBuilder_.getMessageOrBuilder(); } else { return lockOwnerId_ == null ? org.glowroot.wire.api.model.Proto.OptionalInt64.getDefaultInstance() : lockOwnerId_; } } /** * .org_glowroot_wire_api_model.OptionalInt64 lock_owner_id = 7; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder> getLockOwnerIdFieldBuilder() { if (lockOwnerIdBuilder_ == null) { lockOwnerIdBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.Proto.OptionalInt64, org.glowroot.wire.api.model.Proto.OptionalInt64.Builder, org.glowroot.wire.api.model.Proto.OptionalInt64OrBuilder>( getLockOwnerId(), getParentForChildren(), isClean()); lockOwnerId_ = null; } return lockOwnerIdBuilder_; } private java.util.List stackTraceElement_ = java.util.Collections.emptyList(); private void ensureStackTraceElementIsMutable() { if (!((bitField0_ & 0x00000040) == 0x00000040)) { stackTraceElement_ = new java.util.ArrayList(stackTraceElement_); bitField0_ |= 0x00000040; } } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.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_ & ~0x00000040); 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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_ & 0x00000040) == 0x00000040), getParentForChildren(), isClean()); stackTraceElement_ = null; } return stackTraceElementBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public Thread parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new Thread(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string class_name = 1; */ java.lang.String getClassName(); /** * string class_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes(); /** * string method_name = 2; */ java.lang.String getMethodName(); /** * string method_name = 2; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getMethodNameBytes(); /** * string file_name = 3; */ java.lang.String getFileName(); /** * string file_name = 3; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getFileNameBytes(); /** *
       * sint since often negative
       * 
* * sint32 line_number = 4; */ int getLineNumber(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ java.util.List getMonitorInfoList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo getMonitorInfo(int index); /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ int getMonitorInfoCount(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ java.util.List getMonitorInfoOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder getMonitorInfoOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump.StackTraceElement} */ public static final class StackTraceElement extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDump.StackTraceElement) StackTraceElementOrBuilder { private static final long serialVersionUID = 0L; // Use StackTraceElement.newBuilder() to construct. private StackTraceElement(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StackTraceElement() { className_ = ""; methodName_ = ""; fileName_ = ""; lineNumber_ = 0; monitorInfo_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StackTraceElement( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); className_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); methodName_ = s; break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); fileName_ = s; break; } case 32: { lineNumber_ = input.readSInt32(); break; } case 42: { if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) { monitorInfo_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000010; } monitorInfo_.add( input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) { monitorInfo_ = java.util.Collections.unmodifiableList(monitorInfo_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement.Builder.class); } private int bitField0_; public static final int CLASS_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object className_; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int METHOD_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object methodName_; /** * string method_name = 2; */ public java.lang.String getMethodName() { java.lang.Object ref = methodName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); methodName_ = s; return s; } } /** * string method_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int FILE_NAME_FIELD_NUMBER = 3; private volatile java.lang.Object fileName_; /** * 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.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fileName_ = s; return s; } } /** * string file_name = 3; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int LINE_NUMBER_FIELD_NUMBER = 4; private int lineNumber_; /** *
       * sint since often negative
       * 
* * sint32 line_number = 4; */ public int getLineNumber() { return lineNumber_; } public static final int MONITOR_INFO_FIELD_NUMBER = 5; private java.util.List monitorInfo_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public java.util.List getMonitorInfoList() { return monitorInfo_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public java.util.List getMonitorInfoOrBuilderList() { return monitorInfo_; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public int getMonitorInfoCount() { return monitorInfo_.size(); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo getMonitorInfo(int index) { return monitorInfo_.get(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder getMonitorInfoOrBuilder( int index) { return monitorInfo_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getClassNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, className_); } if (!getMethodNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, methodName_); } if (!getFileNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, fileName_); } if (lineNumber_ != 0) { output.writeSInt32(4, lineNumber_); } for (int i = 0; i < monitorInfo_.size(); i++) { output.writeMessage(5, monitorInfo_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getClassNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, className_); } if (!getMethodNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, methodName_); } if (!getFileNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(3, fileName_); } if (lineNumber_ != 0) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeSInt32Size(4, lineNumber_); } for (int i = 0; i < monitorInfo_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(5, monitorInfo_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement) obj; boolean result = true; result = result && getClassName() .equals(other.getClassName()); result = result && getMethodName() .equals(other.getMethodName()); result = result && getFileName() .equals(other.getFileName()); result = result && (getLineNumber() == other.getLineNumber()); result = result && getMonitorInfoList() .equals(other.getMonitorInfoList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getClassName().hashCode(); hash = (37 * hash) + METHOD_NAME_FIELD_NUMBER; hash = (53 * hash) + getMethodName().hashCode(); hash = (37 * hash) + FILE_NAME_FIELD_NUMBER; hash = (53 * hash) + getFileName().hashCode(); hash = (37 * hash) + LINE_NUMBER_FIELD_NUMBER; hash = (53 * hash) + getLineNumber(); if (getMonitorInfoCount() > 0) { hash = (37 * hash) + MONITOR_INFO_FIELD_NUMBER; hash = (53 * hash) + getMonitorInfoList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getMonitorInfoFieldBuilder(); } } public Builder clear() { super.clear(); className_ = ""; methodName_ = ""; fileName_ = ""; lineNumber_ = 0; if (monitorInfoBuilder_ == null) { monitorInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); } else { monitorInfoBuilder_.clear(); } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.className_ = className_; result.methodName_ = methodName_; result.fileName_ = fileName_; result.lineNumber_ = lineNumber_; if (monitorInfoBuilder_ == null) { if (((bitField0_ & 0x00000010) == 0x00000010)) { monitorInfo_ = java.util.Collections.unmodifiableList(monitorInfo_); bitField0_ = (bitField0_ & ~0x00000010); } result.monitorInfo_ = monitorInfo_; } else { result.monitorInfo_ = monitorInfoBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.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()); } if (monitorInfoBuilder_ == null) { if (!other.monitorInfo_.isEmpty()) { if (monitorInfo_.isEmpty()) { monitorInfo_ = other.monitorInfo_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureMonitorInfoIsMutable(); monitorInfo_.addAll(other.monitorInfo_); } onChanged(); } } else { if (!other.monitorInfo_.isEmpty()) { if (monitorInfoBuilder_.isEmpty()) { monitorInfoBuilder_.dispose(); monitorInfoBuilder_ = null; monitorInfo_ = other.monitorInfo_; bitField0_ = (bitField0_ & ~0x00000010); monitorInfoBuilder_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMonitorInfoFieldBuilder() : null; } else { monitorInfoBuilder_.addAllMessages(other.monitorInfo_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object className_ = ""; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } else { return (java.lang.String) ref; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string class_name = 1; */ public Builder setClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } className_ = value; onChanged(); return this; } /** * string class_name = 1; */ public Builder clearClassName() { className_ = getDefaultInstance().getClassName(); onChanged(); return this; } /** * string class_name = 1; */ public Builder setClassNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); className_ = value; onChanged(); return this; } private java.lang.Object methodName_ = ""; /** * string method_name = 2; */ public java.lang.String getMethodName() { java.lang.Object ref = methodName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); methodName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string method_name = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string method_name = 2; */ public Builder setMethodName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } methodName_ = value; onChanged(); return this; } /** * string method_name = 2; */ public Builder clearMethodName() { methodName_ = getDefaultInstance().getMethodName(); onChanged(); return this; } /** * string method_name = 2; */ public Builder setMethodNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); methodName_ = value; onChanged(); return this; } private java.lang.Object fileName_ = ""; /** * string file_name = 3; */ public java.lang.String getFileName() { java.lang.Object ref = fileName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fileName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string file_name = 3; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string file_name = 3; */ public Builder setFileName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileName_ = value; onChanged(); return this; } /** * string file_name = 3; */ public Builder clearFileName() { fileName_ = getDefaultInstance().getFileName(); onChanged(); return this; } /** * string file_name = 3; */ public Builder setFileNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileName_ = value; onChanged(); return this; } private int lineNumber_ ; /** *
         * sint since often negative
         * 
* * sint32 line_number = 4; */ public int getLineNumber() { return lineNumber_; } /** *
         * sint since often negative
         * 
* * sint32 line_number = 4; */ public Builder setLineNumber(int value) { lineNumber_ = value; onChanged(); return this; } /** *
         * sint since often negative
         * 
* * sint32 line_number = 4; */ public Builder clearLineNumber() { lineNumber_ = 0; onChanged(); return this; } private java.util.List monitorInfo_ = java.util.Collections.emptyList(); private void ensureMonitorInfoIsMutable() { if (!((bitField0_ & 0x00000010) == 0x00000010)) { monitorInfo_ = new java.util.ArrayList(monitorInfo_); bitField0_ |= 0x00000010; } } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder> monitorInfoBuilder_; /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public java.util.List getMonitorInfoList() { if (monitorInfoBuilder_ == null) { return java.util.Collections.unmodifiableList(monitorInfo_); } else { return monitorInfoBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public int getMonitorInfoCount() { if (monitorInfoBuilder_ == null) { return monitorInfo_.size(); } else { return monitorInfoBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo getMonitorInfo(int index) { if (monitorInfoBuilder_ == null) { return monitorInfo_.get(index); } else { return monitorInfoBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public Builder setMonitorInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo value) { if (monitorInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMonitorInfoIsMutable(); monitorInfo_.set(index, value); onChanged(); } else { monitorInfoBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public Builder setMonitorInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder builderForValue) { if (monitorInfoBuilder_ == null) { ensureMonitorInfoIsMutable(); monitorInfo_.set(index, builderForValue.build()); onChanged(); } else { monitorInfoBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public Builder addMonitorInfo(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo value) { if (monitorInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMonitorInfoIsMutable(); monitorInfo_.add(value); onChanged(); } else { monitorInfoBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public Builder addMonitorInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo value) { if (monitorInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMonitorInfoIsMutable(); monitorInfo_.add(index, value); onChanged(); } else { monitorInfoBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public Builder addMonitorInfo( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder builderForValue) { if (monitorInfoBuilder_ == null) { ensureMonitorInfoIsMutable(); monitorInfo_.add(builderForValue.build()); onChanged(); } else { monitorInfoBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public Builder addMonitorInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder builderForValue) { if (monitorInfoBuilder_ == null) { ensureMonitorInfoIsMutable(); monitorInfo_.add(index, builderForValue.build()); onChanged(); } else { monitorInfoBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public Builder addAllMonitorInfo( java.lang.Iterable values) { if (monitorInfoBuilder_ == null) { ensureMonitorInfoIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, monitorInfo_); onChanged(); } else { monitorInfoBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public Builder clearMonitorInfo() { if (monitorInfoBuilder_ == null) { monitorInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); } else { monitorInfoBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public Builder removeMonitorInfo(int index) { if (monitorInfoBuilder_ == null) { ensureMonitorInfoIsMutable(); monitorInfo_.remove(index); onChanged(); } else { monitorInfoBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder getMonitorInfoBuilder( int index) { return getMonitorInfoFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder getMonitorInfoOrBuilder( int index) { if (monitorInfoBuilder_ == null) { return monitorInfo_.get(index); } else { return monitorInfoBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public java.util.List getMonitorInfoOrBuilderList() { if (monitorInfoBuilder_ != null) { return monitorInfoBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(monitorInfo_); } } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder addMonitorInfoBuilder() { return getMonitorInfoFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder addMonitorInfoBuilder( int index) { return getMonitorInfoFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.ThreadDump.LockInfo monitor_info = 5; */ public java.util.List getMonitorInfoBuilderList() { return getMonitorInfoFieldBuilder().getBuilderList(); } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder> getMonitorInfoFieldBuilder() { if (monitorInfoBuilder_ == null) { monitorInfoBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder>( monitorInfo_, ((bitField0_ & 0x00000010) == 0x00000010), getParentForChildren(), isClean()); monitorInfo_ = null; } return monitorInfoBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public StackTraceElement parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new StackTraceElement(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.StackTraceElement getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface LockInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.ThreadDump.LockInfo) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string class_name = 1; */ java.lang.String getClassName(); /** * string class_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes(); /** * int32 identity_hash_code = 2; */ int getIdentityHashCode(); } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump.LockInfo} */ public static final class LockInfo extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.ThreadDump.LockInfo) LockInfoOrBuilder { private static final long serialVersionUID = 0L; // Use LockInfo.newBuilder() to construct. private LockInfo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private LockInfo() { className_ = ""; identityHashCode_ = 0; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private LockInfo( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); className_ = s; break; } case 16: { identityHashCode_ = input.readInt32(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder.class); } public static final int CLASS_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object className_; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int IDENTITY_HASH_CODE_FIELD_NUMBER = 2; private int identityHashCode_; /** * int32 identity_hash_code = 2; */ public int getIdentityHashCode() { return identityHashCode_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getClassNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, className_); } if (identityHashCode_ != 0) { output.writeInt32(2, identityHashCode_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getClassNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, className_); } if (identityHashCode_ != 0) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt32Size(2, identityHashCode_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo) obj; boolean result = true; result = result && getClassName() .equals(other.getClassName()); result = result && (getIdentityHashCode() == other.getIdentityHashCode()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getClassName().hashCode(); hash = (37 * hash) + IDENTITY_HASH_CODE_FIELD_NUMBER; hash = (53 * hash) + getIdentityHashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.ThreadDump.LockInfo} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.ThreadDump.LockInfo) org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfoOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); className_ = ""; identityHashCode_ = 0; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo(this); result.className_ = className_; result.identityHashCode_ = identityHashCode_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo.getDefaultInstance()) return this; if (!other.getClassName().isEmpty()) { className_ = other.className_; onChanged(); } if (other.getIdentityHashCode() != 0) { setIdentityHashCode(other.getIdentityHashCode()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object className_ = ""; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } else { return (java.lang.String) ref; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string class_name = 1; */ public Builder setClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } className_ = value; onChanged(); return this; } /** * string class_name = 1; */ public Builder clearClassName() { className_ = getDefaultInstance().getClassName(); onChanged(); return this; } /** * string class_name = 1; */ public Builder setClassNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); className_ = value; onChanged(); return this; } private int identityHashCode_ ; /** * int32 identity_hash_code = 2; */ public int getIdentityHashCode() { return identityHashCode_; } /** * int32 identity_hash_code = 2; */ public Builder setIdentityHashCode(int value) { identityHashCode_ = value; onChanged(); return this; } /** * int32 identity_hash_code = 2; */ public Builder clearIdentityHashCode() { identityHashCode_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.ThreadDump.LockInfo) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.ThreadDump.LockInfo) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public LockInfo parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new LockInfo(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.LockInfo 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_; /** * .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public boolean hasThreadDumpingThread() { return threadDumpingThread_ != null; } /** * .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_; } /** * .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump.ThreadOrBuilder getThreadDumpingThreadOrBuilder() { return getThreadDumpingThread(); } public static final int JSTACK_AVAILABLE_FIELD_NUMBER = 4; private boolean jstackAvailable_; /** *
     * deprecated in 0.9.2
     * 
* * bool jstack_available = 4; */ public boolean getJstackAvailable() { return jstackAvailable_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < 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()); } if (jstackAvailable_ != false) { output.writeBool(4, jstackAvailable_); } unknownFields.writeTo(output); } 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.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, transaction_.get(i)); } for (int i = 0; i < unmatchedThread_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, unmatchedThread_.get(i)); } if (threadDumpingThread_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(3, getThreadDumpingThread()); } if (jstackAvailable_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(4, jstackAvailable_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump) obj; boolean result = true; result = result && getTransactionList() .equals(other.getTransactionList()); result = result && getUnmatchedThreadList() .equals(other.getUnmatchedThreadList()); result = result && (hasThreadDumpingThread() == other.hasThreadDumpingThread()); if (hasThreadDumpingThread()) { result = result && getThreadDumpingThread() .equals(other.getThreadDumpingThread()); } result = result && (getJstackAvailable() == other.getJstackAvailable()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getTransactionCount() > 0) { hash = (37 * hash) + TRANSACTION_FIELD_NUMBER; hash = (53 * hash) + getTransactionList().hashCode(); } if (getUnmatchedThreadCount() > 0) { hash = (37 * hash) + UNMATCHED_THREAD_FIELD_NUMBER; hash = (53 * hash) + getUnmatchedThreadList().hashCode(); } if (hasThreadDumpingThread()) { hash = (37 * hash) + THREAD_DUMPING_THREAD_FIELD_NUMBER; hash = (53 * hash) + getThreadDumpingThread().hashCode(); } hash = (37 * hash) + JSTACK_AVAILABLE_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getJstackAvailable()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { 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; } jstackAvailable_ = false; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.jstackAvailable_ = jstackAvailable_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getUnmatchedThreadFieldBuilder() : null; } else { unmatchedThreadBuilder_.addAllMessages(other.unmatchedThread_); } } } if (other.hasThreadDumpingThread()) { mergeThreadDumpingThread(other.getThreadDumpingThread()); } if (other.getJstackAvailable() != false) { setJstackAvailable(other.getJstackAvailable()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump) e.getUnfinishedMessage(); throw e.unwrapIOException(); } 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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_; /** * .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ public boolean hasThreadDumpingThread() { return threadDumpingThreadBuilder_ != null || threadDumpingThread_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .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; } /** * .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(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.ThreadDump.Thread thread_dumping_thread = 3; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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_; } private boolean jstackAvailable_ ; /** *
       * deprecated in 0.9.2
       * 
* * bool jstack_available = 4; */ public boolean getJstackAvailable() { return jstackAvailable_; } /** *
       * deprecated in 0.9.2
       * 
* * bool jstack_available = 4; */ public Builder setJstackAvailable(boolean value) { jstackAvailable_ = value; onChanged(); return this; } /** *
       * deprecated in 0.9.2
       * 
* * bool jstack_available = 4; */ public Builder clearJstackAvailable() { jstackAvailable_ = false; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ThreadDump parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ThreadDump(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.ThreadDump getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HeapDumpFileInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapDumpFileInfo) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string file_path = 1; */ java.lang.String getFilePath(); /** * string file_path = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getFilePathBytes(); /** * 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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapDumpFileInfo) HeapDumpFileInfoOrBuilder { private static final long serialVersionUID = 0L; // Use HeapDumpFileInfo.newBuilder() to construct. private HeapDumpFileInfo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HeapDumpFileInfo() { filePath_ = ""; fileSizeBytes_ = 0L; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HeapDumpFileInfo( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); filePath_ = s; break; } case 16: { fileSizeBytes_ = input.readInt64(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * 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.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filePath_ = s; return s; } } /** * string file_path = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int FILE_SIZE_BYTES_FIELD_NUMBER = 2; private long fileSizeBytes_; /** * 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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getFilePathBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, filePath_); } if (fileSizeBytes_ != 0L) { output.writeInt64(2, fileSizeBytes_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getFilePathBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, filePath_); } if (fileSizeBytes_ != 0L) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt64Size(2, fileSizeBytes_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo) obj; boolean result = true; result = result && getFilePath() .equals(other.getFilePath()); result = result && (getFileSizeBytes() == other.getFileSizeBytes()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + FILE_PATH_FIELD_NUMBER; hash = (53 * hash) + getFilePath().hashCode(); hash = (37 * hash) + FILE_SIZE_BYTES_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( getFileSizeBytes()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); filePath_ = ""; fileSizeBytes_ = 0L; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object filePath_ = ""; /** * string file_path = 1; */ public java.lang.String getFilePath() { java.lang.Object ref = filePath_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filePath_ = s; return s; } else { return (java.lang.String) ref; } } /** * string file_path = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string file_path = 1; */ public Builder setFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } filePath_ = value; onChanged(); return this; } /** * string file_path = 1; */ public Builder clearFilePath() { filePath_ = getDefaultInstance().getFilePath(); onChanged(); return this; } /** * string file_path = 1; */ public Builder setFilePathBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filePath_ = value; onChanged(); return this; } private long fileSizeBytes_ ; /** * int64 file_size_bytes = 2; */ public long getFileSizeBytes() { return fileSizeBytes_; } /** * int64 file_size_bytes = 2; */ public Builder setFileSizeBytes(long value) { fileSizeBytes_ = value; onChanged(); return this; } /** * int64 file_size_bytes = 2; */ public Builder clearFileSizeBytes() { fileSizeBytes_ = 0L; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public HeapDumpFileInfo parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new HeapDumpFileInfo(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapDumpFileInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HeapHistogramOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapHistogram) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ java.util.List getClassInfoList(); /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo getClassInfo(int index); /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ int getClassInfoCount(); /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ java.util.List getClassInfoOrBuilderList(); /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfoOrBuilder getClassInfoOrBuilder( int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapHistogram} */ public static final class HeapHistogram extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapHistogram) HeapHistogramOrBuilder { private static final long serialVersionUID = 0L; // Use HeapHistogram.newBuilder() to construct. private HeapHistogram(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HeapHistogram() { classInfo_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HeapHistogram( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { classInfo_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } classInfo_.add( input.readMessage(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.parser(), extensionRegistry)); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { classInfo_ = java.util.Collections.unmodifiableList(classInfo_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder.class); } public interface ClassInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.HeapHistogram.ClassInfo) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string class_name = 1; */ java.lang.String getClassName(); /** * string class_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes(); /** * int64 bytes = 2; */ long getBytes(); /** * int64 count = 3; */ long getCount(); } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapHistogram.ClassInfo} */ public static final class ClassInfo extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.HeapHistogram.ClassInfo) ClassInfoOrBuilder { private static final long serialVersionUID = 0L; // Use ClassInfo.newBuilder() to construct. private ClassInfo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ClassInfo() { className_ = ""; bytes_ = 0L; count_ = 0L; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ClassInfo( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); className_ = s; break; } case 16: { bytes_ = input.readInt64(); break; } case 24: { count_ = input.readInt64(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder.class); } public static final int CLASS_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object className_; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int BYTES_FIELD_NUMBER = 2; private long bytes_; /** * int64 bytes = 2; */ public long getBytes() { return bytes_; } public static final int COUNT_FIELD_NUMBER = 3; private long count_; /** * int64 count = 3; */ public long getCount() { return count_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getClassNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, className_); } if (bytes_ != 0L) { output.writeInt64(2, bytes_); } if (count_ != 0L) { output.writeInt64(3, count_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getClassNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, className_); } if (bytes_ != 0L) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt64Size(2, bytes_); } if (count_ != 0L) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt64Size(3, count_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo) obj; boolean result = true; result = result && getClassName() .equals(other.getClassName()); result = result && (getBytes() == other.getBytes()); result = result && (getCount() == other.getCount()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getClassName().hashCode(); hash = (37 * hash) + BYTES_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( getBytes()); hash = (37 * hash) + COUNT_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( getCount()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapHistogram.ClassInfo} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HeapHistogram.ClassInfo) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfoOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); className_ = ""; bytes_ = 0L; count_ = 0L; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo(this); result.className_ = className_; result.bytes_ = bytes_; result.count_ = count_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.getDefaultInstance()) return this; if (!other.getClassName().isEmpty()) { className_ = other.className_; onChanged(); } if (other.getBytes() != 0L) { setBytes(other.getBytes()); } if (other.getCount() != 0L) { setCount(other.getCount()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object className_ = ""; /** * string class_name = 1; */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); className_ = s; return s; } else { return (java.lang.String) ref; } } /** * string class_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string class_name = 1; */ public Builder setClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } className_ = value; onChanged(); return this; } /** * string class_name = 1; */ public Builder clearClassName() { className_ = getDefaultInstance().getClassName(); onChanged(); return this; } /** * string class_name = 1; */ public Builder setClassNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); className_ = value; onChanged(); return this; } private long bytes_ ; /** * int64 bytes = 2; */ public long getBytes() { return bytes_; } /** * int64 bytes = 2; */ public Builder setBytes(long value) { bytes_ = value; onChanged(); return this; } /** * int64 bytes = 2; */ public Builder clearBytes() { bytes_ = 0L; onChanged(); return this; } private long count_ ; /** * int64 count = 3; */ public long getCount() { return count_; } /** * int64 count = 3; */ public Builder setCount(long value) { count_ = value; onChanged(); return this; } /** * int64 count = 3; */ public Builder clearCount() { count_ = 0L; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HeapHistogram.ClassInfo) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapHistogram.ClassInfo) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public ClassInfo parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new ClassInfo(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int CLASS_INFO_FIELD_NUMBER = 1; private java.util.List classInfo_; /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public java.util.List getClassInfoList() { return classInfo_; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public java.util.List getClassInfoOrBuilderList() { return classInfo_; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public int getClassInfoCount() { return classInfo_.size(); } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo getClassInfo(int index) { return classInfo_.get(index); } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfoOrBuilder getClassInfoOrBuilder( int index) { return classInfo_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < classInfo_.size(); i++) { output.writeMessage(1, classInfo_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < classInfo_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, classInfo_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram) obj; boolean result = true; result = result && getClassInfoList() .equals(other.getClassInfoList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getClassInfoCount() > 0) { hash = (37 * hash) + CLASS_INFO_FIELD_NUMBER; hash = (53 * hash) + getClassInfoList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code org_glowroot_wire_api_model.HeapHistogram} */ public static final class Builder extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org_glowroot_wire_api_model.HeapHistogram) org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogramOrBuilder { public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_fieldAccessorTable .ensureFieldAccessorsInitialized( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.class, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.Builder.class); } // Construct using org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getClassInfoFieldBuilder(); } } public Builder clear() { super.clear(); if (classInfoBuilder_ == null) { classInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { classInfoBuilder_.clear(); } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_HeapHistogram_descriptor; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram getDefaultInstanceForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.getDefaultInstance(); } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram build() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram buildPartial() { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram result = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram(this); int from_bitField0_ = bitField0_; if (classInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { classInfo_ = java.util.Collections.unmodifiableList(classInfo_); bitField0_ = (bitField0_ & ~0x00000001); } result.classInfo_ = classInfo_; } else { result.classInfo_ = classInfoBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram) { return mergeFrom((org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram other) { if (other == org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.getDefaultInstance()) return this; if (classInfoBuilder_ == null) { if (!other.classInfo_.isEmpty()) { if (classInfo_.isEmpty()) { classInfo_ = other.classInfo_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureClassInfoIsMutable(); classInfo_.addAll(other.classInfo_); } onChanged(); } } else { if (!other.classInfo_.isEmpty()) { if (classInfoBuilder_.isEmpty()) { classInfoBuilder_.dispose(); classInfoBuilder_ = null; classInfo_ = other.classInfo_; bitField0_ = (bitField0_ & ~0x00000001); classInfoBuilder_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getClassInfoFieldBuilder() : null; } else { classInfoBuilder_.addAllMessages(other.classInfo_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List classInfo_ = java.util.Collections.emptyList(); private void ensureClassInfoIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { classInfo_ = new java.util.ArrayList(classInfo_); bitField0_ |= 0x00000001; } } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfoOrBuilder> classInfoBuilder_; /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public java.util.List getClassInfoList() { if (classInfoBuilder_ == null) { return java.util.Collections.unmodifiableList(classInfo_); } else { return classInfoBuilder_.getMessageList(); } } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public int getClassInfoCount() { if (classInfoBuilder_ == null) { return classInfo_.size(); } else { return classInfoBuilder_.getCount(); } } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo getClassInfo(int index) { if (classInfoBuilder_ == null) { return classInfo_.get(index); } else { return classInfoBuilder_.getMessage(index); } } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public Builder setClassInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo value) { if (classInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureClassInfoIsMutable(); classInfo_.set(index, value); onChanged(); } else { classInfoBuilder_.setMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public Builder setClassInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder builderForValue) { if (classInfoBuilder_ == null) { ensureClassInfoIsMutable(); classInfo_.set(index, builderForValue.build()); onChanged(); } else { classInfoBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public Builder addClassInfo(org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo value) { if (classInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureClassInfoIsMutable(); classInfo_.add(value); onChanged(); } else { classInfoBuilder_.addMessage(value); } return this; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public Builder addClassInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo value) { if (classInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureClassInfoIsMutable(); classInfo_.add(index, value); onChanged(); } else { classInfoBuilder_.addMessage(index, value); } return this; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public Builder addClassInfo( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder builderForValue) { if (classInfoBuilder_ == null) { ensureClassInfoIsMutable(); classInfo_.add(builderForValue.build()); onChanged(); } else { classInfoBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public Builder addClassInfo( int index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder builderForValue) { if (classInfoBuilder_ == null) { ensureClassInfoIsMutable(); classInfo_.add(index, builderForValue.build()); onChanged(); } else { classInfoBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public Builder addAllClassInfo( java.lang.Iterable values) { if (classInfoBuilder_ == null) { ensureClassInfoIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, classInfo_); onChanged(); } else { classInfoBuilder_.addAllMessages(values); } return this; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public Builder clearClassInfo() { if (classInfoBuilder_ == null) { classInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { classInfoBuilder_.clear(); } return this; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public Builder removeClassInfo(int index) { if (classInfoBuilder_ == null) { ensureClassInfoIsMutable(); classInfo_.remove(index); onChanged(); } else { classInfoBuilder_.remove(index); } return this; } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder getClassInfoBuilder( int index) { return getClassInfoFieldBuilder().getBuilder(index); } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfoOrBuilder getClassInfoOrBuilder( int index) { if (classInfoBuilder_ == null) { return classInfo_.get(index); } else { return classInfoBuilder_.getMessageOrBuilder(index); } } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public java.util.List getClassInfoOrBuilderList() { if (classInfoBuilder_ != null) { return classInfoBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(classInfo_); } } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder addClassInfoBuilder() { return getClassInfoFieldBuilder().addBuilder( org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder addClassInfoBuilder( int index) { return getClassInfoFieldBuilder().addBuilder( index, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.getDefaultInstance()); } /** * repeated .org_glowroot_wire_api_model.HeapHistogram.ClassInfo class_info = 1; */ public java.util.List getClassInfoBuilderList() { return getClassInfoFieldBuilder().getBuilderList(); } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfoOrBuilder> getClassInfoFieldBuilder() { if (classInfoBuilder_ == null) { classInfoBuilder_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfo.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram.ClassInfoOrBuilder>( classInfo_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); classInfo_ = null; } return classInfoBuilder_; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.HeapHistogram) } // @@protoc_insertion_point(class_scope:org_glowroot_wire_api_model.HeapHistogram) private static final org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram(); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public HeapHistogram parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new HeapHistogram(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.HeapHistogram getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanDumpOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanDump) org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump) MBeanDumpOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanDump.newBuilder() to construct. private MBeanDump(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanDump() { mbeanInfo_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanDump( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { 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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { mbeanInfo_ = java.util.Collections.unmodifiableList(mbeanInfo_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string object_name = 1; */ java.lang.String getObjectName(); /** * string object_name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes(); /** * 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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanInfo) MBeanInfoOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanInfo.newBuilder() to construct. private MBeanInfo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanInfo() { objectName_ = ""; attribute_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanInfo( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); objectName_ = s; break; } 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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { attribute_ = java.util.Collections.unmodifiableList(attribute_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * string object_name = 1; */ public java.lang.String getObjectName() { java.lang.Object ref = objectName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); objectName_ = s; return s; } } /** * string object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes() { java.lang.Object ref = objectName_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); objectName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } 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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getObjectNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, objectName_); } for (int i = 0; i < attribute_.size(); i++) { output.writeMessage(2, attribute_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getObjectNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, objectName_); } for (int i = 0; i < attribute_.size(); i++) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, attribute_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo) obj; boolean result = true; result = result && getObjectName() .equals(other.getObjectName()); result = result && getAttributeList() .equals(other.getAttributeList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + OBJECT_NAME_FIELD_NUMBER; hash = (53 * hash) + getObjectName().hashCode(); if (getAttributeCount() > 0) { hash = (37 * hash) + ATTRIBUTE_FIELD_NUMBER; hash = (53 * hash) + getAttributeList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { 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.it.harness.shaded.com.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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getAttributeFieldBuilder() : null; } else { attributeBuilder_.addAllMessages(other.attribute_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object objectName_ = ""; /** * string object_name = 1; */ public java.lang.String getObjectName() { java.lang.Object ref = objectName_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); objectName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string object_name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getObjectNameBytes() { java.lang.Object ref = objectName_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); objectName_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string object_name = 1; */ public Builder setObjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } objectName_ = value; onChanged(); return this; } /** * string object_name = 1; */ public Builder clearObjectName() { objectName_ = getDefaultInstance().getObjectName(); onChanged(); return this; } /** * string object_name = 1; */ public Builder setObjectNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); objectName_ = value; onChanged(); return this; } 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanInfo parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanInfo(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string name = 1; */ java.lang.String getName(); /** * string name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getNameBytes(); /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ boolean hasValue(); /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue(); /** * .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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanAttribute) MBeanAttributeOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanAttribute.newBuilder() to construct. private MBeanAttribute(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanAttribute() { name_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanAttribute( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** * string name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int VALUE_FIELD_NUMBER = 2; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value_; /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public boolean hasValue() { return value_ != null; } /** * .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_; } /** * .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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (value_ != null) { output.writeMessage(2, getValue()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (value_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, getValue()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute) obj; boolean result = true; result = result && getName() .equals(other.getName()); result = result && (hasValue() == other.hasValue()); if (hasValue()) { result = result && getValue() .equals(other.getValue()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); name_ = ""; if (valueBuilder_ == null) { value_ = null; } else { value_ = null; valueBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanAttribute) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object name_ = ""; /** * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** * string name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string name = 1; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** * string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * string name = 1; */ public Builder setNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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_; /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public boolean hasValue() { return valueBuilder_ != null || value_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder getValueBuilder() { onChanged(); return getValueFieldBuilder().getBuilder(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanAttribute parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanAttribute(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * bool null = 1; */ boolean getNull(); /** * string string = 2; */ java.lang.String getString(); /** * string string = 2; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getStringBytes(); /** * double double = 3; */ double getDouble(); /** * int64 long = 4; */ long getLong(); /** * bool boolean = 5; */ boolean getBoolean(); /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ boolean hasList(); /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList getList(); /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueListOrBuilder getListOrBuilder(); /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ boolean hasMap(); /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap getMap(); /** * .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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValue) MBeanValueOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanValue.newBuilder() to construct. private MBeanValue(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanValue() { null_ = false; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanValue( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { 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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.it.harness.shaded.com.google.protobuf.Internal.EnumLite { STRING(2), DOUBLE(3), LONG(4), BOOLEAN(5), LIST(10), MAP(11), VAL_NOT_SET(0); private final int value; private ValCase(int value) { this.value = value; } /** * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static ValCase valueOf(int value) { return forNumber(value); } public static ValCase forNumber(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: return null; } } public int getNumber() { return this.value; } }; public ValCase getValCase() { return ValCase.forNumber( valCase_); } public static final int NULL_FIELD_NUMBER = 1; private boolean null_; /** * bool null = 1; */ public boolean getNull() { return null_; } public static final int STRING_FIELD_NUMBER = 2; /** * 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.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valCase_ == 2) { val_ = s; } return s; } } /** * string string = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getStringBytes() { java.lang.Object ref = ""; if (valCase_ == 2) { ref = val_; } if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (valCase_ == 2) { val_ = b; } return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int DOUBLE_FIELD_NUMBER = 3; /** * double double = 3; */ public double getDouble() { if (valCase_ == 3) { return (java.lang.Double) val_; } return 0D; } public static final int LONG_FIELD_NUMBER = 4; /** * int64 long = 4; */ public long getLong() { if (valCase_ == 4) { return (java.lang.Long) val_; } return 0L; } public static final int BOOLEAN_FIELD_NUMBER = 5; /** * bool boolean = 5; */ public boolean getBoolean() { if (valCase_ == 5) { return (java.lang.Boolean) val_; } return false; } public static final int LIST_FIELD_NUMBER = 10; /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public boolean hasList() { return valCase_ == 10; } /** * .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(); } /** * .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; /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public boolean hasMap() { return valCase_ == 11; } /** * .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(); } /** * .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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (null_ != false) { output.writeBool(1, null_); } if (valCase_ == 2) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (null_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(1, null_); } if (valCase_ == 2) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, val_); } if (valCase_ == 3) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeDoubleSize( 3, (double)((java.lang.Double) val_)); } if (valCase_ == 4) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeInt64Size( 4, (long)((java.lang.Long) val_)); } if (valCase_ == 5) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize( 5, (boolean)((java.lang.Boolean) val_)); } if (valCase_ == 10) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(10, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) val_); } if (valCase_ == 11) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(11, (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) val_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue) obj; boolean result = true; result = result && (getNull() == other.getNull()); result = result && getValCase().equals( other.getValCase()); if (!result) return false; switch (valCase_) { case 2: result = result && getString() .equals(other.getString()); break; case 3: result = result && ( java.lang.Double.doubleToLongBits(getDouble()) == java.lang.Double.doubleToLongBits( other.getDouble())); break; case 4: result = result && (getLong() == other.getLong()); break; case 5: result = result && (getBoolean() == other.getBoolean()); break; case 10: result = result && getList() .equals(other.getList()); break; case 11: result = result && getMap() .equals(other.getMap()); break; case 0: default: } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + NULL_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getNull()); switch (valCase_) { case 2: hash = (37 * hash) + STRING_FIELD_NUMBER; hash = (53 * hash) + getString().hashCode(); break; case 3: hash = (37 * hash) + DOUBLE_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getDouble())); break; case 4: hash = (37 * hash) + LONG_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashLong( getLong()); break; case 5: hash = (37 * hash) + BOOLEAN_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getBoolean()); break; case 10: hash = (37 * hash) + LIST_FIELD_NUMBER; hash = (53 * hash) + getList().hashCode(); break; case 11: hash = (37 * hash) + MAP_FIELD_NUMBER; hash = (53 * hash) + getMap().hashCode(); break; case 0: default: } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); null_ = false; valCase_ = 0; val_ = null; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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; } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int valCase_ = 0; private java.lang.Object val_; public ValCase getValCase() { return ValCase.forNumber( valCase_); } public Builder clearVal() { valCase_ = 0; val_ = null; onChanged(); return this; } private boolean null_ ; /** * bool null = 1; */ public boolean getNull() { return null_; } /** * bool null = 1; */ public Builder setNull(boolean value) { null_ = value; onChanged(); return this; } /** * bool null = 1; */ public Builder clearNull() { null_ = false; onChanged(); return this; } /** * 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.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (valCase_ == 2) { val_ = s; } return s; } else { return (java.lang.String) ref; } } /** * string string = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getStringBytes() { java.lang.Object ref = ""; if (valCase_ == 2) { ref = val_; } if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (valCase_ == 2) { val_ = b; } return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string string = 2; */ public Builder setString( java.lang.String value) { if (value == null) { throw new NullPointerException(); } valCase_ = 2; val_ = value; onChanged(); return this; } /** * string string = 2; */ public Builder clearString() { if (valCase_ == 2) { valCase_ = 0; val_ = null; onChanged(); } return this; } /** * string string = 2; */ public Builder setStringBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); valCase_ = 2; val_ = value; onChanged(); return this; } /** * double double = 3; */ public double getDouble() { if (valCase_ == 3) { return (java.lang.Double) val_; } return 0D; } /** * double double = 3; */ public Builder setDouble(double value) { valCase_ = 3; val_ = value; onChanged(); return this; } /** * double double = 3; */ public Builder clearDouble() { if (valCase_ == 3) { valCase_ = 0; val_ = null; onChanged(); } return this; } /** * int64 long = 4; */ public long getLong() { if (valCase_ == 4) { return (java.lang.Long) val_; } return 0L; } /** * int64 long = 4; */ public Builder setLong(long value) { valCase_ = 4; val_ = value; onChanged(); return this; } /** * int64 long = 4; */ public Builder clearLong() { if (valCase_ == 4) { valCase_ = 0; val_ = null; onChanged(); } return this; } /** * bool boolean = 5; */ public boolean getBoolean() { if (valCase_ == 5) { return (java.lang.Boolean) val_; } return false; } /** * bool boolean = 5; */ public Builder setBoolean(boolean value) { valCase_ = 5; val_ = value; onChanged(); return this; } /** * bool boolean = 5; */ public Builder clearBoolean() { if (valCase_ == 5) { valCase_ = 0; val_ = null; onChanged(); } return this; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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_; /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public boolean hasList() { return valCase_ == 10; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList.Builder getListBuilder() { return getListFieldBuilder().getBuilder(); } /** * .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(); } } /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueList list = 10; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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_; /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public boolean hasMap() { return valCase_ == 11; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap.Builder getMapBuilder() { return getMapFieldBuilder().getBuilder(); } /** * .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(); } } /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValueMap map = 11; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanValue parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanValue(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValueList) MBeanValueListOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanValueList.newBuilder() to construct. private MBeanValueList(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanValueList() { value_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanValueList( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { 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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { value_ = java.util.Collections.unmodifiableList(value_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < value_.size(); i++) { output.writeMessage(1, value_.get(i)); } unknownFields.writeTo(output); } 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.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, value_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) obj; boolean result = true; result = result && getValueList() .equals(other.getValueList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getValueCount() > 0) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValueList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { 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.it.harness.shaded.com.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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getValueFieldBuilder() : null; } else { valueBuilder_.addAllMessages(other.value_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueList) e.getUnfinishedMessage(); throw e.unwrapIOException(); } 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanValueList parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanValueList(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValueMap) MBeanValueMapOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanValueMap.newBuilder() to construct. private MBeanValueMap(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanValueMap() { entry_ = java.util.Collections.emptyList(); } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanValueMap( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { 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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < entry_.size(); i++) { output.writeMessage(1, entry_.get(i)); } unknownFields.writeTo(output); } 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.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, entry_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) obj; boolean result = true; result = result && getEntryList() .equals(other.getEntryList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getEntryCount() > 0) { hash = (37 * hash) + ENTRY_FIELD_NUMBER; hash = (53 * hash) + getEntryList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { 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.it.harness.shaded.com.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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getEntryFieldBuilder() : null; } else { entryBuilder_.addAllMessages(other.entry_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMap) e.getUnfinishedMessage(); throw e.unwrapIOException(); } 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanValueMap parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanValueMap(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string key = 1; */ java.lang.String getKey(); /** * string key = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getKeyBytes(); /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ boolean hasValue(); /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue getValue(); /** * .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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanDump.MBeanValueMapEntry) MBeanValueMapEntryOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanValueMapEntry.newBuilder() to construct. private MBeanValueMapEntry(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanValueMapEntry() { key_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanValueMapEntry( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); 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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * 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.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** * string key = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int VALUE_FIELD_NUMBER = 2; private org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue value_; /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public boolean hasValue() { return value_ != null; } /** * .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_; } /** * .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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getKeyBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } if (value_ != null) { output.writeMessage(2, getValue()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getKeyBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); } if (value_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, getValue()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry) obj; boolean result = true; result = result && getKey() .equals(other.getKey()); result = result && (hasValue() == other.hasValue()); if (hasValue()) { result = result && getValue() .equals(other.getValue()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + KEY_FIELD_NUMBER; hash = (53 * hash) + getKey().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); key_ = ""; if (valueBuilder_ == null) { value_ = null; } else { value_ = null; valueBuilder_ = null; } return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValueMapEntry) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object key_ = ""; /** * string key = 1; */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } else { return (java.lang.String) ref; } } /** * string key = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string key = 1; */ public Builder setKey( java.lang.String value) { if (value == null) { throw new NullPointerException(); } key_ = value; onChanged(); return this; } /** * string key = 1; */ public Builder clearKey() { key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** * string key = 1; */ public Builder setKeyBytes( org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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_; /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public boolean hasValue() { return valueBuilder_ != null || value_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump.MBeanValue.Builder getValueBuilder() { onChanged(); return getValueFieldBuilder().getBuilder(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.MBeanDump.MBeanValue value = 2; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanValueMapEntry parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanValueMapEntry(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < mbeanInfo_.size(); i++) { output.writeMessage(1, mbeanInfo_.get(i)); } unknownFields.writeTo(output); } 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.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, mbeanInfo_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump) obj; boolean result = true; result = result && getMbeanInfoList() .equals(other.getMbeanInfoList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getMbeanInfoCount() > 0) { hash = (37 * hash) + MBEAN_INFO_FIELD_NUMBER; hash = (53 * hash) + getMbeanInfoList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { 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.it.harness.shaded.com.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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMbeanInfoFieldBuilder() : null; } else { mbeanInfoBuilder_.addAllMessages(other.mbeanInfo_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump) e.getUnfinishedMessage(); throw e.unwrapIOException(); } 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.RepeatedFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanDump parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanDump(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanDump getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MBeanMetaOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MBeanMeta) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * bool unmatched = 1; */ boolean getUnmatched(); /** * bool unavailable = 2; */ boolean getUnavailable(); /** * repeated string attribute_name = 3; */ java.util.List 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.it.harness.shaded.com.google.protobuf.ByteString getAttributeNameBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MBeanMeta} */ public static final class MBeanMeta extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MBeanMeta) MBeanMetaOrBuilder { private static final long serialVersionUID = 0L; // Use MBeanMeta.newBuilder() to construct. private MBeanMeta(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MBeanMeta() { unmatched_ = false; unavailable_ = false; attributeName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MBeanMeta( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { 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.it.harness.shaded.com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000004; } attributeName_.add(s); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { attributeName_ = attributeName_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MBeanMeta_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * bool unmatched = 1; */ public boolean getUnmatched() { return unmatched_; } public static final int UNAVAILABLE_FIELD_NUMBER = 2; private boolean unavailable_; /** * bool unavailable = 2; */ public boolean getUnavailable() { return unavailable_; } public static final int ATTRIBUTE_NAME_FIELD_NUMBER = 3; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList attributeName_; /** * repeated string attribute_name = 3; */ public org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, attributeName_.getRaw(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (unmatched_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(1, unmatched_); } if (unavailable_ != false) { size += org.glowroot.agent.it.harness.shaded.com.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(); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta) obj; boolean result = true; result = result && (getUnmatched() == other.getUnmatched()); result = result && (getUnavailable() == other.getUnavailable()); result = result && getAttributeNameList() .equals(other.getAttributeNameList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + UNMATCHED_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getUnmatched()); hash = (37 * hash) + UNAVAILABLE_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getUnavailable()); if (getAttributeNameCount() > 0) { hash = (37 * hash) + ATTRIBUTE_NAME_FIELD_NUMBER; hash = (53 * hash) + getAttributeNameList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); unmatched_ = false; unavailable_ = false; attributeName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private boolean unmatched_ ; /** * bool unmatched = 1; */ public boolean getUnmatched() { return unmatched_; } /** * bool unmatched = 1; */ public Builder setUnmatched(boolean value) { unmatched_ = value; onChanged(); return this; } /** * bool unmatched = 1; */ public Builder clearUnmatched() { unmatched_ = false; onChanged(); return this; } private boolean unavailable_ ; /** * bool unavailable = 2; */ public boolean getUnavailable() { return unavailable_; } /** * bool unavailable = 2; */ public Builder setUnavailable(boolean value) { unavailable_ = value; onChanged(); return this; } /** * bool unavailable = 2; */ public Builder clearUnavailable() { unavailable_ = false; onChanged(); return this; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList attributeName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureAttributeNameIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { attributeName_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(attributeName_); bitField0_ |= 0x00000004; } } /** * repeated string attribute_name = 3; */ public org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, attributeName_); onChanged(); return this; } /** * repeated string attribute_name = 3; */ public Builder clearAttributeName() { attributeName_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** * repeated string attribute_name = 3; */ public Builder addAttributeNameBytes( org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MBeanMeta parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MBeanMeta(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MBeanMeta getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface CapabilitiesOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Capabilities) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ boolean hasThreadCpuTime(); /** * .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadCpuTime(); /** * .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadCpuTimeOrBuilder(); /** * .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ boolean hasThreadContentionTime(); /** * .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadContentionTime(); /** * .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder getThreadContentionTimeOrBuilder(); /** * .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ boolean hasThreadAllocatedBytes(); /** * .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getThreadAllocatedBytes(); /** * .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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Capabilities) CapabilitiesOrBuilder { private static final long serialVersionUID = 0L; // Use Capabilities.newBuilder() to construct. private Capabilities(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Capabilities() { } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Capabilities( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Capabilities_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public boolean hasThreadCpuTime() { return threadCpuTime_ != null; } /** * .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_; } /** * .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_; /** * .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public boolean hasThreadContentionTime() { return threadContentionTime_ != null; } /** * .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_; } /** * .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_; /** * .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public boolean hasThreadAllocatedBytes() { return threadAllocatedBytes_ != null; } /** * .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_; } /** * .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.it.harness.shaded.com.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()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (threadCpuTime_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getThreadCpuTime()); } if (threadContentionTime_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, getThreadContentionTime()); } if (threadAllocatedBytes_ != null) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(3, getThreadAllocatedBytes()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities) obj; boolean result = true; result = result && (hasThreadCpuTime() == other.hasThreadCpuTime()); if (hasThreadCpuTime()) { result = result && getThreadCpuTime() .equals(other.getThreadCpuTime()); } result = result && (hasThreadContentionTime() == other.hasThreadContentionTime()); if (hasThreadContentionTime()) { result = result && getThreadContentionTime() .equals(other.getThreadContentionTime()); } result = result && (hasThreadAllocatedBytes() == other.hasThreadAllocatedBytes()); if (hasThreadAllocatedBytes()) { result = result && getThreadAllocatedBytes() .equals(other.getThreadAllocatedBytes()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasThreadCpuTime()) { hash = (37 * hash) + THREAD_CPU_TIME_FIELD_NUMBER; hash = (53 * hash) + getThreadCpuTime().hashCode(); } if (hasThreadContentionTime()) { hash = (37 * hash) + THREAD_CONTENTION_TIME_FIELD_NUMBER; hash = (53 * hash) + getThreadContentionTime().hashCode(); } if (hasThreadAllocatedBytes()) { hash = (37 * hash) + THREAD_ALLOCATED_BYTES_FIELD_NUMBER; hash = (53 * hash) + getThreadAllocatedBytes().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (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.it.harness.shaded.com.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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability threadCpuTime_ = null; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder> threadCpuTimeBuilder_; /** * .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public boolean hasThreadCpuTime() { return threadCpuTimeBuilder_ != null || threadCpuTime_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder getThreadCpuTimeBuilder() { onChanged(); return getThreadCpuTimeFieldBuilder().getBuilder(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.Availability thread_cpu_time = 1; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder> threadContentionTimeBuilder_; /** * .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public boolean hasThreadContentionTime() { return threadContentionTimeBuilder_ != null || threadContentionTime_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder getThreadContentionTimeBuilder() { onChanged(); return getThreadContentionTimeFieldBuilder().getBuilder(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.Availability thread_contention_time = 2; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability, org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder, org.glowroot.wire.api.model.DownstreamServiceOuterClass.AvailabilityOrBuilder> threadAllocatedBytesBuilder_; /** * .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public boolean hasThreadAllocatedBytes() { return threadAllocatedBytesBuilder_ != null || threadAllocatedBytes_ != null; } /** * .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(); } } /** * .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; } /** * .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; } /** * .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; } /** * .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; } /** * .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability.Builder getThreadAllocatedBytesBuilder() { onChanged(); return getThreadAllocatedBytesFieldBuilder().getBuilder(); } /** * .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_; } } /** * .org_glowroot_wire_api_model.Availability thread_allocated_bytes = 3; */ private org.glowroot.agent.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.SingleFieldBuilderV3< 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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public Capabilities parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new Capabilities(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Capabilities getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AvailabilityOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.Availability) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * bool available = 1; */ boolean getAvailable(); /** *
     * only sent when availability is false
     * 
* * string reason = 2; */ java.lang.String getReason(); /** *
     * only sent when availability is false
     * 
* * string reason = 2; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getReasonBytes(); } /** * Protobuf type {@code org_glowroot_wire_api_model.Availability} */ public static final class Availability extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.Availability) AvailabilityOrBuilder { private static final long serialVersionUID = 0L; // Use Availability.newBuilder() to construct. private Availability(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Availability() { available_ = false; reason_ = ""; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Availability( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { available_ = input.readBool(); break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); reason_ = s; break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_Availability_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * bool available = 1; */ public boolean getAvailable() { return available_; } public static final int REASON_FIELD_NUMBER = 2; private volatile java.lang.Object reason_; /** *
     * only sent when availability is false
     * 
* * string reason = 2; */ 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.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); reason_ = s; return s; } } /** *
     * only sent when availability is false
     * 
* * string reason = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getReasonBytes() { java.lang.Object ref = reason_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); reason_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (available_ != false) { output.writeBool(1, available_); } if (!getReasonBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, reason_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (available_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(1, available_); } if (!getReasonBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, reason_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability) obj; boolean result = true; result = result && (getAvailable() == other.getAvailable()); result = result && getReason() .equals(other.getReason()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + AVAILABLE_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getAvailable()); hash = (37 * hash) + REASON_FIELD_NUMBER; hash = (53 * hash) + getReason().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); available_ = false; reason_ = ""; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private boolean available_ ; /** * bool available = 1; */ public boolean getAvailable() { return available_; } /** * bool available = 1; */ public Builder setAvailable(boolean value) { available_ = value; onChanged(); return this; } /** * bool available = 1; */ public Builder clearAvailable() { available_ = false; onChanged(); return this; } private java.lang.Object reason_ = ""; /** *
       * only sent when availability is false
       * 
* * string reason = 2; */ public java.lang.String getReason() { java.lang.Object ref = reason_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); reason_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * only sent when availability is false
       * 
* * string reason = 2; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getReasonBytes() { java.lang.Object ref = reason_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); reason_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** *
       * only sent when availability is false
       * 
* * string reason = 2; */ public Builder setReason( java.lang.String value) { if (value == null) { throw new NullPointerException(); } reason_ = value; onChanged(); return this; } /** *
       * only sent when availability is false
       * 
* * string reason = 2; */ public Builder clearReason() { reason_ = getDefaultInstance().getReason(); onChanged(); return this; } /** *
       * only sent when availability is false
       * 
* * string reason = 2; */ public Builder setReasonBytes( org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public Availability parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new Availability(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.Availability getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface GlobalMetaOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.GlobalMeta) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * bool jvm_out_of_sync = 1; */ boolean getJvmOutOfSync(); /** * 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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.GlobalMeta) GlobalMetaOrBuilder { private static final long serialVersionUID = 0L; // Use GlobalMeta.newBuilder() to construct. private GlobalMeta(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private GlobalMeta() { jvmOutOfSync_ = false; jvmRetransformClassesSupported_ = false; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GlobalMeta( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { jvmOutOfSync_ = input.readBool(); break; } case 16: { jvmRetransformClassesSupported_ = input.readBool(); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_GlobalMeta_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * 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_; /** * 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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (jvmOutOfSync_ != false) { output.writeBool(1, jvmOutOfSync_); } if (jvmRetransformClassesSupported_ != false) { output.writeBool(2, jvmRetransformClassesSupported_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (jvmOutOfSync_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(1, jvmOutOfSync_); } if (jvmRetransformClassesSupported_ != false) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedOutputStream .computeBoolSize(2, jvmRetransformClassesSupported_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta) obj; boolean result = true; result = result && (getJvmOutOfSync() == other.getJvmOutOfSync()); result = result && (getJvmRetransformClassesSupported() == other.getJvmRetransformClassesSupported()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + JVM_OUT_OF_SYNC_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getJvmOutOfSync()); hash = (37 * hash) + JVM_RETRANSFORM_CLASSES_SUPPORTED_FIELD_NUMBER; hash = (53 * hash) + org.glowroot.agent.it.harness.shaded.com.google.protobuf.Internal.hashBoolean( getJvmRetransformClassesSupported()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); jvmOutOfSync_ = false; jvmRetransformClassesSupported_ = false; return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private boolean jvmOutOfSync_ ; /** * bool jvm_out_of_sync = 1; */ public boolean getJvmOutOfSync() { return jvmOutOfSync_; } /** * bool jvm_out_of_sync = 1; */ public Builder setJvmOutOfSync(boolean value) { jvmOutOfSync_ = value; onChanged(); return this; } /** * bool jvm_out_of_sync = 1; */ public Builder clearJvmOutOfSync() { jvmOutOfSync_ = false; onChanged(); return this; } private boolean jvmRetransformClassesSupported_ ; /** * bool jvm_retransform_classes_supported = 2; */ public boolean getJvmRetransformClassesSupported() { return jvmRetransformClassesSupported_; } /** * bool jvm_retransform_classes_supported = 2; */ public Builder setJvmRetransformClassesSupported(boolean value) { jvmRetransformClassesSupported_ = value; onChanged(); return this; } /** * bool jvm_retransform_classes_supported = 2; */ public Builder clearJvmRetransformClassesSupported() { jvmRetransformClassesSupported_ = false; onChanged(); return this; } public final Builder setUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public GlobalMeta parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new GlobalMeta(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.GlobalMeta getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MethodSignatureOrBuilder extends // @@protoc_insertion_point(interface_extends:org_glowroot_wire_api_model.MethodSignature) org.glowroot.agent.it.harness.shaded.com.google.protobuf.MessageOrBuilder { /** * string name = 1; */ java.lang.String getName(); /** * string name = 1; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getNameBytes(); /** * repeated string parameter_type = 2; */ java.util.List 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.it.harness.shaded.com.google.protobuf.ByteString getParameterTypeBytes(int index); /** * string return_type = 3; */ java.lang.String getReturnType(); /** * string return_type = 3; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getReturnTypeBytes(); /** *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
* * repeated string modifier = 4; */ java.util.List getModifierList(); /** *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
* * repeated string modifier = 4; */ int getModifierCount(); /** *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
* * repeated string modifier = 4; */ java.lang.String getModifier(int index); /** *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
* * repeated string modifier = 4; */ org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getModifierBytes(int index); } /** * Protobuf type {@code org_glowroot_wire_api_model.MethodSignature} */ public static final class MethodSignature extends org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org_glowroot_wire_api_model.MethodSignature) MethodSignatureOrBuilder { private static final long serialVersionUID = 0L; // Use MethodSignature.newBuilder() to construct. private MethodSignature(org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MethodSignature() { name_ = ""; parameterType_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; returnType_ = ""; modifier_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MethodSignature( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { parameterType_ = new org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000008; } modifier_.add(s); break; } } } } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { parameterType_ = parameterType_.getUnmodifiableView(); } if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { modifier_ = modifier_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_MethodSignature_descriptor; } protected org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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_; /** * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** * string name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int PARAMETER_TYPE_FIELD_NUMBER = 2; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList parameterType_; /** * repeated string parameter_type = 2; */ public org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.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_; /** * 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.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); returnType_ = s; return s; } } /** * string return_type = 3; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getReturnTypeBytes() { java.lang.Object ref = returnType_; if (ref instanceof java.lang.String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); returnType_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } public static final int MODIFIER_FIELD_NUMBER = 4; private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList modifier_; /** *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
* * repeated string modifier = 4; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getModifierList() { return modifier_; } /** *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
* * repeated string modifier = 4; */ public int getModifierCount() { return modifier_.size(); } /** *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
* * repeated string modifier = 4; */ public java.lang.String getModifier(int index) { return modifier_.get(index); } /** *
     * not using int32 modifier in spirit of protobuf cross-language
     * 
* * repeated string modifier = 4; */ public org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getNameBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } for (int i = 0; i < parameterType_.size(); i++) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, parameterType_.getRaw(i)); } if (!getReturnTypeBytes().isEmpty()) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, returnType_); } for (int i = 0; i < modifier_.size(); i++) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 4, modifier_.getRaw(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } { 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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature)) { return super.equals(obj); } org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature other = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature) obj; boolean result = true; result = result && getName() .equals(other.getName()); result = result && getParameterTypeList() .equals(other.getParameterTypeList()); result = result && getReturnType() .equals(other.getReturnType()); result = result && getModifierList() .equals(other.getModifierList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); if (getParameterTypeCount() > 0) { hash = (37 * hash) + PARAMETER_TYPE_FIELD_NUMBER; hash = (53 * hash) + getParameterTypeList().hashCode(); } hash = (37 * hash) + RETURN_TYPE_FIELD_NUMBER; hash = (53 * hash) + getReturnType().hashCode(); if (getModifierCount() > 0) { hash = (37 * hash) + MODIFIER_FIELD_NUMBER; hash = (53 * hash) + getModifierList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( java.nio.ByteBuffer data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( java.nio.ByteBuffer data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom(byte[] data) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( byte[] data, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseDelimitedFrom( java.io.InputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parseFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.glowroot.wire.api.model.DownstreamServiceOuterClass.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); name_ = ""; parameterType_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); returnType_ = ""; modifier_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); return this; } public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.glowroot.wire.api.model.DownstreamServiceOuterClass.internal_static_org_glowroot_wire_api_model_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 clone() { return (Builder) super.clone(); } public Builder setField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(org.glowroot.agent.it.harness.shaded.com.google.protobuf.Message other) { if (other instanceof org.glowroot.wire.api.model.DownstreamServiceOuterClass.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(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object name_ = ""; /** * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** * string name = 1; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string name = 1; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** * string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * string name = 1; */ public Builder setNameBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList parameterType_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureParameterTypeIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { parameterType_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(parameterType_); bitField0_ |= 0x00000002; } } /** * repeated string parameter_type = 2; */ public org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, parameterType_); onChanged(); return this; } /** * repeated string parameter_type = 2; */ public Builder clearParameterType() { parameterType_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * repeated string parameter_type = 2; */ public Builder addParameterTypeBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureParameterTypeIsMutable(); parameterType_.add(value); onChanged(); return this; } private java.lang.Object returnType_ = ""; /** * string return_type = 3; */ public java.lang.String getReturnType() { java.lang.Object ref = returnType_; if (!(ref instanceof java.lang.String)) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString bs = (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); returnType_ = s; return s; } else { return (java.lang.String) ref; } } /** * string return_type = 3; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getReturnTypeBytes() { java.lang.Object ref = returnType_; if (ref instanceof String) { org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString b = org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); returnType_ = b; return b; } else { return (org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString) ref; } } /** * string return_type = 3; */ public Builder setReturnType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } returnType_ = value; onChanged(); return this; } /** * string return_type = 3; */ public Builder clearReturnType() { returnType_ = getDefaultInstance().getReturnType(); onChanged(); return this; } /** * string return_type = 3; */ public Builder setReturnTypeBytes( org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); returnType_ = value; onChanged(); return this; } private org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringList modifier_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureModifierIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { modifier_ = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList(modifier_); bitField0_ |= 0x00000008; } } /** *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
* * repeated string modifier = 4; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ProtocolStringList getModifierList() { return modifier_.getUnmodifiableView(); } /** *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
* * repeated string modifier = 4; */ public int getModifierCount() { return modifier_.size(); } /** *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
* * repeated string modifier = 4; */ public java.lang.String getModifier(int index) { return modifier_.get(index); } /** *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
* * repeated string modifier = 4; */ public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ByteString getModifierBytes(int index) { return modifier_.getByteString(index); } /** *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
* * repeated string modifier = 4; */ public Builder setModifier( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureModifierIsMutable(); modifier_.set(index, value); onChanged(); return this; } /** *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
* * repeated string modifier = 4; */ public Builder addModifier( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureModifierIsMutable(); modifier_.add(value); onChanged(); return this; } /** *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
* * repeated string modifier = 4; */ public Builder addAllModifier( java.lang.Iterable values) { ensureModifierIsMutable(); org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, modifier_); onChanged(); return this; } /** *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
* * repeated string modifier = 4; */ public Builder clearModifier() { modifier_ = org.glowroot.agent.it.harness.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
       * not using int32 modifier in spirit of protobuf cross-language
       * 
* * repeated string modifier = 4; */ public Builder addModifierBytes( org.glowroot.agent.it.harness.shaded.com.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.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final org.glowroot.agent.it.harness.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org_glowroot_wire_api_model.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.it.harness.shaded.com.google.protobuf.Parser PARSER = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.AbstractParser() { public MethodSignature parsePartialFrom( org.glowroot.agent.it.harness.shaded.com.google.protobuf.CodedInputStream input, org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.glowroot.agent.it.harness.shaded.com.google.protobuf.InvalidProtocolBufferException { return new MethodSignature(input, extensionRegistry); } }; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.glowroot.agent.it.harness.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public org.glowroot.wire.api.model.DownstreamServiceOuterClass.MethodSignature getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_CentralRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_CentralRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AgentResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AgentResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_Hello_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_Hello_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HelloAck_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HelloAck_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AgentConfigUpdateRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AgentConfigUpdateResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDumpRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_JstackRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_JstackRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_JstackResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_JstackResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapDumpRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapDumpResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ForceGcRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ForceGcRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ForceGcResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ForceGcResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_SystemPropertiesEntry_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_SystemPropertiesEntry_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ReweaveRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ReweaveRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ReweaveResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ReweaveResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeaderRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeaderRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeaderResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeaderResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_EntriesRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_EntriesRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_QueriesRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_QueriesRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_EntriesResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_QueriesResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_QueriesResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_FullTraceRequest_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_FullTraceRequest_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_FullTraceResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_FullTraceResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ExceptionResponse_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ExceptionResponse_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDump_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapHistogram_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapHistogram_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanInfo_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanAttribute_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValue_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueList_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMap_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanDump_MBeanValueMapEntry_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MBeanMeta_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MBeanMeta_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_Capabilities_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_Capabilities_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_Availability_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_Availability_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_GlobalMeta_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_GlobalMeta_fieldAccessorTable; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.Descriptor internal_static_org_glowroot_wire_api_model_MethodSignature_descriptor; private static final org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_glowroot_wire_api_model_MethodSignature_fieldAccessorTable; public static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\027DownstreamService.proto\022\033org_glowroot_" + "wire_api_model\032\021AgentConfig.proto\032\013Trace" + ".proto\032\017Aggregate.proto\032\rProfile.proto\032\014" + "Common.proto\"\313\021\n\016CentralRequest\022\022\n\nreque" + "st_id\030\001 \001(\003\022:\n\thello_ack\030d \001(\0132%.org_glo" + "wroot_wire_api_model.HelloAckH\000\022]\n\033agent" + "_config_update_request\030\310\001 \001(\01325.org_glow" + "root_wire_api_model.AgentConfigUpdateReq" + "uestH\000\022N\n\023thread_dump_request\030\254\002 \001(\0132..o" + "rg_glowroot_wire_api_model.ThreadDumpReq" + "uestH\000\022E\n\016jstack_request\030\264\002 \001(\0132*.org_gl" + "owroot_wire_api_model.JstackRequestH\000\022_\n" + "\034available_disk_space_request\030\255\002 \001(\01326.o" + "rg_glowroot_wire_api_model.AvailableDisk" + "SpaceRequestH\000\022J\n\021heap_dump_request\030\256\002 \001" + "(\0132,.org_glowroot_wire_api_model.HeapDum" + "pRequestH\000\022T\n\026heap_histogram_request\030\265\002 " + "\001(\01321.org_glowroot_wire_api_model.HeapHi" + "stogramRequestH\000\022_\n\034explicit_gc_disabled" + "_request\030\267\002 \001(\01326.org_glowroot_wire_api_" + "model.ExplicitGcDisabledRequestH\000\022H\n\020for" + "ce_gc_request\030\257\002 \001(\0132+.org_glowroot_wire" + "_api_model.ForceGcRequestH\000\022L\n\022mbean_dum" + "p_request\030\260\002 \001(\0132-.org_glowroot_wire_api" + "_model.MBeanDumpRequestH\000\022l\n#matching_mb" + "ean_object_names_request\030\261\002 \001(\0132<.org_gl" + "owroot_wire_api_model.MatchingMBeanObjec" + "tNamesRequestH\000\022L\n\022mbean_meta_request\030\262\002" + " \001(\0132-.org_glowroot_wire_api_model.MBean" + "MetaRequestH\000\022Z\n\031system_properties_reque" + "st\030\266\002 \001(\01324.org_glowroot_wire_api_model." + "SystemPropertiesRequestH\000\022Q\n\024capabilitie" + "s_request\030\263\002 \001(\01320.org_glowroot_wire_api" + "_model.CapabilitiesRequestH\000\022N\n\023global_m" + "eta_request\030\220\003 \001(\0132..org_glowroot_wire_a" + "pi_model.GlobalMetaRequestH\000\022e\n\037preload_" + "classpath_cache_request\030\221\003 \001(\01329.org_glo" + "wroot_wire_api_model.PreloadClasspathCac" + "heRequestH\000\022_\n\034matching_class_names_requ" + "est\030\222\003 \001(\01326.org_glowroot_wire_api_model" + ".MatchingClassNamesRequestH\000\022a\n\035matching" + "_method_names_request\030\223\003 \001(\01327.org_glowr" + "oot_wire_api_model.MatchingMethodNamesRe" + "questH\000\022Z\n\031method_signatures_request\030\224\003 " + "\001(\01324.org_glowroot_wire_api_model.Method" + "SignaturesRequestH\000\022G\n\017reweave_request\030\225" + "\003 \001(\0132+.org_glowroot_wire_api_model.Rewe" + "aveRequestH\000\022E\n\016header_request\030\364\003 \001(\0132*." + "org_glowroot_wire_api_model.HeaderReques" + "tH\000\022G\n\017entries_request\030\365\003 \001(\0132+.org_glow" + "root_wire_api_model.EntriesRequestH\000\022G\n\017" + "queries_request\030\371\003 \001(\0132+.org_glowroot_wi" + "re_api_model.QueriesRequestH\000\022]\n\033main_th" + "read_profile_request\030\366\003 \001(\01325.org_glowro" + "ot_wire_api_model.MainThreadProfileReque" + "stH\000\022[\n\032aux_thread_profile_request\030\367\003 \001(" + "\01324.org_glowroot_wire_api_model.AuxThrea" + "dProfileRequestH\000\022L\n\022full_trace_request\030" + "\370\003 \001(\0132-.org_glowroot_wire_api_model.Ful" + "lTraceRequestH\000B\t\n\007message\"\236\023\n\rAgentResp" + "onse\022\022\n\nrequest_id\030\001 \001(\003\0223\n\005hello\030d \001(\0132" + "\".org_glowroot_wire_api_model.HelloH\000\022_\n" + "\034agent_config_update_response\030\310\001 \001(\01326.o" + "rg_glowroot_wire_api_model.AgentConfigUp" + "dateResponseH\000\022P\n\024thread_dump_response\030\254" + "\002 \001(\0132/.org_glowroot_wire_api_model.Thre" + "adDumpResponseH\000\022G\n\017jstack_response\030\264\002 \001" + "(\0132+.org_glowroot_wire_api_model.JstackR" + "esponseH\000\022a\n\035available_disk_space_respon" + "se\030\255\002 \001(\01327.org_glowroot_wire_api_model." + "AvailableDiskSpaceResponseH\000\022L\n\022heap_dum" + "p_response\030\256\002 \001(\0132-.org_glowroot_wire_ap" + "i_model.HeapDumpResponseH\000\022V\n\027heap_histo" + "gram_response\030\265\002 \001(\01322.org_glowroot_wire" + "_api_model.HeapHistogramResponseH\000\022a\n\035ex" + "plicit_gc_disabled_response\030\267\002 \001(\01327.org" + "_glowroot_wire_api_model.ExplicitGcDisab" + "ledResponseH\000\022J\n\021force_gc_response\030\257\002 \001(" + "\0132,.org_glowroot_wire_api_model.ForceGcR" + "esponseH\000\022N\n\023mbean_dump_response\030\260\002 \001(\0132" + "..org_glowroot_wire_api_model.MBeanDumpR" + "esponseH\000\022n\n$matching_mbean_object_names" + "_response\030\261\002 \001(\0132=.org_glowroot_wire_api" + "_model.MatchingMBeanObjectNamesResponseH" + "\000\022N\n\023mbean_meta_response\030\262\002 \001(\0132..org_gl" + "owroot_wire_api_model.MBeanMetaResponseH" + "\000\022\\\n\032system_properties_response\030\266\002 \001(\01325" + ".org_glowroot_wire_api_model.SystemPrope" + "rtiesResponseH\000\022S\n\025capabilities_response" + "\030\263\002 \001(\01321.org_glowroot_wire_api_model.Ca" + "pabilitiesResponseH\000\022P\n\024global_meta_resp" + "onse\030\220\003 \001(\0132/.org_glowroot_wire_api_mode" + "l.GlobalMetaResponseH\000\022g\n preload_classp" + "ath_cache_response\030\221\003 \001(\0132:.org_glowroot" + "_wire_api_model.PreloadClasspathCacheRes" + "ponseH\000\022a\n\035matching_class_names_response" + "\030\222\003 \001(\01327.org_glowroot_wire_api_model.Ma" + "tchingClassNamesResponseH\000\022c\n\036matching_m" + "ethod_names_response\030\223\003 \001(\01328.org_glowro" + "ot_wire_api_model.MatchingMethodNamesRes" + "ponseH\000\022\\\n\032method_signatures_response\030\224\003" + " \001(\01325.org_glowroot_wire_api_model.Metho" + "dSignaturesResponseH\000\022I\n\020reweave_respons" + "e\030\225\003 \001(\0132,.org_glowroot_wire_api_model.R" + "eweaveResponseH\000\022G\n\017header_response\030\364\003 \001" + "(\0132+.org_glowroot_wire_api_model.HeaderR" + "esponseH\000\022I\n\020entries_response\030\365\003 \001(\0132,.o" + "rg_glowroot_wire_api_model.EntriesRespon" + "seH\000\022I\n\020queries_response\030\371\003 \001(\0132,.org_gl" + "owroot_wire_api_model.QueriesResponseH\000\022" + "_\n\034main_thread_profile_response\030\366\003 \001(\01326" + ".org_glowroot_wire_api_model.MainThreadP" + "rofileResponseH\000\022]\n\033aux_thread_profile_r" + "esponse\030\367\003 \001(\01325.org_glowroot_wire_api_m" + "odel.AuxThreadProfileResponseH\000\022N\n\023full_" + "trace_response\030\370\003 \001(\0132..org_glowroot_wir" + "e_api_model.FullTraceResponseH\000\022X\n\030unkno" + "wn_request_response\030\220N \001(\01323.org_glowroo" + "t_wire_api_model.UnknownRequestResponseH" + "\000\022M\n\022exception_response\030\221N \001(\0132..org_glo" + "wroot_wire_api_model.ExceptionResponseH\000" + "B\t\n\007message\"+\n\005Hello\022\020\n\010agent_id\030\001 \001(\t\022\020" + "\n\010post_v09\030\002 \001(\010\"\n\n\010HelloAck\"Z\n\030AgentCon" + "figUpdateRequest\022>\n\014agent_config\030\001 \001(\0132(" + ".org_glowroot_wire_api_model.AgentConfig" + "\"\033\n\031AgentConfigUpdateResponse\"\023\n\021ThreadD" + "umpRequest\"R\n\022ThreadDumpResponse\022<\n\013thre" + "ad_dump\030\001 \001(\0132\'.org_glowroot_wire_api_mo" + "del.ThreadDump\"\017\n\rJstackRequest\"z\n\016Jstac" + "kResponse\022\016\n\006jstack\030\001 \001(\t\022)\n!unavailable" + "_due_to_running_in_jre\030\002 \001(\010\022-\n%unavaila" + "ble_due_to_running_in_ibm_jvm\030\003 \001(\010\".\n\031A" + "vailableDiskSpaceRequest\022\021\n\tdirectory\030\001 " + "\001(\t\"W\n\032AvailableDiskSpaceResponse\022\027\n\017ava" + "ilable_bytes\030\001 \001(\003\022 \n\030directory_does_not" + "_exist\030\002 \001(\010\"$\n\017HeapDumpRequest\022\021\n\tdirec" + "tory\030\001 \001(\t\"\200\001\n\020HeapDumpResponse\022J\n\023heap_" + "dump_file_info\030\001 \001(\0132-.org_glowroot_wire" + "_api_model.HeapDumpFileInfo\022 \n\030directory" + "_does_not_exist\030\002 \001(\010\"\026\n\024HeapHistogramRe" + "quest\"\265\001\n\025HeapHistogramResponse\022B\n\016heap_" + "histogram\030\001 \001(\0132*.org_glowroot_wire_api_" + "model.HeapHistogram\022)\n!unavailable_due_t" + "o_running_in_jre\030\002 \001(\010\022-\n%unavailable_du" + "e_to_running_in_ibm_jvm\030\003 \001(\010\"\033\n\031Explici" + "tGcDisabledRequest\".\n\032ExplicitGcDisabled" + "Response\022\020\n\010disabled\030\001 \001(\010\"\020\n\016ForceGcReq" + "uest\"\021\n\017ForceGcResponse\"\367\001\n\020MBeanDumpReq" + "uest\022I\n\004kind\030\001 \001(\0162;.org_glowroot_wire_a" + "pi_model.MBeanDumpRequest.MBeanDumpKind\022" + "\023\n\013object_name\030\002 \003(\t\"\202\001\n\rMBeanDumpKind\022!" + "\n\035ALL_MBEANS_INCLUDE_ATTRIBUTES\020\000\022*\n&ALL" + "_MBEANS_INCLUDE_ATTRIBUTES_FOR_SOME\020\001\022\"\n" + "\036SOME_MBEANS_INCLUDE_ATTRIBUTES\020\002\"O\n\021MBe" + "anDumpResponse\022:\n\nmbean_dump\030\001 \001(\0132&.org" + "_glowroot_wire_api_model.MBeanDump\"M\n\037Ma" + "tchingMBeanObjectNamesRequest\022\033\n\023partial" + "_object_name\030\001 \001(\t\022\r\n\005limit\030\002 \001(\005\"7\n Mat" + "chingMBeanObjectNamesResponse\022\023\n\013object_" + "name\030\001 \003(\t\"\'\n\020MBeanMetaRequest\022\023\n\013object" + "_name\030\001 \001(\t\"O\n\021MBeanMetaResponse\022:\n\nmbea" + "n_meta\030\001 \001(\0132&.org_glowroot_wire_api_mod" + "el.MBeanMeta\"\031\n\027SystemPropertiesRequest\"" + "\273\001\n\030SystemPropertiesResponse\022f\n\021system_p" + "roperties\030\001 \003(\0132K.org_glowroot_wire_api_" + "model.SystemPropertiesResponse.SystemPro" + "pertiesEntry\0327\n\025SystemPropertiesEntry\022\013\n" + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\025\n\023Capabil" + "itiesRequest\"W\n\024CapabilitiesResponse\022?\n\014" + "capabilities\030\001 \001(\0132).org_glowroot_wire_a" + "pi_model.Capabilities\"\023\n\021GlobalMetaReque" + "st\"R\n\022GlobalMetaResponse\022<\n\013global_meta\030" + "\001 \001(\0132\'.org_glowroot_wire_api_model.Glob" + "alMeta\"\036\n\034PreloadClasspathCacheRequest\"\037" + "\n\035PreloadClasspathCacheResponse\"F\n\031Match" + "ingClassNamesRequest\022\032\n\022partial_class_na" + "me\030\001 \001(\t\022\r\n\005limit\030\002 \001(\005\"0\n\032MatchingClass" + "NamesResponse\022\022\n\nclass_name\030\001 \003(\t\"\\\n\032Mat" + "chingMethodNamesRequest\022\022\n\nclass_name\030\001 " + "\001(\t\022\033\n\023partial_method_name\030\002 \001(\t\022\r\n\005limi" + "t\030\003 \001(\005\"2\n\033MatchingMethodNamesResponse\022\023" + "\n\013method_name\030\001 \003(\t\"B\n\027MethodSignaturesR" + "equest\022\022\n\nclass_name\030\001 \001(\t\022\023\n\013method_nam" + "e\030\002 \001(\t\"b\n\030MethodSignaturesResponse\022F\n\020m" + "ethod_signature\030\001 \003(\0132,.org_glowroot_wir" + "e_api_model.MethodSignature\"\020\n\016ReweaveRe" + "quest\"-\n\017ReweaveResponse\022\032\n\022class_update" + "_count\030\001 \001(\005\"!\n\rHeaderRequest\022\020\n\010trace_i" + "d\030\001 \001(\t\"K\n\016HeaderResponse\0229\n\006header\030\001 \001(" + "\0132).org_glowroot_wire_api_model.Trace.He" + "ader\"\"\n\016EntriesRequest\022\020\n\010trace_id\030\001 \001(\t" + "\"\"\n\016QueriesRequest\022\020\n\010trace_id\030\001 \001(\t\"\231\001\n" + "\017EntriesResponse\0227\n\005entry\030\001 \003(\0132(.org_gl" + "owroot_wire_api_model.Trace.Entry\022M\n\021sha" + "red_query_text\030\002 \003(\01322.org_glowroot_wire" + "_api_model.Trace.SharedQueryText\"\235\001\n\017Que" + "riesResponse\022;\n\005query\030\001 \003(\0132,.org_glowro" + "ot_wire_api_model.Aggregate.Query\022M\n\021sha" + "red_query_text\030\002 \003(\01322.org_glowroot_wire" + "_api_model.Trace.SharedQueryText\",\n\030Main" + "ThreadProfileRequest\022\020\n\010trace_id\030\001 \001(\t\"R" + "\n\031MainThreadProfileResponse\0225\n\007profile\030\001" + " \001(\0132$.org_glowroot_wire_api_model.Profi" + "le\"+\n\027AuxThreadProfileRequest\022\020\n\010trace_i" + "d\030\001 \001(\t\"Q\n\030AuxThreadProfileResponse\0225\n\007p" + "rofile\030\001 \001(\0132$.org_glowroot_wire_api_mod" + "el.Profile\"$\n\020FullTraceRequest\022\020\n\010trace_" + "id\030\001 \001(\t\"a\n\021FullTraceResponse\0221\n\005trace\030\001" + " \001(\0132\".org_glowroot_wire_api_model.Trace" + "\022\031\n\021shared_query_text\030\002 \003(\t\"\030\n\026UnknownRe" + "questResponse\"\023\n\021ExceptionResponse\"\246\010\n\nT" + "hreadDump\022H\n\013transaction\030\001 \003(\01323.org_glo" + "wroot_wire_api_model.ThreadDump.Transact" + "ion\022H\n\020unmatched_thread\030\002 \003(\0132..org_glow" + "root_wire_api_model.ThreadDump.Thread\022M\n" + "\025thread_dumping_thread\030\003 \001(\0132..org_glowr" + "oot_wire_api_model.ThreadDump.Thread\022\030\n\020" + "jstack_available\030\004 \001(\010\032\210\002\n\013Transaction\022\020" + "\n\010headline\030\006 \001(\t\022\030\n\020transaction_type\030\001 \001" + "(\t\022\030\n\020transaction_name\030\002 \001(\t\022\034\n\024total_du" + "ration_nanos\030\003 \001(\003\022C\n\017total_cpu_nanos\030\007 " + "\001(\0132*.org_glowroot_wire_api_model.Option" + "alInt64\022\020\n\010trace_id\030\004 \001(\t\022>\n\006thread\030\005 \003(" + "\0132..org_glowroot_wire_api_model.ThreadDu" + "mp.Thread\032\244\002\n\006Thread\022\014\n\004name\030\001 \001(\t\022\n\n\002id" + "\030\005 \001(\003\022\r\n\005state\030\002 \001(\t\022\021\n\tlock_name\030\003 \001(\t" + "\022C\n\tlock_info\030\006 \001(\01320.org_glowroot_wire_" + "api_model.ThreadDump.LockInfo\022A\n\rlock_ow" + "ner_id\030\007 \001(\0132*.org_glowroot_wire_api_mod" + "el.OptionalInt64\022V\n\023stack_trace_element\030" + "\004 \003(\01329.org_glowroot_wire_api_model.Thre" + "adDump.StackTraceElement\032\254\001\n\021StackTraceE" + "lement\022\022\n\nclass_name\030\001 \001(\t\022\023\n\013method_nam" + "e\030\002 \001(\t\022\021\n\tfile_name\030\003 \001(\t\022\023\n\013line_numbe" + "r\030\004 \001(\021\022F\n\014monitor_info\030\005 \003(\01320.org_glow" + "root_wire_api_model.ThreadDump.LockInfo\032" + ":\n\010LockInfo\022\022\n\nclass_name\030\001 \001(\t\022\032\n\022ident" + "ity_hash_code\030\002 \001(\005\">\n\020HeapDumpFileInfo\022" + "\021\n\tfile_path\030\001 \001(\t\022\027\n\017file_size_bytes\030\002 " + "\001(\003\"\230\001\n\rHeapHistogram\022H\n\nclass_info\030\001 \003(" + "\01324.org_glowroot_wire_api_model.HeapHist" + "ogram.ClassInfo\032=\n\tClassInfo\022\022\n\nclass_na" + "me\030\001 \001(\t\022\r\n\005bytes\030\002 \001(\003\022\r\n\005count\030\003 \001(\003\"\252" + "\006\n\tMBeanDump\022D\n\nmbean_info\030\001 \003(\01320.org_g" + "lowroot_wire_api_model.MBeanDump.MBeanIn" + "fo\032j\n\tMBeanInfo\022\023\n\013object_name\030\001 \001(\t\022H\n\t" + "attribute\030\002 \003(\01325.org_glowroot_wire_api_" + "model.MBeanDump.MBeanAttribute\032`\n\016MBeanA" + "ttribute\022\014\n\004name\030\001 \001(\t\022@\n\005value\030\002 \001(\01321." + "org_glowroot_wire_api_model.MBeanDump.MB" + "eanValue\032\364\001\n\nMBeanValue\022\014\n\004null\030\001 \001(\010\022\020\n" + "\006string\030\002 \001(\tH\000\022\020\n\006double\030\003 \001(\001H\000\022\016\n\004lon" + "g\030\004 \001(\003H\000\022\021\n\007boolean\030\005 \001(\010H\000\022E\n\004list\030\n \001" + "(\01325.org_glowroot_wire_api_model.MBeanDu" + "mp.MBeanValueListH\000\022C\n\003map\030\013 \001(\01324.org_g" + "lowroot_wire_api_model.MBeanDump.MBeanVa" + "lueMapH\000B\005\n\003val\032R\n\016MBeanValueList\022@\n\005val" + "ue\030\001 \003(\01321.org_glowroot_wire_api_model.M" + "BeanDump.MBeanValue\032Y\n\rMBeanValueMap\022H\n\005" + "entry\030\001 \003(\01329.org_glowroot_wire_api_mode" + "l.MBeanDump.MBeanValueMapEntry\032c\n\022MBeanV" + "alueMapEntry\022\013\n\003key\030\001 \001(\t\022@\n\005value\030\002 \001(\013" + "21.org_glowroot_wire_api_model.MBeanDump" + ".MBeanValue\"K\n\tMBeanMeta\022\021\n\tunmatched\030\001 " + "\001(\010\022\023\n\013unavailable\030\002 \001(\010\022\026\n\016attribute_na" + "me\030\003 \003(\t\"\350\001\n\014Capabilities\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_glowroot_wire_api_model.Avai" + "lability\022I\n\026thread_allocated_bytes\030\003 \001(\013" + "2).org_glowroot_wire_api_model.Availabil" + "ity\"1\n\014Availability\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\004n" + "ame\030\001 \001(\t\022\026\n\016parameter_type\030\002 \003(\t\022\023\n\013ret" + "urn_type\030\003 \001(\t\022\020\n\010modifier\030\004 \003(\t2{\n\021Down" + "streamService\022f\n\007connect\022*.org_glowroot_" + "wire_api_model.AgentResponse\032+.org_glowr" + "oot_wire_api_model.CentralRequest(\0010\001B\035\n" + "\033org.glowroot.wire.api.modelb\006proto3" }; org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public org.glowroot.agent.it.harness.shaded.com.google.protobuf.ExtensionRegistry assignDescriptors( org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new org.glowroot.agent.it.harness.shaded.com.google.protobuf.Descriptors.FileDescriptor[] { org.glowroot.wire.api.model.AgentConfigOuterClass.getDescriptor(), org.glowroot.wire.api.model.TraceOuterClass.getDescriptor(), org.glowroot.wire.api.model.AggregateOuterClass.getDescriptor(), org.glowroot.wire.api.model.ProfileOuterClass.getDescriptor(), org.glowroot.wire.api.model.Proto.getDescriptor(), }, assigner); internal_static_org_glowroot_wire_api_model_CentralRequest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_org_glowroot_wire_api_model_CentralRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_CentralRequest_descriptor, new java.lang.String[] { "RequestId", "HelloAck", "AgentConfigUpdateRequest", "ThreadDumpRequest", "JstackRequest", "AvailableDiskSpaceRequest", "HeapDumpRequest", "HeapHistogramRequest", "ExplicitGcDisabledRequest", "ForceGcRequest", "MbeanDumpRequest", "MatchingMbeanObjectNamesRequest", "MbeanMetaRequest", "SystemPropertiesRequest", "CapabilitiesRequest", "GlobalMetaRequest", "PreloadClasspathCacheRequest", "MatchingClassNamesRequest", "MatchingMethodNamesRequest", "MethodSignaturesRequest", "ReweaveRequest", "HeaderRequest", "EntriesRequest", "QueriesRequest", "MainThreadProfileRequest", "AuxThreadProfileRequest", "FullTraceRequest", "Message", }); internal_static_org_glowroot_wire_api_model_AgentResponse_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_org_glowroot_wire_api_model_AgentResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_AgentResponse_descriptor, new java.lang.String[] { "RequestId", "Hello", "AgentConfigUpdateResponse", "ThreadDumpResponse", "JstackResponse", "AvailableDiskSpaceResponse", "HeapDumpResponse", "HeapHistogramResponse", "ExplicitGcDisabledResponse", "ForceGcResponse", "MbeanDumpResponse", "MatchingMbeanObjectNamesResponse", "MbeanMetaResponse", "SystemPropertiesResponse", "CapabilitiesResponse", "GlobalMetaResponse", "PreloadClasspathCacheResponse", "MatchingClassNamesResponse", "MatchingMethodNamesResponse", "MethodSignaturesResponse", "ReweaveResponse", "HeaderResponse", "EntriesResponse", "QueriesResponse", "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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_Hello_descriptor, new java.lang.String[] { "AgentId", "PostV09", }); 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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDumpResponse_descriptor, new java.lang.String[] { "ThreadDump", }); internal_static_org_glowroot_wire_api_model_JstackRequest_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_org_glowroot_wire_api_model_JstackRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_JstackRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_JstackResponse_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_org_glowroot_wire_api_model_JstackResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_JstackResponse_descriptor, new java.lang.String[] { "Jstack", "UnavailableDueToRunningInJre", "UnavailableDueToRunningInIbmJvm", }); internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(11); internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_AvailableDiskSpaceResponse_descriptor, new java.lang.String[] { "AvailableBytes", "DirectoryDoesNotExist", }); internal_static_org_glowroot_wire_api_model_HeapDumpRequest_descriptor = getDescriptor().getMessageTypes().get(12); internal_static_org_glowroot_wire_api_model_HeapDumpRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(13); internal_static_org_glowroot_wire_api_model_HeapDumpResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeapDumpResponse_descriptor, new java.lang.String[] { "HeapDumpFileInfo", "DirectoryDoesNotExist", }); internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_descriptor = getDescriptor().getMessageTypes().get(14); internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeapHistogramRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_descriptor = getDescriptor().getMessageTypes().get(15); internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeapHistogramResponse_descriptor, new java.lang.String[] { "HeapHistogram", "UnavailableDueToRunningInJre", "UnavailableDueToRunningInIbmJvm", }); internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_descriptor = getDescriptor().getMessageTypes().get(16); internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_descriptor = getDescriptor().getMessageTypes().get(17); internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ExplicitGcDisabledResponse_descriptor, new java.lang.String[] { "Disabled", }); internal_static_org_glowroot_wire_api_model_ForceGcRequest_descriptor = getDescriptor().getMessageTypes().get(18); internal_static_org_glowroot_wire_api_model_ForceGcRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ForceGcRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_ForceGcResponse_descriptor = getDescriptor().getMessageTypes().get(19); internal_static_org_glowroot_wire_api_model_ForceGcResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ForceGcResponse_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_descriptor = getDescriptor().getMessageTypes().get(20); internal_static_org_glowroot_wire_api_model_MBeanDumpRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(21); internal_static_org_glowroot_wire_api_model_MBeanDumpResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(22); internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(23); internal_static_org_glowroot_wire_api_model_MatchingMBeanObjectNamesResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(24); internal_static_org_glowroot_wire_api_model_MBeanMetaRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(25); internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_MBeanMetaResponse_descriptor, new java.lang.String[] { "MbeanMeta", }); internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_descriptor = getDescriptor().getMessageTypes().get(26); internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_SystemPropertiesRequest_descriptor, new java.lang.String[] { }); internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor = getDescriptor().getMessageTypes().get(27); internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor, new java.lang.String[] { "SystemProperties", }); internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_SystemPropertiesEntry_descriptor = internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_descriptor.getNestedTypes().get(0); internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_SystemPropertiesEntry_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_SystemPropertiesResponse_SystemPropertiesEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_descriptor = getDescriptor().getMessageTypes().get(28); internal_static_org_glowroot_wire_api_model_CapabilitiesRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(29); internal_static_org_glowroot_wire_api_model_CapabilitiesResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(30); internal_static_org_glowroot_wire_api_model_GlobalMetaRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(31); internal_static_org_glowroot_wire_api_model_GlobalMetaResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(32); internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(33); internal_static_org_glowroot_wire_api_model_PreloadClasspathCacheResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(34); internal_static_org_glowroot_wire_api_model_MatchingClassNamesRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(35); internal_static_org_glowroot_wire_api_model_MatchingClassNamesResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(36); internal_static_org_glowroot_wire_api_model_MatchingMethodNamesRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(37); internal_static_org_glowroot_wire_api_model_MatchingMethodNamesResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(38); internal_static_org_glowroot_wire_api_model_MethodSignaturesRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(39); internal_static_org_glowroot_wire_api_model_MethodSignaturesResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(40); internal_static_org_glowroot_wire_api_model_ReweaveRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(41); internal_static_org_glowroot_wire_api_model_ReweaveResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(42); internal_static_org_glowroot_wire_api_model_HeaderRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(43); internal_static_org_glowroot_wire_api_model_HeaderResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(44); internal_static_org_glowroot_wire_api_model_EntriesRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_EntriesRequest_descriptor, new java.lang.String[] { "TraceId", }); internal_static_org_glowroot_wire_api_model_QueriesRequest_descriptor = getDescriptor().getMessageTypes().get(45); internal_static_org_glowroot_wire_api_model_QueriesRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_QueriesRequest_descriptor, new java.lang.String[] { "TraceId", }); internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor = getDescriptor().getMessageTypes().get(46); internal_static_org_glowroot_wire_api_model_EntriesResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_EntriesResponse_descriptor, new java.lang.String[] { "Entry", "SharedQueryText", }); internal_static_org_glowroot_wire_api_model_QueriesResponse_descriptor = getDescriptor().getMessageTypes().get(47); internal_static_org_glowroot_wire_api_model_QueriesResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_QueriesResponse_descriptor, new java.lang.String[] { "Query", "SharedQueryText", }); internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_descriptor = getDescriptor().getMessageTypes().get(48); internal_static_org_glowroot_wire_api_model_MainThreadProfileRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(49); internal_static_org_glowroot_wire_api_model_MainThreadProfileResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(50); internal_static_org_glowroot_wire_api_model_AuxThreadProfileRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(51); internal_static_org_glowroot_wire_api_model_AuxThreadProfileResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(52); internal_static_org_glowroot_wire_api_model_FullTraceRequest_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(53); internal_static_org_glowroot_wire_api_model_FullTraceResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_FullTraceResponse_descriptor, new java.lang.String[] { "Trace", "SharedQueryText", }); internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_descriptor = getDescriptor().getMessageTypes().get(54); internal_static_org_glowroot_wire_api_model_UnknownRequestResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(55); internal_static_org_glowroot_wire_api_model_ExceptionResponse_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(56); internal_static_org_glowroot_wire_api_model_ThreadDump_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor, new java.lang.String[] { "Transaction", "UnmatchedThread", "ThreadDumpingThread", "JstackAvailable", }); 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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDump_Transaction_descriptor, new java.lang.String[] { "Headline", "TransactionType", "TransactionName", "TotalDurationNanos", "TotalCpuNanos", "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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDump_Thread_descriptor, new java.lang.String[] { "Name", "Id", "State", "LockName", "LockInfo", "LockOwnerId", "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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDump_StackTraceElement_descriptor, new java.lang.String[] { "ClassName", "MethodName", "FileName", "LineNumber", "MonitorInfo", }); internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_descriptor = internal_static_org_glowroot_wire_api_model_ThreadDump_descriptor.getNestedTypes().get(3); internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_ThreadDump_LockInfo_descriptor, new java.lang.String[] { "ClassName", "IdentityHashCode", }); internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor = getDescriptor().getMessageTypes().get(57); internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeapDumpFileInfo_descriptor, new java.lang.String[] { "FilePath", "FileSizeBytes", }); internal_static_org_glowroot_wire_api_model_HeapHistogram_descriptor = getDescriptor().getMessageTypes().get(58); internal_static_org_glowroot_wire_api_model_HeapHistogram_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeapHistogram_descriptor, new java.lang.String[] { "ClassInfo", }); internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_descriptor = internal_static_org_glowroot_wire_api_model_HeapHistogram_descriptor.getNestedTypes().get(0); internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_org_glowroot_wire_api_model_HeapHistogram_ClassInfo_descriptor, new java.lang.String[] { "ClassName", "Bytes", "Count", }); internal_static_org_glowroot_wire_api_model_MBeanDump_descriptor = getDescriptor().getMessageTypes().get(59); internal_static_org_glowroot_wire_api_model_MBeanDump_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(60); internal_static_org_glowroot_wire_api_model_MBeanMeta_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(61); internal_static_org_glowroot_wire_api_model_Capabilities_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(62); internal_static_org_glowroot_wire_api_model_Availability_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(63); internal_static_org_glowroot_wire_api_model_GlobalMeta_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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(64); internal_static_org_glowroot_wire_api_model_MethodSignature_fieldAccessorTable = new org.glowroot.agent.it.harness.shaded.com.google.protobuf.GeneratedMessageV3.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.AggregateOuterClass.getDescriptor(); org.glowroot.wire.api.model.ProfileOuterClass.getDescriptor(); org.glowroot.wire.api.model.Proto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy