io.grpc.reflection.v1alpha.ExtensionNumberResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dubbo Show documentation
Show all versions of dubbo Show documentation
The all in one project of dubbo
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: reflectionV1Alpha.proto
// Protobuf Java Version: 3.25.5
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);
}