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

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

There is a newer version: 9.1.7.Final
Show 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.MessageOrBuilder {

  /**
   * 
   * 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(); /** *
   * The option's value. For example, `"com.google.protobuf"`.
   * 
* * optional .google.protobuf.Any value = 2; */ com.google.protobuf.AnyOrBuilder getValueOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy