Interface PluginProtos.CodeGeneratorRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
PluginProtos.CodeGeneratorRequest, PluginProtos.CodeGeneratorRequest.Builder
Enclosing class:
PluginProtos

public static interface PluginProtos.CodeGeneratorRequestOrBuilder extends MessageOrBuilder
  • Method Details Link icon

    • getFileToGenerateList Link icon

      List<String> getFileToGenerateList()
      repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
      Returns:
      A list containing the fileToGenerate.
    • getFileToGenerateCount Link icon

      int getFileToGenerateCount()
      repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
      Returns:
      The count of fileToGenerate.
    • getFileToGenerate Link icon

      String getFileToGenerate(int index)
      repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The fileToGenerate at the given index.
    • getFileToGenerateBytes Link icon

      com.google.protobuf.ByteString getFileToGenerateBytes(int index)
      repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the fileToGenerate at the given index.
    • hasParameter Link icon

      boolean hasParameter()
      optional string parameter = 2 [json_name = "parameter"];
      Returns:
      Whether the parameter field is set.
    • getParameter Link icon

      String getParameter()
      optional string parameter = 2 [json_name = "parameter"];
      Returns:
      The parameter.
    • getParameterBytes Link icon

      com.google.protobuf.ByteString getParameterBytes()
      optional string parameter = 2 [json_name = "parameter"];
      Returns:
      The bytes for parameter.
    • getProtoFileList Link icon

      repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
    • getProtoFile Link icon

      DescriptorProtos.FileDescriptorProto getProtoFile(int index)
      repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
    • getProtoFileCount Link icon

      int getProtoFileCount()
      repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
    • getProtoFileOrBuilderList Link icon

      List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder> getProtoFileOrBuilderList()
      repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
    • getProtoFileOrBuilder Link icon

      DescriptorProtos.FileDescriptorProtoOrBuilder getProtoFileOrBuilder(int index)
      repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
    • getSourceFileDescriptorsList Link icon

      List<DescriptorProtos.FileDescriptorProto> getSourceFileDescriptorsList()
      repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
    • getSourceFileDescriptors Link icon

      DescriptorProtos.FileDescriptorProto getSourceFileDescriptors(int index)
      repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
    • getSourceFileDescriptorsCount Link icon

      int getSourceFileDescriptorsCount()
      repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
    • getSourceFileDescriptorsOrBuilderList Link icon

      List<? extends DescriptorProtos.FileDescriptorProtoOrBuilder> getSourceFileDescriptorsOrBuilderList()
      repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
    • getSourceFileDescriptorsOrBuilder Link icon

      DescriptorProtos.FileDescriptorProtoOrBuilder getSourceFileDescriptorsOrBuilder(int index)
      repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
    • hasCompilerVersion Link icon

      boolean hasCompilerVersion()
      optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
      Returns:
      Whether the compilerVersion field is set.
    • getCompilerVersion Link icon

      PluginProtos.Version getCompilerVersion()
      optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
      Returns:
      The compilerVersion.
    • getCompilerVersionOrBuilder Link icon

      PluginProtos.VersionOrBuilder getCompilerVersionOrBuilder()
      optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];