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

org.apache.hudi.org.apache.hbase.thirdparty.com.google.protobuf.EnumValueOrBuilder Maven / Gradle / Ivy

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

package org.apache.hbase.thirdparty.com.google.protobuf;

public interface EnumValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.EnumValue)
    org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Enum value name.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Enum value name.
   * 
* * string name = 1; * @return The bytes for name. */ org.apache.hbase.thirdparty.com.google.protobuf.ByteString getNameBytes(); /** *
   * Enum value number.
   * 
* * int32 number = 2; * @return The number. */ int getNumber(); /** *
   * Protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 3; */ java.util.List getOptionsList(); /** *
   * Protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 3; */ org.apache.hbase.thirdparty.com.google.protobuf.Option getOptions(int index); /** *
   * Protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 3; */ int getOptionsCount(); /** *
   * Protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 3; */ java.util.List getOptionsOrBuilderList(); /** *
   * Protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 3; */ org.apache.hbase.thirdparty.com.google.protobuf.OptionOrBuilder getOptionsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy