io.grpc.reflection.v1alpha.ExtensionRequestOrBuilder 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
package io.grpc.reflection.v1alpha;
public interface ExtensionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.reflection.v1alpha.ExtensionRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Fully-qualified type name. The format should be <package>.<type>
*
*
* string containing_type = 1;
* @return The containingType.
*/
java.lang.String getContainingType();
/**
*
* Fully-qualified type name. The format should be <package>.<type>
*
*
* string containing_type = 1;
* @return The bytes for containingType.
*/
com.google.protobuf.ByteString
getContainingTypeBytes();
/**
* int32 extension_number = 2;
* @return The extensionNumber.
*/
int getExtensionNumber();
}