shade.polaris.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 polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/reflection/v1alpha/reflection.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 - 2025 Weber Informatics LLC | Privacy Policy