All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.grpc.reflection.v1alpha.FileDescriptorResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.3.0-beta.3
Show newest version
// 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy