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

org.glowroot.agent.shaded.google.protobuf.MixinOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.9.24
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/api.proto

package org.glowroot.agent.shaded.google.protobuf;

public interface MixinOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Mixin)
    org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   *
   * 
   * The fully qualified name of the API which is included.
   * 
*/ java.lang.String getName(); /** * optional string name = 1; * *
   * The fully qualified name of the API which is included.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes(); /** * optional string root = 2; * *
   * If non-empty specifies a path under which inherited HTTP paths
   * are rooted.
   * 
*/ java.lang.String getRoot(); /** * optional string root = 2; * *
   * If non-empty specifies a path under which inherited HTTP paths
   * are rooted.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getRootBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy