io.grpc.reflection.v1alpha.FileDescriptorResponseOrBuilder 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 FileDescriptorResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.reflection.v1alpha.FileDescriptorResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Serialized FileDescriptorProto messages. We avoid taking a dependency on
* descriptor.proto, which uses proto2 only features, by making them opaque
* bytes instead.
*
*
* repeated bytes file_descriptor_proto = 1;
* @return A list containing the fileDescriptorProto.
*/
java.util.List getFileDescriptorProtoList();
/**
*
* Serialized FileDescriptorProto messages. We avoid taking a dependency on
* descriptor.proto, which uses proto2 only features, by making them opaque
* bytes instead.
*
*
* repeated bytes file_descriptor_proto = 1;
* @return The count of fileDescriptorProto.
*/
int getFileDescriptorProtoCount();
/**
*
* Serialized FileDescriptorProto messages. We avoid taking a dependency on
* descriptor.proto, which uses proto2 only features, by making them opaque
* bytes instead.
*
*
* repeated bytes file_descriptor_proto = 1;
* @param index The index of the element to return.
* @return The fileDescriptorProto at the given index.
*/
com.google.protobuf.ByteString getFileDescriptorProto(int index);
}