
org.glowroot.agent.shaded.google.protobuf.OptionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glowroot-agent-it-harness Show documentation
Show all versions of glowroot-agent-it-harness Show documentation
Glowroot Agent Integration Test Harness
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/type.proto
package org.glowroot.agent.shaded.google.protobuf;
public interface OptionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Option)
org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder {
/**
* optional string name = 1;
*
*
* The option's name. For example, `"java_package"`.
*
*/
java.lang.String getName();
/**
* optional string name = 1;
*
*
* The option's name. For example, `"java_package"`.
*
*/
org.glowroot.agent.shaded.google.protobuf.ByteString
getNameBytes();
/**
* optional .google.protobuf.Any value = 2;
*
*
* The option's value. For example, `"org.glowroot.agent.shaded.google.protobuf"`.
*
*/
boolean hasValue();
/**
* optional .google.protobuf.Any value = 2;
*
*
* The option's value. For example, `"org.glowroot.agent.shaded.google.protobuf"`.
*
*/
org.glowroot.agent.shaded.google.protobuf.Any getValue();
/**
* optional .google.protobuf.Any value = 2;
*
*
* The option's value. For example, `"org.glowroot.agent.shaded.google.protobuf"`.
*
*/
org.glowroot.agent.shaded.google.protobuf.AnyOrBuilder getValueOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy