Interface PluginProtos.CodeGeneratorResponse.FileOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
        optional string name = 1 [json_name = "name"];
        Returns:
        Whether the name field is set.
      • getName

        java.lang.String getName()
        optional string name = 1 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        ByteString getNameBytes()
        optional string name = 1 [json_name = "name"];
        Returns:
        The bytes for name.
      • hasInsertionPoint

        boolean hasInsertionPoint()
        optional string insertion_point = 2 [json_name = "insertionPoint"];
        Returns:
        Whether the insertionPoint field is set.
      • getInsertionPoint

        java.lang.String getInsertionPoint()
        optional string insertion_point = 2 [json_name = "insertionPoint"];
        Returns:
        The insertionPoint.
      • getInsertionPointBytes

        ByteString getInsertionPointBytes()
        optional string insertion_point = 2 [json_name = "insertionPoint"];
        Returns:
        The bytes for insertionPoint.
      • hasContent

        boolean hasContent()
        optional string content = 15 [json_name = "content"];
        Returns:
        Whether the content field is set.
      • getContent

        java.lang.String getContent()
        optional string content = 15 [json_name = "content"];
        Returns:
        The content.
      • getContentBytes

        ByteString getContentBytes()
        optional string content = 15 [json_name = "content"];
        Returns:
        The bytes for content.
      • hasGeneratedCodeInfo

        boolean hasGeneratedCodeInfo()
        optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
        Returns:
        Whether the generatedCodeInfo field is set.
      • getGeneratedCodeInfo

        DescriptorProtos.GeneratedCodeInfo getGeneratedCodeInfo()
        optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
        Returns:
        The generatedCodeInfo.