shade.polaris.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 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 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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy