io.grpc.reflection.v1alpha.ExtensionNumberResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/reflection/v1alpha/reflection.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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy