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

io.grpc.reflection.v1alpha.ExtensionNumberResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.3.0-beta.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: reflectionV1Alpha.proto

package io.grpc.reflection.v1alpha;

public interface ExtensionNumberResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.reflection.v1alpha.ExtensionNumberResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Full name of the base type, including the package name. The format
   * is <package>.<type>
   * 
* * string base_type_name = 1; * @return The baseTypeName. */ java.lang.String getBaseTypeName(); /** *
   * Full name of the base type, including the package name. The format
   * is <package>.<type>
   * 
* * string base_type_name = 1; * @return The bytes for baseTypeName. */ com.google.protobuf.ByteString getBaseTypeNameBytes(); /** * repeated int32 extension_number = 2; * @return A list containing the extensionNumber. */ java.util.List getExtensionNumberList(); /** * repeated int32 extension_number = 2; * @return The count of extensionNumber. */ int getExtensionNumberCount(); /** * repeated int32 extension_number = 2; * @param index The index of the element to return. * @return The extensionNumber at the given index. */ int getExtensionNumber(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy