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

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

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

package com.google.protobuf;

public interface OptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Option)
    com.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"`.
   * 
*/ com.google.protobuf.ByteString getNameBytes(); /** * optional .google.protobuf.Any value = 2; * *
   * The option's value. For example, `"com.google.protobuf"`.
   * 
*/ boolean hasValue(); /** * optional .google.protobuf.Any value = 2; * *
   * The option's value. For example, `"com.google.protobuf"`.
   * 
*/ com.google.protobuf.Any getValue(); /** * optional .google.protobuf.Any value = 2; * *
   * The option's value. For example, `"com.google.protobuf"`.
   * 
*/ com.google.protobuf.AnyOrBuilder getValueOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy