io.grpc.reflection.v1.FileDescriptorResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/reflection/v1/reflection.proto
// Protobuf Java Version: 3.25.5
package io.grpc.reflection.v1;
public interface FileDescriptorResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.reflection.v1.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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy