Interface PluginProtos.CodeGeneratorRequestOrBuilder

    • Method Detail

      • getFileToGenerateList

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

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

        java.lang.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

        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

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

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

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

        java.util.List<DescriptorProtos.FileDescriptorProto> getProtoFileList()
        repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
      • getProtoFileCount

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

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

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

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