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

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

The newest version!
// 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.MessageLiteOrBuilder {

  /**
   * 
   * The option's name. For example, `"java_package"`.
   * 
* * optional string name = 1; */ java.lang.String getName(); /** *
   * The option's name. For example, `"java_package"`.
   * 
* * optional string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The option's value. For example, `"com.google.protobuf"`.
   * 
* * optional .google.protobuf.Any value = 2; */ boolean hasValue(); /** *
   * The option's value. For example, `"com.google.protobuf"`.
   * 
* * optional .google.protobuf.Any value = 2; */ com.google.protobuf.Any getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy