Interface PluginProtos.CodeGeneratorResponseOrBuilder

    • Method Detail

      • hasError

        boolean hasError()
        optional string error = 1 [json_name = "error"];
        Returns:
        Whether the error field is set.
      • getError

        java.lang.String getError()
        optional string error = 1 [json_name = "error"];
        Returns:
        The error.
      • getErrorBytes

        ByteString getErrorBytes()
        optional string error = 1 [json_name = "error"];
        Returns:
        The bytes for error.
      • hasSupportedFeatures

        boolean hasSupportedFeatures()
        optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
        Returns:
        Whether the supportedFeatures field is set.
      • getSupportedFeatures

        long getSupportedFeatures()
        optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
        Returns:
        The supportedFeatures.
      • getFileCount

        int getFileCount()
        repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];