Interface Build.GeneratedFileOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
         The name of the generated file (a label).
         
        required string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        java.lang.String getName()
         The name of the generated file (a label).
         
        required string name = 1;
        Returns:
        The name.
      • getNameBytes

        ByteString getNameBytes()
         The name of the generated file (a label).
         
        required string name = 1;
        Returns:
        The bytes for name.
      • hasGeneratingRule

        boolean hasGeneratingRule()
         The label of the target that generates the file.
         
        required string generating_rule = 2;
        Returns:
        Whether the generatingRule field is set.
      • getGeneratingRule

        java.lang.String getGeneratingRule()
         The label of the target that generates the file.
         
        required string generating_rule = 2;
        Returns:
        The generatingRule.
      • getGeneratingRuleBytes

        ByteString getGeneratingRuleBytes()
         The label of the target that generates the file.
         
        required string generating_rule = 2;
        Returns:
        The bytes for generatingRule.
      • hasLocation

        boolean hasLocation()
         The path, line number, and column number of the output file (not a label).
         
        optional string location = 3;
        Returns:
        Whether the location field is set.
      • getLocation

        java.lang.String getLocation()
         The path, line number, and column number of the output file (not a label).
         
        optional string location = 3;
        Returns:
        The location.
      • getLocationBytes

        ByteString getLocationBytes()
         The path, line number, and column number of the output file (not a label).
         
        optional string location = 3;
        Returns:
        The bytes for location.