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

com.signalfx.shaded.google.protobuf.OptionOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/type.proto

// Protobuf Java Version: 3.25.1
package com.signalfx.shaded.google.protobuf;

public interface OptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Option)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1 [json_name = "name"];
   * @return The bytes for name.
   */
  com.signalfx.shaded.google.protobuf.ByteString
      getNameBytes();

  /**
   * .google.protobuf.Any value = 2 [json_name = "value"];
   * @return Whether the value field is set.
   */
  boolean hasValue();
  /**
   * .google.protobuf.Any value = 2 [json_name = "value"];
   * @return The value.
   */
  com.signalfx.shaded.google.protobuf.Any getValue();
  /**
   * .google.protobuf.Any value = 2 [json_name = "value"];
   */
  com.signalfx.shaded.google.protobuf.AnyOrBuilder getValueOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy