io.grpc.reflection.v1alpha.ExtensionRequestOrBuilder 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 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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy